/** Add css rules here for your application. */ /** Example rules used by the template application (remove for your app) */ /** JUST to override the gwt-boostrap body */ body { padding: 0px !important; } h1 { font-size: 2em; font-weight: bold; color: #777777; margin: 40px 0px 70px; text-align: center; } .sendButton { display: block; font-size: 16pt; } /** 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; } .red-text a { color: red !important; } .green-text a { color: green !important; } .my-html-table { padding: 5px; margin-left:10px; margin-bottom: 10px; } .my-html-table td { padding: 5px; border: 1px solid gray; } .my-html-table td:first-child { color: gray; } /*** TABLE GET LIST OF RECORDS***/ .table-glor { word-wrap: break-word; } .table-glor td, th { overflow: hidden !important; } .table-glor td:nth-last-child(-n+3) { background-color: #d9edf7 !important; } .table-glor-vertical-middle td, th { height: 50%; vertical-align: middle !important; } .move-sticky { position: -webkit-sticky; position: sticky; top: 0; background-color: #f8f8f8; border-radius: 20px; } .modal-body-custom { max-height: 700px !important; } .disable-div { pointer-events: none; } .form-fieldset-edit { margin: 10px 0px !important; border: 1px groove #ddd !important; padding: 10px !important; } .table-current-content { width: 100%; background-color: #efefef !important; } .table-current-content td { padding: 5px; } .upload-file-container .control-group { display: inline-flex; width: 95%; } .upload-file-container .control-group div { margin-left: 10px; width: 95%; }