@charset "UTF-8";
/*

To get this list of colors inject jQuery at http://www.google.com/design/spec/style/color.html#color-color-palette

Then, run this script to get the list@mixin (function(){
  var colors = {}, main = {};
  $(".color-group")@mixin each(function(){
    var color = $(this).find(".name").text().trim().toLowerCase().replace(" ", "-");
    colors[color] = {};

    $(this)@mixin find(".color").not(".main-color").each(function(){
      var shade = $(this).find(".shade").text().trim(),
          hex   = $(this).find(".hex").text().trim();

      colors[color][shade] = hex;
    });
    main[color] = color + "-" + $(this).find(".main-color .shade").text().trim();

  });
  var LESS = "";
  $@mixin each(colors, function(name, shades){
    LESS += "\n\n";
    $@mixin each(shades, function(shade, hex){
      LESS += "$" + name + "-" + shade + ": " + hex + ";\n" !default;
    });
    if (main[name]) {
      LESS += "$" + name + ": " + main[name] + ";\n" !default;
    }
  });
  console.log(LESS);
})();


*/
/*

To get this list of colors inject jQuery at http://www.google.com/design/spec/style/color.html#color-color-palette

Then, run this script to get the list@mixin (function(){
  var colors = {}, main = {};
  $(".color-group")@mixin each(function(){
    var color = $(this).find(".name").text().trim().toLowerCase().replace(" ", "-");
    colors[color] = {};

    $(this)@mixin find(".color").not(".main-color").each(function(){
      var shade = $(this).find(".shade").text().trim(),
          hex   = $(this).find(".hex").text().trim();

      colors[color][shade] = hex;
    });
    main[color] = color + "-" + $(this).find(".main-color .shade").text().trim();

  });
  var LESS = "";
  $@mixin each(colors, function(name, shades){
    LESS += "\n\n";
    $@mixin each(shades, function(shade, hex){
      LESS += "$" + name + "-" + shade + ": " + hex + ";\n" !default;
    });
    if (main[name]) {
      LESS += "$" + name + ": " + main[name] + ";\n" !default;
    }
  });
  console.log(LESS);
})();


*/
.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-top {
  padding-top: 0 !important;
}

.fa-font-small {
  font-size: 64%; /*9px*/
  line-height: 18px;
}

.fa-font-medium {
  font-size: 86%; /*12px*/
  line-height: 18px;
}

.fa-font-large {
  font-size: 107%; /*15px*/
}

.transparent {
  background-color: transparent !important;
  border: none;
}

.highlighted {
  color: #000;
}

.large {
  font-size: larger;
}

a:focus, input:focus, select:focus, option:focus, textarea:focus, label:focus, fieldset:focus, button:focus, img:focus, .form-control:focus {
  outline: 2px solid red !important;
}

.fade-out {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  z-index: 1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}

.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb > li + li::before {
  content: "";
  padding: 0 0 0 5px;
}
.breadcrumb > li + li + li::before {
  content: "/ ";
  padding: 0 0 0 5px;
  color: #ccc;
}

.dataTables_wrapper .form-group {
  margin-top: 7px;
}

.form-field-required .control-label label::after {
  color: #ff0000;
  content: "*";
}

.has-error {
  background-color: #f2dede;
}
.has-error label {
  color: #ff0000;
}

.dataTable > thead > tr > th[class*=sort]::after {
  color: #555;
  content: "\f0dc";
  cursor: pointer;
  display: inline;
  float: right;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
}

.dataTable > thead > tr > th.sorting_asc::after {
  color: #004386;
  content: "\f0de";
  top: 4px;
}

.dataTable > thead > tr > th.sorting_desc::after {
  color: #004386;
  content: "\f0dd";
  top: -6px;
}

