@import './deformationLegend.css';

body {
    font-family: 'Lato', sans-serif !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background-color: #3a3c48 !important;
    min-height: 100vh !important;
    padding-bottom: 34px !important;
    overflow: hidden !important;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}
a:hover {
    text-decoration: none;
}
/********************** Left Sidebar Css Starts **************************/
.sidebar {
    width: 100%;
    max-width: 90px;
    position: relative;
    /* min-height: calc(100vh - 325px);*/
}
section.leftsidebar {
    height: calc(100% - 34px);
}
.sidebar:before {
    content: '';
    background: var(--sidbar-bg-color);
    /*
  background: -moz-linear-gradient(top, var(--sidbar-bg-color)  0%, rgba(48,48,51,0.9) 100%);
  background: -webkit-linear-gradient(top, var(--sidbar-bg-color)  0%,rgba(48,48,51,0.9) 100%);
  background: linear-gradient(to bottom, var(--sidbar-bg-color) 0%,rgba(48,48,51,0.9) 100%);
  */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4e50', endColorstr='#303033',GradientType=0 );
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.5;
}
.sidebar ul li {
    text-align: center;
    position: relative;
}
.sidebar ul li a {
    padding: 16px 25px;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.sidebar ul .disabled a:hover {
    background-color: unset !important;
    cursor: not-allowed !important;
    opacity: 0.5;
    text-decoration: none;
}

.sidebar ul li a:hover {
    background-color: var(--light-color);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.logosec {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoimage {
    box-shadow: 1px 3px 11px 1px #000000a3;
}
.logoimageorg {
    width: 70px;
    height: auto;
    object-fit: cover;
    box-shadow: 1px 3px 11px 1px #000000a3;
}

.btnupgradtopro {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1000;
    display: flex;
}

.sidebar ul li .submenu {
    position: absolute;
    left: 100%;
    top: 0;
}
.dnone {
    display: none;
}
.sidebar ul li .submenu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 240px;
    background: var(--main-color);
    color: var(--text-color);
    padding-bottom: 20px;
    text-align: left;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    visibility: hidden;
    opacity: 0;
}

.sidebar ul li .submenucustom {
    min-height: calc(100vh - 343px) !important;
    /* background:var(--sidbar-bg-color); */
    background: -moz-linear-gradient(top, var(--sidbar-bg-color) 0%, rgba(48, 48, 51, 1) 100%) !important;
    background: -webkit-linear-gradient(top, var(--sidbar-bg-color) 0%, rgba(48, 48, 51, 1) 100%) !important;
    background: linear-gradient(to bottom, var(--sidbar-bg-color) 0%, rgba(48, 48, 51, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4e50', endColorstr='#303033',GradientType=0 );
    padding-bottom: 0px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background-color: #00000080;
}

.sidebar ul li .submenucustom li a {
    padding: 0px !important;
    display: contents !important;
}

.submenutitlecustom {
    background: var(--main-color) !important;
    color: var(--text-color) !important;
    border-bottom: 0px !important;
    margin-bottom: 0px;
}

.sidebar ul li .submenu.submenuopen {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
    opacity: 1;
}
.menuswitch .sidebar ul li .submenu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.menuswitch .sidebar ul li .submenu.submenuopen {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.sidebar > ul > li.active {
    background-color: var(--main-color);
    color: var(--text-color);
}
.sidebar ul li .submenu li {
    text-align: left;
}
.submenutitle {
    padding: 19px 25px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.4);
    margin-bottom: 10px;
}
.submenutitle h2 {
    font-size: 17px;
    color: var(--text-color);
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.sidebar ul li .submenu li a {
    padding: 21px 25px;
}

.sidebar ul li .submenu li a {
    padding: 21px 25px;
    position: relative;
    font-size: 15px;
    color: var(--text-color);
}
.sidebar ul li .submenu li a.borderbtm:before {
    content: '';
    left: 25px;
    right: 25px;
    height: 1px;
    background: rgb(255, 255, 255, 0.4);
    position: absolute;
    bottom: 8px;
}
.activebg {
    background-color: var(--light-color);
}
.sidebar ul li .submenu li a:hover {
    background-color: var(--light-color);
}
.sidebar ul li .submenu li a .menuicon,
.sidebar ul li .submenu li a span {
    display: inline-block;
    vertical-align: middle;
}
.sidebar ul li .submenu li a .menuicon {
    width: 30px;
    text-align: center;
    margin-right: 25px;
}

.sidebar ul li a.closeicon {
    position: absolute;
    right: 8px;
    top: 8px;
    width: auto;
    padding: 0;
    display: inline-block;
    line-height: 10px;
}
.checkboxsec {
    padding: 21px 25px;
}
.toolsec {
    padding: 0 25px 21px;
}
.titlesec h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.cstmcheckbox input {
    display: none;
}
.radioboxsec {
    padding: 21px 25px;
}
.radioboxsec .cstmradio label {
    color: var(--text-color);
}
.cstmcheckbox label {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #fff;
    cursor: pointer;
}
.cstmcheckbox label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    left: 0;
}
.cstmcheckbox input + label:after {
    content: '';
    background-image: url(/psp/view/potree/resources/images/custom_menu/checkicon.png);
    position: absolute;
    width: 8px;
    height: 6px;
    top: 9px;
    left: 4px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
}
.cstmcheckbox input:checked + label:after {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.shapechoose {
    max-width: 160px;
}
.shape {
    text-align: center;
}
.sidebar ul li .shape a {
    padding: 10px 0;
}
.shapechoose .bordersec {
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}
.shapechoose .bordersec:nth-last-child(2),
.shapechoose .bordersec:nth-last-child(1),
.shapechoose .bordersec:nth-last-child(3) {
    border-bottom: 0;
}
.shapechoose .bordersec:last-child,
.shapechoose .bordersec:nth-child(3n) {
    border-right: 0;
}
.sidebar ul li .submenu li .navinner li a {
    padding: 10px 25px;
}
.sidebar ul li .submenu li.activebg {
    padding-bottom: 20px;
}
.customclose button {
    position: absolute;
}
.title h1 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.title {
    padding-bottom: 10px;
}

.modal {
    z-index: 2000 !important;
}

.customclose.modal-header button {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    margin: 0;
    line-height: 15px;
    color: #fff;
    z-index: 999;
}
.modal-content {
    background-color: transparent;
}
.modal-content:before {
    content: '';
    background: rgb(77, 78, 80);
    background: -moz-linear-gradient(to right, #2c3a42 0%, #45545c 100%);
    background: -webkit-linear-gradient(to right, #2c3a42 0%, #45545c 100%);
    background: linear-gradient(to right, #2c3a42 0%, #45545c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4e50', endColorstr='#303033',GradientType=0 );
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.85;
}
.modalstyle .modal-title {
    color: #fff;
    font-size: 22px;
    line-height: initial;
}
.modalstyle .modal-header,
.modalstyle .modal-footer {
    border: 0;
}
.modalstyle .modal-header {
    padding: 15px 0;
}
.modalstyle .modal-body {
    padding: 0 65px;
}

.modalstyle .modal-body .row-with-padding-border {
    padding: 15px 0px;
    border-bottom: 1px solid #7d8489;
}

.modalstyle .modal-body .row-with-padding-border a:hover {
    background-color: var(--light-color);
}

.modalstyle .modal-body .row-with-padding {
    padding: 15px 0px;
}

.modalstyle .modal-footer {
    padding: 20px 65px;
}
.customclose.modal-header button:focus {
    outline: inherit;
}

.form-control-has-error {
    border: 1px solid red !important;
}

.form-control-has-success {
    border: 0px !important;
}

.form-control:focus {
    outline: inherit;
    box-shadow: inherit;
}
.modalstyle label {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.inputstyle1 .form-control {
    background-color: transparent;
    border: 0;
    padding-left: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding-top: 0;
}
.inputstyle1 .form-control::placeholder,
.inputstyle1 .form-control,
.inputstyle2 .form-control::placeholder,
.inputstyle2 .form-control {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
}
.inputstyle2 label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.inputstyle1 .form-control::placeholder,
.inputstyle1 .form-control {
    color: #a4aaae;
}
.inputstyle2 .form-control::placeholder,
.inputstyle2 .form-control {
    color: #fff;
}
.inputstyle2 textarea,
.inputstyle2 input {
    cursor: url(/psp/vl/potree/resources/icons/cursor-text.png), text;
}

.inputstyle2 textarea {
    max-width: 100%;
}
.inputstyle2 .form-control {
    background-color: #7d8489;
    border: 0;
    border-radius: 10px;
    padding: 15px 20px;
    -webkit-appearance: none;
    caret-color: red;
}
.inputstyle2 select.form-control {
    height: auto !important;
}
.inputstyle2 textarea.form-control {
    height: 150px;
}
.siderbarcontent .inputstyle2 textarea.form-control {
    height: 100px;
}
.inputstyle2 select.form-control {
    background-image: url(/psp/vl/potree/resources/images/custom_menu/caret.png);
    background-repeat: no-repeat;
    background-size: 12px 6px;
}

.simple_btn {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 3px 8px;
}

.simple_btn.green {
    color: #fff;
    border: 1px solid var(--main-color);
}

.btn {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 10px 36px;
    border-radius: 50px;
}
.btn:focus {
    outline: inherit;
    box-shadow: inherit;
}
.btn.white {
    color: #4e4e50;
    background-color: #fff;
}
.btn.green {
    color: var(--text-color);
    background-color: var(--main-color);
}

.btn.green.disabled {
    color: #fff;
    background-color: gray;
    cursor: not-allowed !important;
}

.btn.blue {
    color: #fff;
    background-color: #007bff;
}

.btn.grey {
    color: #fff;
    background-color: #b8bdc2;
}

.btn.isDisabled {
    color: currentColor;
    cursor: not-allowed !important;
    opacity: 0.5;
    color: #fff;
    background-color: #b8bdc2;

    display: inline-block; /* For IE11/ MS Edge bug */
    pointer-events: none;
    text-decoration: none;
}

.btnban {
    background-color: unset !important;
    cursor: not-allowed !important;
    opacity: 0.5;
    text-decoration: none;
}

.filelistinner {
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    /*padding: 8px 0;*/
}

.fileselected {
    border-bottom: 1px solid #6c777d;
    margin-right: 8px;
}

.filelistinner .closeicon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 10px;
    cursor: pointer;
}
.fileformat {
    width: 43px;
    height: 43px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.fileformat.orange {
    background-color: #ffcbbb;
}
.fileformat.lightblue {
    background-color: #bbd6ff;
}
.fileformat.lightgreen {
    background-color: #b0ecda;
}
ul.submenu li.active a {
    background-color: var(--light-color);
}
.shapechoose a:hover {
    background-color: transparent !important;
}

#toggleMapButton {
    left: 100px;
    top: 10px;
    position: absolute;
    cursor: pointer;
    /* display: none; */
    width: 50px;
    display: none;
}

#toggleMapButton img {
    width: 100%;
}

/********************** Left Sidebar Css Ends **************************/

/********************** Deformation Legend Container Css Starts **************************/

section.deformation-legend-container {
    position: fixed;
    right: 100px;
    top: 80px;
    width: 100%;
    max-width: 200px;
    color: #000;
    padding: 15px 0;
    background-color: #fff;
}

/********************** Right Deformation Legeng Container Css Ends **************************/

/********************** Right Sidebar Css Saerts **************************/
section.rightsidebar {
    /* E.T
  position: fixed;
  right: 0;
   top: 25px; 
  top: 160px;
  bottom: 0;
  width: 100%;
   max-width: 370px; 
  max-width: 0px;*/
    position: fixed;
    right: 0;
    top: 60px;
    bottom: 0;
    width: 100%;
    max-width: 370px;
}

/*E.T: Add */
.rightsidebar.slideopen {
    max-width: 370px !important;
}

.state_position_controler_menu {
    position: relative;
    padding: 10px 20px;
    text-align: center;
}

.state_position_controler_menu:before {
    content: '';
    background: var(--sidbar-bg-color);
    /*
  background: -moz-linear-gradient(top, rgba(77,78,80,0.9) 0%, rgba(48,48,51,0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(77,78,80,0.9) 0%,rgba(48,48,51,0.9) 100%);
  background: linear-gradient(to bottom, rgba(77,78,80,0.9) 0%,rgba(48,48,51,0.9) 100%);
  */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4e50', endColorstr='#303033',GradientType=0 );
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.5;
}

.righttopmenu {
    /*E.T
  position: relative;
  padding: 30px 40px;
  text-align: center;
  */
    position: relative;
    padding: 15px 10px;
    text-align: center;
}

.righttopmenu button {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    filter: invert(1);
}

.righttopmenu button:disabled {
    filter: invert(0.5);
    cursor: default;
}

.righttopmenu ul {
    display: flex;
    align-items: center;
}

.title h1 {
    color: var(--light-color);
}

.righttopmenu ul li + li {
    margin-left: 20px;
}
.righttopmenu:before {
    content: '';
    background: var(--sidbar-bg-color);
    /*
  background: -moz-linear-gradient(top, var(--sidbar-bg-color)  0%, rgba(48,48,51,0.9) 100%);
  background: -webkit-linear-gradient(top, var(--sidbar-bg-color) 0%,rgba(48,48,51,0.9) 100%);
  background: linear-gradient(to bottom, var(--sidbar-bg-color) 0%,rgba(48,48,51,0.9) 100%);
  */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4e50', endColorstr='#303033',GradientType=0 );
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.5;
}
.righttopmenu ul li {
    display: inline-block;
}
.verticaltabs ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: var(--text-color);
    padding: 16px 9px;
    display: inline-block;
    border-top: 1px solid #636f7b;
    background: var(--main-color);
    letter-spacing: 0.1px;
}
.verticaltabs ul li a img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: unset !important;
    padding-top: 8px;
    width: 24px;
    height: auto;
}
.verticaltabs ul {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border: 0;
}
.verticaltabs ul li {
    display: inline;
}
.shapechoose .bordersec:hover {
    background: var(--light-color);
}
.shapechoose .bordersecactive {
    background: var(--light-color);
}
.rightsidebarinner {
    margin-top: 20px;
    position: relative;
    height: calc(100vh - 360px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 40px;
    transform: translate(100%, 0);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.rightsidebarbg {
    position: relative;
    min-height: calc(100vh - 199px);
    /* background:var(--sidbar-bg-color); */
    background: -moz-linear-gradient(top, var(--sidbar-bg-color) 0%, rgba(48, 48, 51, 1) 100%);
    background: -webkit-linear-gradient(top, var(--sidbar-bg-color) 0%, rgba(48, 48, 51, 1) 100%);
    background: linear-gradient(to bottom, var(--sidbar-bg-color) 0%, rgba(48, 48, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4e50', endColorstr='#303033',GradientType=0 );
}
.verticaltabs {
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    background: #fff;
}
.siderbarcontent {
    padding: 20px 20px 20px 40px;
}
.titleicon {
    width: 43px;
    height: 43px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.helpicon {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: rgba(255, 255, 255, 0.33);
    margin: 0px 8px;
}

.verticaltabtitleicon {
    width: 43px;
    height: 43px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.titletext {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: var(--light-color);
    font-size: 16px;
}

.titletext .desc {
    color: #fff;
    font-size: 14px;
}

.titlestyle1 {
    border-bottom: 1px solid #fff;
    padding-bottom: 18px;
}
.navsec li {
    display: inline-block;
}
.navsec li a {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-pane.fade {
    opacity: 0;
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.tab-pane.fade.show {
    opacity: 1;
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.navsec {
    padding: 20px 0;
}
.navsec li + li {
    margin-left: 15px;
}
.rightcheckbox .cstmcheckbox label:before {
    border: 1px solid #fff;
}
.rangeslider .slider-horizontal {
    width: 100%;
    height: 10px;
}
.rangeslider .slider.slider-horizontal .slider-track {
    background: #808e97;
    border-radius: 0;
    height: 2px;
    margin-top: 1px;
}
.rangeslider .slider-handle.min-slider-handle.round {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    bottom: -2px;
    top: auto;
}
.rangeslider label {
    font-size: 14px;
    color: #fff;
}
.cstmradio input {
    display: none;
}
.cstmradio label {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #fff;
    cursor: pointer;
}
.cstmradio label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 0;
}
.cstmradio input + label:after {
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    content: '';
    border-radius: 50%;
    left: 4px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.cstmradio input:checked + label:after {
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    content: '';
    border-radius: 50%;
    left: 4px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 1;
}
.verticaltabs ul li a.active {
    color: #fff;
    background: var(--sidbar-bg-color);
    background: -moz-linear-gradient(top, var(--sidbar-bg-color) 0%, rgba(48, 48, 51, 1) 100%);
    background: -webkit-linear-gradient(top, var(--sidbar-bg-color) 0%, rgba(48, 48, 51, 1) 100%);
    background: linear-gradient(to bottom, var(--sidbar-bg-color) 0%, rgba(48, 48, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4e50', endColorstr='#303033',GradientType=0 );
}
/********************** Right Sidebar Css Ends **************************/

/******** Tree View Css Starts *********/
.list-items li a {
    color: #718593;
    font-weight: 600;
    display: block;
    white-space: nowrap;
}
.list-items li a span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
}
.list-items li .innerMenu {
    margin-left: 20px;
}
.list-items .custom-control-input {
    position: static;
}
.list-items .custom-control {
    padding-left: 0px;
    min-height: auto;
}
.list-items .custom-control-label::before,
.list-items .custom-control-label::after {
    top: 3px;
    left: 0;
}
.innerMenu {
    display: none;
}
.arrow-icon img {
    transform: rotate(0deg);
    transition: all 300ms ease-in-out;
}
.rotateicon .arrow-icon img {
    transform: rotate(90deg);
    transition: all 300ms ease-in-out;
}
span.text-items {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.customcheckgreen label:before {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
}
.list-items li a span.checkbox-icon {
    padding: 0;
    position: relative;
    margin-right: 5px;
}
.customcheckgreen label:before {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.list-items li a span.text-items {
    margin-top: 5px;
}
.customcheckgreen input:checked label::before {
    content: '';
    background: #222;
}
.cstmcheckgreen .custom-control-label::before {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #fff;
}
.cstmcheckgreen input:checked + .custom-control-label::before {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: var(--text-color);
}
.cstmcheckgreen .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: inherit;
}
.cstmcheckgreen input:checked + .custom-control-label::after {
    background-image: url(/psp/vl/potree/resources/images/custom_menu/checkblack.png) !important;
    background-size: 8px 6px;
    left: 2px;
    top: 6px;
    width: 8px;
    height: 6px;
}
.custom-control.cstmcheckgreen.custom-checkbox.checkBoxStyle {
    height: 15px;
}
.list-items li a span.arrow-icon {
    margin-right: 5px;
}
.cstmcheckgreen .custom-control-label {
    margin-bottom: 0;
    cursor: pointer;
}
.list-items > ul > li {
    position: relative;
}
.list-items > ul > li:before {
    content: '';
    width: 1px;
    top: 14px;
    bottom: -16px;
    border-left: 1px dotted #fff;
    position: absolute;
    left: 2px;
}
.list-items > ul > li:last-child:before {
    display: none;
}
.list-items li .innerMenu.level2 > ul > li > a > span.checkbox-icon {
    margin-left: 5px;
}
.list-items li .innerMenu.level3 {
    margin-left: 46px;
}
.list-items li a span.delete-icon img {
    width: 11px;
}
.list-items li a span.delete-icon {
    margin-right: 4px;
}
.list-items li a span.delete-icon + .folder-icon {
    margin-right: 4px;
}
.innerMenu.level2 > ul.list-items > li:before {
    content: '';
    bottom: 10px;
    width: 1px;
    border-left: 1px dotted #fff;
    position: absolute;
    left: 26px;
    top: 26px;
}
.innerMenu.level2 .list-items li {
    position: relative;
}
.list-items li .innerMenu.level3 li:before {
    content: '';
    position: absolute;
    left: -20px;
    height: 1px;
    border-top: 1px dotted #fff;
    right: 100%;
    top: 15px;
}
.innerMenu.level2 > ul.list-items > li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    height: 1px;
    border-top: 1px dotted #fff;
    right: 100%;
    width: 20px;
}
.list-items > ul > li > a {
    position: relative;
}
.list-items > ul > li > a.rotateicon:before {
    content: '';
    width: 1px;
    border-left: 1px dotted #fff;
    top: 21px;
    bottom: 0;
    left: 21px;
    position: absolute;
    height: 20px;
}
.rightsidebarinner .tab-content {
    position: relative;
}
.btntoggle {
    position: absolute;
    right: 100%;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    color: var(--text-color);
    cursor: pointer;
    right: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.itemproperty {
    display: none;
}
.itemproperty.showitem {
    display: block;
}
.btntoggle img {
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.rightsidermain.slideopen .rightsidebarinner {
    transform: translate(0, 0);
}
.slideopen .btntoggle {
    right: 100%;
}
.slideopen .btntoggle img {
    transform: rotate(0);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/******** Tree View Css Ends *********/
.modalstyle1 .modal-fullsize.modal-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
}

.modalstyle1 .modal-lg.modal-dialog {
    transform: translate(-50%, 0%);
    position: absolute;
    left: 50%;
    width: 100%;
    bottom: 60px;
    margin-bottom: 0;
}
.modalstyle1 .navsec li a {
    width: 26px;
    height: 26px;
}
.modalstyle1 .navsec {
    padding: 0;
}
.modalstyle1 .modal-header {
    padding: 0;
}

.modalstyle2 .modal-lg.modal-dialog {
    transform: translate(0%, 0%);
    position: absolute;
    right: 0px;
    width: 100%;
    bottom: 60px;
    margin-bottom: 0;
}

.modalstyle2 .modal-body {
}

.modalstyle2 .modal-content:before {
    background: var(--sidbar-bg-color);
}

.border-0 {
    border: 0;
}

#drawplan .rangeslider label {
    margin-bottom: 0;
}
.rangeslider.withbtn button {
    background: transparent;
    border: 0;
    cursor: pointer;
    line-height: initial;
}
.rangeslider.withbtn button:focus {
    box-shadow: inherit;
    outline: inherit;
}
.rangeslider.withbtn .slider-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 15px;
    padding-left: 0;
}
.rangeslider.withbtn button.decrement {
    position: absolute;
}
.rangeslider.withbtn button.increment {
    position: absolute;
    right: -5px;
}
.modalstyle1 .modal-body {
    padding: 10px 30px 20px;
}
/*********** Menu Switch **********/
.menuswitch .sidebar {
    display: flex;
    min-height: inherit;
    max-width: inherit;
    width: 100%;
}
.menuswitch .logosec {
    width: 90px;
}
.menuswitch .sidebar > ul {
    display: flex;
}
.menuswitch .sidebar ul > li > a {
    display: flex;
    align-items: center;
    height: 100%;
}
/*E.T: Edit */
.menuswitch section.rightsidebar {
    top: 60px;
}

/*E.T: Add */
.menuswitch section.righttopsidebar {
    top: 0px;
}

.menuswitch .sidebar ul li .submenu {
    left: 0;
    top: 100%;
}
.menuswitch .rightsidebarinner {
    height: calc(100vh - 235px);
}
.menuswitch .rightsidebarbg {
    min-height: calc(100vh - 235px);
}

/*E.T: Add */
.menuswitch .switchmenu img {
    transform: rotate(90deg);
}

/*********** Menu Switch **********/
.footersec {
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.copyright {
    color: #fff;
}

/************ range slider ************/
input[type='range'] {
    -webkit-appearance: none;
    width: 100%;
    margin: 5px 0 0;
    background-color: transparent;
}
input[type='range']:focus {
    outline: none;
}
input[type='range']::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: -px -px -px rgba(0, 0, 0, 0), 0px 0px -px rgba(13, 13, 13, 0);
    background: #808e97;
    border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0);
}
input[type='range']::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 10px;
    width: 10px;
    border-radius: 2px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4px;
}
input[type='range']:focus::-webkit-slider-runnable-track {
    background: #8e9aa2;
}
input[type='range']::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: -px -px -px rgba(0, 0, 0, 0), 0px 0px -px rgba(13, 13, 13, 0);
    background: #808e97;
    border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0);
}
input[type='range']::-moz-range-thumb {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 10px;
    width: 10px;
    border-radius: 2px;
    background: #ffffff;
    cursor: pointer;
}
input[type='range']::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type='range']::-ms-fill-lower {
    background: #72818b;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: -px -px -px rgba(0, 0, 0, 0), 0px 0px -px rgba(13, 13, 13, 0);
}
input[type='range']::-ms-fill-upper {
    background: #808e97;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: -px -px -px rgba(0, 0, 0, 0), 0px 0px -px rgba(13, 13, 13, 0);
}
input[type='range']::-ms-thumb {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 10px;
    width: 10px;
    border-radius: 2px;
    background: #ffffff;
    cursor: pointer;
    height: 2px;
}
input[type='range']:focus::-ms-fill-lower {
    background: #808e97;
}
input[type='range']:focus::-ms-fill-upper {
    background: #8e9aa2;
}

/******** Tree View Css Starts *********/
.treesec.jstree-default .jstree-hovered {
    background: transparent;
    border-radius: 2px;
    box-shadow: inherit;
}
.treesec.jstree-default .jstree-anchor {
    line-height: inherit;
    height: inherit;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.treesec span.delete-icon {
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    line-height: initial;
}
.treesec .delete-icon img {
    width: 11px;
    vertical-align: top;
}

.treesec span.detail-view-icon {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    line-height: initial;
    margin-bottom: 4px;
}
.treesec .detail-view-icon img {
    width: 20px;
    vertical-align: middle;
}

.treesec span.rename-icon {
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    line-height: initial;
    margin-bottom: 4px;
}

.treesec span.view-icon {
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    line-height: initial;
    margin-bottom: 4px;
}

.treesec span.view-icon.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.treesec span.view-icon > svg {
    width: 20px;
    vertical-align: middle;
    color: #ffffff;
}

.treesec span.view-icon.on > svg {
    color: var(--main-color);
}

.treesec span.crop-icon {
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    line-height: initial;
    margin-bottom: 4px;
}

.treesec span.crop-icon.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.treesec span.crop-icon > svg {
    width: 20px;
    vertical-align: middle;
    color: #ffffff;
}

.treesec span.crop-icon.on > svg {
    color: var(--main-color);
}

.treesec .rename-icon img {
    width: 15px;
    vertical-align: middle;
}

.treesec.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
    background: transparent;
}

/******** Tree View Css Ends *********/

/************ Start E.T  ************/

.jstree-default .jstree-themeicon-custom {
    background-color: transparent !important;
}
.jstree-dataset-subfolder {
    font-weight: 500;
}
.pv-menu-list > * {
    margin: 0px 7px !important;
}

.divider {
    color: #fff !important;
}

body {
    color: #fff !important;
}

.inputstyle2 .rangeslider label {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0px;
}

.ui-slider .ui-slider-handle,
.ui-state-active:focus,
.ui-widget-content .ui-state:focus,
.ui-slider-handle .ui-corner-all .ui-state-default .ui-state-focus,
.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #fff !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 2px !important;
    bottom: -2px !important;
    top: -6 !important;
    border: 0px !important;
    margin: 0px -2px !important;
}

.ui-slider-horizontal {
    height: 0.1em !important;
}

.panel-body > li > .ui-slider {
    border: 0px !important;
}

.pv-menu-list .ui-slider {
    background-color: #808e97 !important;
    border: 1px solid #808e97 !important;
    margin-bottom: 10px !important;
}
.custom-pannel {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding-top: 0px !important;
}

.rangeslider label {
    margin-right: 5px;
}

/** Start color selector container***/
.sp-container {
    background-color: transparent !important;
    border: 0px !important;
    z-index: 111;
}

.sp-top {
    width: 100% !important;
}

.sp-picker-container,
.sp-palette-container {
    background-color: #7d8489 !important;
    border-radius: 5px !important;
    border: 0px !important;
}

.sp-input {
    background-color: #d5dde2 !important;
}
/** end color selector container***/

/** Start Annotation**/
.annotation {
    position: absolute;
    padding: 10px;
    opacity: 0.8;
    transform: translate(-50%, -30px);
    will-change: left, top;
    text-align: center;
}

.annotation:hover {
    z-index: 999999999999999 !important;
}

.annotation-titlebar {
    color: var(--text-color);
    background-color: var(--main-color);
    border-radius: 1.5em;
    border: 1px solid rgba(0, 0, 0, 0.7);
    font-size: 1em;
    opacity: 1;
    margin: auto;
    display: table;
    padding: 1px 8px;
    cursor: pointer;
}

.annotation-titlebar .tooltiptext {
    visibility: hidden;
    width: 200px;
    font-size: 12px;
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 100%;
    margin-left: -5px;
    margin-bottom: -40px;
}

.annotation-info {
    position: relative;
    text-align: left;
}

.annotation-titlebar:hover .tooltiptext {
    visibility: visible;
}

.annotation-expand {
    color: white;
    font-size: 0.6em;
    opacity: 1;
}

.annotation-action-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
}

.annotation-action-icon:hover {
    filter: drop-shadow(0px 0px 1px white);
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.annotation-item {
    color: white;
    background-color: black;
    opacity: 0.5;
    border-radius: 1.5em;
    font-size: 1em;
    line-height: 1.5em;
    padding: 1px 8px 0px 8px;
    font-weight: bold;
    display: flex;
    cursor: default;
}

.annotation-item:hover {
    opacity: 1;
    box-shadow: 0 0 5px #ffffff;
}

.annotation-main {
    display: flex;
    flex-grow: 1;
}

.annotation-label {
    display: inline-block;
    height: 100%;
    flex-grow: 1;
    user-select: none;
    -moz-user-select: none;
    z-index: 100;
    vertical-align: middle;
    line-height: 1.5em;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
}

.annotation-description {
    position: absolute;
    color: white;
    background-color: black;
    padding: 10px;
    margin: 5px 0px 0px 0px;
    border-radius: 4px;
    display: none;
    max-width: 500px;
    width: 500px;
    margin-left: 50%;
    transform: translate(-50%, 0);
}

.annotation-description-close {
    filter: invert(100%);
    float: right;
    opacity: 0.5;
    margin: 0px 0px 8px 8px;
}

.annotation-description-content {
    color: white;
}

.annotation-icon {
    width: 15px;
    height: 30px;
    opacity: 1;
    cursor: pointer;
    filter: unset;
}
/************ End Annotation  ************/
a:hover,
a:visited,
a:link,
a:active {
    color: var(--light-color);
}

/************ End Popover  ************/
.popover {
    max-width: unset !important;
    border-color: #fff !important;
    background-color: rgb(77, 78, 80) !important;
}

.popover-body {
    padding: 5px;
}
.popover:before {
    content: '';
    background: rgb(77, 78, 80);
    background: -moz-linear-gradient(to right, #2c3a42 0%, #45545c 100%);
    background: -webkit-linear-gradient(to right, #2c3a42 0%, #45545c 100%);
    background: linear-gradient(to right, #2c3a42 0%, #45545c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4e50', endColorstr='#303033',GradientType=0 );
}

.popover-header {
    color: #000 !important;
}

/************ End Popover  ************/
.annotation_gallary .img-thumbnail {
    width: 115px !important;
    height: 90px !important;
    margin: 5px;
}

.div-annotation-thumbnail {
    position: relative;
}

.div-annotation-thumbnail .delete-annotation-thumbnail {
    position: absolute;
    top: 20px;
    left: 16px;
    cursor: pointer;
}

.annotation_gallary {
    margin: auto;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgb(77, 78, 80);
}

.annotation_card {
    background-color: rgb(77, 78, 80);
    color: #fff;
    border: 0px;
}

.annotation_card .card-body {
    padding: 10px;
}

.annotation_card .card-footer {
    border: 0px;
    padding-left: 18px;
    padding-right: 0px;
}

.annotation_info {
    display: none;
    top: auto;
    left: 1px;
    bottom: 69px;
    right: auto;
    width: auto;
    background-color: #000;
}

/** Fine Uploader **/
.fine_uploader_pannel {
    width: 100%;
}
.qq-uploader {
    background-color: transparent;
    overflow-x: hidden;
}

.qq-upload-button {
    width: unset;
}

.qq-upload-file {
    height: unset;
    font-size: 11px;
}

.qq-upload-retry,
.qq-upload-cancel {
    background-color: transparent;
    border-color: transparent;
    box-shadow: unset;
    margin-right: unset;
}

.qq-thumbnail-selector {
    max-width: 50px;
    max-height: 45px;
    margin: auto;
}

.qq-progress-bar {
    height: 6px;
    /*width: 90% !important;*/
}

.progress-bar-value {
    text-align: right;
    width: 100%;
}

.qq-upload-retry {
    width: 25px;
    height: 25px;
}

.qq-drop-processing-spinner {
    background: url(/psp/vl/potree/resources/images/custom_menu/throbber.gif);
}

.measurement_content {
    border: 1px solid #7d8489;
    border-radius: 10px;
    padding: 15px 20px;
    -webkit-appearance: none;
}

.ui-spinner {
    border-radius: 10px !important;
}
/*
.measurement_content  .cstmcheckbox input {
  display: none;
}

.measurement_content .cstmcheckbox input + label:after 
{
	content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.measurement_content  .cstmcheckbox input:checked + label:after {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
*/
.btn.white.small {
    padding: 8px 15px;
}

li {
    display: block;
}
/** **/

/********************** Left TOP Embed Logo **************************/
section.leftopembedlogo {
    position: fixed;
    left: 170px;
    top: 50px;
    height: 60px;
    z-index: 1;
}

/********************** Right TOP Sidebar Css Start **************************/
section.righttopsidebar {
    position: fixed;
    right: 0;
    top: 0px;
    bottom: 0;
    height: 120px;
}

/**********************  Left Bottom Sidebar **************************/
section.embedlogosection {
    position: fixed;
    left: 16px;
    top: 8px;
    height: 60px;
    z-index: 1;
    display: none;
}

section.leftbottomsidebar {
    position: fixed;
    left: 170px;
    bottom: 50px;
    height: 60px;
    z-index: 1;
}

/**********************  Org Logo Section **************************/
section.orglogosection {
    position: fixed;
    right: unset;
    bottom: unset;
    height: 0px;
    display: none;
}

/********************** E.T Bottom Pannel Start **************************/
section.bottomPannel {
    position: absolute;
    width: 100%;
    bottom: 60px;
    margin-bottom: 0;
    z-index: 99;
    display: none;
}

.modal-dialog-bottom {
    width: 70% !important;
    bottom: 0px !important;
}

section.bottomInfoPannel {
    position: absolute;
    width: 100%;
    bottom: 50%;
    margin-bottom: 0;
    z-index: 99;
    display: none;
}

section.modalWrapper {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: none;
}

/********************** Overview Pannel **************************/
section.overviewPannel {
    position: fixed;
    right: 16px;
    bottom: 117px;
    width: 100%;
    max-width: 513px;
    z-index: 1;
}

/********************** E.T Bottom Pannel End **************************/
#profile_window {
    background: #272d30;
    border: 0px;
}
#profile_titlebar {
    background: inherit;
    color: var(--font-color-2);
    text-shadow: unset;
    font-weight: normal;
    color: #fff;
    font-size: 22px;
    line-height: initial;
}
.pannel .ui-spinner {
    width: 100%;
    background-color: #7d8489;
    border: 0px;
    color: #fff;
}

.button-icon {
    background-color: inherit;
    width: 40px !important;
    height: 40px !important;
}

.button-icon.disabled,
.text-icon.disabled {
    background-color: unset !important;
    cursor: not-allowed !important;
    opacity: 0.5;
    text-decoration: none;
}

.button-icon:hover {
    background-color: var(--main-color);
    color: var(--text-color);
}

.popover-body {
    color: #fff;
}

.sidebar ul li .submenu li a .menuicon .smallicon {
    width: 30px;
    height: auto;
}

/********************** E.T Quick Access Menu Icon **************************/
.quickmenuicon .smallicon {
    width: 30px;
    height: auto;
}
/********************** E.T Bottom Pannel End **************************/

.modal-content-fullsize {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
    margin: auto !important;
}

.modal-content-mediumsize {
    width: 50% !important;
    margin: auto !important;
}

.modal-content-largsize {
    max-width: 40% !important;
    margin: auto !important;
}

.panel-tools li {
    display: inline-block;
    margin-left: 5px;
}
.panel-tools li a {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lable-transparent {
    text-align: center;
    color: var(--main-color);
    background: rgb(77, 78, 80);
    background: -moz-linear-gradient(top, rgba(77, 78, 80, 0.9) 0%, rgba(48, 48, 51, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(77, 78, 80, 0.9) 0%, rgba(48, 48, 51, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(77, 78, 80, 0.9) 0%, rgba(48, 48, 51, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4e50', endColorstr='#303033',GradientType=0 );
    z-index: 1;
    opacity: 0.8;
}

.dataset-point-number {
    color: var(--main-color);
}

/********************** Footer Start **************************/
#footer {
    z-index: 100;
    position: fixed;
    bottom: 0;
    background-color: rgba(29, 29, 29, 0.5);
    color: #fff;
    width: 100%;
    text-align: center;
    margin-right: 0px;
    margin-left: 0px;
    display: none;
}

#footer_status_bar {
    padding: 5px;
}

#footer .left {
    margin: 0px 10px;
    text-align: left;
}

#footer .right {
    margin: 0px 10px;
    text-align: right;
}

#footer_permission .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 100%;
    margin-left: -300px;
    margin-bottom: 15px;
}

#footer_permission:hover .tooltiptext {
    visibility: visible;
}

.elementWithTooltip {
    width: fit-content;
}

.elementWithTooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 100%;
    margin-left: -300px;
    margin-bottom: 15px;
}

.elementWithTooltip:hover .tooltiptext {
    visibility: visible;
}

/********************** Footer End **************************/

.annotation-modal-gallery-image {
    height: auto;
    padding-bottom: 20px;
    max-width: 100%;
}

/********************** Select custome **************************/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #7d8489;
    border-radius: 5px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #fff !important;
}
.nice-select .current {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.nice-select:hover {
    border-color: #d0dae5;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: var(--light-color);
}
.nice-select:after {
    border-bottom: 2px solid #90a1b5;
    border-right: 2px solid #90a1b5;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    z-index: 112;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    color: #90a1b5;
    pointer-events: none;
}

.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select .list {
    background-color: #7d8489;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow-y: scroll;
    height: 150px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    color: #fff !important;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
    color: #fff !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--light-color);
    color: #fff !important;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #90a1b5;
    cursor: default;
}

::-moz-selection {
    background: #7d8489;
}
::selection {
    background: #7d8489;
}
.box {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 24px 30px;
    width: 300px;
}

/************ End Select Custome  ************/

/************ List Group  ************/
.list-group-item.active {
    color: #495057;
    background-color: var(--light-color);
    border-color: var(--light-color);
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: var(--light-color);
}

.list-group-item {
    background-color: rgba(0, 0, 0, 0.125);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.125);
}

/********** Polygon clip select **********/

#polygonClippingPanel .nice-select {
    background-color: white;
    color: #495057 !important;
}

.nice-select:hover {
    border-color: #d0dae5;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: var(--light-color);
}
.nice-select:after {
    border-bottom: 2px solid #90a1b5;
    border-right: 2px solid #90a1b5;
}

.nice-select.disabled {
    color: #90a1b5;
}

.nice-select.wide {
    width: 100%;
}
.nice-select .list {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    color: #495057 !important;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
    color: #495057 !important;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--light-color);
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #495057;
}

/*******/

/**** Profiler ****/

#closeProfileContainer {
    width: 15px !important;
    height: 15px !important;
    color: #fff;
}

#profile_titlebar {
    display: flex;
    width: 100%;
    padding: 5px;
}

#profile_window_title {
    align-self: center;
    margin-left: 5px;
}

#profile_window .profile-row-controls {
    width: 100%;
    color: #9d9d9d;
    margin: 5px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
}

#profile_window .profile-row-controls .text-icon {
    margin: 5px;
    cursor: pointer;
}

#profile_window .rotate-container {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

#profile_window .rotate-container label {
    margin: 0 5px 0 0;
}

