300 lines
4.6 KiB
CSS
300 lines
4.6 KiB
CSS
body {
|
|
font-family: Roboto, "sans-serif";
|
|
}
|
|
|
|
.page-content {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.logo {
|
|
max-width: 150px;
|
|
max-height: 50px;
|
|
}
|
|
|
|
.logo-section {
|
|
margin: auto;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.search-section {
|
|
/*margin: 10px auto;*/
|
|
text-align: center;
|
|
width: 650px;
|
|
}
|
|
|
|
.search-section input {
|
|
border-radius: 5px;
|
|
background-color: #fff;
|
|
padding: 10px;
|
|
height: 38px;
|
|
}
|
|
|
|
.head-area {
|
|
padding-top: 20px;
|
|
background-color: #eeeeee61;
|
|
border-bottom: 1px solid #e4e3e3;
|
|
|
|
}
|
|
|
|
.btn-search {
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
|
|
}
|
|
|
|
.search-content {
|
|
margin-top: 10px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.config-area {
|
|
min-height: 700px;
|
|
border-right: 1px solid #eee;
|
|
padding: 0;
|
|
}
|
|
|
|
.config-label {
|
|
color: #000;
|
|
width: 100%;
|
|
}
|
|
|
|
.chart-area {
|
|
width: 100%;
|
|
max-height: 300px;
|
|
}
|
|
|
|
.loading {
|
|
display: block;
|
|
height: 10px;
|
|
width: 20%;
|
|
text-align: center;
|
|
padding: 1em;
|
|
margin: 100px auto 1em;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.cluster h5 {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.cluster {
|
|
margin: 15px 0px;
|
|
padding: 5px 0;
|
|
background: #eeeeee59;
|
|
border: 1px solid #d8d5d5;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.cluster_selection_area {
|
|
max-width: 300px;
|
|
}
|
|
|
|
.choices {
|
|
margin-bottom: 0 !important;
|
|
width: 800px;;
|
|
}
|
|
|
|
.input-group {
|
|
flex-wrap: nowrap !important;
|
|
}
|
|
|
|
.choices__inner {
|
|
background-color: #fff !important;
|
|
text-align: left;
|
|
}
|
|
|
|
div#result_area {
|
|
color: #565656;
|
|
padding-left: 7px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.delta_selection_area {
|
|
margin-left: 20px;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.category_selection_area {
|
|
margin-top: 20px !important;
|
|
display: contents;
|
|
max-width: 300px;
|
|
}
|
|
|
|
.multiselect-native-select {
|
|
width: 100%;
|
|
border: 1px solid #cdd4d9;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
div#category-agg {
|
|
margin-top: 15px;
|
|
margin-left: -1px;
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
button.multiselect.dropdown-toggle.btn.btn-default {
|
|
min-width: 100px;
|
|
max-width: 300px;
|
|
width: 266px;
|
|
}
|
|
|
|
ul.multiselect-container.dropdown-menu {
|
|
width: 100%;
|
|
padding: 13px 0;
|
|
}
|
|
|
|
span.cluster_sz {
|
|
color: #676666;
|
|
font-size: 13px;
|
|
float: right;
|
|
margin: -2px 10px 0px 0px;
|
|
padding: 3px;
|
|
background-color: #fff;
|
|
border: 1px solid #737373;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.top_item {
|
|
border: 1px solid #d7d5d5;
|
|
border-radius: 3px;
|
|
padding: 8px;
|
|
background: #fbfbfb;
|
|
margin: -3px 0px 14px 1px;
|
|
}
|
|
|
|
a.top_item_link {
|
|
color: #41606d;
|
|
}
|
|
|
|
.top_p_title {
|
|
color: #565656;
|
|
font-size: larger;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
span.show_document {
|
|
float: right;
|
|
color: #fff;
|
|
}
|
|
|
|
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
|
|
background-color: #fff !important;
|
|
}
|
|
|
|
.depth_selection_area {
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.clt, .clt ul, .clt li {
|
|
position: relative;
|
|
margin-left: -7px;
|
|
}
|
|
|
|
.clt ul {
|
|
list-style: none;
|
|
padding-left: 32px;
|
|
}
|
|
|
|
.clt li::before, .clt li::after {
|
|
content: "";
|
|
position: absolute;
|
|
left: -12px;
|
|
}
|
|
|
|
.clt li::before {
|
|
border-top: 1px solid #000;
|
|
top: 9px;
|
|
width: 8px;
|
|
height: 0;
|
|
}
|
|
|
|
.clt li::after {
|
|
border-left: 1px solid #000;
|
|
height: 100%;
|
|
width: 0;
|
|
top: 2px;
|
|
}
|
|
|
|
.clt ul > li:last-child::after {
|
|
height: 8px;
|
|
}
|
|
|
|
.modebar-btn--logo {
|
|
display: none !important;
|
|
}
|
|
|
|
.agg-ele {
|
|
margin-top: 10px;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.top_products {
|
|
height: 1000px;
|
|
position: relative;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.top_products > h6 {
|
|
display: table;
|
|
background-color: #9e9e9e;
|
|
height: 17px;
|
|
width: 100%;
|
|
color: #41606c;
|
|
padding: 8px 8px 8px 8px;
|
|
margin-right: 11px;
|
|
}
|
|
|
|
div#top_products_section > h6 > span {
|
|
background-color: #ffffff;
|
|
float: right;
|
|
padding: 0 5px 0 5px;
|
|
color: #717171;
|
|
border: 1px solid;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.clearBtn {
|
|
float: right;
|
|
}
|
|
|
|
a.clearBtn {
|
|
text-decoration: underline;
|
|
font-size: 14px;
|
|
color: #525b61;
|
|
}
|
|
|
|
.enjoyhint_skip_btn.hoverNext, .enjoyhint_next_btn.hoverNext {
|
|
float: right;
|
|
background-color: #8e8e8e;
|
|
color: #fff;
|
|
border: 2px solid;
|
|
}
|
|
|
|
.wordkd {
|
|
border-right: solid 2px #e8e8e8;
|
|
}
|
|
|
|
.top_item_v3 {
|
|
border: 1px solid #afbac5;
|
|
border-radius: 3px;
|
|
padding: 8px;
|
|
background: #ffffff;
|
|
margin: -3px 0px 14px 1px;
|
|
}
|
|
|
|
.top_product_cluster > h6 {
|
|
background-color: #949494;
|
|
padding: 5px 0 5px 8px;
|
|
border-radius: 2px;
|
|
color: #fff;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.wordkd > h5 {
|
|
/* display: none; */
|
|
background-color: #949494;
|
|
margin: 2px;
|
|
padding: 7px 0 7px 8px;
|
|
border-radius: 2px;
|
|
color: #fff;
|
|
} |