.ui-autocomplete {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.hight-contrast {
  color: black;
  background-color: white;
}

a, a:hover, a:focus {
  color: #004386;
}

.text-muted {
  color: #444444;
}

body .container .well-warning {
  background-color: #E31B25;
}

.checkbox label, .radio label, label {
  color: #333333;
}

.panel.panel-info > .panel-heading {
  background-color: #004386;
}
.panel.panel-primary > .panel-heading {
  background-color: #E31B25;
}

.alert.alert-info {
  background-color: #009CDC;
  color: #333333;
}

.btn:not(.btn-raised).btn-info, .input-group-btn .btn:not(.btn-raised).btn-info {
  color: #E31B25;
}

.btn.btn-raised.btn-info, .btn.btn-raised.btn-primary {
  background-color: #004386;
}
.btn.btn-raised.btn-info:not(.btn-link):active, .btn.btn-raised.btn-info:not(.btn-link):hover, .btn.btn-raised.btn-info:not(.btn-link):focus, .btn.btn-raised.btn-primary:not(.btn-link):active, .btn.btn-raised.btn-primary:not(.btn-link):hover, .btn.btn-raised.btn-primary:not(.btn-link):focus {
  background-color: #009CDC;
}
.btn.btn-raised.btn-info:hover, .btn.btn-raised.btn-info:active, .btn.btn-raised.btn-info:focus, .btn.btn-raised.btn-primary:hover, .btn.btn-raised.btn-primary:active, .btn.btn-raised.btn-primary:focus {
  background-color: #009CDC;
}

.btn-link {
  color: #004386;
}

.btn:not(.btn-raised).btn-primary, .input-group-btn .btn:not(.btn-raised).btn-primary {
  color: #004386;
}

.btn:not(.btn-raised).btn-success, .input-group-btn .btn:not(.btn-raised).btn-success {
  color: #004386;
}

.btn-group.open > .dropdown-toggle.btn.btn-primary,
.btn-group-vertical.open > .dropdown-toggle.btn.btn-primary {
  background-color: #004386;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #004386;
  border-color: #001020;
}

header {
  background-color: #E31B25;
}
header h1 {
  margin: 0;
  color: #fff;
}
header .row:first-child {
  display: flex;
  align-items: center;
}
header .row:first-child > div:last-child {
  display: flex;
  align-items: center;
  justify-content: right;
}
header #logoContainer img {
  max-height: 90px;
  padding: 5px 0;
}
header #download .btn .caret {
  margin-left: 5px;
}
header .btn.btn-raised.btn-warning {
  background-color: #004386;
  padding: 8px 15px;
}
header .btn.btn-raised:not(.btn-link):hover.btn-warning, header .btn-group.open > .dropdown-toggle.btn.btn-warning {
  background-color: #009CDC;
}
header .btn.btn-link {
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
}
header .btn.btn-link:hover, header .btn.btn-link:focus, header .btn.btn-link:active {
  border-radius: 4px;
  color: #004386;
  text-decoration: none;
  background-color: #fff;
}
header .btn.btn-light {
  color: #fff;
}
header .nav-pills {
  padding: 8px 0;
}
header #headerTools {
  margin-top: 15px;
}
header .btn.btn-raised:not(.btn-link):hover.btn-warning, header .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-warning, header .btn-group-raised .btn:not(.btn-link):hover.btn-warning, header .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-warning, header .btn.btn-raised:not(.btn-link):focus.btn-warning, header .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-warning, header .btn-group-raised .btn:not(.btn-link):focus.btn-warning, header .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-warning, header .btn.btn-raised:not(.btn-link).active.btn-warning, header .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-warning, header .btn-group-raised .btn:not(.btn-link).active.btn-warning, header .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-warning, header .btn.btn-raised:not(.btn-link):active.btn-warning, header .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-warning, header .btn-group-raised .btn:not(.btn-link):active.btn-warning, header .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-warning {
  background-color: #009CDC;
  border-radius: 2px;
  color: #004386;
}
header .btn:not(.btn-raised):not(.btn-link):hover, header .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover, header .btn:not(.btn-raised):not(.btn-link):focus, header .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus {
  background-color: #fff;
  color: #004386;
}
header .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #004386;
}
header .btn-group.open > .dropdown-toggle.btn, header .btn-group-vertical.open > .dropdown-toggle.btn, header .btn-group.open > .dropdown-toggle.btn.btn-default, header .btn-group-vertical.open > .dropdown-toggle.btn.btn-default {
  background-color: #EEEEEE;
}
header .dropdown-menu li a:hover {
  color: #004386;
}

.user-tools .btn:hover:not(.btn-raised):not(.btn-link),
.user-tools .input-group-btn .btn:hover:not(.btn-raised):not(.btn-link),
.user-tools .btn:focus:not(.btn-raised):not(.btn-link),
.user-tools .input-group-btn .btn:focus:not(.btn-raised):not(.btn-link) {
  background-color: transparent;
}
.user-tools .btn-group.open > .dropdown-toggle.btn,
.user-tools .btn-group-vertical.open > .dropdown-toggle.btn,
.user-tools .btn-group.open > .dropdown-toggle.btn.btn-default,
.user-tools .btn-group-vertical.open > .dropdown-toggle.btn.btn-default {
  background-color: transparent;
}