#poweredBy {
    position: absolute;
    color: white;
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999;
    display: none;
    font-size: 10px;
}

#poweredBy img {
    width: 10px;
    height: 10px;
}

.topFooterInfo {
    position: relative;
    width: 100%;
}

#permissionsFooter {
    position: absolute;
    color: white;
    top: -20px;
    right: 48px;
    z-index: 9999;
    font-size: 14px;
    max-width: 110px;
}

#osmAttributionWrapper {
    position: relative;
    width: 100%;
}

#osmAttribution {
    display: none;
    position: absolute;
    background-color: white;
    color: black;
    top: -22px;
    right: 200px;
    z-index: 9999;
    font-size: 12px;
    width: 110px;
}

.slider_input_container .slider_input_label {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
}

.slider_input_container .slider_input_control {
    width: 100px;
}

.slider_input_control:focus {
    outline-width: 0;
}

.slider_controls_row {
    display: flex;
    justify-content: space-between;
}

#global_elevation_default {
    border-radius: 5px;
    width: 100%;
    border: none;
    background-color: #7d8488;
    margin-top: 10px;
    padding: 5px;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    color: white;
}

#global_elevation_default:hover {
    background-color: #91989c;
}

#gradient_repeat_option legend,
#deformation_range_option legend {
    font-size: 16px;
}

