﻿ 
/**********************************************************
 * This is Generated Code
 * You should not modify this code as it may be overwritten.
 * Generated By Generative Objects 
 *********************************************************/
/****
POPUP
*/
#popupContainer {
border: 1px solid #A6C9E2;
background: white;
padding: 20px;
z-index: 2000;
position: fixed;
top: 0;
left: 0;
display: none;
}
.confirm-popup-msg, .alert-popup-msg {
line-height: 1.5em;
margin: 15px 0;
}
.alert-popup-msg .error-msg {
font-style: italic;
}
/*****
FILTERS
******/
.uiContainer {
position: relative;
}
.uiContainerWithBorder {
position: relative;
padding: 4px;
border: solid 1px #CFE1E5;
margin: 5px;
}
.uiSearchContainer {
position: relative;
padding: 4px;
border: solid 1px #CFE1E5;
margin-bottom: 10px;
}
.filterFieldSelection {
margin: 5px;
}
.filterFieldSelection input {
padding: 4px;
}
.filterFieldSelection.filterDateField input {
width: 100px;
}
.filterFieldSetContent {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.filterFieldSelection > label > span {
margin-right: 5px;
}
.filterContentContainer {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
-ms-flex: 1 1 0%;
-webkit-flex: 1;
flex: 1;
-ms-flex-pack: start;
justify-content: flex-start;
}
.filterGroupContainer {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-direction: column; /*For unknow rease, IE10 displays it as a row direction... Fixes a bug with overlapp */
-webkit-flex-direction: row;
flex-direction: row;
max-width:100%;
margin: 5px 0;
box-sizing:border-box;
}
.searchCommandsContainer {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
-webkit-flex-direction: row;
flex-direction: row;
}
.searchCommandsContainer button {
margin: 5px;
height: 28px;
}
/** BUTTONS **/
.command-button-disabled {
color: #fff;
font-size: 1.000em;
font-weight: bold;
padding: 6px 14px;
margin: 6px;
box-shadow: 0 0 2px rgba( 0, 0, 0, 0.2), 0 -1px 0 rgba( 255, 255, 255, 0.2);
border: solid 0.02em #bdbdbd;
background: #bdbdbd;
cursor: default;
}
.command-button {
color: #fff;
font-size: 1.000em;
padding: 6px 14px;
margin: 6px;
cursor: pointer;
background: #1565c0;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
border: none;
}
.command-button:hover {
background: #1976d2;
}
.command-button:active {
box-shadow: 1px 1px 4px black inset, 0 1px 0 rgba( 255, 255, 255, 0.4);
background: #0d47a1;
}
.dropdown-button.command-button {
padding: 0;
border: none;
border-radius: 0;
}
.horizontalList {
list-style: none;
display: inline;
}
.dropdown-menu {
position: absolute;
min-width: 160px;
padding: 4px 0;
z-index: 10000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.dropdown-menu a {
display: block;
padding: 3px 15px;
clear: both;
font-weight: normal;
line-height: 18px;
color: #333333;
white-space: nowrap;
cursor: pointer;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
color: #ffffff;
text-decoration: none;
background-color: #0088cc;
}
.dropdown-menu a.ui-corner-all {
border-radius: 0;
}
/** FORMS **/
.basicForm {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.form-field {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
margin: 10px 0;
}
.form-with-columns {
display: flex;
margin-bottom: 10px;
-ms-flex-direction: row;
-webkit-flex-direction: row;
flex-direction: row;
align-items: flex-start;
}
.form-column {
flex-grow: 1;
margin: 0 10px;
}
.form-column.three {
max-width: 30%;
}
.form-field-tooltip {
cursor: pointer;
margin-left: 5px;
}
.form-column .form-field {
-ms-flex-direction: row;
-webkit-flex-direction: row;
flex-direction: row;
align-items: center;
}
.form-field-label-zone {
color: #37474f;
font-weight: bold;
cursor: text;
font-size: 100%;
margin-bottom: 5px;
line-height: 1.5rem;
}
.form-field-label-zone.inline {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
-webkit-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
}
.form-field-label-zone.inline .errorDescription {
margin-left: 5px;
}
.form-field-control-container input {
background-color: transparent;
border: none;
border-bottom: 1px solid #9e9e9e;
border-radius: 0;
outline: none;
height: 1.5rem;
width: 100%;
font-size: 100%;
padding: 0;
box-shadow: none;
-moz-transition: all .3s;
-o-transition: all .3s;
-webkit-transition: all .3s;
transition: all .3s;
}
.form-field-control-container input[type="checkbox"] {
height: auto;
margin: 0;
width: auto;
}
.form-field-control-container.errorControl .errorDescription {
margin-top: 4px;
}
.form-field-control-container.errorControl input {
border-bottom: 1px solid red;
}
.form-field.view .form-field-control-container {
/* min-height: 1.5rem; */
line-height: 1.5rem;
display: inline-block;
border-bottom: 1px solid white;
margin: 0 0 0 3px;
}
.form-field.edit .form-field-control-container {
margin: 0 0 0 3px;
}
.form-column .form-field .form-field-control-container {
margin-bottom: 2px;
margin-left: 20px;
flex-grow: 1;
}
.form-field.edit .form-field-control-container > div {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
/* Only for view mode: in edit mode, the direction is vertical */
.form-field.view .form-field-control-container > div .form-field-text.multiline {
-ms-flex: 1 1 0%;
-webkit-flex: 1;
flex: 1;
}
.enum-field select {
padding: 3px;
}
.enum-field select:disabled {
background-color: #e0e0e0;
border: 1px dotted rgba(0, 0, 0, 0.26);
}
.lookup-field a {
color: #b71c1c;
}
.lookup-field a:hover {
text-decoration: underline;
}
.text-field.multiline {
display: flex; display: -ms-flexbox;
}
.form-field-label-zone.inline .form-field-control-container, .form-field-label-zone .form-field-control-container {
margin-left: 15px;
height: auto;
line-height: normal;
}
.form-field-control-container input:disabled, .form-field-control-container input[readonly="readonly"] {
color: rgba(0, 0, 0, 0.26);
border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
.form-field-control-container input:disabled + label, .form-field-control-container input[readonly="readonly"] + label {
color: rgba(0, 0, 0, 0.26);
}
.form-field-control-container input:focus:not([readonly]) {
border-bottom: 1px solid #0d47a1;
box-shadow: 0 0.5px 0 0 #0d47a1;
}
.form-field-control-container input[type="checkbox"]:focus:not([readonly]) {
border: none;
box-shadow: none;
}
.form-field-control-container input:focus:not([readonly]) + .form-field-label-zone {
color: #0d47a1;
}
.no-data-message {
font-style: italic;
}
/** TABS **/
.tabwrapper {
position: relative;
width: 100%;
}
ul.tabs {
margin: 0;
padding: 0;
list-style: none;
padding-bottom: 31px;
}
ul.tabs li {
float: left;
height: 30px;
line-height: 28px;
/*-webkit-box-shadow:  0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);*/
margin: 0 6px 0 0;
border-bottom: 1px solid #37474f;
border-top: 0.1em solid #45484D;
border-left: 0.1em solid #45484D;
border-right: 0.1em solid #45484D;
background: #37474f; /* Old browsers */
}
ul.tabs li.active {
position: relative;
z-index: 2;
border-bottom: 1px solid white;
border-top: 0.1em solid #E7E7E7;
border-left: 0.1em solid #E7E7E7;
border-right: 0.1em solid #E7E7E7;
background: #fff;
}
ul.tabs li a {
text-decoration: none;
font-size: 12px;
display: block;
color: #fff;
padding: 0 16px;
font-weight: bold;
}
ul.tabs li.active a {
color: #000;
}
.tabs-container {
border: 0.1em solid #E7E7E7;
background-color: #fff;
padding: 10px;
position: relative;
clear: both;
}

/*** LOOKUP OVERRIDE ***/
.ui-treeautocomplete-comboboxwrapper {
margin-top: 0;
}
.ui-treeautocomplete-wrapper {
position: relative;
width: auto;
}
.ui-treeautocomplete-input, .ui-treeautocomplete-input:focus {
padding-left:0;
}
.formEditLookupFieldControl {
width: auto;
padding: 0;
margin: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
-webkit-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
}
.formEditLookupFieldControl-withbutton {
width: auto;
}
.formEditLookupFieldControl-button {
display: block;
vertical-align:inherit;
margin: 0 5px;
width: 44px;
}
.lookupFieldWrapper {
display: block;
vertical-align: middle;
-ms-flex: 1 1 0%;
-webkit-flex: 1;
flex: 1;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

.ui-treeautocomplete-input, .ui-treeautocomplete-input:focus {
padding: 0;
}
}
/*** GRID *** */
.grid-header {
background-color: #37474f;/* Old browsers */
background-image: none;
filter: none;
}
.grid-header-wrapper
{
background-color: #37474f;/* Old browsers */
background-image: none;
filter: none;
}
.grid-content table tr:hover {
background-color: #e3f2fd;
}
.grid-content table tr.currenttr {
background-color: #1565c0;
background-image: none;
filter: none;
color: white;
}
.grid-content table tr.currenttr a {
color: white;
}
.gridCommandContainer {
margin-top: 7px;
}
.titleText {
font-weight: bold;
padding-left: 4px;
color: #37474f;
}
.ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/*** LIST ***/
.list-command a {
color: #b71c1c;
}
.list-command a:hover {
text-decoration: underline;
}
.sublist-field h2, .subgrid-field h2 {
color: #757575;
font-size: 1.2em;
}
/* CUSTOM GRID */
.gridControl td.sortableCol  {
padding-right: 15px; /* For sorting arrow */
}

.gridControl th.ui-grid-header-container {
background-position: right center;
background-repeat: no-repeat;
padding-right: 15px; /* For sorting arrow */
}

.gridControl th.ui-grid-sort-s {
background-image: url("../images/arrow-s.png");
}

.gridControl th.ui-grid-sort-n-s {
background-image: url("../images/arrow-n-s.png");
}

.gridControl th.ui-grid-sort-n {
background-image: url("../images/arrow-n.png");
}
.data-grid-container{
padding-right: 0px;
width: auto;
margin-bottom: -1px; /* -1px so there is no gap between the grid & the pagination */
}
.data-grid {
width: 100%;
padding-left: 0;
border-collapse: separate;
table-layout: fixed;
word-break: normal;
overflow-wrap:break-word;
border: 1px solid #eee;
}
.data-grid thead {
background-color: #fff;
}
.data-grid thead th {
background-color: #37474f;
font-weight: normal;
color: #fff;
border: 1px solid #37474f;
}
.data-grid thead th.ui-grid-sort-s,
.data-grid thead th.ui-grid-sort-n {
color: #fff;
}
.data-grid tbody {
border: 1px solid #ccc;
border-top: 0;
font-family: 'Open Sans', sans-serif;
}
.data-grid tbody tr:nth-child(2n+1) {
background-color: #EBF1F2;
}
.data-grid tbody tr:hover {
background-color: #e3f2fd;
transition: all 0.2s ease-in;
}
.data-grid tbody tr.currenttr {
background-color: #1565c0;
}
.data-grid tbody tr.currenttr td {
color: #fff;
}
.data-grid thead th,
.data-grid tbody td {
padding: 10px;
text-align: left;
cursor: pointer;
}
.data-grid td {
color: #444;
font-weight: 500;
}
.data-grid th.number,
.data-grid td.number {
text-align: right;
}
.data-grid .isInt {
text-align: right;
}

/* pagination */

.grid-pagination-container,
.gridbuttonscontainer > h3 {
display:inline-block;
vertical-align:middle;
*display:inline;
*zoom:1;
}
.grid-pagination {
text-align:center;
border: 1px solid #ccc;
background-color: #F4F4F4; /*alt*/
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: center;
}
.grid-pagination li{
display:inline-block;
cursor:pointer;
vertical-align:middle;
}
.grid-pagination .disabled {
cursor:not-allowed;
}

.invisible {
visibility: hidden;
}

/*.gridbuttonscontainer > h3 {
padding:7px;
}*/

.grid-pagination .currentPage {
border-top: solid 1px #0089EF;
color: #0089EF;
}

.page-numbers {
font-size: 1.000em;
padding: 10px 0px;
min-width: 20px;
}

.page-numbers:hover{
border-top: solid 1px #0089EF;
color: #0089EF;
}


/* Keep the same space between page numbers & controls */
.page-controls:nth-child(0),
.page-controls:nth-child(1){
margin-right: 4px;
}

.page-controls:nth-child(2),
.page-controls:nth-child(3){
margin-left: 4px;
}

.gridCommandContainer{ margin-top: 0px; }

/* image in grid */
.imageThumbnail {
width : 80px;
}
.go-chart {
max-height: 300px;
height: 300px;
}
.go-chart {
max-height: 300px;
height: 300px;
}
/* Document Field 'Clear uploaded content' button */
.button-clear-document-field {
color: #800000;
font-size: 1.000em;
padding-left: 3px;
padding-right: 3px;
padding-top: 0px;
padding-bottom: 0px;
margin-top: -22px;
cursor: pointer;
background: #D3D3D3;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
border: solid 0.02em #bdbdbd;
float: right;
}
.button-clear-document-field:hover {
background: #DCDCDC;
}
.button-clear-document-field:active {
box-shadow: 1px 1px 4px black inset, 0 1px 0 rgba( 255, 255, 255, 0.4);
background: #DCDCDC;
}
/* Hide the ugly/misleading "No file chosen" text */
input[type='file'] {
color: transparent;
}
/* show/hide grid filter float right and up a bit */
.button-show-hide-grid-filter {
float: right;
margin-top: -22px;
}
/* Tooltip container */
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: grey;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;
position: absolute;
z-index: 1;
top: -5px;
opacity: 0;
transition: opacity 1s;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 0.8;
}
/* icon search/clear button size adjustment */
.iconSizeAdjust button {
height: 36px;
}
/* Image Cropper */
.image-cropper-zone .material-icons {
font-size: 14px;
}
.image-cropper-zone .command-button {
padding: 6px;
}
.image-preview {
max-width: 200px;
}  