#download .dropdown-menu > li > a {
  padding: 10px 20px;
}

.download-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.required-fields-star span {
  color: red;
  font-weight: 700;
}

/*
CSS do sekcji nawigacji dla niepełnosprawnych - skip links
*/
ul#skip-links {
  margin: 0;
  padding: 0;
  list-style: none;
  left: 50%;
  margin-left: -10em;
  margin-top: 0;
  position: absolute;
  z-index: 50;
}
ul#skip-links li {
  text-align: center;
  white-space: nowrap;
  width: 300px;
}
ul#skip-links li a {
  border: 1px solid #004386;
  border-top: none;
  background-color: #0076ec;
  color: #fff;
  padding: 10px 0;
  display: block;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
ul#skip-links li a:focus {
  position: relative;
  left: auto;
  width: auto;
  height: auto;
}
ul#skip-links li a:active, ul#skip-links li a:hover {
  background-color: #004386;
}

.ace-file-input {
  display: block;
  font-size: inherit;
  position: relative;
  height: 30px;
}
.ace-file-input input[type=file] {
  position: absolute;
  z-index: -999;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ace-file-input input[type=file]:focus {
  outline: none;
}
.ace-file-input .ace-file-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #FFF;
  border: 1px solid #D5D5D5;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.ace-file-input .ace-file-container:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #F59942;
}
.ace-file-input .ace-file-container:before {
  display: inline-block;
  content: attr(data-title);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 24px;
  text-align: center;
  padding: 0 8px;
  background-color: #6FB3E0;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  border: 2px solid #FFF;
  border-left-width: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ace-file-input .ace-file-container .ace-file-name {
  display: inline-block;
  height: 28px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 28px;
  color: #888;
  font-size: 13px;
  vertical-align: top;
  position: static;
  padding-left: 30px;
}
.ace-file-input .ace-file-container .ace-file-name:after {
  display: inline-block;
  content: attr(data-title);
}
.ace-file-input .ace-file-container.selected {
  right: 16px;
}
.ace-file-input .ace-file-container.selected .ace-file-name {
  color: #666;
}
.ace-file-input .ace-file-container .ace-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 24px;
  width: 26px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  border: 2px solid #FFF;
  color: #FFF;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #D1D1D1;
}
.ace-file-input .ace-file-container.selected .ace-file-name .ace-icon {
  background-color: #EFAD62;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-image {
  background-color: #BD7A9D;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-video {
  background-color: #87B87F;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-audio {
  background-color: #8B7AC9;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-archive {
  background-color: #EFAD62;
}
.ace-file-input .ace-file-container.hide-placeholder:before {
  display: none;
}
.ace-file-input a:hover {
  text-decoration: none;
}
.ace-file-input .remove {
  position: absolute;
  right: -8px;
  top: 6px;
  display: none;
  width: 17px;
  text-align: center;
  height: 17px;
  line-height: 15px;
  font-size: 11px;
  font-weight: normal;
  background-color: #FB7142;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  color: #FFF;
  text-decoration: none;
}
.ace-file-input .ace-file-container.selected + .remove {
  display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ace-file-input input[type=file] {
    position: absolute;
    width: 0;
    height: 0;
  }
}
.ace-file-input input[type=file].disabled + .ace-file-container, .ace-file-input input[type=file][disabled] + .ace-file-container, .ace-file-input input[type=file][readonly] + .ace-file-container {
  cursor: not-allowed;
  background-color: #EEE;
}
.ace-file-input input[type=file].disabled + .ace-file-container:hover, .ace-file-input input[type=file][disabled] + .ace-file-container:hover, .ace-file-input input[type=file][readonly] + .ace-file-container:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #E3E3E3;
}
.ace-file-input input[type=file].disabled + .ace-file-container:before, .ace-file-input input[type=file][disabled] + .ace-file-container:before, .ace-file-input input[type=file][readonly] + .ace-file-container:before {
  border-color: #EEE;
  background-color: #A1AAAF;
}
.ace-file-input input[type=file][readonly] + .ace-file-container {
  cursor: default;
}

.ace-file-input .ace-file-overlay {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -10px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}
.ace-file-input .ace-file-overlay > .overlay-content {
  display: inline-block;
  position: relative;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
}

