.btn-default{
  color: #000000 !important;
  background-color: #B0FBFF !important;
  border-color: #B0FBFF !important;
  font-family: Arial !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 6px 20px 5px !important;
  width: fit-content !important;
  border-style: solid !important;
  background-color: #B0FBFF !important;
  color: #000000 !important;
}

.btn-default:hover {
  color: #000000 !important;
  background-color: #97E2E6 !important;
  border-color: #97E2E6 !important;
}

.btn-default:active,
.btn-default.active {
  color: #000000 !important;
  background-color: #97E2E6 !important;
  border-color: #97E2E6 !important;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus {
  color: #000000 !important;
  background-color: #97E2E6 !important;
  border-color: #97E2E6 !important;
}

.btn-default:focus,
.btn-default.focus {
  color: #000000 !important;
  background-color: #97E2E6 !important;
  border-color: #97E2E6 !important;
}
/*powyższe dotyczy stylowania przycisków*/

button.btn.btn-default:not([class*="cancel"]) {
    border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  /* odziedziczenie wartości z .btn-default */
  border-top-right-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important;

}
/*powyższe dotyczy przycisków wyszukiwania, z wykluczeniem przycisku Anuluj*/

span.input-group-addon { 
  display: inline-block;
  width: 60px; 
  border: 2px solid #B0FBFF;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important;

  color: #000000;
  background-color: #B0FBFF;
  font-family: Arial;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 20px;
  text-align: center; 
  box-sizing: border-box; 
}
span.input-group-addon:hover {
  color: #000000 !important;
  background-color: #97E2E6 !important;
  border-color: #97E2E6 !important;
}

span.input-group-addon:active,
span.input-group-addon.active {
  color: #000000 !important;
  background-color: #97E2E6 !important;
  border-color: #97E2E6 !important;
}

span.input-group-addon:active:hover,
span.input-group-addon:active:focus,
span.input-group-addon:active.focus,
span.input-group-addon.active:hover,
span.input-group-addon.active:focus,
span.input-group-addon.active.focus {
  color: #000000 !important;
  background-color: #97E2E6 !important;
  border-color: #97E2E6 !important;
}

span.input-group-addon:focus,
span.input-group-addon.focus {
  color: #000000 !important;
  background-color: #97E2E6 !important;
  border-color: #97E2E6 !important;
}

/*powyższe odnosi się do kontrolki daty*/

.btn.btn-default.float-end.remove-value{
    display: none;
}
/*powyższe ukrywa przycisk Usuń*/

#new_wysyokoscryczatu{
  text-align: left;
}
/*powyższe przesuwa kwotę ryczałtu do lewej*/


.consentFieldsLinks {
    font-weight: 700;
    font-size: var(--bs-body-font-size);       /* pogrubienie */
    color: #5B9BD5;          /* pastelowy niebieski */
    text-decoration: none;   /* usuwa podkreślenie */
}

.consentFieldsLinks:hover {
    text-decoration: underline; /* podkreślenie przy hover */
}
/* powyższe dotyczy taska POW-289*/



