﻿/* colours */
@WHITE_COLOR: rgba(255, 255, 255, 1);
@BLUE_COLOR: rgba(58, 129, 195, 1);
@MID_BLUE_COLOR: rgba(8, 100, 177, 1);
@DARK_GRAY_COLOR: rgba(70, 74, 78, 1);
@DARKEST_GRAY_COLOR: rgba(58, 62, 66, 1);
//@YELLOW_COLOR: rgba(224, 227, 41, 1);
@YELLOW_COLOR: rgba(252, 204, 13, 1);
@LIGHT_BLUE_COLOR: rgba(149, 226, 249, 1);
@ORANGE_COLOR: rgba(247, 148, 29, 1);
@LIGHT_ORANGE_COLOR: rgba(251, 211, 49, 1);
/* colors in HEX*/
@WHITE_COLOR_HEX: #ffffff;
@BLACK_COLOR_HEX: #000000;
@BLUE_COLOR_HEX: #3a81c3;
@MID_BLUE_COLOR_HEX: #0864b1;
@DARK_GRAY_COLOR_HEX: #464a4e;
@DARKEST_GRAY_COLOR_HEX: #3A3E42;
@DARKEST_GRAY_2_COLOR_HEX: #3B3C3E;
@YELLOW_COLOR_HEX: #FCCC0D;
@LIGHT_BLUE_COLOR_HEX: #95e2f9;
@ORANGE_COLOR_HEX: #f7941d;

@DEFAULT_FONT_COLOR: #494949; /*rgba(73, 73, 73, 1)*/

@DEFAULT_WIDTH: 1920px;
@DEFAULT_HEIGHT: 985px; //for IE

@NEW_WIDTH: 1920px;
@NEW_HEIGHT: 985px; //for IE

@WIDTH_RATIO: @NEW_WIDTH / @DEFAULT_WIDTH;
@HEIGHT_RATIO: @NEW_HEIGHT / @DEFAULT_HEIGHT;

@MEASUR_MENU_INDEX: 0;
@FEATUR_MENU_INDEX: 1;
@BMARK_MENU_INDEX: 8;
@SETTING_MENU_INDEX: 9;
@OVERLAYPC_MENU_INDEX: 3;
@ML_MENU_INDEX: 7;

@TOASTER_INDEX: 6;
@TOASTER_LEVEL: 105px;

@MINIMUM_WIDTH: 1350px;
@MINIMUM_HEIGHT: 640px;

/* to remove the scrollbar shown on the contents in IE*/
@-ms-viewport{ width: auto !important; }

html{
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: @DEFAULT_FONT_COLOR;
    //height: 100%;
    //position:relative; /* needed for footer positioning*/
	//height:auto !important; /* real browsers */
    min-height:100%; /* real browsers */
}

/*@media screen and (max-height: 640px) {
    #search-form {
        display: none;
    }
}*/
/*@media all and (max-width: 768px) {
    .navbar-nav {
        float: left !important;
        margin: 0px;
    }
}*/

// reset all elements in all browsers
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, [ng\:hide], [ng-hide], .ng-hide {
  display: none !important;
}

#sign-in {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    background-color: black;
    width: 100%;
    min-width: @MINIMUM_WIDTH;
    height: 100%;
    min-height: @MINIMUM_HEIGHT;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    .center {
        margin: 0;
        width: 360px;
        height: 450px;
        background-color: black;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 0px;

        .error-box {
            color: rgba(213, 14, 14, 1);
            background-color: rgba(213, 14, 14, 0.2);
            margin-top: 10px;
            border: solid 1px rgba(213, 14, 14, 1);
            font-size: 13px;
            padding: 5px 5px;
            position: absolute;
            left: 25px;
        }

        #product-logos {
            background-color: black;
            height: 225px;
        }

        #aims-text-group {
            display: flex;
        }

        #aims-signin-text {
            color: white;
            margin-top: 30px;
            margin-left: 115px;
            text-align: center;
            font-size: 40px;
            font-weight: 300;
            font-family: Roboto, Helvetica, Arial, sans-serif;
        }

        #login-type {
            align-self: flex-end;
            color: #E33044;
            padding-bottom: 12px;
            padding-left: 4px;
            text-align: center;
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 16px;
        }

        #company-logo {
            text-align: center;

            img {
                width: 250px;
            }
        }

        #signin-container {
            background-color: #212121;
            height: 260px;
            width: 360px;
            border-radius: 5px;
            padding: 0px 30px 0px 30px;
        }


        #aimsproduct-logo {
            margin: 0px 0% 30px;
            align-content: flex-end;
            flex-direction: row;
            flex-wrap: nowrap;
            text-align: center;
            display: flex;
            align-items: center;

            img {
                width: 40px;
            }

            p {
                padding-left: 5px;
                font-size: 16px;
                font-weight: 500;

                sup {
                    font-size: x-small;
                    font-weight: 900;
                }
            }
        }

        #aimsproduct-logos-group {
            margin-left: 5px;
            margin-right: 5px;
            margin-top: 20px;
            align-content: space-between;
            justify-content: space-between;
            align-items: stretch;
            flex-direction: row;
            flex-wrap: nowrap;
            display: flex;
            font-weight: 500;
        }



        .form-group {
            margin-top: 5px;
            padding-top: 25px;

            .input-group {
                width: 100%;
                margin-bottom: 15px;


                input {
                    color: #A2A2A2 !important;
                    border: 0px;
                    border-bottom: 2px solid #353535;
                    border-radius: 4px 4px 2px 2px;
                    background-color: #353535 !important;
                    font-family: Roboto, Helvetica, Arial, sans-serif;
                }

                input::placeholder {
                    color: #A2A2A2;
                }

                input:focus {
                    color: #A2A2A2 !important;
                    border-bottom: 2px solid #FFFFFF;
                    background-color: #353535 !important;
                    box-shadow: none;
                }

                .invalidEmail {
                    border-color: rgba(213, 14, 14, 1);
                }

                .hint-message {
                    color: rgba(213, 14, 14, 1);
                    position: absolute;
                    top: 35px;
                }
            }

            .btn-group {
                margin-bottom: 5px;
                width: 100%;
                display: flex;
                justify-content: flex-end;

                .btn {
                    width: 90px;
                    height: 30px;
                    border-radius: 3px;
                    border-color: #565758;
                    background-color: #565758;
                    color: white;
                }
            }

            a {
                color: #E33044;
                font-size: 12px;
                border-bottom: solid 1px #E33044;
            }

            a:hover {
                text-decoration: none;
            }
        }
    }
}

#sso-login {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    background-color: black;
    width: 100%;
    min-width: @MINIMUM_WIDTH;
    height: 100%;
    min-height: @MINIMUM_HEIGHT;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    .center {
        margin: 0;
        width: 360px;
        height: 450px;
        background-color: black;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 0px;

        .error-box {
            color: rgba(213, 14, 14, 1);
            background-color: rgba(213, 14, 14, 0.2);
            margin-top: 10px;
            border: solid 1px rgba(213, 14, 14, 1);
            font-size: 13px;
            padding: 5px 5px;
            position: absolute;
            left: 25px;
        }

        #product-logos {
            background-color: black;
            height: 225px;
        }

        #aims-text-group {
            display: flex;
        }

        #aims-text {
            color: white;
            margin-top: 30px;
            margin-left: 125px;
            text-align: center;
            font-size: 40px;
            font-weight: 300;
            font-family: Roboto, Helvetica, Arial, sans-serif;
        }

        #login-type {
            align-self: flex-end;
            color: #E33044;
            padding-bottom: 12px;
            padding-left: 4px;
            text-align: center;
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 16px;
        }

        #company-logo {
            text-align: center;

            img {
                width: 250px;
            }
        }

        #sso-container {
            background-color: #212121;
            height: 230px;
            width: 360px;
            border-radius: 5px;
            padding: 0px 30px 0px 30px;
        }


        #aimsproduct-logo {
            margin: 0px 0% 30px;
            align-content: flex-end;
            flex-direction: row;
            flex-wrap: nowrap;
            text-align: center;
            display: flex;
            align-items: center;

            img {
                width: 40px;
            }

            p {
                padding-left: 5px;
                font-size: 16px;
                font-weight: 500;

                sup {
                    font-size: x-small;
                    font-weight: 900;
                }
            }
        }

        #aimsproduct-logos-group {
            margin-left: 5px;
            margin-right: 5px;
            margin-top: 20px;
            align-content: space-between;
            justify-content: space-between;
            align-items: stretch;
            flex-direction: row;
            flex-wrap: nowrap;
            display: flex;
            font-weight: 500;
        }



        .form-group {
            margin-top: 60px;


            .input-group {
                width: 100%;
                margin-bottom: 15px;


                input {
                    color: #A2A2A2 !important;
                    border: 0px;
                    border-bottom: 2px solid #353535;
                    border-radius: 4px 4px 2px 2px;
                    background-color: #353535 !important;
                    font-family: Roboto, Helvetica, Arial, sans-serif;
                }

                input::placeholder {
                    color: #A2A2A2;
                }

                input:focus {
                    color: #A2A2A2 !important;
                    border-bottom: 2px solid #FFFFFF;
                    background-color: #353535 !important;
                    box-shadow: none;
                }

                .invalidEmail {
                    border-color: rgba(213, 14, 14, 1);
                }

                .hint-message {
                    color: rgba(213, 14, 14, 1);
                    position: absolute;
                    top: 35px;
                }
            }

            .btn-group {
                margin-bottom: 5px;
                width: 100%;
                display: flex;
                justify-content: flex-end;

                .btn {
                    width: 90px;
                    height: 30px;
                    border-radius: 3px;
                    border-color: #565758;
                    background-color: #565758;
                    color: white;
                }
            }

            a {
                color: #E33044;
                font-size: 12px;
                border-bottom: solid 1px #E33044;
            }

            a:hover {
                text-decoration: none;
            }
        }
    }
}