.ace-file-multiple {
  height: auto;
}
.ace-file-multiple .ace-file-container {
  position: relative;
  height: auto;
  border: 1px dashed #AAA;
  border-radius: 4px;
  text-align: center;
}
.ace-file-multiple .ace-file-container:before {
  display: inline-block;
  content: attr(data-title);
  position: relative;
  right: 0;
  left: 0;
  margin: 12px;
  line-height: 22px;
  background-color: #FFF;
  color: #CCC;
  font-size: 18px;
  font-weight: bold;
  border-width: 0;
}
.ace-file-multiple .ace-file-container.selected .ace-file-name .ace-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 24px;
  width: 26px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  border: 2px solid #FFF;
  color: #FFF;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.ace-file-multiple .ace-file-container .ace-file-name {
  position: relative;
  display: block;
  padding: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 0 4px;
  border-bottom: 1px solid #DDD;
  text-align: left;
}
.ace-file-multiple .ace-file-container .ace-file-name:first-child {
  margin-top: 1px;
}
.ace-file-multiple .ace-file-container .ace-file-name:last-child {
  border-bottom-width: 0;
  margin-bottom: 1px;
}
.ace-file-multiple .ace-file-container .ace-file-name img {
  padding: 2px;
  border: 1px solid #D7D7D7;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  margin: 4px 8px 4px 1px;
}
.ace-file-multiple .ace-file-container .ace-file-name:after {
  display: none;
}
.ace-file-multiple .ace-file-container.selected .ace-file-name:after {
  display: inline-block;
  white-space: pre;
}
.ace-file-multiple .ace-file-container .ace-file-name img + .ace-icon, .ace-file-multiple .ace-file-container.selected .ace-file-name img + .ace-icon {
  display: none;
}
.ace-file-multiple .remove {
  right: -11px;
  top: -11px;
  border: 3px solid #BBB;
  border-radius: 32px;
  background-color: #FFF;
  color: red;
  width: 23px;
  height: 23px;
  line-height: 15px;
}
.ace-file-multiple .ace-file-container.selected + .remove:hover {
  border-color: #F4C0B1;
}
.ace-file-multiple .ace-file-overlay {
  position: absolute;
  top: -12px;
  bottom: -6px;
  left: -12px;
  right: -12px;
}
.ace-file-multiple .ace-file-overlay > .overlay-content {
  top: 20%;
}

.ace-file-multiple .ace-file-container .ace-file-name .ace-icon {
  position: relative;
  display: block;
  text-align: center;
  height: auto;
  line-height: 64px;
  width: auto;
  font-size: 64px;
  color: #D5D5D5;
  margin: 4px 0;
  background-color: transparent;
}
.ace-file-multiple .ace-file-container.selected:after {
  display: none;
}
.ace-file-multiple .ace-file-container.selected .ace-file-name .ace-icon {
  position: relative;
  margin-right: 4px;
  margin-left: 2px;
  line-height: 24px;
}
.ace-file-multiple .ace-file-container .ace-file-name.large {
  text-align: center;
  border-bottom: 1px solid #222;
  margin: 0 1px 3px;
}
.ace-file-multiple .ace-file-container .ace-file-name.large:last-child {
  margin: 0 1px;
}
.ace-file-multiple .ace-file-container .ace-file-name.large:after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 4px;
  background-color: #555;
  color: #FFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ace-file-multiple .ace-file-container .ace-file-name.large img {
  border-width: 0;
  margin: 0 !important;
  padding: 0;
}

.ace-file-multiple input[type=file].disabled + .ace-file-container:hover, .ace-file-multiple input[type=file][disabled] + .ace-file-container:hover, .ace-file-multiple input[type=file][readonly] + .ace-file-container:hover {
  border-color: #AAA;
}
.ace-file-multiple input[type=file].disabled + .ace-file-container:before, .ace-file-multiple input[type=file][disabled] + .ace-file-container:before, .ace-file-multiple input[type=file][readonly] + .ace-file-container:before {
  background-color: transparent;
}
.ace-file-multiple input[type=file].disabled + .ace-file-container .ace-icon, .ace-file-multiple input[type=file][disabled] + .ace-file-container .ace-icon, .ace-file-multiple input[type=file][readonly] + .ace-file-container .ace-icon {
  border-color: #EEE;
}

.component-baner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.component-baner ul li {
  padding: 20px 0;
}

.component-contact-form textarea {
  height: 150px;
}

