|
|
#all{ |
|
|
position: fixed; |
|
|
display: none; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
top: 0; |
|
|
left: 0; |
|
|
right: 0; |
|
|
bottom: 0; |
|
|
background-color: rgba(0,0,0,0.5); |
|
|
z-index: 2; |
|
|
|
|
|
} |
|
|
body{ |
|
|
margin-top: 50px; |
|
|
} |
|
|
.tab{ |
|
|
margin-top: -4px; |
|
|
position: fixed; |
|
|
top: 0; |
|
|
width: 100%; |
|
|
} |
|
|
#infoImg{ |
|
|
margin-top: -2px; |
|
|
} |
|
|
#LegendHist{ |
|
|
margin-left: 25px; |
|
|
} |
|
|
.container{ |
|
|
margin-top: 11px; |
|
|
} |
|
|
.container .bar1, .container .bar2 , .container .bar3 { |
|
|
height: 5px; |
|
|
} |
|
|
|
|
|
.select2-selection { |
|
|
height: 34px !important; |
|
|
width: 51ch !important; |
|
|
border: solid 2px #6e6e6e !important; |
|
|
|
|
|
margin-left: 5px; |
|
|
margin-right: -4px ; |
|
|
margin-top: 5px; |
|
|
font-family: "acumin-pro", sans-serif; |
|
|
font-weight: 400; |
|
|
font-style: normal; |
|
|
font-size: 13px; |
|
|
border-radius: 3px; |
|
|
cursor: pointer; |
|
|
color: black; |
|
|
|
|
|
} |
|
|
|
|
|
.select2-selection--multiple { |
|
|
height: auto !important; |
|
|
width: 51ch !important; |
|
|
margin-left: -7px; |
|
|
padding-left: -5px; |
|
|
} |
|
|
|
|
|
.select2-selection__choice { |
|
|
height: 30px; |
|
|
line-height: 30px; |
|
|
|
|
|
padding-left: 10px !important; |
|
|
background-color: #CAF1FF !important; |
|
|
color: #333 !important; |
|
|
border: none !important; |
|
|
border-radius: 3px !important; |
|
|
} |
|
|
|
|
|
.select2-selection__choice__remove { |
|
|
float: right; |
|
|
margin-right: 0; |
|
|
margin-left: 2px; |
|
|
} |
|
|
.select2-search--inline .select2-search__field { |
|
|
line-height: 10px; |
|
|
color: #333; |
|
|
margin-left: 0; |
|
|
margin-bottom: 5px; |
|
|
|
|
|
} |
|
|
|
|
|
.select2-container:hover, |
|
|
.select2-container:focus, |
|
|
.select2-container:active, |
|
|
.select2-selection:hover, |
|
|
.select2-selection:focus, |
|
|
.select2-selection:active { |
|
|
outline-color: transparent; |
|
|
outline-style: none; |
|
|
} |
|
|
|
|
|
.select2-results__options li { |
|
|
display: block; |
|
|
width: 51ch !important; |
|
|
} |
|
|
|
|
|
.select2-selection__rendered { |
|
|
transform: translateY(2px); |
|
|
} |
|
|
|
|
|
.select2-selection__arrow { |
|
|
display: none; |
|
|
} |
|
|
|
|
|
.select2-results__option--highlighted { |
|
|
background-color: #CAF1FF !important; |
|
|
color: #333 !important; |
|
|
} |
|
|
|
|
|
.select2-dropdown { |
|
|
border-radius: 0 !important; |
|
|
box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.15) !important; |
|
|
border: none !important; |
|
|
margin-top: 4px !important; |
|
|
width:52ch !important; |
|
|
font-family: "acumin-pro", sans-serif; |
|
|
font-weight: 400; |
|
|
font-style: normal; |
|
|
font-size: 13px; |
|
|
margin-left: 5px; |
|
|
} |
|
|
|
|
|
.select2-results__option { |
|
|
font-family: "acumin-pro", sans-serif; |
|
|
font-size: 13px; |
|
|
line-height: 24px !important; |
|
|
vertical-align: middle !important; |
|
|
padding-left: 8px !important; |
|
|
} |
|
|
|
|
|
.select2-results__option[aria-selected="true"] { |
|
|
background-color: #eee !important; |
|
|
} |
|
|
|
|
|
.select2-search__field { |
|
|
font-family: "acumin-pro", sans-serif; |
|
|
color: #333; |
|
|
font-size: 13px; |
|
|
padding-left: 8px !important; |
|
|
border-color: #c4c4c4 !important; |
|
|
} |
|
|
.select2-container--default { |
|
|
border: none; |
|
|
} |
|
|
#keywordLabelID{ |
|
|
font-family: "acumin-pro", sans-serif; |
|
|
font-weight: bold; |
|
|
|
|
|
margin-left: 7px ; |
|
|
font-size: 13px; |
|
|
position: absolute; |
|
|
margin-top: 10px; |
|
|
color: black; |
|
|
|
|
|
|
|
|
} |
|
|
#keywordinputID{ |
|
|
margin-top: 15px ; |
|
|
height: 33px; |
|
|
width: 51ch; |
|
|
margin-left: 5px; |
|
|
margin-right: -4px ; |
|
|
margin-bottom: 10px; |
|
|
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; |
|
|
padding-left: 10px; |
|
|
border: 2px solid #6e6e6e; |
|
|
} |
|
|
#WordSearch{ |
|
|
background-color: #16c72e; |
|
|
border: none; |
|
|
padding: 10px 122px; |
|
|
cursor: pointer; |
|
|
border-radius: 5px; |
|
|
margin-left: 5px; |
|
|
margin-top: 5px; |
|
|
font-family: "acumin-pro", sans-serif; |
|
|
font-weight: bold; |
|
|
font-style: normal; |
|
|
font-size: 14px; |
|
|
color:white; |
|
|
display:block; |
|
|
width:373px; |
|
|
} |
|
|
#WordSearch:hover{ |
|
|
|
|
|
color:black; |
|
|
box-shadow: 0 0 8px 2px #16c72e; |
|
|
} |
|
|
|
|
|
#labelOutputs, #measureLabel, #relvDocLabel{ |
|
|
font-family: "acumin-pro", sans-serif; |
|
|
font-weight: bold; |
|
|
margin-left: 7px ; |
|
|
|
|
|
font-size: 13px; |
|
|
position: absolute; |
|
|
color: black; |
|
|
|
|
|
} |
|
|
|
|
|
#measureLabel, #relvDocLabel{ |
|
|
margin-top: 10px; |
|
|
} |
|
|
|
|
|
#measureCheckbox, #relvdiv{ |
|
|
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%; |
|
|
|
|
|
} |
|
|
#relvselectid { |
|
|
|
|
|
width: 51ch; |
|
|
font-size: 13px; |
|
|
margin-top: 5px; |
|
|
resize: auto; |
|
|
background-color: #fff; |
|
|
border-radius: 0 0 3px 3px; |
|
|
border: 2px solid #6e6e6e; |
|
|
margin-bottom: 10px; |
|
|
} |
|
|
|
|
|
|
|
|
div.scroll-container { |
|
|
margin-top: 30px; |
|
|
margin-left: 5px; |
|
|
margin-right: 5px; |
|
|
background-color: #333; |
|
|
overflow: auto; |
|
|
white-space: nowrap; |
|
|
padding: 8px; |
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
div.scroll-container img { |
|
|
padding: 10px; |
|
|
float: left !important; |
|
|
|
|
|
} |
|
|
div.scroll-container img:hover { |
|
|
transform: scale(1.02); |
|
|
} |
|
|
|
|
|
.dataframe { |
|
|
margin-top: 30px; |
|
|
margin-left: 5px; |
|
|
margin-right: 5px; |
|
|
font-family: "acumin-pro", sans-serif; |
|
|
|
|
|
border-collapse: collapse; |
|
|
width: auto; |
|
|
} |
|
|
|
|
|
.dataframe td, .dataframe th { |
|
|
border: 1px solid #ddd; |
|
|
padding: 8px; |
|
|
} |
|
|
|
|
|
.dataframe tr:nth-child(even){background-color: #f2f2f2;} |
|
|
|
|
|
.dataframe tr:hover {background-color: #ddd;} |
|
|
|
|
|
.dataframe th { |
|
|
padding-top: 12px; |
|
|
padding-bottom: 12px; |
|
|
text-align: left; |
|
|
background-color: #353b39; |
|
|
color: white; |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.radioClass{ |
|
|
margin-left: 5px; |
|
|
} |
|
|
.containerLabels { |
|
|
margin-top:5px ; |
|
|
display: inline-block; |
|
|
position: relative; |
|
|
padding-left: 35px; |
|
|
margin-bottom: 10px; |
|
|
cursor: pointer; |
|
|
font-family: "acumin-pro", sans-serif; |
|
|
font-weight: 400; |
|
|
font-style: normal; |
|
|
font-size: 13; |
|
|
-webkit-user-select: none; |
|
|
-moz-user-select: none; |
|
|
-ms-user-select: none; |
|
|
user-select: none; |
|
|
} |
|
|
|
|
|
|
|
|
.containerLabels input { |
|
|
position: absolute; |
|
|
opacity: 0; |
|
|
cursor: pointer; |
|
|
} |
|
|
|
|
|
|
|
|
.checkmark { |
|
|
position: absolute; |
|
|
top: 0; |
|
|
left: 0; |
|
|
height: 22px; |
|
|
width: 22px; |
|
|
background-color: #eee; |
|
|
border-radius: 50%; |
|
|
} |
|
|
|
|
|
|
|
|
.containerLabels:hover input ~ .checkmark { |
|
|
background-color: #ccc; |
|
|
} |
|
|
|
|
|
|
|
|
.containerLabels input:checked ~ .checkmark { |
|
|
background-color: #2196F3; |
|
|
} |
|
|
|
|
|
|
|
|
.checkmark:after { |
|
|
content: ""; |
|
|
position: absolute; |
|
|
display: none; |
|
|
} |
|
|
|
|
|
|
|
|
.containerLabels input:checked ~ .checkmark:after { |
|
|
display: block; |
|
|
} |
|
|
|
|
|
|
|
|
.containerLabels .checkmark:after { |
|
|
top: 7.2px; |
|
|
left: 7px; |
|
|
width: 8px; |
|
|
height: 8px; |
|
|
border-radius: 50%; |
|
|
background: white; |
|
|
} |
|
|
|
|
|
|
|
|
#sunburst { |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
margin: 0; |
|
|
padding: 0; |
|
|
} |
|
|
.w3-container{ |
|
|
margin-left: -10px; |
|
|
margin-right: -10px; |
|
|
} |
|
|
|
|
|
|
|
|
#loading { |
|
|
border: 16px solid #f3f3f3; |
|
|
border-radius: 50%; |
|
|
border-top: 16px solid #16c72e; |
|
|
width: 120px; |
|
|
height: 120px; |
|
|
-webkit-animation: spin 2s linear infinite; |
|
|
animation: spin 2s linear infinite; |
|
|
|
|
|
margin-top:10%; |
|
|
|
|
|
margin-left:60% ; |
|
|
margin-right: 20px; |
|
|
|
|
|
position: absolute; |
|
|
} |
|
|
|
|
|
|
|
|
@-webkit-keyframes spin { |
|
|
0% { -webkit-transform: rotate(0deg); } |
|
|
100% { -webkit-transform: rotate(360deg); } |
|
|
} |
|
|
|
|
|
@keyframes spin { |
|
|
0% { transform: rotate(0deg); } |
|
|
100% { transform: rotate(360deg); } |
|
|
} |
|
|
|
|
|
|