#aims3dNavbar.navbar-default {
    background-color: @BLUE_COLOR;
    border-radius: 0px;
    border-width: 0px;
    font-size: 16px;
    font-weight: 700;
    min-height: 0;
    margin: 0;
    padding: 0;
    z-index: 10200;
    height: 42px;
    min-width: @MINIMUM_WIDTH;

    .container-fluid {
        margin: 0;
        padding: 0;
        height: 100%;

        .navbar-header {
            background-color: @BLUE_COLOR;
            color: @WHITE_COLOR_HEX;
            padding-left: 16px;
            float: left !important;

            .navbar-brand {
                color: @WHITE_COLOR_HEX;
                text-transform: uppercase;
                font-size: 16px;
                font-weight: 700;
                padding: 10px 15px;
                height: auto;

                > span {
                    font-size: 12px;
                    padding-left: 10px;
                }
            }
        }

        .navbar-nav {
            margin: 0 !important;

            > li {
                > a {
                    &:hover {
                        background-color: @MID_BLUE_COLOR;
                        color: @WHITE_COLOR;
                    }

                    &:focus {
                        background-color: @MID_BLUE_COLOR;
                        color: @WHITE_COLOR;
                    }
                }
            }

            > .active {
                > a {
                    background-color: @MID_BLUE_COLOR;
                    color: @WHITE_COLOR;

                    &:hover {
                        background-color: @MID_BLUE_COLOR;
                        color: @WHITE_COLOR;
                    }

                    &:focus {
                        background-color: @MID_BLUE_COLOR;
                        color: @WHITE_COLOR;
                    }
                }
            }
        }

        .navbar-nav.gt-pull-right {
            margin-right: 0px;
            height: 100%;

            .search-box {
                padding: 6px 40px 6px 0px;
            }

            .user-setting {
                padding: 6px 10px 0px 10px;

                > i {
                    font-size: 20px;
                    color: @WHITE_COLOR;
                    padding: 0px;
                }
            }

            .user-manual {
                padding: 8px 10px 0px 10px;

                > i {
                    font-size: 26px;
                    color: @WHITE_COLOR_HEX;
                    padding: 0px;
                }
            }

            .user-icon {
                font-size: 22px;
                color: @WHITE_COLOR;
                padding: 0px;
            }

            .user-info {
                padding: 8px 0px;
                height: 100%;

                .dropdown-toggle {
                    background-color: @BLUE_COLOR;
                    color: @WHITE_COLOR;
                    font-size: 14px;
                    font-weight: 700;
                    padding: 2px 8px 2px 15px;
                }

                .dropdown-menu {
                    text-align: center;
                    background-color: @BLUE_COLOR;

                    > li {
                        color: @WHITE_COLOR;
                        background-color: @BLUE_COLOR;
                        width: 90%;
                        border: 1px solid @WHITE_COLOR;
                        border-radius: 0;

                        > a {
                            color: white;
                            text-decoration: none;
                            padding: 3px 12px 3px 0;

                            &:hover {
                                background-color: @MID_BLUE_COLOR;
                            }
                        }

                        &:hover {
                            background-color: @MID_BLUE_COLOR;
                        }
                    }
                }
            }
        }

        .navbar-nav.navbar-left {
            li.show-role > a {
                background-color: @MID_BLUE_COLOR !important;
                font-size: 16px;
                font-weight: 900 !important;
                padding-left: 16px;
                cursor: default;
            }

            > li {
                > i {
                    background-color: @BLUE_COLOR;
                    color: @WHITE_COLOR;
                    font-weight: 700;
                    text-transform: uppercase;
                }

                > a {
                    background-color: @BLUE_COLOR;
                    color: @WHITE_COLOR;
                    font-weight: 700;
                    text-transform: uppercase;
                }
            }
        }
    }
}


/* Serach form */
#search-form {    
    #searchAllDatasetsLabel {
        color: white;
        padding: 5px 0px 0px 5px;
        cursor: pointer;
        display: inline-block;
        float: right !important;
    }

    .switch {
        float: right !important;
        position: relative;
        display: inline-block;
        top: 5px !important;
        right: 15px !important;
        background-color: @WHITE_COLOR_HEX;
        width: 34px;
        height: 20px;
        z-index: 5;

        > input {
            opacity: 0;
            width: 0;
            height: 0;

            &:checked + .slider {
                background-color: #2196F3;
            }

            &:focus + .slider {
                box-shadow: 0 0 1px #2196F3;
            }

            &:checked + .slider::before {
                -webkit-transform: translateX(13px);
                -ms-transform: translateX(13px);
                transform: translateX(13px);
            }
        }

        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            -webkit-transition: .4s;
            transition: .4s;

            &::before {
                position: absolute;
                content: "";
                height: 16px;
                width: 15px;
                left: 3px;
                bottom: 2.5px;
                background-color: white;
                -webkit-transition: .4s;
                transition: .4s;
            }
        }

        .round {
            border-radius: 17px;

            &::before {
                border-radius: 50%;
            }
        }
    }

    > span {
        float: right !important;
        background-color: @WHITE_COLOR_HEX;
        position: relative;
        text-align: center;
        margin: 0;
        top: 0 !important;
        border-radius: 50%;
        border: 1px solid @WHITE_COLOR_HEX;
        color: @YELLOW_COLOR;
        font-size: 28px !important;
        cursor: pointer;
        z-index: 5;
        padding: 0px 1px;
    }

    > span.fa-spinner {
        font-size: 28px !important;
        padding: 0px;
    }

    .btn-group {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
        float: right !important;
        background-color: @WHITE_COLOR_HEX !important;
        width: 540px !important;
        right: -45px;
        height: 30px;

        input.form-control {
            border: 0 none;
            background: transparent;
            box-shadow: none;
            box-sizing: border-box;
            height: 30px;

            &::-webkit-input-placeholder {
                font-style: italic;
            }

            &:-moz-placeholder {
                font-style: italic;
            }

            &::-moz-placeholder {
                font-style: italic;
            }

            &:-ms-input-placeholder {
                font-style: italic;
            }

            &::-ms-clear {
                display: none;
            }

            &::-ms-reveal {
                display: none;
            }
        }

        span.form-control-feedback {
            right: 60px;
            z-index: 10;
            cursor: pointer;
            pointer-events: all;
            font-size: 18px;
            top: -2px;
        }
    }

    .angucomplete-holder {
        position: relative;

        > input {
            height: 34px;
            font-size: 14px;
        }

        .angucomplete-dropdown {
            border-color: rgb(236,236,236);
            border-width: 0;
            border-style: solid;
            border-radius: 2px;
            width: 500px;
            max-height: 400px;
            cursor: pointer;
            z-index: 9999;
            position: absolute;
            left: 12px;
            margin-top: 1px;
            background-color: @WHITE_COLOR_HEX;
            overflow-y: hidden;
            list-style: none;

            .angucomplete-searching {
                color: rgb(172,172,172);
                padding: 10px 15px;

                .title {
                    color: @DARK_GRAY_COLOR_HEX;
                    font-weight: 700;
                }

                .body {
                    color: @DARK_GRAY_COLOR_HEX;
                    font-weight: 400;
                    font-style: italic;
                }
            }

            .angucomplete-row {
                padding: 5px;
                color: @BLACK_COLOR_HEX;
                margin-bottom: 4px;
                clear: both;

                .angucomplete-description {
                    font-size: 14px;
                }

                .angucomplete-image-holder {
                    padding-top: 0px;
                    float: left;
                    margin-right: 10px;
                    margin-left: 5px;

                    .angucomplete-image {
                        height: 18px;
                        width: auto;
                    }

                    .angucomplete-image-default {
                        background-position: center;
                        background-size: contain;
                        height: 34px;
                        width: 34px;
                    }
                }
            }

            .angucomplete-selected-row {
                background-color: @LIGHT_BLUE_COLOR_HEX;
                color: @WHITE_COLOR_HEX;
            }
        }
    }
}

.nav.navbar-nav {
    float: left !important;
    > li {
        float: left !important;
    }
}
.nav.navbar-nav.gt-pull-right{
    float: right !important;
}

