.statement-form {
  margin-top: -25px; }
  .statement-form .statement-datepicker .input-group {
    display: inline-block;
    margin-right: 15px; }
  .statement-form .statement-datepicker input {
    background: transparent;
    border: 1px solid #ff6500;
    padding: 4px;
    border-radius: 0;
    margin: 0 !important;
    width: 100% !important; }
    .statement-form .statement-datepicker input:hover {
      border: 1px solid #ff6500; }
  .statement-form .statement-datepicker .datepicker-container {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .statement-form .statement-datepicker .datepicker-container .datepicker-field {
      width: 100%; }
    .statement-form .statement-datepicker .datepicker-container .datepicker-field-icon {
      margin-left: 5px;
      width: 20px; }
  .statement-form .statement-form-row {
    margin-top: 20px; }
    .statement-form .statement-form-row label {
      color: #ff6500;
      font-size: 12px; }
    .statement-form .statement-form-row input[type=text], .statement-form .statement-form-row input[type=number] {
      background: transparent;
      border: 1px solid #ff6500;
      padding: 4px;
      border-radius: 0; }
    .statement-form .statement-form-row select {
      background-color: transparent;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
      border: 1px solid #ff6500;
      padding: 7px 4px;
      border-radius: 0;
      width: 100%; }
    .statement-form .statement-form-row .statement-title-frame {
      font-size: 13px;
      font-weight: bold;
      border: 1px solid #ff6500;
      padding: 5px 5px; }
  .statement-form .has-error label {
    color: red !important; }
  .statement-form .send-button {
    min-width: 120px; }
  .statement-form .attachment-table {
    margin-top: 0px; }
    .statement-form .attachment-table td {
      padding: 2px 0; }
    .statement-form .attachment-table .attachment-table-caption {
      padding-right: 20px; }
    .statement-form .attachment-table .attachment-name {
      color: blue; }
  .statement-form .attachment-remove-btn {
    min-width: 100px; }
  .statement-form .cell-padding-top {
    padding-top: 10px; }
  .statement-form .cell-padding-bottom {
    padding-bottom: 10px; }
  .statement-form .form-field {
    width: 100% !important; }
  .statement-form input[type=checkbox] {
    display: inline-block;
    width: auto; }
  .statement-form textarea {
    background: transparent;
    border: 1px solid #ff6500;
    padding: 2px; }

.statement-detail-view .detail-row {
  margin-top: 10px; }

.sponsored-package-table {
  /*border: 1px solid #ff6500;*/
  width: 100%; }
  .sponsored-package-table table {
    width: 100%; }
    .sponsored-package-table table td {
      border: 1px solid #ff6500;
      padding: 8px 10px; }
    .sponsored-package-table table td.cell-checkbox {
      text-align: center;
      width: 50px; }
    .sponsored-package-table table td.cell-empty {
      text-align: center; }
    .sponsored-package-table table tr.is-sold td {
      background: #dadada; }

.ist-number-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 100px;
  max-width: 100px;
  margin: 0; }
  .ist-number-container .ist-number-button {
    flex: 0 0 22px !important;
    width: 22px; }
  .ist-number-container .ist-number-field {
    flex: 1 0 auto;
    width: 50px;
    max-width: 50px;
    text-align: center; }

.cost-month-label {
  text-align: right; }

.child-selectbox .ui-select-choices {
  width: 100% !important;
  font-size: 16px; }

.statement-label {
  font-size: 14px;
  font-weight: bold;
  color: royalblue; }

.step {
  margin-top: 20px; }

.kghm-vacation-statement .funding-amount {
  font-size: 16px;
  color: green;
  font-weight: bold; }

.kghm-vacation-statement .income-branch {
  font-size: 14px;
  color: green; }

.kghm-vacation-statement .description {
  margin-top: 15px; }

.kghm-vacation-statement .send-button {
  margin-top: 15px;
  text-align: center; }

.calendar-range-field {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.calendar-field {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 100px;
  max-width: 200px; }

.range-separator {
  padding-left: 10px;
  padding-right: 10px; }

.message-info span {
  color: blue; }

.message-error span {
  color: red; }
