.wniosek {
  background-color: #f5f5f5 !important;
}
#row-3 input {
  width: unset;
}
.formInfo {
  position: static;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  top: 0;
  padding: 10mm 35mm;
  border-right: 1px solid #656565;
  border-left: 1px solid #656565;
  background: transparent;
}
#rows-container .field-validation-error {
  color: #e80000;
  font-weight: 700;
}
.formInfo h2 {
  margin: 0;
  padding: 10px 0 30px 0;
  text-align: center;
  color: #2e6da4;
}
.formInfo .main {
  border: 1px solid #656565;
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 2px;
  transition: padding-left 0.5s;
  min-height: 100vh;
  width: unset;
  position: unset;
}
body,
body table {
  font-size: 1.2rem;
}
.buttons_plot {
  margin-top: 2rem;
}
#CelWykorzystania,
#Cel,
#Inwestor,
#WykonawcaRobot,
#RodzajUrzadzenia,
#AdresNieruchomosci {
  height: 10rem;
  max-height: 20rem;
  width: 25rem;
  max-width: 25rem;
}
.parcels-list {
  columns: unset !important;
}
.parcels-list__container {
  margin-bottom: 1rem;
}
.float-right {
  float: right;
}
.validatePlot {
  margin-top: 5px;
}
.editor-label input,
.editor-label select {
  width: 100%;
}
.editor-field .field-validation-error {
  display: block;
}
.date_wn {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.modal-content .modal-title {
  font-size: 1.3rem;
}
.modal-content label {
  margin-bottom: 5px;
}
.success {
  color: #04a304;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.group-search-parcels .glyphicon-trash,
.group-search-parcels .glyphicon-pencil,
.group-search-parcels .glyphicon-remove,
.group-search-parcels .glyphicon-ok {
  padding: 5px;
  font-size: 1.6rem;
}
table th {
  text-align: left;
  border: 0;
  color: #2e2e2e;
  font-weight: 700;
  padding: 6px 5px;
  background-color: inherit;
}
textarea::-webkit-scrollbar {
  width: 1em;
}

textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

textarea::-webkit-scrollbar-thumb {
  background-color: #a9a9a92b;
  outline: 1px solid #70809040;
}

textarea {
  scrollbar-color: #a9a9a92b #70809040;
  scrollbar-width: thin;
}
#rows-container label.file-change--wrapper {
  display: block;
  margin-top: 2rem;
}
.disabled_li {
  opacity: 1 !important;
}
.disabled_li a :focus,
.disabled_li a:hover {
  color: black !important;
}
.buttons_cel_plot button {
  margin-top: 5px;
}

#Cel,
#RodzajUrzadzenia,
#CelWykorzystania,
#AdresNieruchomosci {
  max-width: 100%;
  width: 100%;
}
.table_pas,
.table_pas th,
.table_pas td {
  border: 1px solid black;
  padding: 5px;
}
.list_osw ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list_osw li input[type="checkbox"] {
  top: 2px;
  position: relative;
}
body .input-width input {
  width: 100%;
}
.group_date {
  display: flex;
  justify-content: space-between;
}
.list_zal,
.list_rodo {
  text-align: justify;
  padding: 1px;
}
.list_zal label,
.list_rodo label {
  display: inline;
  font-weight: 400;
}
.info_poz .ms-options-wrap {
  display: inline;
}

.info_poz .ms-options-wrap button {
  width: 39%;
}
.info_poz .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  position: relative;
  left: unset;
  top: 3px;
}
.info_poz .ms-options-wrap > button:focus,
.ms-options-wrap > button {
  width: 39%;
}
body .parcels-list {
  padding: 0;
}
.parcels-list__item {
  padding: 5px;
}
.list li {
  list-style: disc;
  margin-left: 3rem;
  margin-bottom: 1rem;
}
body .row .group_date.group_date_two textarea {
  width: 25rem !important;
}
body .group_date textarea {
  max-height: 20rem !important;
  width: 18rem !important;
  max-width: 25rem !important;
}
.valid-el-bottom {
  position: relative;
  display: inline-block;
}
.valid-el-bottom .field-validation-error {
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 116%;
  left: 32%;
  margin-left: -60px;
  border: 1px solid;
  border-color: red;
  background-color: white;
}
.valid-el-bottom .field-validation-error::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #e80000 transparent transparent transparent;
}
.input-validation-error,
input.error,
select.error,
textarea.error {
  border: 1px solid #9f000f;
  background-color: #fee;
}
input.input-validation-error[type="checkbox"] {
  position: relative;
}
input.input-validation-error[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 2px solid #e80000;
  border-radius: 3px;
  background-color: white;
}
input.input-validation-error[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}
.list-margin {
  margin-left: 2rem;
}
#InneCheckbox {
  width: 90%;
}
body .field-validation-error {
  font-size: 9px;
}
.validate-checkbox {
  display: block;
}