#mainPanel {
    width: 100%;
    min-width: @MINIMUM_WIDTH;
    height: 100%;
    min-height: @MINIMUM_HEIGHT;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    #mapContainer {
        #Toolbar {
            //background: rgba(70, 74, 78, 0.9); /* For browsers that do not support gradients */
            //background: -webkit-linear-gradient(left, rgba(70, 74, 78, 1), rgba(70, 74, 78, 0)); /* For Safari 5.1 to 6.0 */
            //background: -o-linear-gradient(right, rgba(70, 74, 78, 1), rgba(70, 74, 78, 0)); /* For Opera 11.1 to 12.0 */
            //background: -moz-linear-gradient(right, rgba(70, 74, 78, 1), rgba(70, 74, 78, 0)); /* For Firefox 3.6 to 15 */
            //background: linear-gradient(to right, rgba(70, 74, 78, 1), rgba(70, 74, 78, 0)); /* Standard syntax (must be last) */
            position: absolute;
            top: 42px;
            background: @DARK_GRAY_COLOR;
            height: 54px;
            width: 100%;
            padding: 0;
            margin: 0;
            border: 0;
            border-radius: 0;
            z-index: 10000;
            box-shadow: 0px 3px 10px 0px #000000;
            min-width: @MINIMUM_WIDTH;

            .selectedPointcloudMenu {
                background-color: @ORANGE_COLOR;
            }

            .container-fluid {
                padding: 0;
                margin: 0;

                .nav.navbar-nav {
                    height: 54px;
                    margin: 0 !important;

                    > li {

                        > i {
                            /*width: 70px * @WIDTH_RATIO;
                            height: 54px * @HEIGHT_RATIO;*/
                            width: 70px;
                            height: 54px;
                            background-size: 65% !important;
                            background-repeat: no-repeat !important;
                            background-position: center !important;
                            padding: 0;
                        }

                        > p {
                            font-size: 14px;
                            font-weight: 700;
                            color: @WHITE_COLOR_HEX;
                            padding: 15px 10px !important;
                        }
                    }

                    > .dropdown {
                        .dropdown-toggle {
                            font-size: 14px !important;
                            font-weight: 900;
                            padding: 15px 10px !important;
                            color: @WHITE_COLOR_HEX;
                            background-color: @DARK_GRAY_COLOR_HEX !important;

                            &:hover {
                                color: @LIGHT_ORANGE_COLOR !important;
                            }

                            > span {
                                border-width: 8px;
                            }
                        }

                        .dropdown-menu {
                            height: 400px;
                            overflow-y: scroll;
                            background-color: @WHITE_COLOR_HEX;

                            > table {
                                width: 400px;
                            }
                        }
                    }
                }

                #datasetMenu {
                    width: 400px;

                    > li {
                        height: 100%;

                        > a {
                            padding: 14px 10px !important;

                            > i {
                                border: 0px;
                                padding: 2px 10px;
                                border-radius: 100%;
                                margin-left: auto;
                                margin-right: 20px;
                                width: 1%;
                            }

                            > span {
                                overflow: hidden;
                                white-space: nowrap;
                                text-overflow: ellipsis;
                                width: 290px;
                                display: inline-block;
                                font-size: 14px;
                                Font-weight: 700;
                                vertical-align: middle;
                            }
                        }

                        > ul {
                            width: 400px;
                            background-color: @DARK_GRAY_COLOR_HEX;
                            color: @WHITE_COLOR_HEX;
                            padding: 0px;

                            > li {
                                padding: 10px;

                                #datasetColor {
                                    border: 0px;
                                    padding: 2px 10px;
                                    border-radius: 100%;
                                    margin-left: 10px;
                                    margin-right: 20px;
                                    width: 1%;
                                }

                                #datasetName {
                                    overflow: hidden;
                                    white-space: nowrap;
                                    text-overflow: ellipsis;
                                    width: 300px;
                                    display: inline-block;
                                    font-size: 14px;
                                    Font-weight: 500;
                                    vertical-align: middle;
                                }

                                &:hover {
                                    border-left: 4px solid @YELLOW_COLOR_HEX !important;
                                    background-color: @DARKEST_GRAY_2_COLOR_HEX !important;
                                    color: @YELLOW_COLOR_HEX !important;
                                    font-weight: bold;
                                    cursor: pointer;
                                }
                            }
                        }
                    }
                }
            }

            .selectedTools {
                background-color: @MID_BLUE_COLOR_HEX;
            }
        }

        #viewer {
            position: absolute;
            padding: 0px;
            margin: 0px;
            bottom: 30px;
            right: 0px;
            width: 100%;
            //height: calc(~'100% - 126px');
            border: 1px solid @DARK_GRAY_COLOR_HEX;
            box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.73);
            min-width: 250px;
            min-height: 200px;
            z-index: 1;

            #pointerXY {
                position: absolute !important;
                top: 48px;
                left: 10px;
                width: 200px;
                height: 100px;
                border: 1px solid @DARK_GRAY_COLOR_HEX;
                box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.73);
                background-color: @BLACK_COLOR_HEX;
                z-index: 10;
                overflow: hidden;
                opacity: 0.5;
                color: white;
            }

            .viewer-header {
                padding: 13px 15px;
                background-color: @DARK_GRAY_COLOR_HEX;
                color: @WHITE_COLOR_HEX;
                height: 38px;
                width: 100%;

                .viewer-title {
                    font-size: 14px;
                    font-weight: 700;
                    letter-spacing: 1px;
                    display: inline-block;
                    position: relative;
                    top: 50%;
                    transform: translateY(-50%);
                    z-index: 1;

                    > span {
                        display: inline-block;
                        background-size: 100% !important;
                    }
                }

                > i {
                    cursor: pointer;
                    color: @WHITE_COLOR_HEX;
                    display: inline-block;
                }
            }

            #divViewer {
                position: absolute;
                top: 38px;
                left: 0;
                right: 0;
                bottom: 0;
                touch-action: none;
            }

            #pano-not-found {
                padding: 0px;
                margin: 0;
                position: absolute;
                top: 38px;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: black;
                text-align: center;

                .middleDiv {
                    position: relative;
                    top: 50%;
                    transform: translateY(-50%);

                    > p {
                        font-family: lato;
                        font-weight: 300;
                        font-size: 24px;
                        color: #9ef2fe;
                        text-align: center;
                        line-height: 1.3;
                        white-space: pre-line;
                    }
                }
            }
        }
        /* panorama panel info*/
        #panel-info {
            position: absolute;
            left: 0;
            bottom: 0px;
            margin: 0;
            padding: 0;
            font-size: 14px;
            background-color: @DARK_GRAY_COLOR;
            height: 30px;
            width: 100% !important;
            z-index: 100;
            overflow: hidden;
            -webkit-transition: height 0.7s; /* For Safari 3.1 to 6.0 */
            -moz-transition: height 0.7s; /* For Mozila 3.1 to 6.0 */
            transition: height 0.7s;
            display: inline;
            min-width: @MINIMUM_WIDTH;

            .auto-width {
                width: auto;
                padding-left: 15px;
                padding-right: 15px;
                display: inline;
                position: relative;
            }

            .display-description {
                margin-top: 5px;
                color: #b8f73d;
                text-transform: none;
                float: left;
                clear: left;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                width: 350px;
                display: inline-block;
            }

            p {
                text-transform: uppercase;
                color: @LIGHT_BLUE_COLOR;

                span {
                    color: @WHITE_COLOR;
                    text-transform: none;
                }
            }

            #panel-info-line-one {
                padding-top: 5px;
                padding-bottom: 0;
                display: inline-table;
                float: right;
                clear: right;

                #expand-icon {
                    cursor: pointer;
                }
            }

            #panel-info-line-two {
                padding-top: 5px;
                padding-bottom: 0;
                padding-right: 45px;
                display: inline-table;
                float: right;
                clear: right;
            }
        }

        .expand-panel-info {
            height: 60px !important;
        }
    }
}




/* Chrome, Safari, Opera */
@-webkit-keyframes slide-left
{
  0%   {width: 0px; opacity: 0;}
  100%  {width: 300px; opacity: 1;}
}

