.adminPanelGrid {
  margin-left: -7px;
  margin-top: 5px;
}
.adminPanelGrid td {
  border-style: hidden !important;
}

.ui-datalist-content{
  border: none;
}

.mars-button {
  margin: 10px 20px 0 3px !important;
}

span.marsDateField > input.ui-inputfield {
  width: 90px;
}

.ui-inputfield {
  font-size: 1.5rem !important;
}

label {
  font-size: 1.5rem;
}

div[class*="col"] {
  margin-bottom: 0;
}

body .ui-widget {
  font-size: 1.5rem;
}

body select, body input:not([role="combobox"], [type="file"], .ui-widget, .ui-inputfield) {
  font-size: 1.5rem;
}

.ui-selectoneradio  label {
   margin-left: 10px;
  font-size: 1.5rem;
}

/*
  Fix the width of the area containing the arrow icon of drop down elements.
 */
.ui-selectonemenu {
  padding-right: 0 !important;
}

/*
 Fix the horizontal alignment of the arrow icon of drop down elements.
 */
.ui-selectonemenu-trigger {
  padding: 0 0 !important;
}

/*
  Remove the original background image from all Primeface textEditor toolbars, because the original background image
  doesn't repeat very well vertically when the toolbar controls take up more than one row. Set solid light grey as the
  new toolbar background to keep the contrast between the toolbar and the content.
*/
.ui-editor-toolbar.ql-toolbar.ql-snow {
  background-image: none;
  background-color: #f2f2f2;
}

/* Class to hide the column headers of dataTable. Apply to <p:dataTable> using styleClass="no-column-headers". */
.no-column-headers thead {
  display: none !important;
}

body .ui-button.ui-button-icon-only {
  width:2.357rem;
  margin: 3px;
}

.ui-spinner-input {
  width: 90px !important;
}
/* Make buttons text bigger */
.ui-button .ui-button-text {
  font-size: 1.5rem;
}

#startdownload {
  font-size: 1.5rem;
}
