#wFirmaConfigContainer {
  padding: 0 15px 200px;
}
#wFirmaConfigContainer .ui-select-container input {
  margin-top: -8px;
}

.company-choice-row .add-button-col {
  margin-left: -20px;
}

.company-container-row {
  margin-top: 20px;
  margin-bottom: 10px;
}

.company-container {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.company-container ul {
  padding: 0;
}
.company-container ul li {
  list-style: none;
}
.company-container .preloader-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.company-container .preloader-container .preloader-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  opacity: 0.5;
}
.company-container .preloader-container .preloader-img {
  background: url("/assets/images/preloader.gif") no-repeat;
  width: 64px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -5px;
}

.company-container-empty {
  height: 60px;
  font-size: 16px;
  border: 1px solid #cacaca;
}
.company-container-empty .info {
  line-height: 60px;
  text-align: center;
}

.wfirma-company {
  position: relative;
  margin-top: 20px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border-left: 4px solid #ff6500;
  padding: 10px 10px;
  background: white;
}
.wfirma-company .mt-1 {
  margin-top: 10px;
}
.wfirma-company .mt-2 {
  margin-top: 15px;
}
.wfirma-company .mt-3 {
  margin-top: 20px;
}
.wfirma-company .wfirma-company-name {
  font-size: 14px;
  font-weight: bold;
}
.wfirma-company .wfirma-form-field {
  position: relative;
}
.wfirma-company .wfirma-form-field label {
  position: absolute;
  color: #bbb;
  top: 5px;
  bottom: -2px;
  left: 0;
  width: 100%;
  transition: 0.2s;
  font-size: 0.8em !important;
}
.wfirma-company .wfirma-form-field input {
  font-size: 0.9em !important;
  height: 2.5em;
}
.wfirma-company .ui-select-container {
  margin: 0 !important;
}
.wfirma-company .textarea-note, .wfirma-company .textarea-invoice {
  width: 100%;
  height: 80px;
  font-size: 0.9em !important;
  line-height: 1.1em;
}
.wfirma-company .point-types-container {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.wfirma-company .point-types-container .point-type-frame {
  margin-top: 10px;
  padding: 3px 10px;
  border-left: 4px solid royalblue;
  width: 330px;
}
.wfirma-company .point-types-container .point-type-frame .point-type-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  align-items: center;
}
.wfirma-company .point-types-container .point-type-frame .point-type-header .point-type-name {
  font-weight: bold;
}
.wfirma-company .point-types-container .point-type-frame .mpk-container {
  display: flex;
  flex-direction: row;
}
.wfirma-company .point-types-container .point-type-frame .mpk-container .mpk-item {
  border: 1px solid red;
  color: red;
  padding: 2px 4px;
  border-radius: 10px;
  margin: 0 5px;
  cursor: pointer;
}
.wfirma-company .point-types-container .point-type-frame .mpk-container .mpk-item.active {
  background: red;
  color: white;
  font-weight: bold;
}
.wfirma-company .mpk-table {
  width: 100%;
}
.wfirma-company .mpk-table .mpk-col-lp {
  width: 40px;
}
.wfirma-company .mpk-table .mpk-col-lp,
.wfirma-company .mpk-table .mpk-col-checkbox,
.wfirma-company .mpk-table .mpk-col-name,
.wfirma-company .mpk-table .mpk-col-po {
  padding: 0 5px;
}
.wfirma-company .mpk-table .mpk-col-name {
  min-width: 100px;
}
.wfirma-company .mpk-table .mpk-col-checkbox {
  width: 23px;
}
.wfirma-company .mpk-table .mpk-col-po {
  width: 100%;
}
.wfirma-company .mpk-table .mpk-col-po input {
  width: 100%;
}
.wfirma-company .wfirma-company-close {
  position: absolute;
  top: 0px;
  right: -5px;
}
.wfirma-company .wfirma-company-close .glyphicon {
  font-size: 16px;
}

.wfirma-result-container {
  margin-top: 20px;
}
.wfirma-result-container .wfirma-result-frame {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border-left: 4px solid green;
  padding: 10px 10px;
  background: white;
}
.wfirma-result-container .header {
  font-size: 16px;
  font-weight: bold;
}
.wfirma-result-container .wfirma-result-list ul {
  padding-left: 20px;
  font-size: 12px;
  font-weight: bold;
}
.wfirma-result-container .wfirma-result-list ul li.success {
  color: green;
}
.wfirma-result-container .wfirma-result-list ul li.warning {
  color: orange;
}
.wfirma-result-container .wfirma-result-list ul li.error {
  color: red;
  background: white;
}

.wfirma-result-loader {
  padding: 10px 0;
}
.wfirma-result-loader .info {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.wfirma-result-loader .preloader-img {
  margin-top: 10px;
  background: url("/assets/images/preloader.gif") no-repeat center;
  width: 100%;
  height: 9px;
}