/* Standard syntax */
@keyframes slide-left
{
  0%   {width: 0px; opacity: 0;}
  100%  {width: 300px; opacity: 1;}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes slide-right
{
  0%  {width: 300px; opacity: 1;}
  100%   {width: 0px; opacity: 0;}
}

/* Standard syntax */
@keyframes slide-right
{
  0%  {width: 300px; opacity: 1;}
  100%   {width: 0px; opacity: 0;}
}


#dataset-map {
    position: absolute;
    width: 500px;
    height: 445px;
    bottom: 30px;
    right: 0px;
    background-color: @WHITE_COLOR_HEX;
    z-index: 2;
    border: 1px solid @DARK_GRAY_COLOR_HEX;
    box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.73);
    min-width: 350px;
    min-height: 100px;
    display: none;
    //-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    //transition: width 1s;
    .dataset-map-header {
        padding: 13px 15px;
        background-color: @DARK_GRAY_COLOR_HEX;
        color: @WHITE_COLOR_HEX;
        height: 38px;
        width: 100%;

        .dataset-map-title {
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 1px;
            display: inline-block;
            position: relative;
            top: 50%;
            transform: translateY(-50%);

            > span {
                display: inline-block;
                background-size: 100% !important;
            }
        }

        > i {
            cursor: pointer;
            color: @WHITE_COLOR_HEX;
            display: inline-block;
        }
    }

    .divDatasetList {
        width: 500px;
        height: auto;

        .dataset-header {
            padding: 10px 15px;
            background-color: #0864b1;
            color: @WHITE_COLOR_HEX;
            height: 40px;

            > p {
                font-size: 14px;
                font-weight: 700;
            }
        }

        .dataset-list {
            margin: 0;
            padding: 0;

            .list-group {
                margin-bottom: 0;

                a {
                    border-radius: 0;
                    padding-left: 5px;

                    > i {
                        font-size: 1.3em;
                        padding-left: 10px;
                    }

                    > span {
                        font-size: 14px;
                        padding-left: 10px;
                    }
                }
            }
        }
    }

    #divCoverageMap {
        width: 100%;
        height: calc(~'100% - 38px');
        margin: 0px;
        padding: 0px;
        /*width: 500px * @WIDTH_RATIO; 
        height: 400px * @HEIGHT_RATIO;*/
        //position: relative;
        //right: 0;
        //border: 2px solid #000000;
        background-color: @WHITE_COLOR_HEX;

        canvas {
            display: block !important;
        }

        .campaign-toggle {
            position: absolute;
            top: .5em;
            left: .5em;
            background-color: rgba(255, 255, 255, 0.7);
            border: 0;
            z-index: 1;

            > span {
                font-size: 22px;
                color: @BLUE_COLOR_HEX;
            }
        }

        #map-dataset-menu-icon {
            position: absolute;
            top: 45px;
            left: 10px;
            z-index: 2;

            > i {
                color: #6386B1;
                font-size: 22px;
                opacity: 0.8;

                &:hover {
                    color: #466CA0;
                    cursor: pointer;
                }
            }
        }

        #map-dataset-menu.ng-hide {
            width: 0px;
            display: inline !important;
            opacity: 0 !important;
        }

        #map-dataset-menu.ng-hide-add,
        #map-dataset-menu.ng-hide-remove {
            display: inline !important;
        }

        #map-dataset-menu.ng-hide-remove.ng-hide-remove-active {
            -webkit-animation: 0.5s slide-left;
            animation: 0.5s slide-left;
        }

        #map-dataset-menu.ng-hide-add.ng-hide-add-active {
            -webkit-animation: 0.5s slide-right;
            animation: 0.5s slide-right;
        }

        #map-dataset-menu {
            position: absolute;
            top: 75px;
            left: 10px;
            width: 300px;
            height: auto;
            padding: 0px;
            background-color: white;
            white-space: nowrap;
            overflow: hidden;
            opacity: 1;
            box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.73);
            z-index: 2;
            -webkit-transform: translate3d(0,0,0); /* Chrome, Safari, Opera */
            transform: translate3d(0,0,0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

            .map-dataset-menu-header {
                padding: 6px 10px;
                background-color: @WHITE_COLOR_HEX;
                color: @BLACK_COLOR_HEX;
                height: 32px;
                border-bottom: 1px solid #000000;

                > p {
                    font-size: 12px;
                    font-weight: 700;
                }
            }

            .map-dataset-menu-body {
                padding: 10px 0px 10px 10px;
                width: 100%;
                height: auto;
                max-height: 300px;
                overflow-y: auto;

                img {
                    padding: 0 4px;
                    width: 23px;
                    height: auto;
                    vertical-align: auto;
                }

                #datasetColor {
                    font-size: 17px;
                    //vertical-align: middle;
                    margin: 0 5px;
                }

                #datasetName {
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    width: 220px;
                    display: inline-block;
                    font-size: 14px;
                    Font-weight: 500;
                    vertical-align: middle;
                }
            }

            .map-dataset-menu-footer {
                padding: 20px 10px;
                white-space: normal;

                > p {
                    margin: 0px 5px;
                }

                .map-dataset-menu-buttons-group {
                    display: inline-block;
                    padding: 0px;
                    margin: -1px 10px;
                    text-align: center;

                    > button {
                        border: 1px solid @BLACK_COLOR_HEX;
                        border-radius: 0px;
                        width: 120px;
                        font-weight: bold;
                        margin-left: -4px;
                    }
                }
            }
        }
    }

    .selectedRow {
        background-color: @YELLOW_COLOR_HEX;
        font-weight: bold;
    }

    .showScroll {
        overflow-y: scroll;
        height: 400px;
    }
}

#measurementTools {
    margin: 0 auto;
    padding-top: 2px;
    position: absolute;
    left: 70px * @MEASUR_MENU_INDEX;
    width: 280px;
    height: 42px;
    /*box-shadow: 4px 4px 10px 0px #aaaaaa;*/
    z-index: 21;
    .navbar.navbar-default {
        background-color: @DARK_GRAY_COLOR_HEX; 
        padding: 0; 
        margin: 0; 
        border: 0; 
        border-radius: 0; 
        min-height: 10px !important;
        .container-fluid {
            padding:0;
            li {
                > i {
                    width: 70px;
                    height: 42px;
                }
                /*&:hover {
                    background-color: @MID_BLUE_COLOR_HEX;
                }*/
            }
        }
    }

    .measurement-info {
        font-size: 14px; 
        padding: 30px 0px 30px 20px;
        background-color: @WHITE_COLOR_HEX;
        > div {
            margin-bottom: 0;
            .lable {
                font-weight: 700;
            }
            .info {
                font-weight: 400;
            }
        }
    }
}

#mToolsRemoveModal,
#fLayersRemoveModal {
    top: 20%;
}

#featureRemovePopup{
    background-color: #f89406;
    position: fixed;
    right: 5%;
    top: 20%;
    width: 250px;
    height: 120px;
    border-radius: 7px;
    opacity: 0.7;
    -webkit-transition: 1000ms cubic-bezier(.25,.25,.75,.75) all;
    -moz-transition: 1000ms cubic-bezier(.25,.25,.75,.75) all;
    -o-transition: 1000ms cubic-bezier(.25,.25,.75,.75) all;
    transition: 1000ms cubic-bezier(.25,.25,.75,.75) all;

    &:hover{
        opacity: 1;
    }
    
    > button{
        position: relative;
        right: .4em;
        top: .1em;
        float: right;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        -webkit-text-shadow: 0 1px 0 #fff;
        text-shadow: 0 1px 0 #fff;
        opacity: .8;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        -webkit-appearance: none; 
    }
    .label{
        margin: 15px 20px;
        color: #FFF;
        > p{
            white-space: pre-wrap;
            font-weight: bold;
            font-size: 14px;
        }
    }
    .button-group{
        position: absolute;
        bottom: 15px;
        left: 20px;
        button{
            width: 100px;
        }
    }
}



#attachmentRemovePopup {
    background-color: #f89406;
    position: fixed;
    right: 50%;
    top: 50%;
    width: 250px;
    height: 110px;
    border-radius: 7px;
    opacity: 0.7;
    -webkit-transition: 1000ms cubic-bezier(.25,.25,.75,.75) all;
    -moz-transition: 1000ms cubic-bezier(.25,.25,.75,.75) all;
    -o-transition: 1000ms cubic-bezier(.25,.25,.75,.75) all;
    transition: 1000ms cubic-bezier(.25,.25,.75,.75) all;

    &:hover {
        opacity: 1;
    }

    > button {
        position: relative;
        right: .4em;
        top: .1em;
        float: right;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        -webkit-text-shadow: 0 1px 0 #fff;
        text-shadow: 0 1px 0 #fff;
        opacity: .8;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        -webkit-appearance: none;
    }

    .label {
        margin: 15px 20px;
        color: #FFF;

        > p {
            white-space: pre-wrap !important;
            font-weight: bold !important;
            font-size: 14px !important;
        }
    }

    .button-group {
        position: absolute;
        bottom: 15px;
        left: 20px;

        button {
            width: 100px;
        }
    }
}

