2022-02-24 16:55:18 +09:00
|
|
|
.main-title {
|
|
|
|
position: relative;
|
|
|
|
color: #ffffff91;
|
|
|
|
margin-top: -13px;
|
|
|
|
font-size: 10px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 500;
|
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-container {
|
|
|
|
width: 100%;
|
2022-02-24 20:20:18 +09:00
|
|
|
height: calc(100% - 100px);
|
2022-02-24 16:55:18 +09:00
|
|
|
@media (max-width: 992px) {
|
2022-02-24 20:20:18 +09:00
|
|
|
height: calc(100% - 140px);
|
2022-02-24 16:55:18 +09:00
|
|
|
};
|
|
|
|
@media (max-width: 576px) {
|
2022-02-24 20:20:18 +09:00
|
|
|
height: calc(100% - 180px);
|
2022-02-24 16:55:18 +09:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
.chart {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
.chart-widget {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
max-height: 275px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.formRadioGroup {
|
|
|
|
margin-top: 6px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
@media (min-width: 830px) {
|
|
|
|
flex-direction: row;
|
|
|
|
float: right;
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
.btn-sm {
|
|
|
|
font-size: 9px;
|
|
|
|
@media (min-width: 830px) {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-02-25 21:16:35 +09:00
|
|
|
|
|
|
|
.loadingGraphs {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: calc(50% - 15px);
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
.loadingGraphs.widget {
|
|
|
|
top: 75%;
|
|
|
|
}
|