2017-12-26 09:02:47 +00:00
|
|
|
body {
|
2018-05-28 10:22:35 +00:00
|
|
|
font-family: arial, sans-serif;
|
2017-12-26 09:02:47 +00:00
|
|
|
margin: 0 auto;
|
2018-05-28 10:22:35 +00:00
|
|
|
font-size: 1em;
|
|
|
|
zoom: 0.55
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
padding: 20px 0
|
2017-12-26 09:02:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
margin: 0
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
text-align: justify
|
|
|
|
}
|
|
|
|
|
2018-05-28 10:22:35 +00:00
|
|
|
* {
|
|
|
|
box-sizing: border-box
|
|
|
|
}
|
|
|
|
|
2017-12-26 09:02:47 +00:00
|
|
|
.panel {
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
position: relative;
|
|
|
|
padding:10px
|
|
|
|
}
|
|
|
|
|
2018-05-28 10:22:35 +00:00
|
|
|
.panel .header {
|
|
|
|
font-weight: bold
|
|
|
|
}
|
|
|
|
|
2017-12-26 09:02:47 +00:00
|
|
|
.row {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
overflow: hidden
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
|
}
|
|
|
|
|
|
|
|
.row .text, .row .control {
|
|
|
|
overflow: hidden
|
|
|
|
}
|
|
|
|
|
|
|
|
.row .description {
|
|
|
|
position: relative;
|
|
|
|
padding-top: 2px;
|
|
|
|
overflow: hidden;
|
|
|
|
font-size: 9px;
|
|
|
|
display: block;
|
|
|
|
color: #999
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
|
}
|
|
|
|
|
|
|
|
.row:last-child {
|
|
|
|
margin-bottom: 0
|
|
|
|
}
|
|
|
|
|
|
|
|
.row.inline .text {
|
|
|
|
margin-bottom: 0;
|
|
|
|
width: 40%;
|
|
|
|
float: left
|
|
|
|
}
|
|
|
|
|
|
|
|
.row.inline .control {
|
|
|
|
font-weight: bold;
|
|
|
|
padding-left: 20px;
|
|
|
|
color: #000;
|
|
|
|
width: 60%;
|
|
|
|
float: left
|
|
|
|
}
|
|
|
|
|
|
|
|
.row.inline .description {
|
|
|
|
position: static;
|
|
|
|
overflow: visible
|
|
|
|
}
|
|
|
|
|
|
|
|
.box {
|
|
|
|
border-top: 1px solid #CCC;
|
|
|
|
border-right: 1px solid #CCC;
|
|
|
|
border-bottom: 1px solid #CCC;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 4px;
|
|
|
|
width: 25px;
|
|
|
|
height: 21px;
|
|
|
|
color: #000;
|
|
|
|
float: left
|
|
|
|
}
|
|
|
|
|
|
|
|
.box.crossed {
|
|
|
|
font-weight: 100;
|
|
|
|
font-size: 16px
|
|
|
|
}
|
|
|
|
|
|
|
|
.row .control .box:first-child {
|
|
|
|
border-left: 1px solid #CCC;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font.small {
|
|
|
|
font-size: 10px
|
|
|
|
}
|
|
|
|
|
|
|
|
.font.gray {
|
|
|
|
color: #555
|
|
|
|
}
|
|
|
|
|
|
|
|
.font.verticalAlign {
|
|
|
|
height: 27px;
|
|
|
|
line-height: 27px
|
|
|
|
}
|
|
|
|
|
|
|
|
.font.centered {
|
|
|
|
height: 27px;
|
|
|
|
line-height: 27px;
|
|
|
|
text-align: center
|
|
|
|
}
|
|
|
|
|
|
|
|
.verticalText {
|
|
|
|
-moz-transform: rotate(90deg);
|
|
|
|
-webkit-transform: rotate(90deg);
|
|
|
|
transform: rotate(90deg);
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
font-size: .65em;
|
|
|
|
width: 200px;
|
|
|
|
right: -115px;
|
|
|
|
top: 50%
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
|
}
|
|
|
|
|
|
|
|
.pull-left {
|
|
|
|
float: left
|
|
|
|
}
|
|
|
|
|
|
|
|
.pull-right {
|
|
|
|
float: right
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.grid {
|
|
|
|
border-bottom: 3px solid #888888
|
|
|
|
}
|
|
|
|
|
|
|
|
.grid .row {
|
|
|
|
padding: 5px;
|
|
|
|
margin-bottom: 0
|
|
|
|
}
|
|
|
|
|
|
|
|
.grid .header {
|
|
|
|
border-bottom: 1px solid #808080;
|
|
|
|
border-top: 1px solid #808080;
|
|
|
|
background-color: #c0c0c0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.grid .row.inline > div {
|
|
|
|
float: left;
|
|
|
|
}
|