.editor-group .validate-checkbox {
  margin-left: 2.6rem;
}
.list_rodo
  input.input-validation-error[type="checkbox"]
  + .check-primary__icon {
  display: none;
}
.list_rodo input.input-validation-error[type="checkbox"] {
  display: inline;
  margin: 0 5px 0 0;
}
.editor-group .group_date {
  display: block;
}
.group-search-parcels .modal-body {
  max-height: 500px;
  overflow: auto;
}
.parcels-list li {
  display: flex;
  margin-top: 5px;
  padding: 5px;
  text-align: left;
}
.parcels-list li span {
  width: 80%;
  display: inline-block;
  overflow-wrap: break-word;
}
.parcels-list .parcels-list__item-remove {
  padding: 0;
}
.wrap-table {
  display: grid;
}
.wrap-table .max-input-list input,
.wrap-table .max-input-list select,
.wrap-table .max-input-list textarea {
  width: 100%;
  max-width: 100%;
}
.rodo-list {
  list-style-type: decimal;
  margin-left: 16px;
}
.inside-list {
  list-style: inside;
}
textarea {
  max-width: 100%;
  width: 100%;
  max-height: 20rem;
}
.list-table li {
  padding: 5px;
  list-style: inside;
}
.list-table {
  margin-top: 5px;
}
.wrap-table .min-width-input input {
  width: min-content !important;
}
.multi-select-menu input,
input[type="checkbox"] {
  margin: 0;
  width: unset !important;
}
.wrap-table .multi-select-container {
  margin: 0;
  max-width: 100%;
}
.editor-field .multi-select-container {
  margin: 0;
  max-width: 100%;
}
.wrap-table .multi-select-button {
  white-space: unset;
}
p.input-min input {
  width: 40% !important;
}
.valid-textarea .field-validation-error {
  bottom: 11rem;
}
.margin-label select {
  margin-bottom: 1rem;
}
.checkbox-field .label-checkbox {
  display: inline;
  margin-left: 5px;
}
.checkbox-field {
  display: flex;
}
.valid-checkbox
  input.input-validation-error[type="checkbox"]
  + .check-primary__icon {
  display: none;
}
.valid-checkbox input.input-validation-error[type="checkbox"] {
  display: inline;
  margin: 3px;
}
.checkbox-field .check-primary__icon {
  margin: 3px;
}
.valid-checkbox {
  margin-bottom: 0px;
}
.valid-label .field-validation-error {
  margin-left: 2.3rem;
}
select.input-validation-error[multiple="multiple"]
  + .multi-select-container
  .multi-select-button {
  border: 1px solid #9f000f;
  background-color: #fee;
}
.formInfo table.table_pas.max-input-list .multi-select-menuitems {
  border: 0.1px solid black;
  background-color: white;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  bottom: 5px;
}

.formInfo table.table_pas.max-input-list .multi-select-button:focus {
  border: 1px solid #347ab7;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
}
.formInfo table.table_pas.max-input-list .multi-select-menu {
  background-color: unset;
  border: 0;
}
.editor-group .multi-select-menuitems {
  border: 0.1px solid black;
  background-color: white;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  bottom: 5px;
}

.editor-group .multi-select-button:focus {
  border: 1px solid #347ab7;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
}
.editor-group .multi-select-menu {
  background-color: unset;
  border: 0;
}
.file-change--wrapper .input-files {
  width: unset;
}
#main-container {
  padding: 15px 35px !important;
}
#formInfo .btns-field__save {
  margin-left: auto;
}
@media only screen and (max-width: 500px) {
  #row-3 .wrap-table {
    overflow-x: auto;
  }
  #formInfo .btns-field__save {
    margin-left: inherit;
  }
  .btns-field__save .przycisk2 {
    text-wrap: wrap;
  }
}

@media only screen and (max-width: 960px) {
  #Ulica,
  #NalezaceDo,
  #Ustawa {
    margin-bottom: 1rem;
  }
  #formInfo {
    padding: 5px 15px !important;
  }
  #row-3 .hasDatepicker {
    margin-top: 5px;
  }
  #row-1 .editor-field input {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .wniosek {
    font-size: 10px;
  }
  .btn.btn-success {
    margin-top: 5px;
  }
  #formInfo {
    padding: 5px 15px !important;
  }
  #rows-container {
    display: grid;
  }
  #row-1 {
    order: 2 !important;
  }
  #row-2 {
    order: 1 !important;
    text-align: left !important;
  }
  #row-3 {
    order: 3 !important;
  }
  #row-3 .list_zal {
    text-align: left;
  }
  #btns-field-bottom {
    flex-direction: column;
  }
  #row-3 .group_date {
    flex-wrap: wrap;
  }
  #row-3 [name="IloscDni"] {
    margin-top: 5px;
  }
}
.btn-field,
.btns-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.5rem;
}
.modal-backdrop {
  z-index: 10000;
}
.modal {
  z-index: 20000;
}
#formInfo hr {
  border: 0;
  width: 96%;
  background-color: #eee;
  height: 1px;
}
#row-3 p:nth-of-type(2) {
  display: none;
}
.list-input {
  position: relative;
  bottom: 2rem;
}
.space-left {
  margin-left: 1rem;
}
#PolegajacyNa {
  margin-bottom: 1rem;
}
#wniosekEdit input {
  width: unset;
  margin-bottom: 5px;
}
#wniosekEdit p {
  text-align: left;
}
#wniosekEdit #Ustawa {
  width: 40%;
}
#wniosekEdit .list_zal li {
  display: flex;
}
#wniosekEdit .check-primary + div {
  margin-right: 1rem;
}
#PZIdKontaUzytkownikaEpuap,
#EDoreczeniaAdres {
  width: 100% !important;
}
.rodoWrap {
  display: flex;
  align-items: flex-start;
  margin-top: 5px;
}
.rodoWrap input {
  margin-right: 1rem;
}
.rodoWrap label {
  font-weight: normal;
  cursor: pointer;
}
.zgoda-rodo-title {
  margin-top: 1rem;
}
.footerContent {
  background: white;
  border-top: 1px solid #656565;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.infoCreator {
  padding: 2rem;
}
.logoFooter {
  height: 4rem;
}
