Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +274 -55
static/style.css
CHANGED
|
@@ -13,16 +13,6 @@
|
|
| 13 |
|
| 14 |
}
|
| 15 |
|
| 16 |
-
.sub-item {
|
| 17 |
-
list-style-type: upper-alpha; /* Uppercase letters for sub-items */
|
| 18 |
-
padding-left: 20px;
|
| 19 |
-
}
|
| 20 |
-
|
| 21 |
-
.nested-item {
|
| 22 |
-
list-style-type: lower-roman; /* Lowercase roman numerals for nested items */
|
| 23 |
-
padding-left: 40px;
|
| 24 |
-
}
|
| 25 |
-
|
| 26 |
body{
|
| 27 |
margin-top: 45px;
|
| 28 |
position: static;
|
|
@@ -51,7 +41,7 @@ body{
|
|
| 51 |
}
|
| 52 |
#refreshAPIbutton:hover{
|
| 53 |
box-shadow: 0 0 8px 2px #003CFF;
|
| 54 |
-
|
| 55 |
}
|
| 56 |
|
| 57 |
#refreshDropboxButtonID{
|
|
@@ -65,13 +55,28 @@ body{
|
|
| 65 |
/* margin-top: 5px; */
|
| 66 |
color:white;
|
| 67 |
position:static;
|
| 68 |
-
display:
|
| 69 |
margin-left: 348px;
|
| 70 |
margin-top: -25px;
|
| 71 |
width:28px;
|
| 72 |
height: 25px;
|
| 73 |
/* display: inline-block; */
|
| 74 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
|
| 76 |
/* Tooltip text */
|
| 77 |
#refreshDropboxButtonID .dropboxtip {
|
|
@@ -109,6 +114,7 @@ body{
|
|
| 109 |
border-width: 5px;
|
| 110 |
border-style: solid;
|
| 111 |
border-color: transparent black transparent transparent;
|
|
|
|
| 112 |
}
|
| 113 |
|
| 114 |
|
|
@@ -118,10 +124,6 @@ body{
|
|
| 118 |
opacity: 1;
|
| 119 |
}
|
| 120 |
/***************************************/
|
| 121 |
-
#LegendHist{
|
| 122 |
-
margin-left: 25px;
|
| 123 |
-
}
|
| 124 |
-
|
| 125 |
#rightside {
|
| 126 |
margin-left: 430px;
|
| 127 |
margin-right: 5px;
|
|
@@ -162,17 +164,7 @@ body{
|
|
| 162 |
position: fixed;
|
| 163 |
z-index:999
|
| 164 |
}
|
| 165 |
-
#measureselectid,#relvselectid {
|
| 166 |
|
| 167 |
-
width: 51ch;
|
| 168 |
-
font-size: 13px;
|
| 169 |
-
margin-top: 5px;
|
| 170 |
-
resize: auto;
|
| 171 |
-
background-color: #fff;
|
| 172 |
-
border-radius: 0 0 3px 3px;
|
| 173 |
-
border: 2px solid #6e6e6e;
|
| 174 |
-
|
| 175 |
-
}
|
| 176 |
|
| 177 |
#measureselectid :hover,#relvselectid :hover{
|
| 178 |
background-color: gray;
|
|
@@ -214,20 +206,52 @@ body{
|
|
| 214 |
font-weight: 400;
|
| 215 |
font-style: normal;
|
| 216 |
margin-left: 13px ;
|
| 217 |
-
margin-top: 10px;
|
| 218 |
font-size: 12;
|
| 219 |
cursor: pointer;
|
| 220 |
max-width: 50%;
|
| 221 |
-
|
| 222 |
-
}
|
| 223 |
#tomeasurediv, #relvDocdiv{
|
| 224 |
margin-top: 7px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 225 |
}
|
| 226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 227 |
#pdftodxfFileButton{
|
| 228 |
background-color: #1645c7;
|
| 229 |
border: none;
|
| 230 |
-
padding: 7px
|
| 231 |
cursor: pointer;
|
| 232 |
border-radius: 5px;
|
| 233 |
/* margin-left: 3px; */
|
|
@@ -239,6 +263,11 @@ body{
|
|
| 239 |
display:inline-block;
|
| 240 |
margin-left: -7px;
|
| 241 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 242 |
input[type="file"]::-webkit-file-upload-button{
|
| 243 |
display:none;
|
| 244 |
}
|
|
@@ -261,6 +290,30 @@ input[type="file"]::-webkit-file-upload-button{
|
|
| 261 |
display:inline-block;
|
| 262 |
}
|
| 263 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 264 |
.measureADRbutton2{
|
| 265 |
border: none;
|
| 266 |
padding: 10px 121px;
|
|
@@ -324,6 +377,42 @@ input[type="file"]::-webkit-file-upload-button{
|
|
| 324 |
/* #selectionsid:hover{
|
| 325 |
box-shadow: 4px 4px 4px gray;
|
| 326 |
} */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 327 |
#repeatforloop{
|
| 328 |
margin-left: 5px ;
|
| 329 |
margin-top: 8px;
|
|
@@ -339,12 +428,19 @@ input[type="file"]::-webkit-file-upload-button{
|
|
| 339 |
#text2{
|
| 340 |
width:9ch;
|
| 341 |
}
|
| 342 |
-
#
|
| 343 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 344 |
/* width: 31.5%; */
|
| 345 |
height: 33px;
|
| 346 |
-
border-radius:
|
| 347 |
-
|
|
|
|
| 348 |
margin-right: 0.2%;
|
| 349 |
font-family: "acumin-pro", sans-serif;
|
| 350 |
font-weight: 400;
|
|
@@ -353,28 +449,89 @@ input[type="file"]::-webkit-file-upload-button{
|
|
| 353 |
|
| 354 |
}
|
| 355 |
.addmctnameclass{
|
| 356 |
-
|
| 357 |
-
width:35px;
|
| 358 |
-
height:35px;
|
| 359 |
-
/* left: %; */
|
| 360 |
margin-top: -1px;
|
| 361 |
-
|
| 362 |
-
|
| 363 |
-
|
| 364 |
-
|
| 365 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 366 |
}
|
| 367 |
.deletemctnameclass{
|
| 368 |
width:35px;
|
| 369 |
height:35px;
|
| 370 |
/* left: %; */
|
| 371 |
-
|
| 372 |
margin-left: 30px;
|
| 373 |
cursor: pointer;
|
| 374 |
|
| 375 |
position: absolute;
|
| 376 |
border: none;
|
| 377 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 378 |
#doneebackground , #summarytoXML{
|
| 379 |
top: 10px;
|
| 380 |
width:130px;
|
|
@@ -390,7 +547,7 @@ input[type="file"]::-webkit-file-upload-button{
|
|
| 390 |
font-weight: bold;
|
| 391 |
|
| 392 |
}
|
| 393 |
-
#doneebackground:hover{
|
| 394 |
color: black;
|
| 395 |
/* background-color: #0ad2e0; */
|
| 396 |
box-shadow: 0 0 8px 2px gray;
|
|
@@ -436,7 +593,7 @@ cursor: pointer;
|
|
| 436 |
/* text-align: right; */
|
| 437 |
text-align: right;
|
| 438 |
|
| 439 |
-
|
| 440 |
}
|
| 441 |
|
| 442 |
#areadiv, #prmdiv{
|
|
@@ -453,17 +610,27 @@ cursor: pointer;
|
|
| 453 |
border-radius: 3px;
|
| 454 |
cursor: pointer;
|
| 455 |
color: black;
|
|
|
|
|
|
|
| 456 |
}
|
| 457 |
#levelcheckbox{
|
| 458 |
|
| 459 |
/* margin-top: 10px; */
|
| 460 |
margin-left: 6px;
|
| 461 |
zoom: 1.3;
|
|
|
|
| 462 |
|
| 463 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 464 |
#radiosColors{
|
| 465 |
/* max-width: 50%; */
|
| 466 |
-
display:
|
| 467 |
margin-top: 10px;
|
| 468 |
/* margin-left: 5px; */
|
| 469 |
}
|
|
@@ -517,16 +684,24 @@ cursor: pointer;
|
|
| 517 |
box-shadow: 0 0 8px 2px rgba(255, 0, 0, 0.633);
|
| 518 |
}
|
| 519 |
/* Tooltip container */
|
| 520 |
-
#infotool {
|
| 521 |
position: relative;
|
| 522 |
display: inline-block;
|
| 523 |
margin-top: 4px;
|
| 524 |
-
margin-left:
|
| 525 |
/* border-bottom: 1px dotted black; If you want dots under the hoverable text */
|
|
|
|
|
|
|
| 526 |
}
|
| 527 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 528 |
/* Tooltip text */
|
| 529 |
-
#infotool .tooltiptext {
|
|
|
|
| 530 |
visibility: hidden;
|
| 531 |
width: 350px;
|
| 532 |
background-color: #555;
|
|
@@ -538,7 +713,7 @@ cursor: pointer;
|
|
| 538 |
|
| 539 |
/* Position the tooltip text */
|
| 540 |
position: absolute;
|
| 541 |
-
|
| 542 |
bottom: 125%;
|
| 543 |
left: 50%;
|
| 544 |
margin-left: -60px;
|
|
@@ -546,10 +721,20 @@ cursor: pointer;
|
|
| 546 |
/* Fade in tooltip */
|
| 547 |
opacity: 0;
|
| 548 |
transition: opacity 0.3s;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 549 |
}
|
| 550 |
-
|
| 551 |
/* Tooltip arrow */
|
| 552 |
-
#infotool .tooltiptext::after {
|
| 553 |
content: "";
|
| 554 |
position: absolute;
|
| 555 |
top: 100%;
|
|
@@ -563,8 +748,9 @@ cursor: pointer;
|
|
| 563 |
|
| 564 |
|
| 565 |
/* Show the tooltip text when you mouse over the tooltip container */
|
| 566 |
-
#infotool:hover .tooltiptext {
|
| 567 |
visibility: visible;
|
|
|
|
| 568 |
opacity: 1;
|
| 569 |
}
|
| 570 |
#loading {
|
|
@@ -692,4 +878,37 @@ cursor: pointer;
|
|
| 692 |
#measureitemsid:hover{
|
| 693 |
box-shadow: 4px 4px 4px gray;
|
| 694 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 695 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
}
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
body{
|
| 17 |
margin-top: 45px;
|
| 18 |
position: static;
|
|
|
|
| 41 |
}
|
| 42 |
#refreshAPIbutton:hover{
|
| 43 |
box-shadow: 0 0 8px 2px #003CFF;
|
| 44 |
+
color:black;
|
| 45 |
}
|
| 46 |
|
| 47 |
#refreshDropboxButtonID{
|
|
|
|
| 55 |
/* margin-top: 5px; */
|
| 56 |
color:white;
|
| 57 |
position:static;
|
| 58 |
+
display: none;
|
| 59 |
margin-left: 348px;
|
| 60 |
margin-top: -25px;
|
| 61 |
width:28px;
|
| 62 |
height: 25px;
|
| 63 |
/* display: inline-block; */
|
| 64 |
}
|
| 65 |
+
#refreshDropboxButtonID:hover{
|
| 66 |
+
box-shadow: 0 0 8px 2px #1680c7;
|
| 67 |
+
color:black;
|
| 68 |
+
}
|
| 69 |
+
#pdfFrame {
|
| 70 |
+
margin-top: 45px;
|
| 71 |
+
position: absolute; /* Fixed positioning to keep it at the top-right corner */
|
| 72 |
+
top: 0;
|
| 73 |
+
right: 0;
|
| 74 |
+
width: 600px; /* Adjust width as needed */
|
| 75 |
+
height: 100%; /* Adjust height as needed */
|
| 76 |
+
border: none;
|
| 77 |
+
display: none; /* Hidden initially */
|
| 78 |
+
z-index: 0; /* Ensure it's above other content */
|
| 79 |
+
}
|
| 80 |
|
| 81 |
/* Tooltip text */
|
| 82 |
#refreshDropboxButtonID .dropboxtip {
|
|
|
|
| 114 |
border-width: 5px;
|
| 115 |
border-style: solid;
|
| 116 |
border-color: transparent black transparent transparent;
|
| 117 |
+
z-index: 2;
|
| 118 |
}
|
| 119 |
|
| 120 |
|
|
|
|
| 124 |
opacity: 1;
|
| 125 |
}
|
| 126 |
/***************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
#rightside {
|
| 128 |
margin-left: 430px;
|
| 129 |
margin-right: 5px;
|
|
|
|
| 164 |
position: fixed;
|
| 165 |
z-index:999
|
| 166 |
}
|
|
|
|
| 167 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 168 |
|
| 169 |
#measureselectid :hover,#relvselectid :hover{
|
| 170 |
background-color: gray;
|
|
|
|
| 206 |
font-weight: 400;
|
| 207 |
font-style: normal;
|
| 208 |
margin-left: 13px ;
|
|
|
|
| 209 |
font-size: 12;
|
| 210 |
cursor: pointer;
|
| 211 |
max-width: 50%;
|
| 212 |
+
|
| 213 |
+
}
|
| 214 |
#tomeasurediv, #relvDocdiv{
|
| 215 |
margin-top: 7px;
|
| 216 |
+
|
| 217 |
+
}
|
| 218 |
+
#measureContainer , #relvselectid {
|
| 219 |
+
font-family: "acumin-pro", sans-serif;
|
| 220 |
+
font-style: normal;
|
| 221 |
+
font-size: 13.5px;
|
| 222 |
+
border: 2px solid #0b02026e;
|
| 223 |
+
padding: 5px;
|
| 224 |
+
margin-left:-7px;
|
| 225 |
+
border-radius:3px;
|
| 226 |
+
width: 372px;
|
| 227 |
+
height: 90px;
|
| 228 |
+
overflow-y: auto; /* Enable vertical scrolling */
|
| 229 |
+
overflow: auto; /* Enable scrolling if needed */
|
| 230 |
+
resize: both; /* Allows dragging from bottom-right */
|
| 231 |
+
background-color: white;
|
| 232 |
+
}
|
| 233 |
+
.measure-item,.relv-item {
|
| 234 |
+
align-items: center;
|
| 235 |
+
cursor: pointer;
|
| 236 |
+
}
|
| 237 |
+
.measure-item:hover{
|
| 238 |
+
background-color: #8be6f642;
|
| 239 |
+
|
| 240 |
+
}
|
| 241 |
+
#relvselectid .relv-item:hover ,#relvselectid .relv-item label:hover {
|
| 242 |
+
background-color: #8be6f642;
|
| 243 |
+
color:black;
|
| 244 |
}
|
| 245 |
|
| 246 |
+
|
| 247 |
+
.measure-item input , .relv-item input{
|
| 248 |
+
margin-right: 3px;
|
| 249 |
+
margin-top:5px;
|
| 250 |
+
}
|
| 251 |
#pdftodxfFileButton{
|
| 252 |
background-color: #1645c7;
|
| 253 |
border: none;
|
| 254 |
+
padding: 7px 10px; /*102*/
|
| 255 |
cursor: pointer;
|
| 256 |
border-radius: 5px;
|
| 257 |
/* margin-left: 3px; */
|
|
|
|
| 263 |
display:inline-block;
|
| 264 |
margin-left: -7px;
|
| 265 |
}
|
| 266 |
+
#pdftodxfFileButton:hover{
|
| 267 |
+
color:black;
|
| 268 |
+
box-shadow: 0 0 8px 2px #1645c7;
|
| 269 |
+
}
|
| 270 |
+
|
| 271 |
input[type="file"]::-webkit-file-upload-button{
|
| 272 |
display:none;
|
| 273 |
}
|
|
|
|
| 290 |
display:inline-block;
|
| 291 |
}
|
| 292 |
|
| 293 |
+
#popupforextratext{
|
| 294 |
+
|
| 295 |
+
background-color: #b216c7;
|
| 296 |
+
border: none;
|
| 297 |
+
padding: 12px 124px; /*102*/
|
| 298 |
+
cursor: pointer;
|
| 299 |
+
border-radius: 5px;
|
| 300 |
+
margin-left: 3px;
|
| 301 |
+
font-family: "acumin-pro", sans-serif;
|
| 302 |
+
font-weight: bold;
|
| 303 |
+
font-style: normal;
|
| 304 |
+
font-size: 13px;
|
| 305 |
+
color:white;
|
| 306 |
+
display:block;
|
| 307 |
+
margin-top: 3px;
|
| 308 |
+
margin-bottom: 5px;
|
| 309 |
+
|
| 310 |
+
}
|
| 311 |
+
|
| 312 |
+
#popupforextratext:hover{
|
| 313 |
+
box-shadow: 0 0 8px 2px #b216c7;
|
| 314 |
+
color:black;
|
| 315 |
+
}
|
| 316 |
+
|
| 317 |
.measureADRbutton2{
|
| 318 |
border: none;
|
| 319 |
padding: 10px 121px;
|
|
|
|
| 377 |
/* #selectionsid:hover{
|
| 378 |
box-shadow: 4px 4px 4px gray;
|
| 379 |
} */
|
| 380 |
+
|
| 381 |
+
#textextra,#text0extra,#text1extra,#text2extra{
|
| 382 |
+
width:30ch;
|
| 383 |
+
text-align: center;
|
| 384 |
+
|
| 385 |
+
}
|
| 386 |
+
#text0extra,#text1extra,#text2extra{
|
| 387 |
+
margin-left: -2.5px;
|
| 388 |
+
}
|
| 389 |
+
|
| 390 |
+
#modalGray{
|
| 391 |
+
color:#938f8f;
|
| 392 |
+
font-size: 13px;
|
| 393 |
+
font-family: "acumin-pro", sans-serif;
|
| 394 |
+
}
|
| 395 |
+
#modalColIndex{
|
| 396 |
+
margin-left: 0px;
|
| 397 |
+
font-size: 13px;
|
| 398 |
+
font-family: "acumin-pro", sans-serif;
|
| 399 |
+
}
|
| 400 |
+
#modalColumn{
|
| 401 |
+
margin-left: 3px;
|
| 402 |
+
font-size: 13px;
|
| 403 |
+
font-family: "acumin-pro", sans-serif;
|
| 404 |
+
}
|
| 405 |
+
#modalKeyword{
|
| 406 |
+
margin-left: 71px;
|
| 407 |
+
font-size: 13px;
|
| 408 |
+
font-family: "acumin-pro", sans-serif;
|
| 409 |
+
}
|
| 410 |
+
#modalCharacter{
|
| 411 |
+
margin-left: 24px;
|
| 412 |
+
font-size: 13px;
|
| 413 |
+
font-family: "acumin-pro", sans-serif;
|
| 414 |
+
}
|
| 415 |
+
|
| 416 |
#repeatforloop{
|
| 417 |
margin-left: 5px ;
|
| 418 |
margin-top: 8px;
|
|
|
|
| 428 |
#text2{
|
| 429 |
width:9ch;
|
| 430 |
}
|
| 431 |
+
#textextra{
|
| 432 |
+
width: 7ch;
|
| 433 |
+
}
|
| 434 |
+
#text2extra{
|
| 435 |
+
width: 7ch;
|
| 436 |
+
}
|
| 437 |
+
#text0,#text1,#text2,#textextra,#text0extra,#text1extra, #text2extra{
|
| 438 |
+
font-size: 12px;
|
| 439 |
/* width: 31.5%; */
|
| 440 |
height: 33px;
|
| 441 |
+
border-radius: 1px;
|
| 442 |
+
border-color:#646060;
|
| 443 |
+
margin-bottom: 3px;
|
| 444 |
margin-right: 0.2%;
|
| 445 |
font-family: "acumin-pro", sans-serif;
|
| 446 |
font-weight: 400;
|
|
|
|
| 449 |
|
| 450 |
}
|
| 451 |
.addmctnameclass{
|
|
|
|
|
|
|
|
|
|
|
|
|
| 452 |
margin-top: -1px;
|
| 453 |
+
}
|
| 454 |
+
.addmctnameclass{
|
| 455 |
+
|
| 456 |
+
width:35px;
|
| 457 |
+
height:35px;
|
| 458 |
+
/* left: %; */
|
| 459 |
+
/* margin-top: -1px; */
|
| 460 |
+
margin-left: -1px;
|
| 461 |
+
cursor: pointer;
|
| 462 |
+
|
| 463 |
+
position: absolute;
|
| 464 |
+
border: none;
|
| 465 |
}
|
| 466 |
.deletemctnameclass{
|
| 467 |
width:35px;
|
| 468 |
height:35px;
|
| 469 |
/* left: %; */
|
| 470 |
+
|
| 471 |
margin-left: 30px;
|
| 472 |
cursor: pointer;
|
| 473 |
|
| 474 |
position: absolute;
|
| 475 |
border: none;
|
| 476 |
}
|
| 477 |
+
|
| 478 |
+
.addmctnameclassExtra {
|
| 479 |
+
width: 15px;
|
| 480 |
+
height: 15px;
|
| 481 |
+
background-color: #2f83c6;
|
| 482 |
+
border-radius: 100%;
|
| 483 |
+
position: absolute;
|
| 484 |
+
border: none;
|
| 485 |
+
cursor: pointer;
|
| 486 |
+
margin-top: 10px;
|
| 487 |
+
margin-left: 10px;
|
| 488 |
+
}
|
| 489 |
+
.addmctnameclassExtra::before {
|
| 490 |
+
content: "";
|
| 491 |
+
width: 28px; /* Square background */
|
| 492 |
+
height: 28px;
|
| 493 |
+
background-color: rgba(255, 255, 255, 0.2); /* Light blue background */
|
| 494 |
+
border: 2px solid #2f83c6; /* Blue border */
|
| 495 |
+
border-radius: 5px; /* Rounded edges */
|
| 496 |
+
position: absolute;
|
| 497 |
+
top: 50%;
|
| 498 |
+
left: 50%;
|
| 499 |
+
transform: translate(-50%, -50%);
|
| 500 |
+
}
|
| 501 |
+
.addmctnameclassExtra:hover{
|
| 502 |
+
box-shadow: 0 0 8px 2px #2f83c6;
|
| 503 |
+
}
|
| 504 |
+
.deletemctnameclassExtra{
|
| 505 |
+
width: 15px;
|
| 506 |
+
height: 15px;
|
| 507 |
+
background-color: #f32b2b;
|
| 508 |
+
border-radius: 100%;
|
| 509 |
+
position: absolute;
|
| 510 |
+
border: none;
|
| 511 |
+
cursor: pointer;
|
| 512 |
+
margin-top: 10px;
|
| 513 |
+
margin-left: 44px;
|
| 514 |
+
}
|
| 515 |
+
.deletemctnameclassExtra:hover{
|
| 516 |
+
box-shadow: 0 0 8px 2px #f32b2b;
|
| 517 |
+
}
|
| 518 |
+
.deletemctnameclassExtra::before {
|
| 519 |
+
content: "";
|
| 520 |
+
width: 28px; /* Square background */
|
| 521 |
+
height: 28px;
|
| 522 |
+
background-color: rgba(255, 255, 255, 0.2); /* Light blue background */
|
| 523 |
+
border: 2px solid #f32b2b;
|
| 524 |
+
border-radius: 5px; /* Rounded edges */
|
| 525 |
+
position: absolute;
|
| 526 |
+
top: 50%;
|
| 527 |
+
left: 50%;
|
| 528 |
+
transform: translate(-50%, -50%);
|
| 529 |
+
}
|
| 530 |
+
|
| 531 |
+
.deletemctnameclass{
|
| 532 |
+
margin-top: -1px;
|
| 533 |
+
}
|
| 534 |
+
|
| 535 |
#doneebackground , #summarytoXML{
|
| 536 |
top: 10px;
|
| 537 |
width:130px;
|
|
|
|
| 547 |
font-weight: bold;
|
| 548 |
|
| 549 |
}
|
| 550 |
+
#doneebackground:hover , #summarytoXML:hover, #addicon:hover{
|
| 551 |
color: black;
|
| 552 |
/* background-color: #0ad2e0; */
|
| 553 |
box-shadow: 0 0 8px 2px gray;
|
|
|
|
| 593 |
/* text-align: right; */
|
| 594 |
text-align: right;
|
| 595 |
|
| 596 |
+
border-color: #646060;
|
| 597 |
}
|
| 598 |
|
| 599 |
#areadiv, #prmdiv{
|
|
|
|
| 610 |
border-radius: 3px;
|
| 611 |
cursor: pointer;
|
| 612 |
color: black;
|
| 613 |
+
border-color: #646060;
|
| 614 |
+
border-width:1.8px;
|
| 615 |
}
|
| 616 |
#levelcheckbox{
|
| 617 |
|
| 618 |
/* margin-top: 10px; */
|
| 619 |
margin-left: 6px;
|
| 620 |
zoom: 1.3;
|
| 621 |
+
margin-top: 5px;
|
| 622 |
|
| 623 |
}
|
| 624 |
+
#checkboxLine {
|
| 625 |
+
display: flex; /* Arranges children in a row */
|
| 626 |
+
align-items: center; /* Vertically centers the items */
|
| 627 |
+
gap: 0.5rem; /* Optional spacing between items */
|
| 628 |
+
margin-top: 5px;
|
| 629 |
+
}
|
| 630 |
+
|
| 631 |
#radiosColors{
|
| 632 |
/* max-width: 50%; */
|
| 633 |
+
display: block;
|
| 634 |
margin-top: 10px;
|
| 635 |
/* margin-left: 5px; */
|
| 636 |
}
|
|
|
|
| 684 |
box-shadow: 0 0 8px 2px rgba(255, 0, 0, 0.633);
|
| 685 |
}
|
| 686 |
/* Tooltip container */
|
| 687 |
+
#infotool , #infotoolModal {
|
| 688 |
position: relative;
|
| 689 |
display: inline-block;
|
| 690 |
margin-top: 4px;
|
| 691 |
+
margin-left: -1px;
|
| 692 |
/* border-bottom: 1px dotted black; If you want dots under the hoverable text */
|
| 693 |
+
z-index: 100;
|
| 694 |
+
|
| 695 |
}
|
| 696 |
+
#infotoolModal::before{
|
| 697 |
+
margin-left: -2px;
|
| 698 |
+
}
|
| 699 |
+
.smallFaIcon {
|
| 700 |
+
font-size: 13px;
|
| 701 |
+
}
|
| 702 |
/* Tooltip text */
|
| 703 |
+
#infotool .tooltiptext , #infotoolModal .tooltiptext {
|
| 704 |
+
z-index: 9999;
|
| 705 |
visibility: hidden;
|
| 706 |
width: 350px;
|
| 707 |
background-color: #555;
|
|
|
|
| 713 |
|
| 714 |
/* Position the tooltip text */
|
| 715 |
position: absolute;
|
| 716 |
+
|
| 717 |
bottom: 125%;
|
| 718 |
left: 50%;
|
| 719 |
margin-left: -60px;
|
|
|
|
| 721 |
/* Fade in tooltip */
|
| 722 |
opacity: 0;
|
| 723 |
transition: opacity 0.3s;
|
| 724 |
+
|
| 725 |
+
}
|
| 726 |
+
#modaltooltips{
|
| 727 |
+
font-size: 14px;
|
| 728 |
+
margin-right: -200px;
|
| 729 |
+
top: -65px;
|
| 730 |
+
width: auto;
|
| 731 |
+
height: auto;
|
| 732 |
+
position: absolute;
|
| 733 |
+
display: block;
|
| 734 |
+
z-index: 9999;
|
| 735 |
}
|
|
|
|
| 736 |
/* Tooltip arrow */
|
| 737 |
+
#infotool .tooltiptext::after , #infotoolModal .tooltiptext::after {
|
| 738 |
content: "";
|
| 739 |
position: absolute;
|
| 740 |
top: 100%;
|
|
|
|
| 748 |
|
| 749 |
|
| 750 |
/* Show the tooltip text when you mouse over the tooltip container */
|
| 751 |
+
#infotool:hover .tooltiptext , #infotoolModal:hover .tooltiptext{
|
| 752 |
visibility: visible;
|
| 753 |
+
/* z-index: 100; */
|
| 754 |
opacity: 1;
|
| 755 |
}
|
| 756 |
#loading {
|
|
|
|
| 878 |
#measureitemsid:hover{
|
| 879 |
box-shadow: 4px 4px 4px gray;
|
| 880 |
}
|
| 881 |
+
#progressBar {
|
| 882 |
+
width: 99.5%; /* Reduced width */
|
| 883 |
+
height: 20px;
|
| 884 |
+
background-color: #d2e8d8;
|
| 885 |
+
border-radius: 4px;
|
| 886 |
+
overflow: hidden;
|
| 887 |
+
position: absolute;
|
| 888 |
+
margin-left:4px;
|
| 889 |
+
margin-right:10px;
|
| 890 |
+
margin-top:8px;
|
| 891 |
+
display: none;
|
| 892 |
+
}
|
| 893 |
|
| 894 |
+
#progress {
|
| 895 |
+
height: 100%;
|
| 896 |
+
width: 0%;
|
| 897 |
+
background-color: #16c72e;
|
| 898 |
+
text-align: center;
|
| 899 |
+
line-height: 20px;
|
| 900 |
+
color: white;
|
| 901 |
+
font-weight: bold;
|
| 902 |
+
transition: width 0.2s ease-in-out;
|
| 903 |
+
box-shadow: 0 0 15px #4caf50; /* Glowing effect */
|
| 904 |
+
animation: glow 1s infinite alternate;
|
| 905 |
+
}
|
| 906 |
+
|
| 907 |
+
@keyframes glow {
|
| 908 |
+
from {
|
| 909 |
+
box-shadow: 0 0 15px #4caf50;
|
| 910 |
+
}
|
| 911 |
+
to {
|
| 912 |
+
box-shadow: 0 0 25px #4caf50, 0 0 50px #4caf50;
|
| 913 |
+
}
|
| 914 |
+
}
|