.social-login-buttons .btn {
  margin: 10px 0;
}
.social-login-buttons i, .social-login-buttons span {
  padding-right: 10px;
  font-size: larger;
}
.social-login-buttons a {
  white-space: initial;
}

.padding-top-30 {
  padding-top: 30px;
}

#socialBtnFacebook {
  background-color: #3B5998;
}

#socialBtnGoogle {
  background-color: #DB4437;
}

#socialBtnTwitter {
  background-color: #1DA1F2;
}

#socialBtnInstagram {
  background-color: #262626;
}

#socialBtnKarta-Mieszkańca {
  display: inline-flex;
}
#socialBtnKarta-Mieszkańca .karta-mieszkanca::before {
  background-image: url("../img/gkm.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-flex;
  width: 30px;
  height: 30px;
  content: "";
}

#socialBtnTrudted {
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: all 350ms ease-in-out;
}
#socialBtnTrudted:hover, #socialBtnTrudted:active, #socialBtnTrudted:focus {
  background-color: transparent;
  border: 1px solid red;
}

.component-calendarium {
  margin-bottom: 30px;
}

.component-reservation .component-wrapper {
  padding: 14px;
  background: -moz-linear-gradient(top, rgba(238, 238, 238, 0.5) 0%, rgba(204, 204, 204, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(238, 238, 238, 0.5) 0%, rgba(204, 204, 204, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0.5) 0%, rgba(204, 204, 204, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80eeeeee", endColorstr="#80cccccc",GradientType=0 );
}
.component-reservation h3, .component-reservation h4 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 15px;
}
.component-reservation .form-group {
  overflow: hidden;
}
.component-reservation .form-group label {
  font-weight: normal;
  text-align: left !important;
  padding: 0 !important;
  margin-bottom: 0;
}
.component-reservation .form-group label.control-label {
  margin: 5px 0 0 0;
}
.component-reservation .form-group h4 {
  margin-bottom: 0;
}

.component-survey .component-wrapper {
  padding: 0 10px;
}
.component-survey div.radio span.lbl {
  position: relative;
  display: contents;
}
.component-survey .form-range-element span.form-range-element-range {
  margin-left: 20px;
  margin-bottom: 5px;
}
.component-survey .form-range-element span.form-range-element-min-label, .component-survey .form-range-element span.form-range-element-max-label {
  white-space: nowrap;
  margin-bottom: 5px;
}
.component-survey .form-range-element span.form-range-element-min-label {
  margin-right: 5px;
}
.component-survey .form-range-element span.form-range-element-max-label {
  margin-left: 5px;
}

/*
    Created on : 12 gru 2019, 16:15:11
    Author     : Irena
*/
.category {
  margin-bottom: 50px;
}
.category .well {
  box-shadow: none !important;
  border: 1px solid #DDDDDD !important;
}
.category .well-warning {
  border: none !important;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.category .subcategories .well {
  border-top-width: 0 !important;
  position: relative;
  top: -2px;
}
.category .subcategories .well ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
.category .subcategories .well ul li {
  margin: 10px 0;
}
.category .subcategories .well ul li a {
  color: #333333;
}
.category .subcategories .well ul li a i {
  color: #ed1e3c;
  margin-left: -19px;
  margin-right: 6px;
}
.category .subcategories .well ul li a:hover, .category .subcategories .well ul li a:active, .category .subcategories .well ul li a:focus {
  color: #b00e26;
  text-decoration: none;
}
.category .btn-category {
  margin: 30px 0 0 0;
  z-index: 100;
  width: 100%;
  border: 1px solid #DDDDDD;
  padding: 30px 0;
  background-color: #f7f7f7;
}
.category .btn-category:hover, .category .btn-category:active, .category .btn-category:focus {
  background-color: #ffffff !important;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.category .btn-category i {
  color: #ed1e3c;
}
.category .btn-category span {
  display: block;
  margin-top: 25px;
}
.category .btn-category .kogut {
  height: 70px;
}

.component-attachment, #attachmentsContainerMcityeditform {
  margin: 20px 0;
}
.component-attachment .fa:before, #attachmentsContainerMcityeditform .fa:before {
  font-size: 142.8571428571%;
}
.component-attachment ul, #attachmentsContainerMcityeditform ul {
  /*display: table;*/
  display: block;
  padding: 0 0 0 20px;
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.component-attachment ul li, #attachmentsContainerMcityeditform ul li {
  padding: 10px 0;
  display: block;
}
.component-attachment ul li a, #attachmentsContainerMcityeditform ul li a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  font-size: 128.5714285714%;
}
.component-attachment ul li a .fa-download, #attachmentsContainerMcityeditform ul li a .fa-download {
  float: right;
  position: relative;
  top: 5px;
}
.component-attachment ul li span, #attachmentsContainerMcityeditform ul li span {
  padding-right: 15px;
  color: #555;
}
.component-attachment ul li .preview, #attachmentsContainerMcityeditform ul li .preview {
  font-size: 12px;
  margin: 0;
  float: right;
  width: 20px;
}
.component-attachment ul.items, #attachmentsContainerMcityeditform ul.items {
  display: block;
  padding: 0 0 0 20px;
  overflow: hidden;
}

