2019-01-25 14:08:11 +00:00
|
|
|
.container {
|
2019-02-06 09:53:12 +00:00
|
|
|
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
|
|
|
|
font-size: 16px
|
2019-01-25 14:08:11 +00:00
|
|
|
}
|
|
|
|
|
2019-01-24 14:03:01 +00:00
|
|
|
.columns {
|
|
|
|
overflow: hidden
|
|
|
|
}
|
|
|
|
|
|
|
|
.columns .size100 {
|
|
|
|
width: 100%;
|
|
|
|
float: left
|
|
|
|
}
|
|
|
|
|
|
|
|
.columns .size75 {
|
|
|
|
width: 75%;
|
|
|
|
float: left
|
|
|
|
}
|
|
|
|
|
|
|
|
.columns .size50 {
|
|
|
|
width: 50%;
|
|
|
|
float: left
|
|
|
|
}
|
|
|
|
|
|
|
|
.columns .size33 {
|
|
|
|
width: 33.33%;
|
|
|
|
float: left
|
|
|
|
}
|
|
|
|
|
|
|
|
.columns .size25 {
|
|
|
|
width: 25%;
|
|
|
|
float: left
|
|
|
|
}
|
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
.clearfix {
|
|
|
|
overflow: hidden;
|
|
|
|
display: block;
|
|
|
|
clear: both
|
|
|
|
}
|
|
|
|
|
2019-01-24 14:03:01 +00:00
|
|
|
.row {
|
2019-02-04 09:10:57 +00:00
|
|
|
margin-bottom: 15px;
|
|
|
|
overflow: hidden;
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
width: 100%
|
2019-01-24 14:03:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.row.small {
|
|
|
|
margin-bottom: 5px
|
|
|
|
}
|
|
|
|
|
|
|
|
.row .text {
|
|
|
|
margin-bottom: 5px
|
|
|
|
}
|
|
|
|
|
|
|
|
.row .control {
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box
|
|
|
|
}
|
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
.row:last-child {
|
|
|
|
margin-bottom: 0
|
|
|
|
}
|
|
|
|
|
|
|
|
.row.inline .text {
|
|
|
|
display: table-cell;
|
|
|
|
margin-bottom: 0;
|
|
|
|
width: 30%
|
|
|
|
}
|
|
|
|
|
|
|
|
.row.inline .control {
|
|
|
|
display: table-cell;
|
|
|
|
padding-left: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000;
|
|
|
|
width: 70%
|
|
|
|
}
|
|
|
|
|
|
|
|
.row.inline .description {
|
|
|
|
position: static;
|
|
|
|
overflow: visible
|
|
|
|
}
|
|
|
|
|
2019-01-24 14:03:01 +00:00
|
|
|
.row .description {
|
|
|
|
position: relative;
|
|
|
|
padding-top: 2px;
|
|
|
|
font-size: 9px;
|
2019-02-04 09:10:57 +00:00
|
|
|
overflow: hidden;
|
2019-01-24 14:03:01 +00:00
|
|
|
display: block;
|
2019-02-04 09:10:57 +00:00
|
|
|
clear: both
|
2019-01-24 14:03:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.row .line {
|
|
|
|
border-bottom: 1px solid #DDD;
|
|
|
|
border-right: 1px solid #DDD;
|
|
|
|
border-left: 1px solid #DDD;
|
|
|
|
margin-top: 10px;
|
|
|
|
color: #999;
|
|
|
|
padding: 5px
|
|
|
|
}
|
|
|
|
|
|
|
|
.row .description span {
|
|
|
|
background-color: #FFF;
|
|
|
|
margin: -5px 0 0 50px;
|
|
|
|
display: block;
|
|
|
|
padding: 5px;
|
|
|
|
float: left
|
|
|
|
}
|
|
|
|
|
2019-01-25 14:08:11 +00:00
|
|
|
.panel {
|
2019-01-31 10:44:03 +00:00
|
|
|
position: relative
|
2019-01-25 14:08:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel .header {
|
2019-01-28 11:28:22 +00:00
|
|
|
background-color: #FFF;
|
2019-01-31 10:44:03 +00:00
|
|
|
padding: 2.5px 5px;
|
2019-02-04 09:10:57 +00:00
|
|
|
position: absolute;
|
2019-01-28 11:28:22 +00:00
|
|
|
font-weight: bold;
|
2019-02-04 09:10:57 +00:00
|
|
|
left: 17.5px;
|
|
|
|
top: -12px
|
2019-01-31 10:44:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel .body {
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
margin-top: 10px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 20px
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel .body h3 {
|
|
|
|
margin-top: 0
|
2019-01-25 14:08:11 +00:00
|
|
|
}
|
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
.field {
|
|
|
|
border-bottom: 1px solid #CCC;
|
|
|
|
border-left: 1px solid #CCC;
|
2019-01-24 14:03:01 +00:00
|
|
|
border-top: 1px solid #CCC;
|
2019-02-04 09:10:57 +00:00
|
|
|
float: left
|
|
|
|
}
|
|
|
|
|
|
|
|
.field span {
|
2019-01-24 14:03:01 +00:00
|
|
|
border-right: 1px solid #CCC;
|
2019-02-04 09:10:57 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
2019-01-24 14:03:01 +00:00
|
|
|
text-align: center;
|
2019-02-04 09:10:57 +00:00
|
|
|
font-weight: bold
|
2019-01-24 14:03:01 +00:00
|
|
|
}
|
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
.field.square span {
|
|
|
|
height: 35.4px;
|
|
|
|
width: 35.4px
|
2019-01-24 14:03:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pull-left {
|
|
|
|
float: left
|
|
|
|
}
|
|
|
|
|
|
|
|
.pull-right {
|
|
|
|
float: right
|
2019-01-31 10:44:03 +00:00
|
|
|
}
|
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
.vertical-text {
|
2019-01-31 10:44:03 +00:00
|
|
|
-moz-transform: rotate(90deg);
|
|
|
|
-webkit-transform: rotate(90deg);
|
|
|
|
transform: rotate(90deg);
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
font-size: .65em;
|
2019-02-04 09:10:57 +00:00
|
|
|
right: -108px;
|
2019-01-31 10:44:03 +00:00
|
|
|
width: 200px;
|
|
|
|
top: 50%
|
|
|
|
}
|
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
table {
|
2019-01-31 10:44:03 +00:00
|
|
|
border-collapse: collapse;
|
2019-02-04 09:10:57 +00:00
|
|
|
border-spacing: 0;
|
2019-01-31 10:44:03 +00:00
|
|
|
}
|
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
.row-oriented, .column-oriented {
|
|
|
|
text-align: left;
|
|
|
|
width: 100%
|
|
|
|
}
|
|
|
|
|
|
|
|
.row-oriented .description,
|
|
|
|
.column-oriented .description {
|
|
|
|
font-size: 0.6em;
|
|
|
|
color: #888;
|
|
|
|
padding: 0 !important
|
|
|
|
}
|
|
|
|
|
|
|
|
.row-oriented .description .line,
|
|
|
|
.column-oriented .description .line {
|
|
|
|
border-bottom: 1px solid #DDD;
|
|
|
|
border-right: 1px solid #DDD;
|
|
|
|
border-left: 1px solid #DDD;
|
|
|
|
margin-top: 10px;
|
|
|
|
color: #999;
|
|
|
|
padding: 5px
|
|
|
|
}
|
|
|
|
|
|
|
|
.row-oriented .description span,
|
|
|
|
.column-oriented .description span {
|
|
|
|
background-color: #FFF;
|
|
|
|
margin: -5px 0 0 50px;
|
|
|
|
display: block;
|
|
|
|
padding: 5px;
|
|
|
|
float: left
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-oriented {
|
|
|
|
margin: 20px 0
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-oriented tfoot {
|
2019-01-31 10:44:03 +00:00
|
|
|
border-top: 1px solid #808080;
|
|
|
|
}
|
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
.column-oriented td, .column-oriented th {
|
|
|
|
padding: 5px 10px
|
2019-01-31 10:44:03 +00:00
|
|
|
}
|
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
.column-oriented thead {
|
|
|
|
background-color: #c0c0c0
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-oriented thead tr {
|
|
|
|
border-bottom: 1px solid #808080;
|
2019-01-31 10:44:03 +00:00
|
|
|
border-top: 1px solid #808080;
|
2019-02-04 09:10:57 +00:00
|
|
|
background-color: #c0c0c0
|
2019-01-31 10:44:03 +00:00
|
|
|
}
|
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
.column-oriented tfoot tr:first-child td {
|
|
|
|
padding-top: 20px !important;
|
2019-01-31 10:44:03 +00:00
|
|
|
}
|
2019-02-04 09:10:57 +00:00
|
|
|
|
|
|
|
.panel .row-oriented td, .panel .row-oriented th {
|
|
|
|
padding: 10px 0
|
2019-01-31 10:44:03 +00:00
|
|
|
}
|
|
|
|
|
2019-02-04 09:10:57 +00:00
|
|
|
.row-oriented > tbody > tr > td {
|
|
|
|
width: 30%
|
2019-01-31 10:44:03 +00:00
|
|
|
}
|
2019-02-04 09:10:57 +00:00
|
|
|
|
|
|
|
.row-oriented > tbody > tr > th {
|
|
|
|
padding-left: 30px;
|
|
|
|
width: 70%
|
|
|
|
}
|