@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);
})();


*/
.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;
}

.btn, .input-group-btn .btn {
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 600;
}

.form-control,
.form-group .form-control {
  border-radius: 6px;
  background-image: none;
  border: 1px solid #707070;
}
.form-control:active, .form-control:hover, .form-control:focus,
.form-group .form-control:active,
.form-group .form-control:hover,
.form-group .form-control:focus {
  border-color: #e2007a;
}

a:focus, input:focus, select:focus, option:focus, textarea:focus, label:focus, fieldset:focus, button:focus, img:focus, .form-control:focus {
  outline: none !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: #e2007a;
  content: "\f0de";
  top: 4px;
}

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

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

#login-element,
.login-info.alert.alert-dismissible {
  display: none;
}

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

body {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}

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

.admin.ng-scope {
  margin-bottom: 50px;
}

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

.panel.panel-info > .panel-heading {
  background-color: #e2007a;
}

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

.btn.btn-raised.btn-info {
  background-color: #e2007a;
}

.btn.btn-raised.btn-primary {
  background-color: #e2007a;
}

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

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

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

.btn {
  text-transform: none;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #aa036c !important;
  color: #ffffff !important;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e2007a;
  border-color: #7c0043;
}

header {
  background-color: transparent;
  position: absolute;
  top: 30px;
  width: 100%;
}
header #logoContainer {
  position: relative;
  z-index: 1020;
}
header #logoContainer img {
  max-height: 90px;
}
header #login-element {
  position: relative;
  z-index: 1020;
}
header #download .btn .caret {
  margin-left: 5px;
}
header .btn.btn-raised.btn-warning {
  background-color: #e2007a;
}
header .btn.btn-raised:not(.btn-link):hover.btn-warning, header .btn-group.open > .dropdown-toggle.btn.btn-warning {
  background-color: #aa036c;
}
header .btn.btn-link {
  background-color: #e2007a;
  color: #f6f6f6;
}
header .btn.btn-link:hover {
  background-color: #aa036c;
}
header #headerTools {
  margin-top: 15px;
}

.leaflet-container {
  border-radius: 6px;
}

#fluid-box {
  margin-top: 150px;
}

.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;
}

.form-control {
  padding: 3px 5px;
}

#attachmentsContainer .clearfix:first-child, #attachmentsContainerMcityeditform .clearfix:first-child, #attachmentsContainerComplaintissueform .clearfix:first-child {
  display: none;
}
#attachmentsContainer .files-list, #attachmentsContainerMcityeditform .files-list, #attachmentsContainerComplaintissueform .files-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
#attachmentsContainer .files-list li, #attachmentsContainerMcityeditform .files-list li, #attachmentsContainerComplaintissueform .files-list li {
  width: 150px;
  height: 150px;
  margin: 5px;
  position: relative;
  z-index: 1;
}
#attachmentsContainer .files-list li .filemanager-thumb, #attachmentsContainerMcityeditform .files-list li .filemanager-thumb, #attachmentsContainerComplaintissueform .files-list li .filemanager-thumb {
  width: 150px;
  height: 150px;
}
#attachmentsContainer .files-list li .tags, #attachmentsContainerMcityeditform .files-list li .tags, #attachmentsContainerComplaintissueform .files-list li .tags {
  width: 150px;
  height: 22px;
  position: absolute;
  z-index: 3;
  bottom: 0;
}
#attachmentsContainer .files-list li .tags .label.label-info, #attachmentsContainerMcityeditform .files-list li .tags .label.label-info, #attachmentsContainerComplaintissueform .files-list li .tags .label.label-info {
  display: block;
  padding: 0;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  background-color: #b8f4f1;
  color: #000;
  border-radius: 0;
}
#attachmentsContainer .files-list li .tools.tools-bottom, #attachmentsContainerMcityeditform .files-list li .tools.tools-bottom, #attachmentsContainerComplaintissueform .files-list li .tools.tools-bottom {
  width: 150px;
  height: 22px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.55);
  transition: bottom 300ms ease-in;
}
#attachmentsContainer .files-list li .tools.tools-bottom a, #attachmentsContainerMcityeditform .files-list li .tools.tools-bottom a, #attachmentsContainerComplaintissueform .files-list li .tools.tools-bottom a {
  color: #e2007a;
}
#attachmentsContainer .files-list li:hover .tools.tools-bottom, #attachmentsContainer .files-list li:active .tools.tools-bottom, #attachmentsContainer .files-list li:focus .tools.tools-bottom, #attachmentsContainerMcityeditform .files-list li:hover .tools.tools-bottom, #attachmentsContainerMcityeditform .files-list li:active .tools.tools-bottom, #attachmentsContainerMcityeditform .files-list li:focus .tools.tools-bottom, #attachmentsContainerComplaintissueform .files-list li:hover .tools.tools-bottom, #attachmentsContainerComplaintissueform .files-list li:active .tools.tools-bottom, #attachmentsContainerComplaintissueform .files-list li:focus .tools.tools-bottom {
  display: block;
  bottom: 22px;
}

