.ui-widget {
  font-size: 12px;
}

.PP-form-left {
  display: block;
  width: 50%;
}

.PP-form-center {
  display: block;
  width: 30%;
  margin: auto;
}

.PP-form-center .PP-logo {
  width: 100%;
}

.PP-form-center-labels-left {
  display: block;
  width: 50%;
  margin: auto;
}

.PP-field {
  display: block;
  width: 100%;
  padding-top: 6px;
  overflow: hidden;
}

.PP-form-center-labels-left .PP-label {
  display: inline-block;
  width: 20%;
  text-align: left;
}

.PP-form-center-labels-left .PP-widget {
  display: inline;
  width: 80%;
}

.PP-form-horizontal {
  display: inline-block;
  width: 100%;
}

.PP-form-horizontal .PP-field {
  display: inline-block;
  width: 140px;
}

.PP-widget {
  width: inherit;
  padding: 4px;
  box-sizing: border-box;
}

.PP-field label {
  overflow: hidden;
  font-size: 11px;
  font-style: italic;
  color: #4D4D4D;
}

label.PP-fieldLabel {
  overflow: hidden;
  font-size: 11px;
  font-style: italic;
  color: #4D4D4D;
  padding-top: 10px;
  display: inline-block;
}

label.PP-label-white {
  color: white;
}

.PP-field textarea {
  resize: none;
}

.PP-field a, .PP-field a:hover {
  color: white;
  font-style: normal;
}

.PP-field label[role=button] {
  color: white;
  background: black;
  width: 100%;
  box-sizing: border-box;
}

.PP-field label[role=button].ui-state-active {
  color: #C1272D;
  background: white;
}

.PP-field label[role=button].ui-state-hover {
  background: #0064C8;
}

.ui-button {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
}

.ui-button-text {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
}

.PP-widget:not(textarea) {
  height: 25px;
}

select.PP-widget {
  box-sizing: border-box;
}

.ui-widget-content .ui-state-disabled {
  opacity: 1;
}

.ui-state-disabled .ui-state-default {
  background: #4D4D4D;
}

.ui-state-active {
  color: #000000;
  background: #FFFFFF;
  font-weight: bold;
}

.ui-state-highlight {
  border-color: #C1272D;
  color: #C1272D;
  background: #4D4D4D;
}

.ui-state-highlight:hover {
  background: #0064C8;
}

.ui-datepicker .ui-state-active {
  font-weight: bold;
  background: #FFFFFF;
}

.ui-datepicker .ui-state-highlight {
  color: #0064C8;
}

.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-current {
  font-weight: bold;
  opacity: 1;
}

input.PP-widget[type=file] {
  display: none;
}

.PP-textbox {
  display: block;
  padding: 4px 4px 0px 4px;
  margin: 0;
  font-size: 12px;
  min-height: 20px;
}

a.PP-textbox-content, p.PP-textbox-content {
  margin: 0;
  font-size: 12px;
}

.PP-filelist {
  display: block;
  width: 100%;
  padding-top: 10px;
}

.ui-button.ui-state-default {
    position: relative;
    margin: 0 auto;
    padding: 4px;
    border-width: 1px;
    font-size: .8em;
    color: white;
    background-color: #000000;
    text-align: center;
    font-weight: bold;
    overflow: visible;
}

.ui-button:hover .ui-button.ui-state-hover{
  color: white;
  background-color: #0064C8;
}

.ui-button-text-only .ui-button-text {
  padding: 0;
}

.ui-button-text-icon-primary .ui-button-text{
  padding: 0;
}

.ui-button .ui-button-text {
  display: initial;
  width: 100%;
}

input[type="checkbox"] {
  margin-left: 0;
  margin-top: 10px;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.inp-checkbox {
    margin: .5em;
    width:10px; 
    height:10px; 
    vertical-align:middle;
    background-color: white;
    
}

.inp-checkbox.ui-button {
    margin: .5em;
    margin-left: 0px;
    width:10px; 
    height:10px; 
    vertical-align:middle;
    background-color: white;
    background: white;
}

.inp-checkbox+label {
    margin: .5em;
    width:10px; 
    height:10px; 
    vertical-align:middle;
    background-color: white;
}
