.przycisk, .przycisk2,
.btn-primary, .przycisk-inactive,
.ui-dialog .ui-dialog-buttonpane button,
.ui-widget input {
  font-size: 1.4rem;
  border-radius: 0.5rem;
  padding: 0.6rem 1.2rem;
  font-weight: 400;
}

.przycisk, .przycisk2,
.btn-primary,
.ui-dialog .ui-dialog-buttonpane button {
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  border: 1px solid grey;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 1px;
}

.przycisk-inactive {
  background: transparent;
  border: 1px solid #2e6da4;
  margin-right: 20px;
  color: #2e6da4;
}

.przycisk:hover, .przycisk2:hover,
.przycisk:focus, .przycisk2:focus,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.ui-dialog .ui-dialog-buttonpane button:hover,
.ui-widget input.przycisk:hover {
  color: #ffffff;
  text-decoration: none;
}

.przycisk,
.btn-primary,
.ui-dialog .ui-dialog-buttonpane button {
  background: #347ab8;
  border-color: #2e6da4;
}

.przycisk:hover, .przycisk:focus,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.ui-dialog .ui-dialog-buttonpane button:hover {
  background: #286090;
  border-color: #214d74;
}

.przycisk2 {
  background: #4cd24c;
  border-color: #38cd38;
}

.przycisk2:hover, .przycisk2:focus {
  background: #2fbc2f;
  border-color: #28a028;
}

.przycisk-map {
  outline: 0;
  width: 100%;
  background: white;
  color: #2e6da4;
  border: 1px solid #2e6da4;
  font-size: 1.1em;
  height: 27px;
  padding: 3px 10px;
  border-radius: 4px;
}

.przycisk-map.disabled,
.tool-select button[data-toggle="dropdown"].disabled {
  cursor: default;
  color: #909090;
  border: 1px solid #909090;
}

label [class^="przycisk"] {
  font-weight: normal;
}

a:link {
  text-decoration: none;
}

.btnSpacing {
  margin-right: 10px;
  margin-bottom: 10px;
}

.visibleFlex {
  display: flex;
}

.invisible {
  display: none;
}

.btn-container {
  display: flex;
  align-items: center;
}

.btn-container [class^="przycisk"] {
  margin: 0 10px;
}

.btn-container [class^="przycisk"]:first-child {
  margin-left: 0;
}

.btn-container [class^="przycisk"]:last-child {
  margin-right: 0;
}

.popupInfo {
  position: relative;
}

.popupInfo > .fa {
  font-size: 1.5em;
  cursor: pointer;
}

.popupInfo .fa {
  color: #2e6da4;
}

.popupInfo .fa-warning,
.popupInfo .fa-warning:hover {
  color: crimson;
}

.dataTable .popupInfo .fa span {
  color: #656565;
  text-align: left;
  font-size: 12px;
}

.popup {
  position: absolute;
  bottom: 20px;
  left: -5px;
  padding: 15px 10px;
  border: 1px solid lightgrey;
  border-radius: 0.2rem;
  background-color: white;
  width: 31rem;
  font-family: Verdana, Helvetica, Sans-Serif;
  color: #696969;
  line-height: 1.4;
}

.popup .fa {
  font-size: 2.8rem;
  margin-top: 2px;
  margin-right: 15px;
}

.popup span {
  font-size: 1.2rem;
}

input.check-primary[type="checkbox"],
input.radio-primary[type="radio"] {
  margin-right: 10px;
  display: none;
}

.check-primary + div, .check-primary:checked + div,
.radio-primary + div, .radio-primary:checked + div {
  height: 1.6rem;
  width: 1.6rem;
  color: transparent;
  user-select: none;
  cursor: pointer;
}

.check-primary:disabled + div,
.radio-primary:disabled + div {
  cursor: auto;
}

.check-primary + div {
  background: white url(../Content/imgs/checkbox.png) no-repeat right center;
  background-size: cover;
}

.check-primary:checked + div {
  background: white url(../Content/imgs/checkbox.png) no-repeat left center;
  background-size: cover;
}

.radio-primary + div {
  background: white url(../Content/imgs/radio.png) no-repeat right center;
  background-size: cover;
  border-radius: 50%;
}

.radio-primary:checked + div {
  background: white url(../Content/imgs/radio.png) no-repeat left center;
  background-size: cover;
}

.file-primary {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-primary + div {
  margin-right: 15px;
}

.file-primary + div + span {
  font-weight: normal;
}

[class*="group-array"] {
  display: flex;
}

.group-array {
  flex-wrap: wrap;
}

.group-array-opposite {
  justify-content: space-between;
  flex-grow: 1;
}

.group-array-end {
  justify-content: flex-end;
}

.group-array-end input[type="submit"] {
  width: initial;
}

.group-array-end2 {
  align-items: flex-end;
}

.main > [class^="group-array"]:last-child {
  margin-bottom: 20px;
}

.split-half > div {
  width: 50%;
  margin: 0;
  padding: 0 20px 0 10px;
}

.split-half > div:nth-child(2) {
  padding-left: 20px;
  padding-right: 10px;
}

.mainMargin {
  margin-left: 10px;
  margin-right: 10px;
}

.toDelete {
  width: 500px;
  background-color: lightgrey;
  padding: 10px;
  margin: 10px;
}

.clear {
  clear: both;
}

[class^="col-"] {
  box-sizing: border-box;
}

[class^='col-'] input:not([type=checkbox]):not([type=radio]),
[class^='col-'] select,
[class^='col-'] textarea {
  width: 100%;
  box-sizing: border-box;
}

.ewid {
  color: #2e6da4;
  font-weight: bold;
}

.field-validation-error {
  color: #ff0000;
}

.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}