#featureLayersTools {
    margin: 0 auto;
    padding-top: 2px;
    position: absolute;
    left: 70px * @FEATUR_MENU_INDEX;
    width: 400px;
    /*box-shadow: 4px 4px 10px 0px #aaaaaa;*/
    z-index: 20;

    .navbar.navbar-default {
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        border-bottom: 2px solid rgba(58, 62, 66, 1);
        background-color: @DARK_GRAY_COLOR_HEX;
        min-height: 10px !important;

        .container-fluid {
            padding: 0;

            li {
                > i {
                    width: 70px;
                    height: 42px;
                }
                /*&:hover {
                    background-color: @MID_BLUE_COLOR_HEX;
                }*/
            }

            #expand-icon {
                color: @WHITE_COLOR_HEX;
                padding-top: 20px !important;
            }
        }
    }

    .collapse.width {
        height: auto;
        overflow: hidden;
        -webkit-transition: width 0.35s ease;
        -moz-transition: width 0.35s ease;
        -o-transition: width 0.35s ease;
        transition: width 0.35s ease;
    }

    #FeatureLayerList {
        margin: 0;
        height: auto;
        overflow-y: auto;
        max-height: 540px;

        > div {
            background-color: @DARK_GRAY_COLOR_HEX;
            color: @WHITE_COLOR_HEX;
            border-radius: 0;
            border: none;
            padding: 13px 10px !important;
            height: 54px;

            > i {
                font-size: 1.5em;
                margin-right: 20px;
            }

            > span {
                margin-right: 20px;
                font-size: 100%;
            }

            .fl-name {
                overflow: hidden;
                display: inline-flex;

                > span {
                    font-size: 120%;
                    width: 280px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
            }

            .icon-setting {
                line-height: 1.2em;
                margin-right: 0;
            }
        }
    }

    #SelectedFeatureLayerInAddMode {
        margin: 0;

        > div {
            background-color: @DARK_GRAY_COLOR_HEX;
            color: @WHITE_COLOR_HEX;
            border-radius: 0;
            border: none;
            padding: 13px 10px !important;
            height: 54px;

            > i {
                font-size: 1.5em;
                margin-right: 20px;
            }

            > span {
                margin-right: 20px;
                font-size: 100%;
            }

            .fl-name {
                overflow: hidden;
                display: inline-flex;

                > span {
                    font-size: 120%;
                    width: 280px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
            }

            .icon-setting {
                line-height: 1.2em;
                margin-right: 0;
            }
        }
    }


    #FeatureLayerSettingList {
        position: absolute;
        top: 2px;
        left: 401px;
        width: 500px;
        margin: 0;
        height: auto;
        overflow-y: auto;
        max-height: 325px;

        > div {
            background-color: @DARK_GRAY_COLOR_HEX;
            color: @WHITE_COLOR_HEX;
            border-radius: 0;
            border: none;
            height: 54px;

            > i {
                font-size: 1.5em;
            }

            > span {
                margin-right: 16px;
                font-size: 100%;
            }

            .fl-name {
                overflow: hidden;
                display: inline-flex;

                > span {
                    font-size: 120%;
                    width: 215px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
            }

            .icon-setting {
                line-height: 1.2em;
                margin-right: 0;
            }

            #expand-icon {
                color: @WHITE_COLOR_HEX;
            }

            &:hover {
                border: 1px solid @DARKEST_GRAY_COLOR_HEX !important;
                border-left: 5px solid @YELLOW_COLOR_HEX !important;
                background-color: @DARKEST_GRAY_COLOR_HEX !important;
                color: @YELLOW_COLOR_HEX !important;
                font-weight: bold;
            }
        }
    }

    .feature-list {
        padding: 15px;
        background-color: @WHITE_COLOR_HEX;

        .form-horizontal .form-group {
            .control-label {
                text-align: left;
            }
        }
    }

    .selectedRow {
        border: 1px solid @DARKEST_GRAY_COLOR_HEX !important;
        border-left: 5px solid @YELLOW_COLOR_HEX !important;
        background-color: @DARKEST_GRAY_COLOR_HEX !important;
        color: @YELLOW_COLOR_HEX !important;
        font-weight: bold;
    }

    #show-attachment {
        position: fixed !important;
        top: 230px;
        left: 300px;
        width: 600px;
        height: 400px;
        border: 1px solid @DARK_GRAY_COLOR_HEX;
        box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.73);
        background-color: @BLACK_COLOR_HEX;
        z-index: 10051;
        overflow: hidden;
        min-height: 100px;
        min-width: 350px;

        .attachment-header {
            padding: 13px 15px;
            background-color: @BLUE_COLOR_HEX;
            color: @WHITE_COLOR_HEX;
            height: 38px;
            width: 100%;

            .attachment-title {
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 1px;
                display: inline-block;
                position: relative;
                top: 50%;
                transform: translateY(-50%);

                > span {
                    display: inline-block;
                    background-size: 90% !important;
                }
            }

            > i {
                cursor: pointer;
                color: @WHITE_COLOR_HEX;
                display: inline-block;
            }
        }

        .attachment-body {
            margin: 0;
            padding: 0;
            position: absolute;
            top: 38px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            overflow-y: auto;
        }

        #dzi-viewer {
            margin: 0;
            padding: 0;
            position: absolute;
            top: 38px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            min-height: 350px;
        }
    }

    .feature-dialog {
        position: fixed !important;
        top: 200px;
        left: 30px;
        width: 400px;
        height: 500px;
        border: 1px solid @DARK_GRAY_COLOR_HEX;
        box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.73);
        background-color: @WHITE_COLOR_HEX;
        z-index: 10050;
        overflow: hidden;
        min-height: 300px;
        min-width: 350px;

        .feature-header {
            padding: 13px 15px;
            background-color: @BLUE_COLOR_HEX;
            color: @WHITE_COLOR_HEX;
            height: 38px;
            width: 100%;

            .feature-title {
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 1px;
                display: inline-block;
                position: relative;
                top: 50%;
                transform: translateY(-50%);

                > span {
                    display: inline-block;
                    background-size: 90% !important;
                }
            }

            > i {
                cursor: pointer;
                color: @WHITE_COLOR_HEX;
                display: inline-block;
            }
        }

        .feature-body {
            margin: 0;
            padding: 0;

            .feature-name {
                width: 100%;
                height: 54px;
                color: @WHITE_COLOR_HEX;
                background-color: @DARKEST_GRAY_COLOR_HEX;
                padding: 12px 10px;

                .fa-stack {
                    font-size: 100%;
                }

                .f-name {
                    margin-left: 10px;
                    font-size: 120%;
                }
            }

            .feature-info {
                width: 100%;
                padding: 15px;

                .feature-cordinate {
                    padding: 0px 0px;

                    .centerHeading {
                        width: 100%;

                        > p {
                            display: inline-block;
                            font-weight: bolder;
                            color: #220101;
                            margin-bottom: 5px;
                        }
                    }

                    .line1 {
                        width: 100%;

                        p {
                            display: inline-block;
                            font-weight: bold;
                            color: @DEFAULT_FONT_COLOR;
                        }

                        #lat {
                            width: 130px;
                        }

                        #long {
                            width: 130px;
                        }

                        #alt {
                            width: 100px;
                        }

                        .copy-to-clipboard {
                            cursor: pointer;
                            font-size: 12px;

                            .fa-circle {
                                color: #3a81c3;
                            }
                        }
                    }

                    .line2 {
                        width: 100%;

                        p {
                            display: inline-block;
                            font-weight: bold;
                            color: @DEFAULT_FONT_COLOR;
                        }

                        #lat {
                            display: inline-block;
                            width: 130px;
                        }

                        #long {
                            display: inline-block;
                            width: 130px;
                        }

                        #alt {
                            display: inline-block;
                            width: 100px;
                        }

                        .copy-to-clipboard {
                            cursor: pointer;
                            font-size: 12px;

                            .fa-circle {
                                color: #3a81c3;
                            }
                        }
                    }

                    .line3 {
                        width: 100%;

                        p {
                            display: inline-block;
                            font-weight: bold;
                            color: @DEFAULT_FONT_COLOR;
                        }

                        #lineLengthHeading {
                            display: inline-block;
                            width: 133px;
                            margin-top: 8px;
                        }

                        #lineLength {
                            display: inline-block;
                            width: 130px;
                        }

                        #wkt {
                            display: inline-block;
                            width: 62px;
                            margin-top: 8px;
                        }

                        .copy-to-clipboard {
                            cursor: pointer;
                            font-size: 12px;

                            .fa-circle {
                                color: #3a81c3;
                            }
                        }
                    }
                }

                .feature-label {
                    > p {
                        white-space: pre;
                    }
                }

                .pano-markup-section {
                    margin-top: -9px;

                    .pano-markup-buttons {
                        margin-top: -3px;

                        .pano-markup-btn {
                            align-items: center;
                            background-color: transparent;
                            border: none;
                            padding: 5px 10px;
                            font-size: 14px;
                            text-align: center;
                            margin-bottom: -7px;

                            .pano-markup-icon {
                                width: 24px;
                                height: 24px;
                                margin-bottom: 0px;
                            }
                        }
                    }
                }

                .pano-markup-delete-confirmation {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    margin-top: -20px;
                    flex-wrap: wrap;
                }

                .pano-markup-confirmation-message {
                    flex: 1;
                    font-size: smaller;
                    color: #333;
                }

                .pano-markup-confirmation-buttons {
                    display: flex;
                    gap: 5px;
                }

                .pano-markup-confirmation-button {
                    width: 40px;
                    height: 40px;
                    background-color: transparent;
                    border: none;
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .pano-markup-confirmation-button img {
                    width: 20px;
                    height: 20px;
                }

                .feature-custom-attributes-group {
                    overflow-y: auto;
                    padding: 0;
                    position: absolute;
                    bottom: 80px;
                    right: 15px;
                    left: 15px;

                    .feature-attributes {
                        .checkbox,
                        .radio {
                            margin-top: 0px !important;
                            margin-bottom: 5px !important;
                        }
                    }

                    .feature-attachments {
                        div {
                            margin: 0px !important;

                            i {
                                color: @DARK_GRAY_COLOR_HEX;
                            }
                        }
                    }
                }

                .feature-buttons-group {
                    display: inline-block;
                    padding: 0px;
                    position: absolute;
                    bottom: 10px;

                    .feature-button-save {
                        border-radius: 0px;
                        width: 177px;
                        font-weight: bold;
                        color: @WHITE_COLOR_HEX;
                        background-color: @BLUE_COLOR_HEX;
                    }

                    .feature-button-cancel {
                        border-radius: 0px;
                        width: 177px;
                        margin-left: 10px;
                        font-weight: bold;
                        color: @WHITE_COLOR_HEX;
                        background-color: @DARKEST_GRAY_COLOR_HEX;
                    }
                }
            }
        }
    }
}

    #bookmarkMenu {
        margin: 0 auto;
        padding-top: 2px;
        position: absolute;
        left: 70px * @BMARK_MENU_INDEX;
        width: 450px;
        height: 54px;
        z-index: 20;

        .noBookmarks {
            padding: 0;
            margin: 0;
            border: 0;
            height: 54px;
            width: 100%;
            color: @WHITE_COLOR_HEX;
            background-color: @DARK_GRAY_COLOR_HEX;
            text-align: center;

            > p {
                padding-top: 14px;
                font-family: lato;
                font-weight: 300;
                font-size: 16px;
            }
        }

        .navbar.navbar-default {
            padding: 0;
            margin: 0;
            border: 0;
            border-radius: 0;
            border-bottom: 2px solid rgba(58, 62, 66, 1);
            background-color: @DARK_GRAY_COLOR_HEX;
            min-height: 10px !important;

            .container-fluid {
                padding: 0;

                li {
                    > i {
                        width: 70px;
                        height: 42px;
                    }
                }

                .navbar-form {
                    margin-right: 0 !important;

                    .form-group {
                        background-color: @WHITE_COLOR_HEX !important;
                        width: 250px !important;

                        input.form-control {
                            border: 0 none;
                            background: transparent;
                            box-shadow: none;
                            box-sizing: border-box;
                            width: 250px;

                            &::-webkit-input-placeholder {
                                font-style: italic;
                            }

                            &:-moz-placeholder {
                                font-style: italic;
                            }

                            &::-moz-placeholder {
                                font-style: italic;
                            }

                            &:-ms-input-placeholder {
                                font-style: italic;
                            }

                            &::-ms-clear {
                                display: none;
                            }

                            &::-ms-reveal {
                                display: none;
                            }
                        }

                        span.form-control-feedback {
                            top: 8px;
                            right: 15px;
                            z-index: 10;
                            cursor: pointer;
                            pointer-events: all;
                            font-size: 18px;
                        }
                    }
                }
            }
        }

        #BookmarkList {
            margin: 0;
            overflow-y: auto;
            max-height: 540px;

            .list-group-item {
                background-color: @DARK_GRAY_COLOR_HEX;
                color: @WHITE_COLOR_HEX;
                border-radius: 0;
                border: none;
                padding: 10px 10px !important;
                height: 54px;

                > i > img {
                    width: 35px;
                }

                .bm-name {
                    margin-left: 15px;
                    font-size: 120%;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    width: 350px;
                    display: inline-block;
                }

                &:hover {
                    border: 1px solid @DARKEST_GRAY_COLOR_HEX !important;
                    border-left: 5px solid @YELLOW_COLOR_HEX !important;
                    background-color: @DARKEST_GRAY_COLOR_HEX !important;
                    color: @YELLOW_COLOR_HEX !important;
                    font-weight: bold;
                }
            }
        }

        .add-delete-bookmark {
            position: fixed !important;
            top: 50%;
            left: calc(~'50% - 200px');
            width: 400px;
            height: auto !important;
            border: 1px solid @DARK_GRAY_COLOR_HEX;
            box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.73);
            background-color: @WHITE_COLOR_HEX;
            z-index: 10050;
            overflow: hidden;
            min-height: 100px;
            min-width: 350px;

            .bookmark-header {
                padding: 13px 15px;
                background-color: @BLUE_COLOR_HEX;
                color: @WHITE_COLOR_HEX;
                height: 38px;
                width: 100%;

                .bookmark-title {
                    font-size: 14px;
                    font-weight: 700;
                    letter-spacing: 1px;
                    display: inline-block;
                    position: relative;
                    top: 50%;
                    transform: translateY(-50%);
                }

                > i {
                    cursor: pointer;
                    color: @WHITE_COLOR_HEX;
                    display: inline-block;
                }
            }

            .bookmark-body {
                margin: 0;
                padding: 0;

                .bookmark-form {
                    width: 100%;
                    color: @DARKEST_GRAY_COLOR_HEX;
                    background-color: @WHITE_COLOR_HEX;
                    padding: 12px 15px;

                    > p {
                        font-size: 18px;
                        padding-bottom: 10px;
                    }

                    .bookmark-buttons-group {
                        display: inline-block;
                        padding: 0px;

                        .bookmark-button-save {
                            border-radius: 0px;
                            width: 177px;
                            font-weight: bold;
                            color: @WHITE_COLOR_HEX;
                            background-color: @BLUE_COLOR_HEX;
                        }

                        .bookmark-button-cancel {
                            border-radius: 0px;
                            width: 177px;
                            margin-left: 10px;
                            font-weight: bold;
                            color: @WHITE_COLOR_HEX;
                            background-color: @DARKEST_GRAY_COLOR_HEX;
                        }
                    }
                }
            }
        }
    }

    #settingMenu {
        margin: 0 auto;
        padding-top: 2px;
        position: absolute;
        right: 50px;
        width: auto;
        height: 50px;
        z-index: 20;

        .navbar.navbar-default {
            background-color: @BLUE_COLOR_HEX;
            padding: 0;
            margin: 0;
            border: 0;
            border-radius: 0;
            min-height: 10px !important;

            .container-fluid {
                padding: 0;

                li {
                    > a {
                        color: @WHITE_COLOR_HEX;

                        &:focus {
                            color: @LIGHT_ORANGE_COLOR !important;
                        }
                    }
                }

                .nav .dropdown .dropdown-menu {
                    background-color: @BLUE_COLOR_HEX;
                    height: auto !important;
                    overflow: hidden !important;

                    li {
                        > a {
                            color: @WHITE_COLOR_HEX;

                            &:hover {
                                color: @MID_BLUE_COLOR_HEX !important;
                            }
                        }
                    }
                }
            }
        }
    }


    #overlayClassifiedTool {
        margin: 0 auto;
        padding-top: 2px;
        position: absolute;
        left: 70px * @OVERLAYPC_MENU_INDEX;
        width: 250px;
        height: 42px;
        /*box-shadow: 4px 4px 10px 0px #aaaaaa;*/
        z-index: 20;

        .navbar.navbar-default {
            background-color: @DARK_GRAY_COLOR_HEX;
            padding: 0;
            margin: 0;
            border: 0;
            border-radius: 0;
            min-height: 10px !important;

            .container-fluid {
                padding: 0;

                li {
                    > a {
                        color: @WHITE_COLOR_HEX;

                        &:focus {
                            color: @LIGHT_ORANGE_COLOR !important;
                        }
                    }
                }

                .nav .dropdown .dropdown-menu {
                    background-color: @DARK_GRAY_COLOR_HEX;
                    height: auto !important;
                    overflow: hidden !important;

                    li {
                        > a {
                            color: @DARK_GRAY_COLOR_HEX;

                            &:hover {
                                color: @MID_BLUE_COLOR_HEX !important;
                            }
                        }
                    }
                }
            }
        }

        #classificationCategoryList {
            margin: 0;

            > div {
                background-color: @DARK_GRAY_COLOR_HEX;
                color: @WHITE_COLOR_HEX;
                border-radius: 0;
                border: none;
                padding: 13px 10px !important;
                height: 54px;

                > i {
                    font-size: 1.5em;
                    margin-right: 20px;
                }

                > span {
                    margin-right: 20px;
                    font-size: 100%;
                }

                .cpcl-name {
                    font-size: 120%;
                    width: 100px;
                }

                .icon-setting {
                    line-height: 1.2em;
                    margin-right: 0;
                }
            }
        }
    }

    #mlMenu {
        margin: 0 auto;
        padding-top: 2px;
        position: absolute;
        left: 70px * @ML_MENU_INDEX;
        width: 400px;
        height: 54px;
        z-index: 20;


        .navbar.navbar-default {
            padding: 0;
            margin: 0;
            border: 0;
            border-radius: 0;
            border-bottom: 2px solid rgba(58, 62, 66, 1);
            background-color: @DARK_GRAY_COLOR_HEX;
            min-height: 10px !important;

            .container-fluid {
                padding: 0;

                li {
                    > i {
                        width: 70px;
                        height: 42px;
                    }
                }

                .navbar-form {
                    margin-right: 0 !important;

                    .form-group {
                        background-color: @WHITE_COLOR_HEX !important;
                        width: 250px !important;

                        input.form-control {
                            border: 0 none;
                            background: transparent;
                            box-shadow: none;
                            box-sizing: border-box;
                            width: 250px;

                            &::-webkit-input-placeholder {
                                font-style: italic;
                            }

                            &:-moz-placeholder {
                                font-style: italic;
                            }

                            &::-moz-placeholder {
                                font-style: italic;
                            }

                            &:-ms-input-placeholder {
                                font-style: italic;
                            }

                            &::-ms-clear {
                                display: none;
                            }

                            &::-ms-reveal {
                                display: none;
                            }
                        }

                        span.form-control-feedback {
                            top: 8px;
                            right: 15px;
                            z-index: 10;
                            cursor: pointer;
                            pointer-events: all;
                            font-size: 18px;
                        }
                    }
                }
            }
        }

        #MLModelList {
            margin: 0;
            overflow-y: auto;
            max-height: 540px;

            .list-group-item {
                background-color: @DARK_GRAY_COLOR_HEX;
                color: @WHITE_COLOR_HEX;
                border-radius: 0;
                border: none;
                padding: 10px 10px !important;
                height: 54px;

                > i > img {
                    width: 35px;
                }

                .ml-name {
                    margin-left: 15px;
                    font-size: 100%;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    width: 300px;
                    display: inline-block;
                }

                &:hover {
                    border: 1px solid @DARKEST_GRAY_COLOR_HEX !important;
                    border-left: 5px solid @YELLOW_COLOR_HEX !important;
                    background-color: @DARKEST_GRAY_COLOR_HEX !important;
                    color: @YELLOW_COLOR_HEX !important;
                    font-weight: bold;
                }
            }


            .selectedRow {
                border: 1px solid @DARKEST_GRAY_COLOR_HEX !important;
                border-left: 5px solid @YELLOW_COLOR_HEX !important;
                background-color: @DARKEST_GRAY_COLOR_HEX !important;
                color: @YELLOW_COLOR_HEX !important;
                font-weight: bold;
            }
        }


        #MLModelSettingList {
            position: absolute;
            top: 2px;
            left: 400px;
            width: 200px;
            margin: 0;
            height: 100px;
            padding-top: 80px;

            > div {
                background-color: @DARK_GRAY_COLOR_HEX;
                color: @WHITE_COLOR_HEX;
                border-radius: 0;
                border: none;
                height: 100px;
                padding-left: 10px;
                padding-top: 5px;

                > i {
                    font-size: 1.5em;
                }

                > span {
                    margin-right: 20px;
                    font-size: 100%;
                }

                .mlmodel-name {
                    font-size: 120%;
                }

                .icon-setting {
                    line-height: 1.2em;
                    margin-right: 0;
                }

                #expand-icon {
                    color: @WHITE_COLOR_HEX;
                }
            }
        }
    }


    #zoom-buttons {
        position: absolute;
        height: 60px;
        width: 30px;
        top: 50px;
        right: 20px;
        padding: 0;
        margin: 0;
        //z-index: 100;
        > i {
            color: rgba(58, 129, 195, 0.8);
            cursor: pointer;
        }

        > .lock-button {
            padding-left: 3px;
            padding-top: 3px;
        }
    }


    .custom-zoom {
        top: .5em;
        right: .5em;
    }

    .custom-toggleBaseMap {
        top: .5em;
        left: .5em;
    }

    .custom-toast-top-right {
        top: 11%;
        right: 5%;
    }

    .toast-under-toolbar {
        top: @TOASTER_LEVEL;
        left: 70px * @TOASTER_INDEX;
    }
    /*#toast-container.toast-per-feature{
    top: 300px;
    left: 500px;
    > div.toast {
        background-image: none !important;
    }
}*/
    /* to decorate of feature labels*/
    .text-label {
        position: fixed;
        width: auto;
        height: auto;
        color: #000000;
        font-weight: bold;
        top: -1000px;
        left: -1000px;
        background: rgba(255,255,255,0.4);
        padding: 0px 5px 0px 3px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    /* to create arrow for point info  */
    .point_info {
        &::after {
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-width: 10px;
        }

        &::before {
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-width: 11px;
        }
    }

    .point_info_arrow_buttom_middle {
        &::after {
            top: 100%;
            left: 50%;
            border-color: rgba(255, 255, 255, 0);
            border-top-color: #ffffff;
            margin-left: -10px;
        }

        &::before {
            top: 100%;
            left: 50%;
            border-color: rgba(8, 100, 177, 0);
            border-top-color: #0864b1;
            margin-left: -11px;
        }
    }

    .point_info_arrow_top_middle {
        &::after {
            bottom: 100%;
            left: 50%;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #0864b1;
            margin-left: -10px;
        }

        &::before {
            bottom: 100%;
            left: 50%;
            border-color: rgba(8, 100, 177, 0);
            border-bottom-color: #0864b1;
            margin-left: -11px;
        }
    }

    .point_info_arrow_right_middle {
        &::after {
            left: 100%;
            top: 50%;
            border-color: rgba(255, 255, 255, 0);
            border-left-color: #ffffff;
            margin-top: -10px;
        }

        &::before {
            left: 100%;
            top: 50%;
            border-color: rgba(8, 100, 177, 0);
            border-left-color: #0864b1;
            margin-top: -11px;
        }
    }

    .point_info_arrow_right_top {
        &::after {
            left: 100%;
            top: 8%;
            border-color: rgba(255, 255, 255, 0);
            border-left-color: #0864b1;
            margin-top: -10px;
        }

        &::before {
            left: 100%;
            top: 8%;
            border-color: rgba(8, 100, 177, 0);
            border-left-color: #0864b1;
            margin-top: -11px;
        }
    }

    .point_info_arrow_right_buttom {
        &::after {
            left: 100%;
            top: 92%;
            border-color: rgba(255, 255, 255, 0);
            border-left-color: #ffffff;
            margin-top: -10px;
        }

        &::before {
            left: 100%;
            top: 92%;
            border-color: rgba(8, 100, 177, 0);
            border-left-color: #0864b1;
            margin-top: -11px;
        }
    }

    .point_info_arrow_left_middle {
        &::after {
            right: 100%;
            top: 50%;
            border-color: rgba(255, 255, 255, 0);
            border-right-color: #ffffff;
            margin-top: -10px;
        }

        &::before {
            right: 100%;
            top: 50%;
            border-color: rgba(8, 100, 177, 0);
            border-right-color: #0864b1;
            margin-top: -11px;
        }
    }

    .point_info_arrow_left_top {
        &::after {
            right: 100%;
            top: 8%;
            border-color: rgba(255, 255, 255, 0);
            border-right-color: #0864b1;
            margin-top: -10px;
        }

        &::before {
            right: 100%;
            top: 8%;
            border-color: rgba(8, 100, 177, 0);
            border-right-color: #0864b1;
            margin-top: -11px;
        }
    }

    .point_info_arrow_left_buttom {
        &::after {
            right: 100%;
            top: 92%;
            border-color: rgba(255, 255, 255, 0);
            border-right-color: #ffffff;
            margin-top: -10px;
        }

        &::before {
            right: 100%;
            top: 92%;
            border-color: rgba(8, 100, 177, 0);
            border-right-color: #0864b1;
            margin-top: -11px;
        }
    }
    /* ngResizable directive*/
    .resizable {
        position: absolute;
        top: 2px;
        left: 2px;
        width: calc(~'100% - 4px');
        height: calc(~'100% - 4px');
    }

    .n-resize {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 5px;
        cursor: n-resize;
    }

    .e-resize {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 5px;
        height: 100%;
        cursor: w-resize;
    }

    .s-resize {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 5px;
        cursor: s-resize;
    }

    .w-resize {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 5px;
        height: 100%;
        cursor: e-resize;
    }

    .nw-resize {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 7px;
        height: 7px;
        cursor: nw-resize;
    }

    .ne-resize {
        position: absolute;
        top: 0px;
        left: calc(~'100% - 7px');
        width: 7px;
        height: 7px;
        cursor: ne-resize;
    }

    .se-resize {
        position: absolute;
        top: calc(~'100% - 7px');
        left: calc(~'100% - 7px');
        width: 7px;
        height: 7px;
        cursor: se-resize;
    }

    .sw-resize {
        position: absolute;
        top: calc(~'100% - 7px');
        left: 0px;
        width: 7px;
        height: 7px;
        cursor: sw-resize;
    }
    /* potree viewer*/
    #potree-viewer {
        position: absolute;
        bottom: 30px;
        right: 0px;
        width: 500px;
        height: 445px;
        border: 1px solid @DARK_GRAY_COLOR_HEX;
        box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.73);
        background-color: black;
        z-index: 3;
        overflow: hidden;
        min-height: 100px;
        min-width: 350px;

        .potree-viewer-header {
            padding: 13px 15px;
            background-color: @DARK_GRAY_COLOR_HEX;
            color: @WHITE_COLOR_HEX;
            height: 38px;
            width: 100%;

            .potree-viewer-title {
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 1px;
                display: inline-block;
                position: relative;
                top: 50%;
                transform: translateY(-50%);

                > span {
                    display: inline-block;
                    background-size: 85% !important;
                }
            }

            > i {
                cursor: pointer;
                color: @WHITE_COLOR_HEX;
                display: inline-block;
            }
        }

        .potree-viewer-overlay {
            position: absolute;
            height: calc(~'100% - 43px');
            width: calc(~'100% - 2px');
            margin: 0px;
            padding: 0px;
            top: 38px;
            left: 0;
            z-index: 0;
        }

        > iframe {
            border: 0 !important;
            width: calc(~'100% - 2px');
            height: calc(~'100% - 43px');
            margin: 0px;
            padding: 0px;
            overflow: hidden;
            z-index: 10;
        }
    }
    /* potree viewer-2*/
    #potree-viewer-2 {
        position: absolute;
        bottom: 30px;
        right: 0px;
        width: 500px;
        height: 445px;
        border: 1px solid @DARK_GRAY_COLOR_HEX;
        box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.73);
        background-color: black;
        z-index: 3;
        overflow: hidden;
        min-height: 100px;
        min-width: 350px;

        .potree-viewer-2-header {
            padding: 13px 15px;
            background-color: @DARK_GRAY_COLOR_HEX;
            color: @WHITE_COLOR_HEX;
            height: 38px;
            width: 100%;

            .potree-viewer-title {
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 1px;
                display: inline-block;
                position: relative;
                top: 50%;
                transform: translateY(-50%);

                > span {
                    display: inline-block;
                    background-size: 85% !important;
                }
            }

            > i {
                cursor: pointer;
                color: @WHITE_COLOR_HEX;
                display: inline-block;
            }
        }

        .potree-viewer-2-overlay {
            position: absolute;
            height: calc(~'100% - 43px');
            width: calc(~'100% - 2px');
            margin: 0px;
            padding: 0px;
            top: 38px;
            left: 0;
            z-index: 0;
        }

        > iframe {
            border: 0 !important;
            width: calc(~'100% - 2px');
            height: calc(~'100% - 43px');
            margin: 0px;
            padding: 0px;
            overflow: hidden;
            z-index: 10;
        }
    }

    #twoD-image-viewer {
        position: absolute;
        bottom: 30px;
        right: 0px;
        width: 890px;
        height: 545px;
        border: 1px solid @DARK_GRAY_COLOR_HEX;
        box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.73);
        background-color: #1e1e1e;
        z-index: 4;
        overflow: hidden;
        min-height: 100px;
        min-width: 600px;

        .twoD-image-viewer-header {
            padding: 13px 15px;
            background-color: @DARK_GRAY_COLOR_HEX;
            color: @WHITE_COLOR_HEX;
            height: 38px;
            width: 100%;

            .twoD-image-viewer-title {
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 1px;
                display: inline-block;
                position: relative;
                top: 50%;
                transform: translateY(-50%);

                > span {
                    display: inline-block;
                    background-size: 90% !important;
                }
            }

            > i {
                cursor: pointer;
                color: @WHITE_COLOR_HEX;
                display: inline-block;
            }
        }

        .twoD-image-viewer-body {
            background-color: black;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 38px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            min-height: 350px;
        }
    }