.global_elevation_row {
    gap: 10px;
}

.global_elevation_input {
    width: 100% !important;
}

#gradient_repeat_option .ui-state-active,
#deformation_range_option .ui-state-active {
    background: #c6c9ca !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0.4em 0.1em !important;
    border-radius: 0px !important;
    border-top: 1px solid black !important;
    border-right: 1px solid black !important;
    border-bottom: 1px solid black !important;
    border-left: none !important;
    bottom: 0 !important;
}

.transform-crop-disabled {
    filter: invert(0.5);
    cursor: default;
    pointer-events: none;
}

.transform-crop-enabled {
    cursor: pointer;
    pointer-events: default;
}

.classification-item-label {
    display: flex;
    align-items: center;
    padding-left: 10px;
    text-transform: capitalize;
}

.sp-container {
    z-index: 11000;
}

.profile-measure-tooltip {
    z-index: 11000;
}
/*****/

/************ End List Group  ************/

/************ LOADER  ************/

.loader {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid var(--light-color);
    width: 12px;
    height: 12px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.classification-invert-button {
    cursor: pointer;
    background-color: #7d8489;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.classification-invert-button:focus {
    outline: 0;
}
.classification-invert-button:hover {
    background-color: #666c70;
}

.profile-measure-points {
    display: flex;
    flex-direction: column;
}

#profile_measurements {
    display: flex;
    column-gap: 5px;
}

