2018-02-20 08:39:31 +01:00
|
|
|
[type="checkbox"]+label {
|
|
|
|
margin-right: 15px !important;
|
|
|
|
}
|
|
|
|
|
2018-04-16 16:53:57 +02:00
|
|
|
.alg-info-p {
|
|
|
|
float:left;
|
|
|
|
margin-left: 3px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alg-info-p:hover {
|
|
|
|
color: #4CAF50;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alg-info-p::after {
|
|
|
|
content: "";
|
|
|
|
clear: both;
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alg-info {
|
|
|
|
width: 18px;
|
|
|
|
heigth: auto;
|
|
|
|
}
|
|
|
|
|
2018-02-20 08:39:31 +01:00
|
|
|
.my-textarea {
|
|
|
|
border: 1px solid #555;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 4px;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
padding: 5px;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.string {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
.number {
|
|
|
|
color: darkorange;
|
|
|
|
}
|
|
|
|
|
|
|
|
.boolean {
|
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.null {
|
|
|
|
color: magenta;
|
|
|
|
}
|
|
|
|
|
|
|
|
.key {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column {
|
|
|
|
margin-left: 1px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.half-width {
|
|
|
|
width: 48%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.margin-left-10px {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.margin-right-10px {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearfix::after {
|
|
|
|
content: "";
|
|
|
|
clear: both;
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fixed-height {
|
|
|
|
min-height: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.margin-3 {
|
|
|
|
margin: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-align-left {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-align-right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.align-left {
|
|
|
|
float: left;
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.align-left-33 {
|
|
|
|
float: right;
|
|
|
|
width: 33%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.centered {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-width {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vscrollable {
|
|
|
|
height: 220px;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ajax-file-upload {
|
|
|
|
float: left;
|
|
|
|
margin: 10px;
|
|
|
|
color: white;
|
2018-03-19 16:31:23 +01:00
|
|
|
background-color: #4CAF50; /*!important;*/
|
2018-02-20 08:39:31 +01:00
|
|
|
padding: 0.6rem;
|
|
|
|
text-transform: uppercase;
|
|
|
|
vertical-align: middle;
|
|
|
|
border-radius: 2px;
|
|
|
|
display: inline-block;
|
|
|
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#execute-button {
|
|
|
|
margin: 10px;
|
|
|
|
color: white;
|
|
|
|
padding: 0.6rem;
|
|
|
|
text-transform: uppercase;
|
|
|
|
vertical-align: middle;
|
|
|
|
border-radius: 2px;
|
|
|
|
display: inline-block;
|
|
|
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-02-22 17:47:59 +01:00
|
|
|
.green-button {
|
|
|
|
margin: 10px;
|
|
|
|
background-color: #4CAF50;
|
|
|
|
color: white;
|
|
|
|
padding: 0.6rem;
|
|
|
|
text-transform: uppercase;
|
|
|
|
vertical-align: middle;
|
|
|
|
border-radius: 2px;
|
|
|
|
display: inline-block;
|
|
|
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-02-21 14:05:45 +01:00
|
|
|
#reset-upload {
|
|
|
|
color: white;
|
|
|
|
background-color: #4CAF50;
|
|
|
|
padding: 0.2rem;
|
|
|
|
text-transform: uppercase;
|
|
|
|
vertical-align: middle;
|
|
|
|
border-radius: 2px;
|
|
|
|
display: inline-block;
|
|
|
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-02-20 08:39:31 +01:00
|
|
|
.ajax-file-upload-statusbar {
|
|
|
|
height: 1.3em;
|
|
|
|
width: 100% !important;
|
|
|
|
/*display: none !important;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.ajax-upload-dragdrop {
|
|
|
|
float: right;
|
|
|
|
border: solid 1px #dfdfdf;
|
|
|
|
width: 200px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#file-info {
|
2018-02-21 14:05:45 +01:00
|
|
|
/*float: right;
|
|
|
|
margin-left: 10px;*/
|
2018-02-20 08:39:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.ajax-file-upload-progress {
|
|
|
|
height: 2em !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-width-bar {
|
|
|
|
width: 100%;
|
|
|
|
border-bottom: solid 1px gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title-box {
|
|
|
|
width: 69%;
|
|
|
|
float: right;
|
|
|
|
padding-left: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo-image {
|
|
|
|
width: 200px;
|
|
|
|
height: auto;
|
2018-03-19 16:31:23 +01:00
|
|
|
cursor: pointer;
|
2018-02-20 08:39:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.ajax-file-upload-container {
|
|
|
|
display: none !important;
|
|
|
|
float: right;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
display: block;
|
|
|
|
visibility: visible;
|
2018-02-21 14:05:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.hidden-div {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress-circular-div {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 100;
|
|
|
|
border: solid 1px gray;
|
|
|
|
padding: 10px;
|
|
|
|
background: white;
|
2018-03-21 15:44:38 +01:00
|
|
|
margin:0 auto;
|
|
|
|
left:50%;
|
|
|
|
top:50%;
|
|
|
|
transform: translate(-50%, -50%);
|
2018-02-21 14:05:45 +01:00
|
|
|
}
|
|
|
|
|
2018-04-16 16:53:57 +02:00
|
|
|
.popup-text {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 100;
|
|
|
|
border: solid 14px #4CAF50;
|
|
|
|
border-radius: 5px;
|
|
|
|
background: white;
|
|
|
|
margin:0 auto;
|
|
|
|
left:50%;
|
|
|
|
top:50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close {
|
|
|
|
float: right;
|
|
|
|
/*border: solid 1px #bbbbbb;
|
|
|
|
padding: 3px;
|
|
|
|
text-align: center;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.close:hover,
|
|
|
|
.close:focus {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-02-21 14:05:45 +01:00
|
|
|
#progress-caption {
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.float-right-div {
|
|
|
|
float: right;
|
|
|
|
margin-left: 10px;
|
2018-02-22 17:47:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.left-side {
|
|
|
|
float: left;
|
2018-04-16 16:53:57 +02:00
|
|
|
width: 70%;
|
2018-02-22 17:47:59 +01:00
|
|
|
border: 1px solid silver;
|
|
|
|
height: 60vh;
|
|
|
|
margin: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-side {
|
|
|
|
float: left;
|
2018-04-16 16:53:57 +02:00
|
|
|
width: 29%;
|
2018-02-22 17:47:59 +01:00
|
|
|
border: 1px solid silver;
|
|
|
|
height: 60vh;
|
|
|
|
margin: 2px;
|
2018-03-19 16:31:23 +01:00
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ner-result-accordion {
|
|
|
|
height: 60vh;
|
|
|
|
margin: 2px;
|
2018-02-22 17:47:59 +01:00
|
|
|
}
|
|
|
|
|
2018-03-13 14:31:37 +01:00
|
|
|
.left-side-half {
|
|
|
|
float: left;
|
|
|
|
width: 49%;
|
|
|
|
height: 3vh;
|
|
|
|
margin: 1px;
|
|
|
|
}
|
|
|
|
|
2018-02-22 17:47:59 +01:00
|
|
|
.right-side::after {
|
|
|
|
content: "";
|
|
|
|
clear: both;
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
2018-03-13 14:31:37 +01:00
|
|
|
.left-side-half::after {
|
|
|
|
content: "";
|
|
|
|
clear: both;
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-02-22 17:47:59 +01:00
|
|
|
.header-side {
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 1px;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 600px) {
|
|
|
|
.left-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.right-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2018-03-20 17:03:42 +01:00
|
|
|
.left-side-half {
|
|
|
|
height: 4vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-21 15:44:38 +01:00
|
|
|
@media (width: 600px) {
|
|
|
|
.left-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.right-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.left-side-half {
|
|
|
|
height: 4vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-20 17:03:42 +01:00
|
|
|
@media (max-width: 430px) {
|
|
|
|
.left-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.right-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.left-side-half {
|
|
|
|
height: 6vh;
|
|
|
|
}
|
2018-02-22 17:47:59 +01:00
|
|
|
}
|
|
|
|
|
2018-03-21 15:44:38 +01:00
|
|
|
@media (width: 430px) {
|
|
|
|
.left-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.right-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.left-side-half {
|
|
|
|
height: 6vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 300px) {
|
|
|
|
.left-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.right-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.left-side-half {
|
|
|
|
height: 8vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (width: 300px) {
|
|
|
|
.left-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.right-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.left-side-half {
|
|
|
|
height: 8vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 250px) {
|
|
|
|
.left-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.right-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.left-side-half {
|
|
|
|
height: 10vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (width: 250px) {
|
|
|
|
.left-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.right-side {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.left-side-half {
|
|
|
|
height: 10vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-03-19 16:31:23 +01:00
|
|
|
#algorithm-param_div {
|
|
|
|
font-size: 12px !important;
|
|
|
|
}
|
|
|
|
|
2018-02-26 15:39:10 +01:00
|
|
|
#result-text-div {
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
2018-03-16 11:21:11 +01:00
|
|
|
#result-params-div {
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
2018-03-19 16:31:23 +01:00
|
|
|
.collapsible-body {
|
|
|
|
padding-left: 2px !important;
|
|
|
|
padding-right: 2px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collapsible-header {
|
|
|
|
color: white;
|
|
|
|
background-color: #4CAF50;
|
|
|
|
}
|
|
|
|
|
2018-02-22 17:47:59 +01:00
|
|
|
/*
|
|
|
|
input[type="checkbox"]:not(:checked){
|
|
|
|
position: unset !important;
|
|
|
|
opacity: unset !important;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"]:checked {
|
|
|
|
position: unset !important;
|
|
|
|
opacity: unset !important;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
.input-field label {
|
|
|
|
pointer-events: auto;
|
|
|
|
}
|
|
|
|
|
2018-03-19 16:31:23 +01:00
|
|
|
.collapsible {
|
|
|
|
-webkit-box-shadow: none !important;
|
|
|
|
-moz-box-shadow: none !important;;
|
|
|
|
box-shadow: none !important;;
|
|
|
|
}
|
2018-02-22 17:47:59 +01:00
|
|
|
/*
|
|
|
|
#result-params-div input[type="checkbox"]:not(:checked){
|
|
|
|
position: unset !important;
|
|
|
|
opacity: unset !important;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#result-params-div input[type="checkbox"]:checked {
|
|
|
|
position: unset !important;
|
|
|
|
opacity: unset !important;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
*/
|