.field-validation-valid,
.validation-summary-valid {
  display: none;
}

div.main form div div.row h3 {
  margin-left: 0;
  color: #2e6da4;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.display-label {
  float: left;
  clear: left;
  width: 25rem;
}

.display-label label {
  margin: 0;
}

.display-field {
  float: left;
  clear: right;
}

.display-label,
.display-field {
  margin: 0.6rem 0;
  line-height: 1.5;
}

fieldset .container,
fieldset .container-fluid {
  margin-bottom: 20px;
}

.tooltip-icon {
  font-size: 1.3em;
  cursor: pointer;
  position: relative;
  color: #2e6da4;
  margin: 0 5px;
}

.tooltip-msg {
  position: absolute;
  bottom: 20px;
  left: -5px;
  padding: 15px 10px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background-color: white;
  width: 305px;
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
  line-height: 1.4;
}

.tooltip-msg .fa {
  font-size: 2.3em;
  margin-top: 2px;
  margin-right: 15px;
}

.tooltip-msg span {
  color: #656565;
}

.textToColor {
  padding: 10px;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  font-size: 0;
  display: inline-block;
}

.imgContainer {
  max-width: 100px;
  max-height: 80px;
  overflow: hidden;
  display: flex;
}

.imgContainer img {
  width: 100%;
  height: 100%;
}

.imgContainer + a {
  color: #DC6152;
}

.warning-info h3 {
  text-align: center;
  color: red;
  margin: 0;
  margin-bottom: 10px;
  font-size: 15px;
}

.warning-info label,
.warning-info span,
.warning-info div {
  font-size: 12px;
  line-height: 17px;
}

.warning-info label {
  font-weight: normal;
  margin: 0;
}

.warning-info span {
  font-weight: bold;
}

.warning-info p {
  text-align: center;
}

.warning-info p a {
  color: white;
}

.faCross {
  position: relative;
}

.faCross:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 80%;
  top: 0;
  display: block;
  background-color: #2e6da4;
  left: 50%;
  transform: translate(-50%, 0) rotate(40deg);
}

.faCross:hover:after {
  background-color: #286090;
}

.elShort {
  max-height: 200px;
  overflow-y: scroll;
  position: relative;
}

.elShort button {
  position: absolute;
  bottom: 20px;
  right: 50px;
}

.horizontal-table {
  margin: 80px 10px;
  display: flex;
}

.horizontal-table > div {
  margin-right: 70px;
}

.horizontal-table > div > span:nth-of-type(2) {
  font-size: 1.3em;
}

.waiting-background {
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 10000;
}

.waiting-background .fa-spinner {
  position: relative;
  top: calc(50% - 10px);
  font-size: 40px;
  color: white;
}

.viewbagMsg {
  margin-top: 10px;
}

.viewbagMsg p {
  margin: 0;
}

.deletePopup h3 {
  margin: 10px 0 20px 0;
}

.deletePopup div {
  text-align: center;
}

.tool-icon,
.dataTable .fa {
  font-size: 2rem;
  font-weight: 100;
  padding: 0.5rem;
  width: 2rem;
  display: inline-block;
  margin-right: -4px;
  text-align: center;
  box-sizing: content-box;
  position: relative;
  color: #347ab8;
}

.tool-icon:hover, .tool-icon:active, .tool-icon:focus,
.dataTable .fa:hover,
.dataTable .fa:active,
.dataTable .fa:focus {
  color: #286090;
}

.tool-icon span,
.dataTable .fa span {
  font-size: 0;
  color: transparent;
}

.tool-icon + span,
.dataTable .fa + span {
  margin-left: 5px;
}

.fa-map-marker.tool-icon:not(.faCross) {
  color: red;
}

.selectData table {
  width: auto;
}

.selectData table td {
  padding: 0;
}

.selectData .info {
  border: 1px solid lightgrey;
  width: 100%;
  padding: 5px 10px;
  background-color: #ebebe4;
  border-radius: 3px;
}

.flex {
  display: flex;
}

.fixed {
  position: fixed;
}

.bottom {
  bottom: 0;
}

.leftMain {
  left: 250px;
}

.mainWideWidth {
  width: calc(100% - 250px);
}

.warning {
  color: red;
}

.topLine {
  border-top: 1px solid lightgrey;
  padding-top: 10px;
  margin-top: 20px;
}

.favColor {
  color: #2e6da4;
}

.bold {
  font-weight: bold;
}

/*# sourceMappingURL=maps/overall.css.map */