#profile_measurements img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#profile_measurements img:hover {
    background-color: var(--main-color);
    color: var(--text-color);
}

#oriented-images-controles__wrapper {
    position: absolute;
    z-index: 1000;
    width: 120px;
    height: 120px;
    top: 10px;
    left: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 5px;
}

#oriented-images-controles__wrapper button {
    color: inherit;
    background-color: rgba(77, 78, 80, 0.8);
    border: none;
    padding: 5px;
    cursor: pointer;
    outline: inherit;
    border-radius: 10%;
    width: 40px;
    height: 40px;
}

#oriented-images-controles__wrapper button:hover {
    background-color: rgb(77, 78, 80);
}

#oriented-images-controles__wrapper img {
    vertical-align: baseline;
    filter: invert(1);
}

#oriented-images-controles__wrapper .control-up {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

#oriented-images-controles__wrapper .control-right {
    transform: rotate(90deg);
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
}
#oriented-images-controles__wrapper .control-down {
    transform: rotate(180deg);
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
}

#oriented-images-controles__wrapper .control-left {
    transform: rotate(270deg);
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
}

#oriented-images-controles__wrapper .control-exit {
    grid-column-start: 3;
    grid-row-start: 3;
    width: 30px;
    height: 30px;
    justify-self: end;
    align-self: end;
}

