2019-03-06 11:55:10 +01:00
|
|
|
/** Add css rules here for your application. */
|
|
|
|
/** Most GWT widgets already have a style name defined */
|
|
|
|
.gwt-DialogBox {
|
|
|
|
width: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dialogVPanel {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.serverResponseLabelError {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Set ids using widget.getElement().setId("idOfElement") */
|
|
|
|
#closeButton {
|
|
|
|
margin: 15px 6px 6px;
|
|
|
|
}
|
|
|
|
/** JUST to override the gwt-boostrap body */
|
|
|
|
body {
|
|
|
|
padding: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Add css rules here for your application. */
|
|
|
|
.modal-result div.modal-body {
|
|
|
|
position: relative;
|
|
|
|
max-height: 900px !important;
|
|
|
|
padding: 15px;
|
|
|
|
overflow-y: auto;
|
|
|
|
width: 1024px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.simpletable {
|
|
|
|
font-family: verdana, arial, sans-serif;
|
|
|
|
font-size: 10px;
|
|
|
|
/*color:#333333;
|
|
|
|
border-width: 1px;
|
|
|
|
border-color: #999999;
|
|
|
|
*/
|
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 2px;
|
|
|
|
border: 1px solid #e3e3e3;
|
|
|
|
margin-top: 20px;
|
|
|
|
background-color: #FFF;
|
|
|
|
/* margin: 5px 0 0 10px; */
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.simpletable colgroup {
|
|
|
|
/* width: 30%; */ /* background-color: #D3E1F1; */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
table.simpletable td {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.colgrouptable {
|
|
|
|
font-family: verdana, arial, sans-serif;
|
|
|
|
font-size: 10px;
|
|
|
|
/*color:#333333;
|
|
|
|
border-width: 1px;
|
|
|
|
border-color: #999999;
|
|
|
|
*/
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0px;
|
|
|
|
border: 1px solid #e3e3e3;
|
|
|
|
margin-top: 20px;
|
|
|
|
background-color: #FFF;
|
|
|
|
margin: 5px 0 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.colgrouptable colgroup {
|
|
|
|
background-color: #D3E1F1;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.colgrouptable td {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theSubTitle {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 12px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.ext-horizontal-panel {
|
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 5px;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #e3e3e3;
|
|
|
|
background-color: #FFF;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.the_margin {
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.the_margin_top_bottom {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no_border_margin_top {
|
|
|
|
border: 0px;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.the_margin_left {
|
|
|
|
margin-left: 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.the_margin_bottom {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.the_margin_top {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.the_select_custom {
|
|
|
|
width: 360px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.the_select_custom option {
|
|
|
|
margin-top: 3px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.fixedtable {
|
|
|
|
font-family: verdana, arial, sans-serif;
|
|
|
|
font-size: 10px;
|
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 2px;
|
|
|
|
border: 1px solid #e3e3e3;
|
|
|
|
margin-top: 20px;
|
|
|
|
background-color: #FFF;
|
|
|
|
text-align: center;
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.fixedtable td {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.fixedtable td {
|
|
|
|
overflow: hidden;
|
2019-07-12 14:54:36 +02:00
|
|
|
width: 200px !important;
|
2019-03-06 11:55:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.to-big-title {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 18px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2019-07-12 14:54:36 +02:00
|
|
|
.the-minimun-height {
|
2019-03-06 11:55:10 +01:00
|
|
|
min-height: 300px;
|
|
|
|
}
|
|
|
|
|
2019-07-12 14:54:36 +02:00
|
|
|
.ext-margin-container {
|
2019-03-06 11:55:10 +01:00
|
|
|
margin-left: 20px;
|
|
|
|
}
|
2019-03-13 15:39:05 +01:00
|
|
|
|
2019-07-12 14:54:36 +02:00
|
|
|
.selected-kpi-panel {
|
2019-03-13 15:39:05 +01:00
|
|
|
overflow-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2019-07-12 14:54:36 +02:00
|
|
|
.form-horizontal .controls {
|
2019-03-13 15:39:05 +01:00
|
|
|
margin-left: 100px !important;
|
|
|
|
}
|
|
|
|
|
2019-07-12 14:54:36 +02:00
|
|
|
.form-horizontal .control-label {
|
2019-03-13 15:39:05 +01:00
|
|
|
width: 90px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.the-central-table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
the-central-table td {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
2019-07-12 14:54:36 +02:00
|
|
|
|
2019-07-12 18:07:03 +02:00
|
|
|
table.synoptictable-batch {
|
2019-07-12 14:54:36 +02:00
|
|
|
font-family: verdana, arial, sans-serif;
|
2019-07-12 17:14:49 +02:00
|
|
|
font-size: 16px;
|
2019-07-12 14:54:36 +02:00
|
|
|
border-collapse: collapse;
|
|
|
|
margin-top: 20px;
|
|
|
|
background-color: #FFF;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2019-07-12 18:07:03 +02:00
|
|
|
table.synoptictable-batch td {
|
2019-07-12 14:54:36 +02:00
|
|
|
padding: 5px;
|
|
|
|
border-left: 1px solid #e3e3e3;
|
|
|
|
border-right: 1px solid #e3e3e3;
|
2019-07-12 17:14:49 +02:00
|
|
|
font-size: 16px;
|
2019-07-12 14:54:36 +02:00
|
|
|
}
|
|
|
|
|
2019-07-12 18:07:03 +02:00
|
|
|
table.synoptictable-batch tr:first-child td {
|
2019-07-12 14:54:36 +02:00
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
font-size: 16px
|
|
|
|
}
|
|
|
|
|
2019-07-12 18:07:03 +02:00
|
|
|
table.synoptictable-batch tr:first-child {
|
2019-07-12 14:54:36 +02:00
|
|
|
font-weight: bold;
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
|
2019-07-12 18:07:03 +02:00
|
|
|
table.synoptictable-batch tr:nth-child(4n+0) {
|
2019-07-12 14:54:36 +02:00
|
|
|
background-color: #f2f2f2;
|
|
|
|
}
|
|
|
|
|
2019-07-12 18:07:03 +02:00
|
|
|
table.synoptictable-batch td:nth-child(3) {
|
2019-07-12 17:14:49 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2019-07-12 18:07:03 +02:00
|
|
|
table.synoptictable-batch tr:nth-child(2) {
|
2019-07-12 17:14:49 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2019-07-12 18:07:03 +02:00
|
|
|
table.synoptictable-batch tr:nth-child(3) {
|
2019-07-12 17:14:49 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2019-07-12 18:07:03 +02:00
|
|
|
table.synoptictable-batch td:first-child {
|
2019-07-12 14:54:36 +02:00
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
2019-07-12 18:07:03 +02:00
|
|
|
table.synoptictable-batch td:last-child {
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
table.synoptictable-farm {
|
|
|
|
font-family: verdana, arial, sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
border-collapse: collapse;
|
|
|
|
margin-top: 20px;
|
|
|
|
background-color: #FFF;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.synoptictable-farm td {
|
|
|
|
padding: 5px;
|
|
|
|
border-left: 1px solid #e3e3e3;
|
|
|
|
border-right: 1px solid #e3e3e3;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.synoptictable-farm tr:first-child td {
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
font-size: 16px
|
|
|
|
}
|
|
|
|
|
|
|
|
table.synoptictable-farm tr:first-child {
|
|
|
|
font-weight: bold;
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.synoptictable-farm tr:nth-child(4n+0) {
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.synoptictable-farm td:nth-child(1) {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.synoptictable-farm tr:nth-child(2) {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.synoptictable-farm tr:nth-child(3) {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.synoptictable-farm td:first-child {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.synoptictable-farm td:last-child {
|
2019-07-12 14:54:36 +02:00
|
|
|
border-right: none;
|
2019-07-24 14:26:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.my-active-html {
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #0066cc !important;
|
|
|
|
/* text-decoration: underline; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.my-active-html:hover{
|
|
|
|
color: #000 !important;
|
2019-07-24 15:08:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.simpletable-synoptic {
|
|
|
|
border-collapse: separate;
|
|
|
|
font-family: verdana, arial, sans-serif;
|
|
|
|
border-spacing: 2px;
|
|
|
|
border: none;
|
|
|
|
margin-top: 20px;
|
|
|
|
background-color: #FFF;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.simpletable-synoptic td{
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.simpletable-synoptic td:first-child{
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|