#mapView {
  position: relative;
}

.leaflet-control.leaflet-bar a, .leaflet-control.leaflet-bar button, .leaflet-control.leaflet-bar a:hover, .leaflet-control.leaflet-bar button:hover {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

#addReport {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 1001;
}

#addProblem {
  position: absolute;
  bottom: 120px;
  right: 90px;
  z-index: 1001;
  background-color: #d9534f;
  display: none;
}

#addSuggestion {
  position: absolute;
  bottom: 70px;
  right: 140px;
  z-index: 1001;
  background-color: #5cb85c;
  display: none;
}

#addQuestion {
  position: absolute;
  bottom: 120px;
  right: 20px;
  z-index: 1001;
  background-color: #5bc0de;
  display: none;
}

#mcityView {
  position: relative;
  overflow: hidden;
}
#mcityView #detailsView {
  width: 400px;
  margin-left: -480px;
  max-width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
  z-index: 1020;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mcityView #detailsView.panel {
  border-radius: 0;
}
#mcityView #detailsView.panel .panel-heading {
  border-radius: 0;
}
#mcityView #detailsView dt {
  font-weight: normal;
  font-size: smaller;
  margin-top: 10px;
}
#mcityView #detailsView .close {
  opacity: 0.5;
}
#mcityView #detailsView .label {
  font-size: 100%;
  font-weight: normal;
}
#mcityView.toggled #detailsView {
  margin-left: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mcityView .leaflet-container a.leaflet-popup-close-button {
  color: #333333;
}

#mcity-incident-preview .label {
  font-size: 100%;
  font-weight: normal;
}

.messages-list2-view .panel h2 {
  line-height: 1.3;
  margin-top: 10px;
}
.messages-list2-view .panel .message-thumb {
  color: #cccccc;
  max-width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
}
.messages-list2-view .panel div.message-thumb {
  padding-top: 30px;
}
.messages-list2-view .panel.panel-danger {
  background-color: #ebccd1;
}
.messages-list2-view .panel.panel-danger .message-thumb {
  color: gray;
}
.messages-list2-view .panel.panel-danger blockquote {
  border-left-color: gray;
}
.messages-list2-view .panel.panel-warning {
  background-color: #faebcc;
}
.messages-list2-view .panel.panel-warning .message-thumb {
  color: gray;
}
.messages-list2-view .panel.panel-warning blockquote {
  border-left-color: gray;
}
.messages-list2-view .panel.panel-success {
  background-color: #d6e9c6;
}
.messages-list2-view .panel.panel-success .message-thumb {
  color: gray;
}
.messages-list2-view .panel.panel-success blockquote {
  border-left-color: gray;
}
.messages-list2-view .panel .btn.btn-info {
  color: #004386;
}
.messages-list2-view .panel .unread h2 {
  font-weight: bold;
}
.messages-list2-view .panel .caption > p:first-child {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #999999;
}
.messages-list2-view .panel .caption p.time {
  line-height: 1.9;
}
.messages-list2-view .panel .btn.btn-info {
  color: #004386;
}
.messages-list2-view .panel .unread h2 {
  font-weight: bold;
}
.messages-list2-view .panel .caption > p:first-child {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #999999;
}
.messages-list2-view .btn-group {
  margin-bottom: 30px;
}