#oriented-images-controles__wrapper img {
    width: 100%;
    height: 100%;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/************ MEDIA  ************/

@media (min-width: 992px) {
    .modal-lg {
        max-width: 950px;
    }
    .modalstyle1 .modal-lg {
        max-width: 900px;
    }
}

@media (min-width: 576px) {
    .modal-lg {
        max-width: 96%;
    }
}

@media (min-width: 2000px) {
    .modal-content-largsize {
        max-width: 30% !important;
    }
}

@media (max-width: 767px) {
    section.leftsidebar,
    section.rightsidebar,
    section.righttopsidebar,
    section.bottomPannel,
    section.embedlogosection,
    section.overviewPannel {
        display: none !important;
    }

    .annotation-modal-gallery-image {
        max-width: 100%;
    }

    #footer .left {
        margin: 0px 0px;
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
        font-size: 8px;
    }

    #footer .right {
        margin: 0px 0px;
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
        font-size: 8px;
    }

    #footer .center {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
        font-size: 8px;
    }
    #footer_permission_desc {
        display: none;
    }

    #potree_description {
        top: 30px !important;
    }

    section.leftbottomsidebar {
        left: unset;
        bottom: unset;
        height: 0px;
        z-index: 1;
        position: absolute;
        width: 100%;
        text-align: center;
        padding: 0px;
        margin: 0px;
    }

    section.orglogosection {
        position: fixed;
        right: 32px;
        bottom: 50px;
        height: 60px;
        z-index: 1;
    }

    .state_position_controler_menu {
        position: initial;
        /*padding: 0px;
  text-align: unset;*/
    }

    .state_position_controler_titel {
        margin: 0px;
        font-size: 12px;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        z-index: 1;
        background-color: rgba(29, 29, 29, 0.3);
    }

    .state_position_controler_center {
        display: none;
    }

    .state_position_controler_right {
        position: absolute;
        right: 0px;
        text-align: left;
        padding: 0px;
        margin: 5px;
        width: auto;
        background-color: rgba(29, 29, 29, 0.3);
    }

    .state_position_controler_right a img,
    .state_position_controler_left a img {
        width: 15px !important;
        margin: 5px;
    }

    .state_position_controler_left {
        position: absolute;
        text-align: left;
        left: 0px;
        width: auto;
        padding: 0px;
        margin: 5px;
        background-color: rgba(29, 29, 29, 0.3);
    }

    .potree_warning_message {
        position: absolute;
        left: 10px;
        bottom: 10px;
        z-index: 1000;
        width: 500px;
        background-color: orange;
        padding: 5px;
        margin: 5px;
        border-radius: 4px;
        color: var(--font-color);
        font-family: 'Lato', sans-serif !important;
        opacity: 0.8;
        border: 1px solid black;
        display: flex;
        overflow: auto;
    }

    .potree_warning_message_error {
        background-color: red;
    }

    .potree_warning_message_notify {
        background-color: #bfd730;
        color: #000;
    }
}

@media (max-width: 1300px) {
    .menuswitch section.righttopsidebar {
        top: 95px;
    }

    .menuswitch section.rightsidebar {
        top: 155px;
    }
}

@media (max-width: 768px) {
    .annotation-modal-gallery-image {
        max-width: 100%;
    }

    #footer {
        font-size: 10px;
    }
}

@media (max-width: 1024px) {
    .modal-content-largsize {
        max-width: 100% !important;
    }
}
