Marthee's picture
Update static/style.css
386fbec verified
raw
history blame
13.4 kB
/************Please wait page - appears when the pdf is being uploaded the dropbox************/
#all{
position: fixed; /* Sit on top of the page content */
display: none; /* Hidden by default */
width: 100%; /* Full width (cover the whole page) */
height: 100%; /* Full height (cover the whole page) */
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5); /* Black background with opacity */
z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}
body{
margin-top: 45px;
position: static;
}
.tab{
z-index: 9999;
margin-top: -4px;
position: fixed;
top: 0;
width: 100%;
}
#refreshAPIbutton{
background-color: #003CFF;
border: none;
padding: 5px 82px; /*102*/
cursor: pointer;
border-radius: 3px;
margin-left: 5px;
margin-top: 4px;
font-family: "acumin-pro", sans-serif;
font-weight: bold;
font-style: normal;
font-size: 14px;
color:white;
display:inline-block;
}
#refreshAPIbutton:hover{
box-shadow: 0 0 8px 2px #003CFF;
/* color:black; */
}
#refreshDropboxButtonID{
background-color: #1680c7;
/* background: url(images/dropbox32.png) no-repeat center; */
border: none;
padding: 4px 4px;
cursor: pointer;
border-radius: 4px;
/* margin-left: -50px; */
/* margin-top: 5px; */
color:white;
position:static;
display: block;
margin-left: 348px;
margin-top: -25px;
width:28px;
height: 25px;
/* display: inline-block; */
}
/* Tooltip text */
#refreshDropboxButtonID .dropboxtip {
visibility: hidden;
width: 350px;
background-color: #555;
color: #fff;
text-align: justify;
text-justify: inter-word;
padding: 5px 7px;
border-radius: 6px;
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 15px;
/* Position the tooltip text */
position: absolute;
z-index: 1;
/* bottom: 125%; */
/* left: 80%; */
margin-left: 30px;
margin-top: -20px;
/* Fade in tooltip */
opacity: 0;
transition: opacity 0.3s;
}
/* Tooltip arrow */
#refreshDropboxButtonID .dropboxtip::after {
content: " ";
position: absolute;
top: 8%;
right: 100%; /* To the left of the tooltip */
/* margin-top: -5px; */
border-width: 5px;
border-style: solid;
border-color: transparent black transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
#refreshDropboxButtonID:hover .dropboxtip {
visibility: visible;
opacity: 1;
}
/***************************************/
#LegendHist{
margin-left: 25px;
}
#rightside{
margin-left:430px ;
margin-right: 20px;
position: absolute;
}
#backgroundimg{
display: block;
margin-top: 10px;
background-color: lightgrey;
width:49%;
height: 407px;
position: absolute;
}
#underimgbuttons{
position: relative;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
width:100%;
height: 50px;
overflow: hidden;
background-color: #333;
position: fixed;
z-index:999
}
#measureselectid,#relvselectid {
width: 51ch;
font-size: 13px;
margin-top: 5px;
resize: auto;
background-color: #fff;
border-radius: 0 0 3px 3px;
border: 2px solid #6e6e6e;
}
#measureselectid :hover,#relvselectid :hover{
background-color: gray;
color: white;
}
#measurementselectionsid{
width: 15ch !important;
height: 30px;
margin-left: 5px ;
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13px;
border-radius: 3px;
cursor: pointer;
box-shadow: 2px 2px 2px gray;
}
#measurementselectionsid:hover{
box-shadow: 4px 4px 4px gray;
}
#measureLabel, #relvDocLabel{
font-family: "acumin-pro", sans-serif;
font-weight: bold;
/* font-style: normal; */
margin-left: 7px ;
font-size: 13px;
position: absolute;
margin-top: 10px;
color: black;
/* font-style: italic; */
}
#measureCheckbox, #relvdiv,#saveOPlabel, #saveOP{ /*,.area , .pattern, .border , .length , .match{*/
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
margin-left: 13px ;
margin-top: 10px;
font-size: 12;
cursor: pointer;
max-width: 50%;
}
#tomeasurediv, #relvDocdiv{
margin-top: 7px;
}
#pdftodxfFileButton{
background-color: #1645c7;
border: none;
padding: 7px 40px; /*102*/
cursor: pointer;
border-radius: 5px;
/* margin-left: 3px; */
font-family: "acumin-pro", sans-serif;
font-weight: bold;
font-style: normal;
font-size: 14px;
color:white;
display:inline-block;
margin-left: -7px;
}
input[type="file"]::-webkit-file-upload-button{
display:none;
}
#dxfdiv{
margin-top: 10px;
/* margin-left: -7px; */
}
#measureADRbutton{
background-color: #16c72e;
border: none;
padding: 10px 122px; /*102*/
cursor: pointer;
border-radius: 5px;
margin-left: 3px;
font-family: "acumin-pro", sans-serif;
font-weight: bold;
font-style: normal;
font-size: 14px;
color:white;
display:inline-block;
}
#measureADRbutton2{
border: none;
padding: 10px 121px;
cursor: pointer;
border-radius: 5px;
margin-left: 2px;
font-family: "acumin-pro", sans-serif;
font-weight: bold;
font-style: normal;
font-size: 14px;
color:white;
}
#measureADRbutton:hover{
/* background-color:darkseagreen; */
color:black;
box-shadow: 0 0 8px 2px #16c72e;
}
#addicon,#donebutton{
top: 13px;
width:35px;
height:38px;
left: 2px;
cursor: pointer;
display:inline-block;
background-color:#ff5900;
border-radius: 5px;
}
#donebutton{
width:50px;
}
#selectionsM-M2{
width:9ch;
margin-top: 10px ;
height: 30px;
font-size: 13px;
border-radius: 5px;
cursor: pointer;
box-shadow: 2px 2px 2px gray;
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
}
#selectionsid{
margin-top: 10px ;
width: 23ch !important;
height: 30px;
font-size: 13px;
border-radius: 5px;
cursor: pointer;
box-shadow: 2px 2px 2px gray;
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
}
/* #selectionsid:hover{
box-shadow: 4px 4px 4px gray;
} */
#repeatforloop{
margin-left: 5px ;
margin-top: 8px;
}
#text0{
width:29ch;
}
#text1{
width:8ch;
}
#text2{
width:9ch;
}
#text0,#text1,#text2{
font-size: 13px;
/* width: 31.5%; */
height: 33px;
border-radius: 2px;
margin-bottom: 7px;
margin-right: 0.2%;
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
}
.addmctnameclass{
width:35px;
height:35px;
/* left: %; */
margin-top: -1px;
margin-left: -1px;
cursor: pointer;
position: absolute;
border: none;
}
.deletemctnameclass{
width:35px;
height:35px;
/* left: %; */
margin-top: -1px;
margin-left: 30px;
cursor: pointer;
position: absolute;
border: none;
}
#doneebackground , #summarytoXML{
top: 10px;
width:130px;
height:40px;
left: 3px;
margin-bottom: 200px;
cursor: pointer;
position: relative;
background-color: #ff5900;
border: none;
border-radius: 6px;
color: white;
font-weight: bold;
}
#doneebackground:hover{
color: black;
/* background-color: #0ad2e0; */
box-shadow: 0 0 8px 2px gray;
}
#radio{
margin-right: 0.2%;
position: relative;
}
#radio:hover{
cursor: pointer;
}
#radiolbl{
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13px;
position: relative;
margin-left: 9px;
}
#nLevels{
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13px;
position: relative;
margin-left: 5px;
margin-top: 2px;
}
.lvlinput{
font-size: 13px;
width: 13ch;
height: 30px;
border-radius: 3px;
margin-top: 4px;
margin-left: 9px;
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
/* text-align: right; */
text-align: right;
}
#areadiv, #prmdiv{
margin-top: 10px;
}
#selectunitA, #selectunitP{
margin-left: 4px;
height: 30px;
width: 48px;
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13px;
border-radius: 3px;
cursor: pointer;
color: black;
}
#levelcheckbox{
/* margin-top: 10px; */
margin-left: 6px;
zoom: 1.3;
}
#radiosColors{
/* max-width: 50%; */
display: flex;
margin-top: 10px;
/* margin-left: 5px; */
}
#colorpickers{
/* display:inline-block; */
position: block;
margin-top: 5px;
margin-bottom: 5px;
}
#color{
box-shadow: 2px 2px 2px gray;
height: 40px;
width:40px;
}
#color:hover{
cursor: pointer;
box-shadow: 4px 4px 4px rgb(57, 57, 57);
}
#undoButtonId ,#NewShapeButtonId , #savecanvas{
/* margin-top: -30px; */
background-color: rgba(255, 0, 0, 0.633);
border: none;
padding: 10px 50px;
cursor: pointer;
border-radius: 7px;
/* margin-left: 2px; */
font-family: "acumin-pro", sans-serif;
font-weight: bold;
font-style: normal;
font-size: 14px;
color:white;
display:inline-block;
}
#NewShapeButtonId{
background-color: rgba(252, 146, 8, 0.849);
}
#savecanvas{
background-color: #850505e2;
}
#NewShapeButtonId:hover{
color:black;
box-shadow: 0 0 8px 2px rgba(252, 146, 8, 0.849);
}
#savecanvas:hover{
color:black;
box-shadow: 0 0 8px 2px #850505e2;
}
#undoButtonId:hover{
color:black;
box-shadow: 0 0 8px 2px rgba(255, 0, 0, 0.633);
}
/* Tooltip container */
#infotool {
position: relative;
display: inline-block;
margin-top: 4px;
margin-left: 4px;
/* border-bottom: 1px dotted black; If you want dots under the hoverable text */
}
/* Tooltip text */
#infotool .tooltiptext {
visibility: hidden;
width: 350px;
background-color: #555;
color: #fff;
text-align: justify;
text-justify: inter-word;
padding: 5px 7px;
border-radius: 6px;
/* Position the tooltip text */
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;
/* Fade in tooltip */
opacity: 0;
transition: opacity 0.3s;
}
/* Tooltip arrow */
#infotool .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 16%;
/* margin-left: -20px; */
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
/* border-color: #bdbcbc transparent transparent transparent; */
}
/* Show the tooltip text when you mouse over the tooltip container */
#infotool:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
#loading {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #16c72e;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
/* margin-left:; */
margin-top:10%;
/* margin-left: 300px; */
margin-left:60% ;
margin-right: 20px;
position: absolute;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.select2-container--default ,.select2-container--single {
margin-top: 5px ;
height: 33px;
margin-left: 5px;
margin-right: -4px ;
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13px;
border-radius: 3px;
cursor: pointer;
color: black;
font-weight: 400;
/* position: relative; */
border: 2px solid #6e6e6e;
}
.select2-search--dropdown{
margin-left: -10px;
margin-top: -9px;
border-radius: 0 0 3px 3px;
border: none;
position: static;
/* top:0; */
}
.select2-dropdown.select2-dropdown--above{
margin-top: -10px;
}
.select2-results__options{
/* list-style-type: none; */
background-color: #fff;
border-radius: 0 0 3px 3px;
border: 2px solid #6e6e6e;
height: auto;
position: static;
overflow: scroll;
margin-left: -6px;
/* margin-bottom: 20px; */
width: 370px;
margin-top: -3px;
/* display: inline-block; */
}
.select2-container--multiple {
height: auto;
margin-left: -10px;
background-color: white;
margin-top: 5px ;
height: 33px;
margin-left: 5px;
margin-right: -4px ;
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13px;
border-radius: 3px;
cursor: pointer;
color: black;
font-weight: 400;
/* position: relative; */
border: 2px solid #6e6e6e;
}
.select2-selection.select2-selection--single{
border: none;
}
.select2-selection__arrow{
display: none;
}
/* #measureitemsid{
margin-top: 10px ;
width: 11ch;
height: 30px;
margin-left:290px ;
font-size: 13px;
border-radius: 5px;
cursor: pointer;
box-shadow: 2px 2px 2px gray;
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
} */
#measureitemsid{
/* margin-left:294px ; */
width: 11ch !important;
border: 2px solid #6e6e6e;
}
#measureitemsid:hover{
box-shadow: 4px 4px 4px gray;
}