.message-preview {
  margin-top: 30px;
}
.message-preview .lead {
  overflow: auto;
}
.message-preview .lead img {
  margin-right: 10px;
}
.message-preview .lead .message-thumb {
  margin-right: 15px;
  min-width: 150px;
}
.message-preview.panel.panel-danger > .panel-heading {
  background-color: #ebccd1;
  color: #843441;
}
.message-preview.panel.panel-warning > .panel-heading {
  background-color: #faebcc;
  color: #b58012;
}
.message-preview.panel.panel-success > .panel-heading {
  background-color: #d6e9c6;
  color: #557f31;
}
.message-preview [class*=panel-] > .panel-heading {
  color: inherit;
}

.tmpl_empty header {
  display: none;
}
.tmpl_empty #bottom-footer {
  display: none;
}

#statusFilter {
  position: absolute;
  left: 12px;
  top: 240px;
  z-index: 1010;
}
#statusFilter a {
  display: block;
}
#statusFilter a.fn-off img {
  opacity: 0.6;
}

@media (max-width: 991px) {
  #statusFilter {
    opacity: 1;
  }
}
.panel-body {
  overflow: auto;
}

@media (max-width: 991px) {
  #statusFilter {
    opacity: 1;
  }
}
#main-menu {
  margin-bottom: 0;
}
#main-menu.navbar.navbar-inverse {
  background-color: #004386;
}
#main-menu .nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
#main-menu .nav > li > a:hover, #main-menu .nav > li > a:active, #main-menu .nav > li > a:focus {
  background-color: #009CDC;
}
#main-menu .dropdown-menu {
  z-index: 1010;
  color: #333333;
  background-color: #fff;
}
#main-menu .dropdown-menu li > a:hover, #main-menu .dropdown-menu li > a:active, #main-menu .dropdown-menu li > a:focus {
  color: #004386;
  background-color: #fff;
}

.component-head p {
  font-size: 30px;
}

#bottom-footer {
  color: #fff;
  background-color: #004386;
}
#bottom-footer .component-wrapper {
  padding-top: 19px;
  padding-bottom: 19px;
}
#bottom-footer .component-bottom-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#bottom-footer .component-bottom-menu ul li {
  display: inline-block;
  padding: 0 35px;
  border-right: 1px solid #fff;
}
#bottom-footer .component-bottom-menu ul li:last-child {
  border-right: none;
}
#bottom-footer .component-bottom-menu ul a {
  color: #fff;
}
#bottom-footer .component-copyright p {
  margin-bottom: 0;
}
#bottom-footer .footer-logo img {
  display: inline;
  margin: 15px 0 15px 15px;
}
#bottom-footer .footer-logo img:first-child {
  margin-left: 0;
}

.form-horizontal .form-checkbox-rtl .control-label label,
.form-horizontal .form-checkbox-rtl .control-label,
.form-horizontal .form-checkbox-rtl label {
  text-align: left;
}
.form-horizontal .form-checkbox-rtl .control-label label p,
.form-horizontal .form-checkbox-rtl .control-label p,
.form-horizontal .form-checkbox-rtl label p {
  display: inline;
}

#searchForm {
  width: 300px;
}

.chosen-container-single .chosen-single {
  border-radius: 0;
}

.navbar .modal, .navbar.navbar-default .modal {
  color: #333333;
}

.form-group .multicheckbox label {
  display: contents;
}
.form-group .radio span, .form-group label.radio-inline span {
  top: 4px;
}
.form-group .radio span.text {
  position: relative;
  left: 200px;
}
.form-group .radio {
  margin-bottom: 0;
}
.form-group .checkbox label, .form-group .radio label, .form-group label {
  color: #333333;
}
.form-group .checkbox label, .form-group .radio label, .form-group label span.lbl {
  left: auto;
  top: auto;
}
.form-group.is-focused label, .form-group.is-focused label.control-label {
  color: #333333;
}
.form-group.is-focused .checkbox label, .form-group.is-focused label.checkbox-inline, .form-group.is-focused .radio label, .form-group.is-focused label.radio-inline {
  color: #777777;
}
.form-group.is-focused .checkbox label:hover, .form-group.is-focused .checkbox label:focus, .form-group.is-focused label.checkbox-inline:hover, .form-group.is-focused label.checkbox-inline:focus, .form-group.is-focused .radio label:hover, .form-group.is-focused .radio label:focus, .form-group.is-focused label.radio-inline:hover, .form-group.is-focused label.radio-inline:focus {
  color: #000;
}
.form-group input[type=file] {
  opacity: initial;
  position: initial;
}