/*
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 #e2007a;
  border-top: none;
  background-color: #ff49ab;
  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: #e2007a;
}

.gdprcookie {
  background-color: #fff !important;
  border: 2px solid #e2007a !important;
  border-radius: 6px;
  color: #000 !important;
  font-size: 18px !important;
  font-family: "Titillium Web", sans-serif !important;
}
.gdprcookie h1, .gdprcookie h2 {
  color: #e2007a !important;
}
.gdprcookie a {
  color: #e2007a !important;
}
.gdprcookie .gdprcookie-types ul li {
  align-items: flex-start;
}
.gdprcookie .gdprcookie-types ul li input {
  margin-top: 6px;
}
.gdprcookie .gdprcookie-types ul li label {
  font-size: 18px !important;
  color: #000 !important;
}
.gdprcookie .gdprcookie-buttons button {
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #e2007a !important;
  font-size: 142.8571428571%;
}

.high-contrast {
  color: #fff !important;
  background: #000;
}
.high-contrast a {
  color: #fff !important;
}
.high-contrast a:hover {
  color: #fff600 !important;
  outline: 2px dotted #e2007a;
}
.high-contrast h1, .high-contrast h2, .high-contrast h3, .high-contrast h4, .high-contrast h5, .high-contrast h6, .high-contrast p {
  color: #fff !important;
}
.high-contrast label {
  color: #fff;
}
.high-contrast .label {
  font-size: 100%;
  color: #fff;
  padding: 0;
  font-weight: normal;
}
.high-contrast .label.label-info {
  background-color: transparent;
}
.high-contrast .has-error .message-text {
  color: #fff600;
}
.high-contrast .has-error .form-control {
  border-color: #fff600;
}
.high-contrast .btn-submit {
  background: #555555;
}
.high-contrast .btn-submit:hover {
  color: #fff600;
  background: #000;
  outline: 2px dotted #e2007a;
}
.high-contrast .form-control {
  background-color: transparent;
  border: 1px solid #e2007a;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.high-contrast .open > .dropdown-toggle.btn-default, .high-contrast .btn-default, .high-contrast .btn-success, .high-contrast .btn-primary, .high-contrast .btn-danger, .high-contrast .btn-link, .high-contrast .btn-info, .high-contrast .btn-warning {
  color: #fff;
  background-color: #222;
}
.high-contrast .open > .dropdown-toggle.btn-default.active, .high-contrast .open > .dropdown-toggle.btn-default:active, .high-contrast .open > .dropdown-toggle.btn-default:hover, .high-contrast .open > .dropdown-toggle.btn-default:focus, .high-contrast .btn-default.active, .high-contrast .btn-default:active, .high-contrast .btn-default:hover, .high-contrast .btn-default:focus, .high-contrast .btn-success.active, .high-contrast .btn-success:active, .high-contrast .btn-success:hover, .high-contrast .btn-success:focus, .high-contrast .btn-primary.active, .high-contrast .btn-primary:active, .high-contrast .btn-primary:hover, .high-contrast .btn-primary:focus, .high-contrast .btn-danger.active, .high-contrast .btn-danger:active, .high-contrast .btn-danger:hover, .high-contrast .btn-danger:focus, .high-contrast .btn-link.active, .high-contrast .btn-link:active, .high-contrast .btn-link:hover, .high-contrast .btn-link:focus, .high-contrast .btn-info.active, .high-contrast .btn-info:active, .high-contrast .btn-info:hover, .high-contrast .btn-info:focus, .high-contrast .btn-warning.active, .high-contrast .btn-warning:active, .high-contrast .btn-warning:hover, .high-contrast .btn-warning:focus {
  color: #fff600;
  background-color: #222;
  outline: 2px dotted #e2007a;
}
.high-contrast .btn-like {
  color: #fff;
  background-color: transparent;
}
.high-contrast .btn.btn-raised.btn-warning, .high-contrast .input-group-btn .btn.btn-raised.btn-warning, .high-contrast .btn.btn-fab.btn-warning, .high-contrast .input-group-btn .btn.btn-fab.btn-warning, .high-contrast .btn-group-raised .btn.btn-warning, .high-contrast .btn-group-raised .input-group-btn .btn.btn-warning {
  color: #fff;
  background-color: #222;
}
.high-contrast .btn.btn-raised.btn-warning:hover, .high-contrast .input-group-btn .btn.btn-raised.btn-warning:hover, .high-contrast .btn.btn-fab.btn-warning:hover, .high-contrast .input-group-btn .btn.btn-fab.btn-warning:hover, .high-contrast .btn-group-raised .btn.btn-warning:hover, .high-contrast .btn-group-raised .input-group-btn .btn.btn-warning:hover {
  background-color: #222;
  border: 2px solid orange;
  color: orange;
}
.high-contrast .btn.btn-raised.btn-info {
  background-color: #fff600;
  color: #000;
  font-weight: bold;
}
.high-contrast .btn.btn-raised.btn-info:hover:not(.btn-link) {
  color: #fff600;
  background-color: #222;
  outline: 2px dotted #e2007a;
}
.high-contrast .btn:hover:not(.btn-raised):not(.btn-link), .high-contrast .input-group-btn .btn:hover:not(.btn-raised):not(.btn-link), .high-contrast .btn:focus:not(.btn-raised):not(.btn-link), .high-contrast .input-group-btn .btn:focus:not(.btn-raised):not(.btn-link) {
  color: #fff600 !important;
  background-color: #222;
  outline: 2px dotted #e2007a;
}
.high-contrast .btn:not(.btn-raised), .high-contrast .btn.btn-success:not(.btn-raised), .high-contrast .btn.btn-success:not(.btn-raised), .high-contrast .btn.btn-info:not(.btn-raised), .high-contrast .input-group-btn .btn:not(.btn-raised), .high-contrast .input-group-btn .btn.btn-success:not(.btn-raised), .high-contrast .input-group-btn .btn.btn-success:not(.btn-raised), .high-contrast .input-group-btn .btn.btn-info:not(.btn-raised) {
  color: #fff;
}
.high-contrast .fade-out {
  display: none;
}
.high-contrast .text-primary {
  color: #fff600;
  font-weight: bold;
  font-size: larger;
}
.high-contrast .text-muted {
  color: #cccccc;
  font-size: 100%;
}
.high-contrast .top-tools {
  background: none;
}
.high-contrast .top-tools .btn-default {
  color: #fff;
}
.high-contrast .top-tools .divider {
  background: #fff;
}
.high-contrast .top-tools .btn-group-language button {
  border-color: #fff;
}
.high-contrast .top-tools .btn-group-language button:hover,
.high-contrast .top-tools .btn-group-language button:focus,
.high-contrast .top-tools .btn-group-language button.open {
  background-color: #fff600;
  color: #000;
}
.high-contrast .navbar-form .btn-search {
  color: #000;
}
.high-contrast .header-holder {
  background: #555555;
}
.high-contrast .navbar-form {
  background: #fff;
}
.high-contrast .navbar-inverse .navbar-nav > .active > a, .high-contrast .navbar-inverse .navbar-nav > li > a {
  color: #fff600;
  background-color: transparent;
}
.high-contrast .navbar-inverse .navbar-nav > .active > a:focus, .high-contrast .navbar-inverse .navbar-nav > .active > a:hover, .high-contrast .navbar-inverse .navbar-nav > li > a:focus, .high-contrast .navbar-inverse .navbar-nav > li > a:hover {
  background-color: #222;
}
.high-contrast .navbar-default .navbar-nav > .active > a, .high-contrast .navbar-default .navbar-nav > li > a {
  color: #fff600;
  background-color: transparent;
}
.high-contrast .navbar-default .navbar-nav > .active > a:focus, .high-contrast .navbar-default .navbar-nav > .active > a:hover, .high-contrast .navbar-default .navbar-nav > li > a:focus, .high-contrast .navbar-default .navbar-nav > li > a:hover {
  background-color: #222;
}
.high-contrast #main-menu.navbar.navbar-inverse {
  background-color: transparent;
}
.high-contrast header {
  background-color: transparent;
}
.high-contrast .navbar .dropdown-menu, .high-contrast .dropdown-menu {
  background-color: #222;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.high-contrast .navbar .dropdown-menu > i > a:focus, .high-contrast .navbar .dropdown-menu > li > a:hover, .high-contrast .dropdown-menu > i > a:focus, .high-contrast .dropdown-menu > li > a:hover {
  background-color: #3B3B3B;
}
.high-contrast .main-logo strong {
  color: #fff;
}
.high-contrast .breadcrumb {
  background-color: transparent;
}
.high-contrast #footer .footer-top {
  background: #000;
  color: #fff;
}
.high-contrast #footer .footer-nav a,
.high-contrast #footer .footer-container .footer-info p {
  color: #fff;
}
.high-contrast #footer .footer-nav li {
  border-color: #fff;
}
.high-contrast #bottom-footer {
  background-color: transparent;
}
.high-contrast .radio label, .high-contrast .checkbox label {
  color: #fff;
}
.high-contrast .datepicker table tr td.old, .high-contrast .datepicker table tr td.new {
  color: #fff;
}
.high-contrast .navbar-inverse .navbar-collapse, .high-contrast .navbar-inverse .navbar-form {
  background: #000;
  border: 1px solid #fff;
}
.high-contrast #top-footer, .high-contrast .highlighted {
  color: #fff !important;
  background-color: transparent;
}
.high-contrast #footer .component-copyright, .high-contrast #footer .component-bottom-menu {
  border: 1px solid #fff;
  color: #fff !important;
  background-color: transparent;
}
.high-contrast #main-content .component-banner-1 .component-wrapper {
  border: 5px solid #e2007a;
}
.high-contrast #main-content .component-banner-1 .component-wrapper .alert-danger {
  background-color: transparent;
  color: #e2007a;
}
.high-contrast .component-menu-vortals ul li a {
  background-color: transparent;
  border-bottom: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
}
.high-contrast .component-custom-news.component-vertical .component-footer {
  position: relative;
  background-color: transparent;
}
.high-contrast .component-wrapper {
  height: auto !important;
}
.high-contrast .panel {
  background-color: #000;
  border: 1px solid #e2007a;
}
.high-contrast .panel.panel-danger {
  background-color: #000 !important;
}
.high-contrast .panel.panel-danger .message-thumb {
  color: red !important;
}
.high-contrast .panel.panel-success {
  background-color: #000 !important;
}
.high-contrast .panel.panel-success .message-thumb {
  color: green !important;
}
.high-contrast .panel.panel-warning {
  background-color: #000 !important;
}
.high-contrast .panel.panel-warning .message-thumb {
  color: orange !important;
}
.high-contrast .panel.panel-info > .panel-heading {
  background-color: transparent;
}
.high-contrast .ace-file-input .ace-file-container {
  background-color: transparent;
  border: 1px solid #e2007a;
}
.high-contrast .ace-file-input .ace-file-container .ace-icon {
  border-color: transparent;
  color: #fff;
}
.high-contrast .ace-file-multiple .ace-file-container {
  border-radius: 0;
}
.high-contrast .ace-file-multiple .ace-file-container .ace-file-name {
  border-color: transparent;
  color: #fff;
}
.high-contrast .ace-file-multiple .ace-file-container::before {
  background-color: transparent;
  color: #fff;
}
.high-contrast .table-striped > tbody > tr {
  background-color: #222;
}
.high-contrast .table-striped > tbody > tr:hover {
  background-color: black;
}
.high-contrast .table .btn-default, .high-contrast .table .btn-primary, .high-contrast .table .btn-danger {
  background-color: #fff600;
  color: #000 !important;
}
.high-contrast .dataTable > thead > tr > th.sorting_desc::after {
  color: #fff600;
}
.high-contrast .dataTable > thead > tr > th[class*=sort]::after {
  color: #fff;
}
.high-contrast button.ColVis_Button, .high-contrast ul.ColVis_collection li {
  border: none;
  color: #fff;
  background: #222;
}
.high-contrast button.ColVis_Button.active, .high-contrast button.ColVis_Button:active, .high-contrast button.ColVis_Button:hover, .high-contrast button.ColVis_Button:focus, .high-contrast ul.ColVis_collection li.active, .high-contrast ul.ColVis_collection li:active, .high-contrast ul.ColVis_collection li:hover, .high-contrast ul.ColVis_collection li:focus {
  color: #fff600;
  background-color: #222;
  outline: 2px dotted #e2007a;
}
.high-contrast .pagination > .paginate_button > a, .high-contrast .pagination > .paginate_button > a:focus, .high-contrast .pagination > .paginate_button > a:hover, .high-contrast .pagination > .paginate_button > span, .high-contrast .pagination > .paginate_button > span:focus, .high-contrast .pagination > .paginate_button > span:hover {
  color: #000;
  background-color: #222;
  border-color: #000;
}
.high-contrast .pagination > .active > a, .high-contrast .pagination > .active > a:focus, .high-contrast .pagination > .active > a:hover, .high-contrast .pagination > .active > span, .high-contrast .pagination > .active > span:focus, .high-contrast .pagination > .active > span:hover {
  background-color: #fff600;
  color: #000 !important;
  border-color: #000;
}
.high-contrast .chosen-container-single .chosen-single {
  background: #000;
}
.high-contrast .chosen-container .chosen-drop {
  background: #000;
  color: #fff !important;
}
.high-contrast .chosen-container .chosen-results {
  color: #fff !important;
}
.high-contrast .chosen-container .chosen-results li.highlighted {
  color: #fff600 !important;
  background-color: #000;
  background-image: none;
  outline: 2px dotted #e2007a;
}
.high-contrast .chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
}
.high-contrast .leaflet-popup-content-wrapper, .high-contrast .leaflet-popup-tip {
  background: #000;
  color: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.high-contrast .modal-content {
  background-color: #000;
  border: 1px solid #fff;
}
.high-contrast .admin .navbar-header .dropdown-menu {
  background: #222;
}
.high-contrast .leaflet-bar a, .high-contrast .leaflet-bar a:hover, .high-contrast .leaflet-bar button, .high-contrast .leaflet-bar button:hover {
  background-color: #000;
  color: #fff !important;
}
.high-contrast .leaflet-bar a.fullscreen-icon, .high-contrast .leaflet-bar a:hover.fullscreen-icon, .high-contrast .leaflet-bar button.fullscreen-icon, .high-contrast .leaflet-bar button:hover.fullscreen-icon {
  background-color: white;
  filter: invert(100%);
}
.high-contrast .leaflet-bar a.leaflet-disabled, .high-contrast .leaflet-bar a:hover.leaflet-disabled, .high-contrast .leaflet-bar button.leaflet-disabled, .high-contrast .leaflet-bar button:hover.leaflet-disabled {
  background-color: #4d4d4d;
}

.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;
}

#login-element .user-tools.open button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#login-element .user-tools.open .dropdown-menu {
  width: 100%;
  border-left: 1px solid #aa036c;
  border-right: 1px solid #aa036c;
  border-bottom: 1px solid #aa036c;
}
#login-element .user-tools.open .dropdown-menu li a:hover, #login-element .user-tools.open .dropdown-menu li a:active, #login-element .user-tools.open .dropdown-menu li a:focus {
  color: #aa036c;
}

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

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

#socialBtnGoogle {
  background-color: #DB4437;
}

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

#socialBtnInstagram {
  background-color: #262626;
}

.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;
}

/*
    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 .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;
}
.category .btn-category i {
  color: #ed1e3c;
}
.category .btn-category span {
  display: block;
  margin-top: 25px;
}

.component-attachment {
  margin: 20px 0;
}
.component-attachment .fa {
  padding-right: 10px;
}
.component-attachment .fa:before {
  font-size: 142.8571428571%;
}
.component-attachment 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 {
  padding: 10px 14px 10px 0;
  display: block;
  border-bottom: 1px dotted #DDDDDD;
}
.component-attachment ul li:hover {
  background-color: #f7f7f7;
}
.component-attachment ul li a {
  display: inline;
  height: 100%;
  width: 100%;
  position: relative;
  padding-left: 25px;
  padding-right: 15px;
  margin-bottom: 0;
  border-right: 1px solid #DDDDDD;
}
.component-attachment ul li span {
  padding: 0 15px;
  color: #555;
  border-right: 1px solid #DDDDDD;
}
.component-attachment ul li .preview {
  padding-left: 15px;
  margin-left: 10px;
  border-right: none;
}
.component-attachment ul.items {
  display: block;
  padding: 0 0 0 20px;
  overflow: hidden;
}

.login-form {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.login-form .login-btns button {
  margin: 30px 0;
}
.login-form .login-btns a {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .login-component .login-element {
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    background-color: #ffffff !important;
    background: url("../img/sign.svg") no-repeat center center;
    background-size: contain;
    overflow: hidden;
    display: inline-block;
  }
  #login-element .btn-group.user-tools {
    margin: 0;
  }
}
@media (max-width: 550px) {
  .login-form {
    width: 100%;
  }
  .login-form h1 {
    font-size: 214.285714286%;
  }
  #login-element .btn-group.user-tools .user-info {
    display: none;
  }
  #login-element .btn-group.user-tools.open .dropdown-menu {
    left: initial;
    right: 0;
    min-width: 90px;
  }
  #login-element .btn-group.user-tools.open .dropdown-menu > li > a {
    padding: 3px 10px;
  }
}
.mcity-incidents .page-header {
  border: none;
  font-size: 128.5714285714%;
}
.mcity-incidents .page-header .emergency-info {
  padding: 15px 0 15px 30px;
  background-color: #FFEB7A;
  border-radius: 6px;
}
.mcity-incidents .page-header .emergency-info i {
  font-size: 142.8571428571%;
  margin-right: 30px;
}
.mcity-incidents .page-header .login-info {
  border-radius: 6px;
  border: 1px solid #000;
  color: #000;
}
.mcity-incidents .page-header .login-info .login-link {
  color: #e2007a;
  font-weight: bold;
  text-decoration: underline;
}
.mcity-incidents .page-header .login-info .close {
  color: #000;
  font-size: 157.1428571429%;
  opacity: 1;
}
.mcity-incidents .page-header .login-info .close:hover, .mcity-incidents .page-header .login-info .close:active, .mcity-incidents .page-header .login-info .close:focus {
  opacity: 0.2;
}
.mcity-incidents .page-header .login-info i {
  font-size: 142.8571428571%;
  margin-right: 30px;
  margin-left: 15px;
}
.mcity-incidents .mcity-form h1 {
  margin: 0;
}
.mcity-incidents .mcity-form .form-group {
  padding-bottom: 0;
  margin-top: 25px;
}
.mcity-incidents .mcity-form .form-group button {
  margin: 0;
}
.mcity-incidents .mcity-form .address-alert {
  margin-top: 30px;
  margin-bottom: 25px;
}
.mcity-incidents .mcity-form .address-alert .form-control {
  border: none;
}
.mcity-incidents .mcity-form .location-info {
  font-size: 200%;
  font-weight: 600;
  margin-bottom: 0;
}
.mcity-incidents .mcity-form .map-place,
.mcity-incidents .mcity-form .familiar-place {
  display: none;
  margin-top: 20px;
}
.mcity-incidents .mcity-form .map-place-open {
  background-color: #e2007a;
  padding: 0 15px 15px 15px;
  border-radius: 6px;
  transition: height 350ms ease-out;
}
.mcity-incidents .mcity-form .map-place-open .show-map {
  border: none !important;
  background-color: transparent !important;
  box-shadow: none;
}
.mcity-incidents .mcity-form .map-place-open .show-map:active, .mcity-incidents .mcity-form .map-place-open .show-map:focus, .mcity-incidents .mcity-form .map-place-open .show-map:hover {
  background-color: transparent !important;
}
.mcity-incidents .mcity-form .alert.alert-info {
  border-radius: 6px;
}
.mcity-incidents .mcity-form .alert.alert-info .form-alert {
  font-weight: 600;
  font-size: 128.5714285714%;
}
.mcity-incidents .mcity-form label {
  font-weight: bold;
}
.mcity-incidents .mcity-form input {
  background-color: #ffffff;
}
.mcity-incidents .mcity-form .select2-container .select2-selection--single {
  height: 40px;
}
.mcity-incidents .mcity-form .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.mcity-incidents .mcity-form .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.mcity-incidents .mcity-form .help-block {
  display: contents;
  color: #000;
  font-size: 114.2857142857%;
}
.mcity-incidents .mcity-form .uppy-Dashboard-dropFilesTitle {
  max-width: 100%;
  font-weight: bold;
}
.mcity-incidents .mcity-form .uppy-Dashboard-dropFilesTitle button {
  color: #aa036c;
  text-decoration: underline;
  font-weight: bold;
}
.mcity-incidents .mcity-form .uppy-Dashboard-dropFilesTitle button:active, .mcity-incidents .mcity-form .uppy-Dashboard-dropFilesTitle button:hover, .mcity-incidents .mcity-form .uppy-Dashboard-dropFilesTitle button:focus {
  border-bottom: 2px solid #aa036c;
}
.mcity-incidents .incident-alert-container {
  background-color: #DCE2EF;
  border-radius: 6px;
}
.mcity-incidents .incident-alert-container .close {
  color: #000;
  opacity: 1;
  font-size: 185.714285714%;
}
.mcity-incidents .incident-alert-container .incident-alert-header {
  font-size: 185.714285714%;
  font-weight: bold;
  margin-bottom: 20px;
}
.mcity-incidents .incident-alert-container .incident-element {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 20px;
}
.mcity-incidents .incident-alert-container .incident-element .row {
  margin-top: 15px;
}

.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid {
  border-collapse: separate;
  border-spacing: 10px;
  border-radius: 6px;
  border: none;
  background-color: #b8f4f1;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid thead tr th {
  border: none;
  border-radius: 6px;
  font-size: 128.5714285714%;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid thead tr th::after {
  font-size: 114.2857142857%;
  color: #000;
  float: initial;
  margin-left: 25px;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody {
  background-color: #ffffff;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody tr td {
  border: none;
  border-radius: 6px;
  vertical-align: middle;
  padding: 5px 15px;
  font-size: 114.2857142857%;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody tr td span.label {
  font-size: initial;
  font-weight: normal;
  border-radius: 6px;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody tr td:last-child {
  padding: 0;
  background-color: #e2007a;
  transition: background-color 300ms ease-in-out;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody tr td:last-child:hover, .mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody tr td:last-child:focus, .mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody tr td:last-child:active {
  background-color: #aa036c;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody tr .dataTables_empty {
  padding: 5px 15px !important;
  background-color: #f9f9f9 !important;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody tr .dataTables_empty:hover, .mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody tr .dataTables_empty:focus, .mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody tr .dataTables_empty:active {
  background-color: #f5f5f5 !important;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody .action-buttons a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  transition: background-color 300ms ease-in-out;
  font-size: 114.2857142857%;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody .action-buttons a:hover, .mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody .action-buttons a:focus, .mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody .action-buttons a:active {
  background-color: transparent;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tbody .action-buttons a i {
  display: none;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid tfoot tr th {
  border: none;
  font-size: 128.5714285714%;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid_info {
  margin-top: 30px;
  font-size: 128.5714285714%;
  font-weight: bold;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid_paginate {
  float: right;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid_paginate .pagination {
  font-weight: bold;
  font-size: 128.5714285714%;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid_paginate .pagination li a {
  padding: 8px 17px;
  border-color: #000;
  color: #000;
  margin-left: 10px;
  border-radius: 4px;
  transition: color 300ms ease-in-out, border-color 300ms ease-in-out;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid_paginate .pagination li a:focus, .mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid_paginate .pagination li a:hover {
  color: #aa036c;
  border-color: #aa036c;
  background-color: #ffffff;
}
.mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid_paginate .pagination li.active a {
  color: #ffffff;
  background-color: #aa036c;
  border-color: #aa036c;
}
.mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 {
  display: flex;
  justify-content: flex-end;
}
.mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 .btn-group button {
  background-color: #e2007a;
  color: #ffffff;
  font-size: 114.2857142857%;
  width: 230px;
  text-align: left;
}
.mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 .btn-group button i {
  float: right;
  font-size: 128.5714285714%;
}
.mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 .btn-group.open button {
  background-color: #aa036c;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 .btn-group #mcityPublicGrid-filter-criteria {
  width: 100% !important;
  border: 1px solid #aa036c;
  margin: 0;
}
.mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 .btn-group #mcityPublicGrid-filter-criteria input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 .btn-group #mcityPublicGrid-filter-criteria .lbl {
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 .btn-group #mcityPublicGrid-filter-criteria .lbl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 4px;
  transition: background-color 0.3s, border-color 0.3s;
}
.mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 .btn-group #mcityPublicGrid-filter-criteria .lbl::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 4px;
  transition: background-color 0.3s;
  transform: translateY(-50%);
}
.mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 .btn-group #mcityPublicGrid-filter-criteria input[type=checkbox]:checked + .lbl::after {
  background-color: #e2007a;
}
.mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 button {
  color: #000;
  font-size: 114.2857142857%;
  transition: all 300ms ease-in-out;
}
.mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 button:hover, .mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 button:active, .mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 button:focus {
  color: #ffffff;
}
.mcity-preview #tableContainer .dataTables_filter label {
  color: #ffffff;
}
.mcity-preview #tableContainer .dataTables_filter input {
  padding: 3px 5px;
  width: 250px;
  font-size: 128.5714285714%;
  height: 40px;
  line-height: 40px;
  padding-right: 40px;
}
.mcity-preview #tableContainer .dataTables_filter .form-group::after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 45%;
  transform: translateY(-50%);
  pointer-events: none;
  line-height: 40px;
  color: #000;
}
.mcity-preview #tableContainer .dataTables_length label {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  font-size: 128.5714285714%;
  color: #000;
  gap: 0.5rem;
}
.mcity-preview #tableContainer .dataTables_length label .form-control {
  margin: 0;
  font-size: 128.5714285714%;
  font-weight: bold;
  height: fit-content;
  text-align: center;
  padding: 2px;
  color: #000;
}
.mcity-preview #tableContainer .dataTables_length label .is-focused select {
  border-color: #aa036c;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: none;
}

span.preview-title {
  color: #e2007a;
}

#previewModal .modal-title {
  font-weight: bold;
}
#previewModal .modal-content .modal-body .preview-incident .map-place {
  display: none;
}

.preview-incident h1 {
  margin-bottom: 30px;
}
.preview-incident .mcity-preview-table {
  border-collapse: separate;
  border-spacing: 10px;
  border-radius: 6px;
  border: none;
  background-color: #b8f4f1;
  margin-bottom: 40px;
}
.preview-incident .mcity-preview-table tbody tr th {
  background-color: transparent;
  border: none;
  font-size: 114.2857142857%;
  line-height: 2.1;
}
.preview-incident .mcity-preview-table tbody tr td {
  border: none;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 15px;
}
.preview-incident .mcity-preview-table tbody tr td a {
  font-weight: bold;
  font-size: 114.2857142857%;
}
.preview-incident .mcity-preview-table tbody tr td span.label {
  font-size: 14px;
  font-weight: normal;
  border-radius: 6px;
}
.preview-incident .mcity-preview-table tbody tr td .change-priority {
  padding: 4px 20px;
  margin-top: 6px;
}
.preview-incident .mcity-preview-table tbody tr td .priority-container select {
  border: 1px solid #b8f4f1;
  border-radius: 6px;
}
.preview-incident .pre-approval {
  border: 2px solid #e2007a;
  padding: 14px;
  border-radius: 6px;
}
.preview-incident .extra-label {
  font-size: 257.142857143%;
  font-weight: 600;
  margin-bottom: 20px;
}
.preview-incident .timeline {
  border-left: 3px solid #e2007a;
}
.preview-incident .timeline .faded-icon {
  background: url("../img/history.png") #FFF;
  background-size: cover;
  border-radius: 0;
  box-shadow: none;
  margin-left: -54px;
}
.preview-incident .timeline .faded-icon svg {
  display: none;
}
.preview-incident .timeline .filled-icon {
  background: url("../img/comment.png");
  background-size: cover;
  border-radius: 0;
  box-shadow: none;
  margin-left: -54px;
}
.preview-incident .timeline .filled-icon svg {
  display: none;
}
.preview-incident .timeline .timeline-item-wrapper .comment {
  background-color: #f6f6f6;
  color: #000;
  border: none;
}
.preview-incident .timeline .statusLabel {
  padding: 0.3em 0.6em;
  border-radius: 6px;
}
.preview-incident .extra-label.iwr {
  margin-top: 40px;
}
.preview-incident .iwr.iwr-results table {
  border-collapse: separate;
  border-spacing: 10px;
  border-radius: 6px;
  border: none;
  background-color: #b8f4f1;
}
.preview-incident .iwr.iwr-results table thead th {
  font-size: 114.2857142857%;
  border: none;
}
.preview-incident .iwr.iwr-results table tbody tr th {
  background-color: transparent;
  border: none;
  font-size: 114.2857142857%;
  line-height: 2.1;
}
.preview-incident .iwr.iwr-results table tbody tr td {
  border: none;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 15px;
}
.preview-incident .iwr.iwr-results table tbody tr td a {
  font-weight: bold;
  font-size: 114.2857142857%;
}
.preview-incident .iwr.iwr-results table tbody tr td span.label {
  font-size: 14px;
  font-weight: normal;
  border-radius: 6px;
}
.preview-incident .alert.alert-info {
  font-size: 114.2857142857%;
  font-weight: 600;
  border-radius: 6px;
}

.leaflet-sticky {
  position: fixed !important;
  top: 15px !important;
  width: 500px !important;
}

.leaflet-no-sticky {
  position: relative !important;
  width: 100% !important;
}

.address-info .modal-content {
  background-color: #33418e;
}
.address-info .modal-content .modal-header {
  padding-left: 40px;
  color: #ffffff;
}
.address-info .modal-content .modal-header .modal-title {
  font-size: 257.142857143%;
  font-weight: 600;
}
.address-info .modal-content .modal-header .close {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50px;
  padding: 2px 10px 7px 10px;
  opacity: 1;
}
.address-info .modal-content .modal-body {
  padding-bottom: 40px;
  padding-left: 40px;
}
.address-info .modal-content .modal-body .bootbox-body {
  font-size: 171.4285714286%;
  color: #ffffff;
}

@media (max-width: 1887px) {
  .leaflet-sticky {
    width: 360px !important;
  }
  .mcity-incidents .mcity-form h1 {
    font-size: 200%;
  }
  .mcity-incidents .mcity-form .location-info {
    font-weight: 700;
    font-size: 142.8571428571%;
  }
  .mcity-incidents .mcity-form .form-group {
    margin-top: 20px;
  }
  .mcity-incidents .mcity-form .alert.alert-info .form-alert {
    font-size: 114.2857142857%;
    font-weight: bold;
  }
  .mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid_paginate .pagination li:nth-child(n+3):nth-last-child(n+3) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .leaflet-sticky {
    width: 300px !important;
  }
  .mcity-incidents .page-header {
    font-size: 114.2857142857%;
    margin-bottom: 0;
    margin-top: 0;
  }
  .mcity-incidents .mcity-form h1 {
    font-size: 157.1428571429%;
  }
  .mcity-incidents .mcity-form .location-info {
    font-size: 128.5714285714%;
  }
  .mcity-incidents .mcity-form .alert.alert-info .form-alert {
    font-size: 114.2857142857%;
  }
  .mcity-incidents .incident-alert-container .incident-alert-header {
    font-size: 157.1428571429%;
  }
}
@media (max-width: 991px) {
  .mcity-incidents .page-header .emergency-info {
    padding-left: 15px;
  }
  .mcity-incidents .mcity-form .map-place,
  .mcity-incidents .mcity-form .familiar-place {
    display: block;
  }
  .mcity-incidents .mcity-form .familiar-place-result .incident-alert-container {
    background-color: #ffffff;
    border: 2px solid #e2007a;
  }
  .mcity-incidents .mcity-form .familiar-place-result .incident-alert-container .incident-element {
    background-color: #f6f6f6;
  }
  .mcity-incidents .mcity-form .uppy-Dashboard-dropFilesTitle {
    font-size: 157.1428571429%;
  }
  .initial-map,
  .initial-familiar-incidents {
    display: none;
  }
  #previewModal .modal-content .modal-body .preview-incident .map-place {
    display: block;
    margin-bottom: 20px;
  }
  #previewModal .modal-content .modal-body .preview-incident .map-place-open {
    background-color: #e2007a;
    padding: 0 15px 15px 15px;
    border-radius: 6px;
    transition: height 350ms ease-out;
  }
  #previewModal .modal-content .modal-body .preview-incident .map-place-open .show-map {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none;
  }
  #previewModal .modal-content .modal-body .preview-incident .map-place-open .show-map:active, #previewModal .modal-content .modal-body .preview-incident .map-place-open .show-map:focus, #previewModal .modal-content .modal-body .preview-incident .map-place-open .show-map:hover {
    background-color: transparent !important;
  }
}
@media (max-width: 767px) {
  .mcity-incidents .mcity-form .uppy-Dashboard-dropFilesTitle {
    font-size: 128.5714285714%;
  }
}
@media (max-width: 550px) {
  .mcity-preview h1 {
    font-size: 214.285714286%;
  }
  .mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid_paginate {
    float: initial;
    display: flex;
    justify-content: center;
  }
  .mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid_paginate .pagination {
    font-size: 114.2857142857%;
  }
  .mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid_paginate .pagination li a {
    padding: 4px 10px;
  }
  .mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 .btn-group button {
    width: 175px;
  }
  .mcity-preview #tableContainer #mcityPublicGrid_bigfilter .form-horizontal .form-group .col-md-8 button {
    padding: 4px 10px;
  }
  #previewModal .modal-content .modal-body .extra-label {
    font-size: 214.285714286%;
  }
}
@media (max-width: 450px) {
  .mcity-preview #tableContainer #mcityPublicGrid_wrapper #mcityPublicGrid_paginate .pagination li a {
    padding: 3px 6px;
  }
}
#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: #e2007a;
}
.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: #e2007a;
}
.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 {
  padding-top: 50px;
  margin-bottom: 14px;
}
#main-menu.navbar.navbar-inverse {
  background-color: transparent;
}
#main-menu .navbar-collapse {
  text-align: center;
}
#main-menu .navbar-nav {
  display: inline-block;
  float: none;
}
#main-menu .nav > li {
  margin-right: 20px;
}
#main-menu .nav > li > a {
  padding: 0;
  font-weight: bold;
  font-size: 128.5714285714%;
  color: #000;
}
#main-menu .nav > li > a:hover, #main-menu .nav > li > a:active, #main-menu .nav > li > a:focus {
  color: #e2007a;
}
#main-menu .dropdown-menu {
  z-index: 1010;
}

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

#main-content {
  margin-top: 50px;
  padding-bottom: 50px;
}

#bottom-footer {
  padding-top: 40px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #33418e;
}
#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 {
  margin-bottom: 15px;
}
#bottom-footer .component-copyright p {
  margin-bottom: 0;
}
#bottom-footer img {
  height: 60px;
  margin-bottom: 60px;
}
#bottom-footer .footer-logo {
  height: 50px;
  float: right;
}
#bottom-footer .footer-link {
  float: right;
  color: #fff;
  margin-left: 100px;
}

.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 .checkbox label, .form-group .radio label, .form-group 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;
}

.nav-tabs {
  background: transparent;
  border-bottom: 2px solid #3B3B3B;
}
.nav-tabs li {
  background: #DDDDDD;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 4px 0 0;
  transition: box-shadow 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: #3B3B3B !important;
  padding: 10px 50px;
}
.nav-tabs li:hover, .nav-tabs li:active, .nav-tabs li:focus {
  box-shadow: 0 1px 10px inset #bbb;
}
.nav-tabs li.active {
  background: #3B3B3B;
}
.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;
}
.nav-tabs li.active:hover, .nav-tabs li.active:active, .nav-tabs li.active:focus {
  box-shadow: none;
}

button.ColVis_Button, ul.ColVis_collection li {
  border: 1px solid #002D60;
  background: #e2007a;
  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 #002D60;
  background: #aa036c;
  color: #333333;
}

.help-button {
  border: 1px solid #d9534f;
  padding: 3px 6px;
  margin-top: 2px;
  display: inline-block;
  background-color: #004386;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}

@media (min-width: 1887px) {
  .container {
    min-width: 1640px;
  }
}
@media (max-width: 1199px) {
  header #logoContainer img {
    max-height: 40px;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  header {
    justify-content: center;
  }
  header #logo {
    float: none !important;
  }
  header #logo img {
    margin-left: auto;
    margin-right: auto;
  }
  header #login-element {
    margin-top: -45px;
  }
  #main-menu {
    padding-top: 45px;
  }
  #main-menu .navbar-header .navbar-toggle {
    position: relative;
    z-index: 1025;
  }
  #main-menu .navbar-toggle .icon-bar {
    color: #000;
  }
  #main-menu .navbar-toggle.collapsed .icon-bar {
    transition: all 0.2s ease-in-out;
  }
  #main-menu .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
    transform: rotate(45deg);
    top: 6px;
    position: relative;
  }
  #main-menu .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
    opacity: 0;
  }
  #main-menu .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
    transform: rotate(-45deg);
    top: -6px;
    position: relative;
  }
  #main-menu .navbar-toggle {
    padding: 0 20px 0 0;
    display: block !important;
  }
  #main-menu .navbar-collapse.collapse {
    display: none !important;
  }
  #main-menu .navbar-collapse {
    background-color: #e2007a;
    margin-top: 45px;
  }
  #main-menu .navbar-collapse .navbar-nav {
    float: none !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #main-menu .navbar-collapse .navbar-nav > li {
    float: none;
  }
  #main-menu .navbar-collapse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
  }
  #main-menu .collapse.in {
    display: block !important;
  }
  #main-content {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  header a.btn-link {
    padding-left: 7px;
    padding-right: 7px;
  }
  #main-menu .navbar-header {
    margin-left: 0;
  }
  #main-menu .navbar-toggle {
    float: none;
  }
  #main-menu .navbar-collapse {
    margin-top: 15px;
  }
  #bottom-footer img {
    height: 50px;
  }
  #bottom-footer .footer-logo {
    height: 40px;
    margin-bottom: 70px;
  }
  #bottom-footer .footer-link {
    margin-left: 20px;
  }
}
@media (max-width: 550px) {
  #bottom-footer img {
    height: 40px;
  }
  #bottom-footer .footer-logo {
    height: 35px;
    margin-bottom: 65px;
  }
  #bottom-footer .footer-link {
    margin-left: 8px;
  }
  #main-content {
    padding-bottom: 0;
  }
  form .form-field-required label::after {
    color: #ff0000;
    content: "*";
  }
}

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