#threeD-viewer {
    position: absolute;
    bottom: 30px;
    right: 0px;
    width: 890px;
    height: 545px;
    border: 1px solid @DARK_GRAY_COLOR_HEX;
    box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.73);
    background-color: #1e1e1e;
    z-index: 4;
    overflow: hidden;
    min-height: 100px;
    min-width: 600px;

    .threeD-viewer-header {
        padding: 13px 15px;
        background-color: @DARK_GRAY_COLOR_HEX;
        color: @WHITE_COLOR_HEX;
        height: 38px;
        width: 100%;

        .threeD-viewer-title {
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 1px;
            display: inline-block;
            position: relative;
            top: 50%;
            transform: translateY(-50%);

            > span {
                display: inline-block;
                background-size: 90% !important;
            }
        }

        > i {
            cursor: pointer;
            color: @WHITE_COLOR_HEX;
            display: inline-block;
        }
    }

    .threeD-viewer-body {
        background-color: black;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 38px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        min-height: 350px;
    }
}

    #external-resource-viewer {
        position: absolute;
        bottom: 30px;
        right: 0px;
        width: 320px;
        height: 395px;
        border-radius: 4px;
        box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.73);
        background-color: #292A2B;
        z-index: 5;
        overflow: hidden;
        min-height: 100px;
        min-width: 320px;

        .external-resource-viewer-header {
            padding: 13px 15px;
            background-color: #292A2B;
            color: @WHITE_COLOR_HEX;
            height: 38px;
            z-index: 5;
            width: 100%;

            .external-resource-viewer-title {
                font-family: Roboto;
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
                letter-spacing: 1px;
                display: inline-block;
                position: relative;
                margin-left: -10px;
                top: 50%;
                z-index: 5;
                transform: translateY(-50%);

                > span {
                    display: inline-block;
                    background-size: 90% !important;
                }
            }

            > i {
                cursor: pointer;
                color: @WHITE_COLOR_HEX;
                display: inline-block;
            }
        }

        .external-resource-viewer-body {
            background-color: #292A2B;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 38px;
            left: 0px;
            right: 0px;
            bottom: 0px;
        }
    }
    /* url viewer*/
    #url-viewer {
        position: absolute;
        top: 110px;
        left: 40px;
        width: 1200px;
        height: 700px;
        border: 1px solid @DARK_GRAY_COLOR_HEX;
        box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.73);
        background-color: black;
        z-index: 10051;
        overflow: hidden;
        min-height: 100px;
        min-width: 350px;

        .url-viewer-header {
            padding: 13px 15px;
            background-color: rgb(58, 129, 195);
            color: @WHITE_COLOR_HEX;
            height: 38px;
            width: 100%;

            .url-viewer-title {
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 1px;
                display: inline-block;
                position: relative;
                top: 50%;
                transform: translateY(-50%);

                > span {
                    display: inline-block;
                    background-size: 85% !important;
                }
            }

            > i {
                cursor: pointer;
                color: @WHITE_COLOR_HEX;
                display: inline-block;
            }
        }

        .url-viewer-overlay {
            position: absolute;
            height: calc(~'100% - 43px');
            width: calc(~'100% - 2px');
            margin: 0px;
            padding: 0px;
            top: 38px;
            left: 0;
            z-index: 0;
        }

        > iframe {
            border: 0 !important;
            width: calc(~'100% - 2px');
            height: calc(~'100% - 43px');
            margin: 0px;
            padding: 0px;
            overflow: hidden;
            z-index: 10;
        }
    }


    #indicator {
        z-index: 11111;

        canvas.sonic {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
        }
    }

    .external-resource-indicator-dragbar {
        color: transparent;
        margin-top: 0px;
        margin-bottom: -60px;
        padding-left: -4px;
        cursor: grab;
        box-shadow: none;
        background-color: dimgray;
        position: absolute;
        left: 58px;
        height: inherit;
        opacity: 50%;
    }

    #datasetUploadModal {
        position: absolute;
        top: 15%;
        left: calc(~'50% - 225px');
        z-index: 10050;

        .modal-dialog .modal-content {
            width: 550px;
            box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.73);
            border-radius: 0px;

            .modal-header {
                padding: 13px 15px;
                background-color: @BLUE_COLOR_HEX;
                color: @WHITE_COLOR_HEX;
                height: 38px;
                width: 100%;
                cursor: move;

                .modal-title {
                    font-size: 14px;
                    font-weight: 700;
                    letter-spacing: 1px;
                    display: inline-block;
                    position: relative;
                    top: 50%;
                    transform: translateY(-50%);

                    > span {
                        display: inline-block;
                        background-size: 100% !important;
                    }
                }

                > i {
                    cursor: pointer;
                    color: @WHITE_COLOR_HEX;
                    display: inline-block;
                }
            }

            .modal-body {
                margin: 5px;
                padding: 10px;
            }

            .modal-footer {
                .modal {
                    top: 20%;
                }
            }
        }

        .symbolList i:hover {
            cursor: pointer;
            color: red;
        }

        .white-tooltip + .tooltip > .tooltip-inner {
            background-color: white;
            color: black;
            border: solid 1px #000;
        }
    }


    #exportLasErrorContent {
        position: fixed;
        z-index: 10;

        .modal-dialog {
            position: absolute;
            top: calc(~'50% - 100px');
            left: calc(~'50% - 300px');

            .modal-content {
                width: 600px;
                box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.73);
                border-radius: 0px;
                border: 0;

                .modal-header {
                    padding: 13px 15px;
                    background-color: @BLUE_COLOR_HEX;
                    color: @WHITE_COLOR_HEX;
                    height: 38px;
                    width: 100%;

                    .modal-title {
                        font-size: 14px;
                        font-weight: 700;
                        letter-spacing: 1px;
                        display: inline-block;
                        transform: translateY(-20%);
                    }
                }

                .modal-body {
                    margin: 5px;
                    padding: 10px;
                }
            }
        }
    }

    .divider {
        border: 0;
        height: 1px;
        background: #353535;
        margin: 10px 0; // Spacing above and below the line
    }