.nav-tabs {
  background: transparent;
  border-bottom: 2px solid #009CDC;
}
.nav-tabs li {
  background: #004386;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 4px 0 0;
  transition: background-color 0.5s ease-in-out;
}
.nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li a:focus {
  color: #fff !important;
  padding: 10px 50px;
  font-weight: bolder;
}
.nav-tabs li:hover, .nav-tabs li:active, .nav-tabs li:focus {
  background-color: #009CDC;
}
.nav-tabs li.active {
  background: #009CDC;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
  color: #fff !important;
  font-weight: bold;
}

button.ColVis_Button, ul.ColVis_collection li {
  border: 1px solid #009CDC;
  background: #004386;
  color: #fff;
}
button.ColVis_Button .checkbox label, button.ColVis_Button .radio label, button.ColVis_Button label, ul.ColVis_collection li .checkbox label, ul.ColVis_collection li .radio label, ul.ColVis_collection li label {
  color: #fff;
}
button.ColVis_Button:hover, ul.ColVis_collection li:hover {
  border: 1px solid #009CDC;
  background: #009CDC;
  color: #333333;
}

.dataTables_filter .checkbox label, .dataTables_filter .radio label, .dataTables_filter label, .dataTables_length .checkbox label, .dataTables_length .radio label, .dataTables_length label {
  color: #333333;
}

/* długi tekst nie mieści się w polu */
#mcity-edit-form *::placeholder {
  font-size: 12px;
}

.popover, .tooltip-inner {
  background: #004386;
  line-height: normal;
}

.popover-title {
  border-radius: 0;
  color: #004386;
  font-weight: bold;
}

.popover-content {
  line-height: normal;
}

.help-button {
  display: inline-block;
  font-weight: bold;
  margin-top: 9px;
  padding: 3px;
  border: 1px solid darkgrey;
  cursor: help;
}
.help-button:hover {
  background-color: lightgrey;
}

#attachmentsContainer ul.ace-thumbnails, #attachmentsContainerMcityeditform ul.ace-thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#attachmentsContainer ul.ace-thumbnails li, #attachmentsContainerMcityeditform ul.ace-thumbnails li {
  position: relative;
  margin: 5px;
  width: 150px;
}
#attachmentsContainer ul.ace-thumbnails li img, #attachmentsContainerMcityeditform ul.ace-thumbnails li img {
  height: 150px;
  width: 150px;
}
#attachmentsContainer ul.ace-thumbnails li .tags, #attachmentsContainerMcityeditform ul.ace-thumbnails li .tags {
  width: 150px;
  height: 22px;
}
#attachmentsContainer ul.ace-thumbnails li .tags .label.label-info, #attachmentsContainerMcityeditform ul.ace-thumbnails li .tags .label.label-info {
  display: block;
  padding: 0;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  background-color: #3B3B3B;
  color: #E3F2FD;
}
#attachmentsContainer ul.ace-thumbnails li .tools.tools-bottom, #attachmentsContainerMcityeditform ul.ace-thumbnails li .tools.tools-bottom {
  width: 150px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  display: none;
}
#attachmentsContainer ul.ace-thumbnails li .tools.tools-bottom a, #attachmentsContainerMcityeditform ul.ace-thumbnails li .tools.tools-bottom a {
  margin-right: 5px;
  color: #ed1e3c;
}
#attachmentsContainer ul.ace-thumbnails li:hover .tools.tools-bottom, #attachmentsContainer ul.ace-thumbnails li:active .tools.tools-bottom, #attachmentsContainer ul.ace-thumbnails li:focus .tools.tools-bottom, #attachmentsContainerMcityeditform ul.ace-thumbnails li:hover .tools.tools-bottom, #attachmentsContainerMcityeditform ul.ace-thumbnails li:active .tools.tools-bottom, #attachmentsContainerMcityeditform ul.ace-thumbnails li:focus .tools.tools-bottom {
  display: block;
  bottom: 25px;
}
#attachmentsContainer .attachment-elements, #attachmentsContainerMcityeditform .attachment-elements {
  clear: both;
}

@media (max-width: 991px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
@media (max-width: 767px) {
  header a.btn-link {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.fa.fa-inverse.fa-kogut::before {
  background-image: url("../img/kogut2_w.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  width: 24px;
  height: 25px;
  content: "";
}

.form-horizontal .control-element label {
  text-align: left;
}

header {
  background-color: #ffffff;
}
header .btn.btn-link {
  color: #333333;
}

.alert.alert-info {
  color: #fff;
}

/*# sourceMappingURL=white.css.map */
