2015-09-07 11:50:16 +02:00
|
|
|
div.fixed-bottom-box {
|
2019-06-04 22:16:58 +02:00
|
|
|
background: #fff;
|
2023-01-19 23:26:26 +01:00
|
|
|
height: -webkit-fill-available;
|
|
|
|
height: -moz-fill-available;
|
2023-01-30 13:39:27 +01:00
|
|
|
border-left: 1px solid #aeaeae;
|
2015-09-07 11:50:16 +02:00
|
|
|
}
|
|
|
|
|
2019-06-04 22:16:58 +02:00
|
|
|
/* Overrides */
|
|
|
|
.left_align {
|
2023-01-19 23:26:26 +01:00
|
|
|
/*border: 1px solid #e1e1e1;*/
|
2019-06-04 22:16:58 +02:00
|
|
|
}
|
|
|
|
.white_table_graph_header {
|
|
|
|
border-top-left-radius: 0px;
|
|
|
|
border-top-right-radius: 0px;
|
|
|
|
margin: -1px;
|
|
|
|
}
|
|
|
|
.white-box-content {
|
|
|
|
margin: -1px;
|
|
|
|
}
|
|
|
|
/* Overrides end */
|
|
|
|
|
2019-01-30 12:42:16 +01:00
|
|
|
div.fixed-bottom-box > div.fixed-bottom-box-head {
|
2023-01-26 13:25:24 +01:00
|
|
|
width: 100% !important;
|
|
|
|
height: 40px;
|
2019-01-30 12:42:16 +01:00
|
|
|
line-height: 30px;
|
|
|
|
vertical-align: middle;
|
2023-01-30 13:39:27 +01:00
|
|
|
box-sizing: border-box;
|
|
|
|
border-bottom: 1px solid #eaeaea;
|
2015-09-07 11:50:16 +02:00
|
|
|
}
|
|
|
|
|
2019-01-30 12:42:16 +01:00
|
|
|
div.fixed-bottom-box
|
|
|
|
> div.fixed-bottom-box-head
|
|
|
|
> div.fixed-bottom-box-head-body {
|
|
|
|
height: inherit;
|
|
|
|
line-height: inherit;
|
2023-01-30 13:39:27 +01:00
|
|
|
background-color: #fff;
|
2019-01-30 12:42:16 +01:00
|
|
|
font-weight: bold;
|
|
|
|
vertical-align: middle;
|
2023-01-30 13:39:27 +01:00
|
|
|
border-bottom: 1px solid #eaeaea;
|
2015-09-07 11:50:16 +02:00
|
|
|
}
|
|
|
|
|
2019-01-30 12:42:16 +01:00
|
|
|
div.fixed-bottom-box
|
|
|
|
> div.fixed-bottom-box-head
|
|
|
|
> span.fixed-bottom-box-head-close {
|
2023-01-19 23:26:26 +01:00
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
background-image: url(../../images/close@svg.svg);
|
2019-01-30 12:42:16 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
2023-01-26 13:25:24 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
2023-01-30 13:39:27 +01:00
|
|
|
right: 10px;
|
2015-09-07 11:50:16 +02:00
|
|
|
}
|
|
|
|
|
2019-01-30 12:42:16 +01:00
|
|
|
div.fixed-bottom-box
|
|
|
|
> div.fixed-bottom-box-head
|
|
|
|
> div.fixed-bottom-box-head-body:hover {
|
|
|
|
cursor: pointer;
|
2015-09-07 11:50:16 +02:00
|
|
|
}
|
|
|
|
|
2019-01-30 12:42:16 +01:00
|
|
|
div.fixed-bottom-box
|
|
|
|
> div.fixed-bottom-box-head
|
|
|
|
> span.fixed-bottom-box-head-close:hover {
|
|
|
|
cursor: pointer;
|
2015-09-07 11:50:16 +02:00
|
|
|
}
|
|
|
|
|
2019-01-30 12:42:16 +01:00
|
|
|
div.fixed-bottom-box.fixed-bottom-box-hided
|
|
|
|
> div.fixed-bottom-box-head
|
|
|
|
> div.fixed-bottom-box-head-body {
|
|
|
|
/*background-image: url(../../images/.png);
|
2015-09-07 11:50:16 +02:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: right;*/
|
|
|
|
}
|
|
|
|
|
2019-01-30 12:42:16 +01:00
|
|
|
div.fixed-bottom-box.fixed-bottom-box-opened
|
|
|
|
> div.fixed-bottom-box-head
|
|
|
|
> div.fixed-bottom-box-head-body {
|
|
|
|
/*background-image: url(../../images/.png);
|
2015-09-07 11:50:16 +02:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: right;*/
|
|
|
|
}
|
|
|
|
|
2019-01-30 12:42:16 +01:00
|
|
|
div.fixed-bottom-box > div.fixed-bottom-box-content {
|
|
|
|
vertical-align: top;
|
|
|
|
text-align: center;
|
2023-01-19 23:26:26 +01:00
|
|
|
/*overflow: auto;*/
|
|
|
|
overflow-x: hidden;
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 100% !important;
|
|
|
|
height: 100% !important;
|
2023-01-26 13:25:24 +01:00
|
|
|
max-height: 100% !important;
|
2023-01-30 13:39:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#fixed-bottom-box-head-title {
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
left: 20px;
|
2015-09-07 11:50:16 +02:00
|
|
|
}
|