@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
  width: 100%;
  height: 100%;
}

body {
  background: none repeat scroll 0 0 #f8f8f8;
  font-family: 'open_sansregular';
  font-size: 0.875rem;
  color: #444;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100%;
}

body.stripped {
  background-image: radial-gradient(circle farthest-side at 25% 50%, #01c238, #00aa32 25%, #009d2f 38%, #008228 66%, #007123 84%, #006921 92%, #006520 96%, #00611f);
  position: initial;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  height: 100%;
}

body.stripped .left-area {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  max-width: 450px;
}

body.stripped .right-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.stripped .right-area .slogan {
  padding: 25px 0;
  text-align: center;
}

body.stripped .right-area .slogan-title {
  font-size: 2rem;
  font-weight: bolder;
  text-shadow: 3px 3px 5px #00611f;
  color: #fff;
}

body.stripped .right-area .slogan-subtitle a {
  font-size: 0.8rem;
  color: #fff;
  text-decoration: underline;
}

body.stripped .right-area .slogan-illustration {
  text-align: center;
  padding: 45px 0;
}

body.stripped .right-area img {
  max-width: 400px;
}

img {
  max-width: 100%;
  height: auto;
}

.glyphicons {
  color: #444;
  vertical-align: middle;
}

.glyphicons:before {
  padding: 2px;
}

.glyphicons-small {
  font-size: 11px;
  margin: 0;
}

.glyphicons-big {
  font-size: 22px;
  margin: 0;
}

.glyphicons-bigger {
  font-size: 34px;
  margin: 0;
}

.iconed-button, button .glyphicons {
  margin: -2px 5px 0 0;
}

.text {
  line-height: 1em;
  vertical-align: middle;
  padding: 0 0 0 4px;
}

.white-text {
  color: #fff !important;
}

nav.navbar {
  border-radius: 0;
  margin: 0;
  min-height: 0;
  border: none;
  padding: 0;
}

@media (max-width: 1000px) {
  .navbar .navbar-header {
    width: 100%;
  }
}

.navbar .navbar-nav {
  display: flex;
  flex-direction: row;
}

.navbar-toggler {
  float: right;
  margin: 10px 0;
}

.navbar-toggler .icon-bar {
  background-color: #000;
}

.navbar-nav > li > a {
  padding: 0;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 5px;
  margin: 0 5px;
}

header .navbar-collapse {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}

/* Variables injected in CSS /generated/theme.css */
/* noinspection CssUnresolvedCustomProperty */
header.navbar {
  padding: 0;
  background-color: var(--web-header-bg, #ffffff);
}

/* Variables injected in CSS /generated/theme.css */
/* noinspection CssUnresolvedCustomProperty */
header.navbar nav, header.navbar .main {
  height: var(--web-header-height, 75px);
  padding: var(--web-header-padding, 5px 10px);
}

/* noinspection CssUnresolvedCustomProperty */
header.navbar-inverse {
  background-color: var(--web-header-fg, #000000);
}

/* noinspection CssUnresolvedCustomProperty */
header.navbar .icon .dark,
header.navbar .icon .dark:before {
  color: var(--web-header-fg, #031c06);
}

/* noinspection CssUnresolvedCustomProperty */
header.navbar .icon .light,
header.navbar .icon .light:before {
  color: var(--web-header-bg, #ffffff);
}

/* noinspection CssUnresolvedCustomProperty */
header .nav > li > a:hover,
header .nav > li > a:focus {
  background-color: var(--web-header-fg, #ffffff);
  color: var(--web-header-bg, #000000);
}

/* noinspection CssUnresolvedCustomProperty */
header.navbar .icon a:hover .dark,
header.navbar .icon a:hover .dark:before {
  color: var(--web-header-bg, #000000);
}

/* noinspection CssUnresolvedCustomProperty */
header.navbar .icon a:hover .light,
header.navbar .icon a:hover .light:before {
  color: var(--web-header-fg, #ffffff);
}

/* noinspection CssUnresolvedCustomProperty */
header .logo {
  padding: var(--web-logo-padding, 0px);
}

/* noinspection CssUnresolvedCustomProperty */
header .logo img {
  max-height: var(--web-logo-height, 55px);
  width: auto;
}

/* noinspection CssUnresolvedCustomProperty */
.actions {
  background: var(--web-main-menu-bg, #00611F);
}

/* noinspection CssUnresolvedCustomProperty */
.actions span.nav-text,
.actions .glyphicons {
  color: var(--web-main-menu-fg, #ffffff);
}

/* noinspection CssUnresolvedCustomProperty */
.actions .nav-pills > li {
  line-height: var(--web-main-menu-height, 30px);
}

/* noinspection CssUnresolvedCustomProperty */
.actions .nav-pills > li > .nav-link {
  padding: var(--web-main-menu-padding, 5px 13px);
}

/* noinspection CssUnresolvedCustomProperty */
.actions li.nav-item.dropdown .dropdown-toggle:after {
  color: var(--web-main-menu-fg, #ffffff);
}

li.icon {
  float: left;
  text-align: center;
  line-height: 20px;
  font-size: 28px;
}

header .main ul.nav li.icon ul {
  padding: 5px;
}

header .main ul.nav li.icon > a {
  padding: 5px;
  border-radius: 8px;
}

.navbar-collapse.in {
  margin-top: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow-y: visible;
}

header .main .icon-badge {
  position: relative;
}

header .main .icon-badge .badge {
  position: absolute;
  bottom: -3px;
  right: -3px;
  background-color: #FF4136;
  margin: 0;
  font-size: 10px;
}

header .main .help-block {
  margin: 0;
}

header .main .adv-search a {
  font-size: 12px;
}

header .switch {
  margin: 5px 10px;
}

a#domain-dropdown:hover {
  text-decoration: none;
}

a#domain-dropdown.dropdown-toggle::after {
  font-size: 15px;
  margin-left: -8px;
  vertical-align: middle;
}

.dropdown > a:hover {
  background-color: #ccc;
}

.dropdown-item {
  font-size: smaller;
}

.nav-item.dropdown:hover > .dropdown-menu, .dropdown-menu:hover, .dropdown-menu.show {
  display: block;
  max-height: 85vh;
  overflow-y: auto;
}

.nav-item.dropdown > .dropdown-menu {
  margin-top: -2px;
}

.actions .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.actions .container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

.actions .navbar-nav {
  width: 100%;
  border-bottom: 3px solid rgba(255, 255, 255, .3);
}

.actions .navbar-nav .nav-item-right {
  margin-left: auto;
}

.actions .nav-pills > li {
  width: 100%;
  margin: 0;
}

.actions .nav-pills > li > a {
  color: #fff;
  margin: 0;
  border-radius: 0;
}

.actions .nav-pills > li.active > a {
  background-color: rgba(255, 255, 255, .3);
}

.actions .dropdown-menu .glyphicons {
  color: #000;
}

.actions .nav > li > a:hover,
.actions .nav > li > a:focus {
  opacity: .7;
  background-color: rgba(255, 255, 255, .3);
  text-decoration: none;
}

.actions .nav .dropdown-toggle .caret {
  border-top-color: #fff;
}

.nav > li.icon > a {
  padding: 0;
  margin: 0;
}

.content {
  background-color: #f8f8f8;
}

.content .page-header {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 5px;
  border: none;
  background: #fefefe;
  border-bottom: #edeeee 1px solid;
}

.content .page-header-compact {
  margin: 0;
}

.content .page-header h1 {
  margin: 8px 10px;
  font-size: 22px;
}

.content .section {
  padding-top: 0;
}

.content .reporting {
  margin: 5px 0 0 0;
  line-height: 1em;
}

.content .reporting a {
  font-size: 12px;
  font-weight: normal;
}

.content .reporting .dropdown-menu {
  z-index: 2000;
}

.content .linear-nav {
  font-size: 18px;
  font-weight: normal;
  margin-top: 5px;
}

.content .linear-nav li {
  margin: 0 3px 3px 0;
}

.content .thumbnail .img-wrapper {
  background-color: #FFF;
  text-align: center;
  overflow: hidden;
}

.content .thumbnail img {
  vertical-align: middle;
}

.content .thumbnail .galleria-container {
  z-index: 0;
}

.content .thumbnail .info {
  position: absolute;
  bottom: 27px;
  left: 4px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.95);
  white-space: nowrap;
  padding: 2px 4px 6px 4px;
  text-align: left;
  width: 100%;
  opacity: 0;
}

.content .thumbnail .info p {
  text-decoration: none;
  color: #fff;
}

.content .thumbnail .info a:hover {
  text-decoration: none;
  color: #fff;
}

.content .thumbnail .info .categories {
  overflow: hidden;
}

.content .thumbnail .info .smaller {
  font-size: 11px;
}

.content .thumbnail .badge {
  margin: 0;
}

.subheader-buttons {
  text-align: center;
}

#toggle-thumbnail-view {
  margin: 0 20px;
}

.leaflet-container {
  background: #efefef;
}

.leaflet-div-icon {
  border: none;
}

.leaflet-div-icon img {
  background-color: #fff;
  padding: 2px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.20);
}

.leaflet-div-icon:hover {
  z-index: 10000 !important;
}

.thumbnails {
  clear: both;
  overflow: auto;
}

.wider-modal {
  max-width: 700px;
}

#share-modal .modal-dialog {
  max-width: 1250px;
}

#share-modal .modal-body .thumbnails {
  max-height: calc(100vh - 320px);
  overflow-y: auto;
}

#share-modal .thumbnails {
  padding: 10px 0;
}

#share-modal .thumbnails .thumbnail {
  margin: 0 0 7px 7px;
}

#share-modal .share-destination {
  float: right;
  width: 100%;
  max-width: 320px;
  padding: 10px;
}

#thumbnails-preview {
  text-align: left;
  margin-top: 10px;
}

.thumbnails > li {
  margin-bottom: 10px;
}

.thumbnails .thumbnail {
  position: relative;
  background-color: #fff;
  float: left;
  border: 1px solid #eee;
  border-radius: 5px;
  border-color: #eee !important;
  margin: 0 4px 4px 0;
  padding: 3px 4px;
}

.thumbnails .thumbnail .remove {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  padding: 0 0 0 1px;
  border-radius: 50%;
  line-height: 10px;
  border: 1px solid #2e6da4;
  background-color: #337ab7;
  color: #fff;
}

.thumbnails .thumbnail .details {
  padding-top: 3px;
  min-height: 22px;
}

.thumbnails .thumbnail .details .icons {
  line-height: 0;
}

.upload-form-container {
  max-width: 1280px;
}

.filter-form-container {
  position: sticky;
  margin-left: -15px;
  margin-top: -15px;
  top: 0;
  width: 100%;
  max-width: 280px;
  background-color: #fafafa;
  border-right: #edeeee 1px solid;
  z-index: 990;
  height: 95vh;
  overflow-y: auto;
}

.filter-form-container.closed {
  width: 27px;
}

#collapsible-filter .collapse.in {
  max-width: 280px;
}

.filter-form-container .form-group-sm {
  margin: 12px 0;
}

#filter-form {
  font-size: 12px;
  padding: 0;
  margin: 0;
  overflow: visible;
}

#collapsible-filter {
  margin: 0 5px;
}

#collapsible-filter .form-control, #collapsible-filter .input-group-text {
  font-size: 12px;
}

#collapsible-filter .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 100%;
}

#filter-form-submit {
  width: 50%;
}

.items-form-container {
  overflow: auto;
  margin: 0 10px 0 0;
  min-width: 1px;
}

.toggle-filter {
  text-align: right;
}

.thumbs-filter-visible {
  margin-left: 270px;
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bulk-actions .list-group-item {
  padding: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.attribute-value {
  color: #007bff;
}

.content .paging {
  margin: 0 auto;
  padding-bottom: 15px;
}

.content .paging ul {
  background-color: #fff;
}

.content .linear-nav a {
  background-color: #337ab7;
  border-color: #2e6da4;
  text-align: center;
  border-radius: 50%;
}

.content .linear-nav a:hover {
  background-color: #2e6da4;
}

.content .linear-nav a.slideshow-modal {
  border-radius: 4px;
  background-color: inherit;
}

.content .linear-nav a.slideshow-modal:hover {
  background-color: #ccc;
}

.content .linear-nav .disabled a {
  background-color: #fff;
}

.content .linear-nav .disabled a .glyphicons {
  color: #ddd !important;
}

.clearfix {
  clear: both;
}

.content .item-view .item .image-container {
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: 220px;
}

.content .item-view .item .image-container a {
  display: inline-block;
}

.content .item-view .item .galleria {
  position: relative;
  z-index: 10;
}

.content .item-view .item .spinner {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 5;
}

.content .item-view .item ul.item-actions {
  padding: 10px 0;
}

.content .item-view .item ul.item-actions li a {
  background-color: #f0f0f0;
  text-align: center;
}

.content .item-view .item ul.item-actions li a:hover {
  background-color: #ccc;
}

.content .item-view .item ul.item-actions li a.done {
  background-color: #337ab7;
}

.content .item-view .item ul.item-actions li a.done .glyphicons {
  color: #fff;
}

.content .item-view .metadata {
  margin: 10px 0;
  padding-left: 10px;
}

.content .item-view .metadata .text {
  padding: 10px 0px;
}

.content .item-view .metadata select option.main-category {
  color: #ccc;
}

.content .item-view .metadata #editing {
  display: none;
  max-width: 800px;
}

.content .item-view .metadata #editing select,
.content .item-view .metadata #editing .select2 {
  margin: 0 0 5px 0;
}

.content .item-view .metadata #editing label.tiny {
  margin: 5px 0 0 0;
  font-size: 10px;
}

.content .item-view .metadata #editing input.btn {
  margin: 10px 0;
}

.content .item-view .metadata #map {
  top: 10px;
  clear: both;
  margin: 10px 0;
}

.content .item-view .metadata .service-icon {
  padding: 5px 0;
}

.content .categorization {
  padding: 10px 0 0 0;
  text-transform: capitalize;
}

.content .item-social .featured {
  clear: both;
  padding: 20px 0;
}

.content .item-social .likes {
  clear: both;
  padding: 20px 0;
}

.content .item-social .likes .like-list {
  font-size: 14px;
}

.content .item-social .likes .like {
  padding: 3px 15px;
}

.content .item-social .comments {
  max-width: 800px;
  padding: 20px 0;
}

.content .item-social .comments li {
  overflow: hidden;
}

.content .item-social .comments form {
  padding: 10px;
}

.content table td.narrow {
  min-width: 55px;
  width: 60px
}

.content table .edition {
  width: 40px;
}

.content table td.normal {
  min-width: 75px;
  width: 75px;
}

.content table td.medium {
  min-width: 100px;
  width: 200px
}

.content table td.wide {
  min-width: 200px;
  width: 200px
}

.content table thead .heading {
  background-color: #eee;
  font-weight: bold;
}

.content table.unfiltered thead .heading {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.tablesorter-bootstrap .tablesorter-header {
  color: #444;
}

.status-button {
  line-height: 15px;
  color: #fff;
}

.status-button-main {
  padding: 10px;
}

.status-button .status-icon {
  color: #fff;
}

.badge {
  vertical-align: middle;
}

.badge-alert {
  background-color: #f0ad4e;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-error {
  background-color: #d9534f;
}

.badge-progress {
  background-color: #fff;
}

.content table {
  width: 100%;
}

.badge-space, .content table .badge {
  margin-left: 5px;
}

.content table td.capitalize {
  text-transform: capitalize;
}

.content table td.alias {
  text-transform: lowercase;
}

.content .no-content {
  clear: both;
  padding: 100px 0;
  margin-left: 50px;
}

.content .message {
  padding: 10px;
}

.main-footer {
  height: 30px;
  width: 100%;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
}

.main-footer.dark {
  background-color: #292929;
  color: #fff;
}

.nav {
  margin-bottom: 0;
}

.nav li a .btn-wrapper {
  line-height: 30px;
}

.nav li a .btn-wrapper img {
  vertical-align: middle;
}

.navbar-form {
  padding: 5px;
}

.navbar-form .form-control {
  width: 100%;
}

.input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.pagination {
  margin: 0;
  vertical-align: middle;
  text-align: center;
}

.zero {
  margin: 0;
  padding: 0;
}

.btn-space {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-txt-lg {
  margin: 0 15px;
}

.btn-compact {
  padding: 1px 5px;
}

.text-space {
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-icon {
  padding-right: 5px;
}

.cancel-entity {
  float: left;
}

.submit-entity {
  float: right;
}

#processing-entity,
#processing-cs-entity {
  display: inline-block;
  margin: 5px 20px;
}

p {
  margin: 0;
}

form {
  margin: 0;
}

table .form-control {
  height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul li {
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

label {
  font-weight: normal;
  margin-bottom: 0;
}

blockquote {
  margin: 5px 0 0 5px;
  padding: 5px 10px;
}

.adapted-image {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.clear-both {
  clear: both;
}

.center-text {
  text-align: center;
  vertical-align: middle !important;
}

.lowercase {
  text-transform: lowercase;
}

.handed {
  cursor: pointer;
}

.forward-text {
  text-align: center;
  margin-top: 100px;
}

.form-button {
  margin: 20px 0 0 0;
  overflow: auto;
}

form.general {
  background: #fafafa;
  margin: 10px 0;
  padding: 25px;
  border-radius: 5px;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
}

input[type=checkbox] {
  vertical-align: middle;
}

.form-horizontal .checkbox {
  padding-top: 0;
}

form.login {
  padding: 0 35px;
  background: none;
}

form.login label {
  color: #fff;
}

form.login .form-button {
  margin: 35px 0 0 0;
}

.login-page {
  z-index: 1000;
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
}

.unsubscribe-page {
  position: relative;
  z-index: 1000;
  margin: 0px auto;
  max-width: 500px;
  background-color: #406D8E;
}

.login-page h3, .unsubscribe-page h2, .unsubscribe-page h5 {
  color: #fff;
  padding-bottom: 15px;
}

.resetFieldText {
  color: #fff;
}

.forgot-password {
  color: #fff;
  float: right;
  text-decoration: underline;
}

.forgot-password:hover {
  text-decoration: none;
  cursor: pointer;
}

.forgot-password:hover, .forgot-password:active, .forgot-password:focus {
  color: #fff;
  outline: none;
}

.forgot-password-container,
.reset-password-container {
  padding: 0 20px;
}

.login-page .logo,
.unsubscribe-page .logo {
  max-width: 250px;
  margin: 20px auto;
}

.login-page .main-container {
  margin-top: 50px;
  min-height: 235px;
}

.login-page .login-subtitle {
  display: block;
  font-size: smaller;
  color: #fff;
}

.login-page .login-subtitle a {
  color: #fff;
  text-decoration: underline;
}

.login-result {
  position: absolute;
  width: 100%;
  max-width: 380px;
}

.app-links {
  text-align: center;
  align-self: flex-end;
  width: 100%;
  z-index: 0;
}

.app-links .ms {
  padding: 20px 0;
}

.app-links .wrapper {
  max-width: 370px;
  margin: 0 auto;
}

.app-links .ios {
  float: left;
  margin: 5px;
}

.app-links .android {
  float: right;
  margin: 5px;
}

.app-links img {
  height: 42px;
  width: auto;
}

.modal-header h4 {
  font-size: 1.2em;
}

.modal-title-text {
  vertical-align: middle;
}

.modal-footer {
  margin-top: 0;
}

.modal-footer label {
  margin-right: 10px;
}

form textarea {
  min-height: 100px;
}

form textarea.tall {
  height: 300px;
}

textarea.tall {
  height: 300px;
}

textarea.wide {
  width: 465px;
}

.operations {
  padding: 20px;
}

.error-message {
  margin: 150px auto;
  max-width: 320px;
}

.ditch-tab-skin-default .ditch-tab-pane-wrap {
  padding: 30px !important;
  margin-bottom: 20px;
  background-color: #fff;
}

.location-marker {
  cursor: pointer;
  padding: 7px 20px;
}

#hidden-map {
  display: none;
}

header form {
  max-width: 320px;
  padding: 0 10px;
}

input[type="file"] {
  max-width: 100%;
}

.console {
  position: absolute;
  top: 0;
  right: 15%;
  left: 15%;
  width: 70%;
  text-align: center;
  z-index: 2000;
}

.console .result {
  width: 400px;
  max-width: 100%;
  margin: 5px auto;
  text-align: left;
}

select {
  text-transform: capitalize;
}

.capital {
  text-transform: capitalize;
}

.bold {
  font-weight: 700;
}

.accordion .card, .accordion-separated .card {
  cursor: pointer;
}

.accordion-separated .card .row {
  margin-left: 0px;
  margin-right: 0px;
}

.accordion-separated .card+.card {
  margin-top: 5px;
}

.accordion .card+.card {
  margin-top: 0;
}

@media (max-width: 768px) {
  .actions .nav-pills > li {
    width: 100%;
    margin: 0px;
  }

  header .navbar-form .form-group {
    float: left;
  }

  header .navbar-form {
    box-shadow: none;
    border: none;
    margin: 5px;
  }

  header .main ul {
    margin: 5px;
  }

  header .main ul li.icon {
    margin: 0;
  }
}

form.wide {
  margin: 0 0 10px 0;
  padding: 10px 5px;
}

.login-page .form-group {
  margin-bottom: 15px;
}

.subheader-buttons {
  float: right;
}

#toggle-thumbnail-view {
  margin: 3px;
}

.table-responsive {
  overflow-y: auto;
}

.filter-form-container {
  max-width: 265px;
}

@media (min-width: 767px) {
  .filter-form-container {
    max-width: 290px;
  }

  .thumbs-filter-visible {
    margin-left: 285px;
  }

  header .main ul.nav {
    margin: 4px 10px;
  }

  li.icon {
    margin: 0 4px;
  }

  .actions .nav-pills > li {
    width: auto;
  }

  .modal-dialog-wide {
    width: 80%;
  }

  .modal-dialog-wider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-content-tall {
    height: 100%;
  }
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  cursor: default;
  overflow: auto;
  margin: -3px 6px 6px 0;
  border-radius: 0 0 6px 6px;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected  {
  background: #f0f0f0;
}

.autocomplete-suggestion strong {
  font-weight: normal;
  color: #3399FF;
}

#slideshow {
  width: 1024px;
  height: 500px;
  max-width: 100%;
  max-height: 100%;
  background: black;
}

#slideshow_progress {
  line-height: 1em;
  vertical-align: middle;
}

#slideshow_fullscreen {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1000;
}

.galleria-theme-classic {
  background: none;
}

.galleria-theme-classic .galleria-stage {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.item .galleria-theme-classic .galleria-stage {
  top: 50px;
}

.item .galleria-theme-classic .galleria-thumbnails-container {
  top: 0;
  left: 0;
  right: 0;
}

.galleria-theme-classic .galleria-thumbnails {
  margin: 5px 0 0 0;
}

.galleria-theme-classic .galleria-thumbnails .galleria-image {
  border: none;
}

.galleria-theme-classic .galleria-loader {
  top: auto;
  bottom: 10px;
}

.galleria-theme-classic .galleria-info {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  margin: 20px;
  width: 300px;
  max-width: 100%;
}

.galleria-theme-classic .galleria-info-link {
  display: none;
  bottom: 5px;
}

.galleria-theme-classic .galleria-info-close {
  display: block;
}

.galleria-theme-classic .galleria-info-text {
  display: block;
  background: rgba(142, 129, 129, .7)
}

.table {
  margin-bottom: 20px;
}

.table-responsive {
  clear: both;
  margin-bottom: 20px;
}

.modal-header.close-filter-button {
  border: 0;
  margin-top: -15px;
  margin-right: -10px;
  padding: 0;
}

.tablesorter-bootstrap .tablesorter-header {
  padding: 5px;
}

.tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter {
  height: 26px;
}

.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled {
  display: none;
}

.tablesorter-sticky-wrapper {
  padding: 15px 0 0 0;
  background-color: #fff;
}

.list-view-column-selector .tablesorter-wrapper .tablesorter-header-inner {
  padding-right: 4px;
}

#list-view-column-selector-popover label {
  width: 100%;
}

#list-view-column-selector-popover label input {
  margin-right: 5px;
}

#list-view-table tr td.narrow {
  min-width: 55px;
  width: 80px
}

#list-view-table tr td.medium {
  min-width: 55px;
  width: 130px;
}

#list-view-table tr th,
#list-view-table tr td {
  padding: 5px;
  vertical-align: middle;
}

#list-view-table a.icon:hover {
  text-decoration: none;
}

#list-view-table .thumbnail-content {
  all: initial;
  display: none;
}

.text-grayed {
  color: #888888;
}

.text-red,
.text-new {
  color: red;
}

.text-blue,
.text-ongoing {
  color: blue;
}

.text-orange,
.text-pending {
  color: orange;
}

.text-green,
.text-done {
  color: green;
}

#projectsTable td, #projectsTable th {
  vertical-align: middle !important;
}

#projectsTable-topScroll-container {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 20px;
}

#projectsTable-topScroll {
  width: 100%;
  height: 100%;
}

#project-map-select {
  padding: 10px 10px 10px 0;
  margin-top: 20px;
}

.project-selectors {
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 5px 10px 5px 0;
}

.project-progress {
  width: 350px;
  max-width: 100%;
  height: 34px;
  margin: 0 0 5px 0;
  border-radius: 5px;
}

.project-progress-table {
  float: none;
  width: auto;
  height: inherit;
  margin: 0;
  min-width: 250px;
}

.progress-bar {
  line-height: 34px;
}

.project-progress-table .progress-bar {
  line-height: 25px;
}

#projectsTable .td-progress-bar a:hover {
  text-decoration: none;
}

.shops-subheader {
  margin: 0;
}

.filter-toggle .tablesorter-wrapper .tablesorter-header-inner {
  text-align: center;
  padding-right: 4px;
}

#filter-toggle-sel span {
  margin: 5px;
}

.hideme td {
  padding: 2px;
  margin: 0;
  line-height: 0;
  cursor: pointer;
}

.hideme * {
  height: 0px !important;
  min-height: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

.no-content-alert {
  margin: 20px;
  font-size: 18px;
}

.no-content-alert .glyphicons {
  margin-right: 20px;
}

.bg-danger {
  background-color: #d9534f !important;
}

.bs-callout {
  padding: 15px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  background-color: #fff;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}

.select2-container .select2-selection--single {
  height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #337ab7;
  border-color: #2e6da4;
  color:#fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color:#fff;
}

.slider.slider-horizontal {
  width: 100%;
  margin: 15px 20px 10px 0px;
}

.lower {
  text-transform: lowercase;
}

.project-responsible {
  margin: 3px 0;
}

.project-status-with-shop {
  display: flex;
  justify-content: space-between;
}

.project-status {
  border-radius: 15px;
  padding: 1px 15px;
  color: white;
  text-align: center;
  font-size: small;
}
.project-status-size-fixed {
  width: 100%;
  min-width: 130px;
  max-width: 150px;
}

.project-status.red {
  background: #d9534f;
}

.project-status.blue {
  background: #60bcdc;
}

.project-status.orange {
  background: #f0ad4e;
}

.project-status.green {
  background: #5cb85c;
}

#recognitions .annotation {
  background-color: #337ab7;
  border: 1px solid #2e6da4;
  border-radius: 4px;
  color: #fff;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

#recognitions #recognition-text {
  clear: both;
  padding-top: 5px;
}

#recognitions .text-annotation {
  background-color: white ;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

#recognitions .text-full-annotation {
  margin: 10px 5px;
  font-size: 15px !important;
  border: 2px solid;
}

#recognitions .full-text {
  cursor: auto;
  padding: 15px;
  border: 1px solid;
  border-radius: 4px;
  display: none;
  margin: 5px 0px;
}

#recognitions .copy-text-button {
  margin-top: 5px;
  border: 1px solid;
  border-radius: 4px;
  background-color: #A9A9A9;
  color: #ffffff;
}

#recognitions .badge-facings {
  font-size: 9px !important;
}

.item-view svg {
  position: absolute;
  z-index: 15;
  margin: 0;
  padding: 0;
  overflow: overlay !important;
}

.black-text {
  color: black !important;
}

.featured-image-attachment,
.featured-image-attachment:hover {
  text-decoration: none;
}

#completionThresholdValue {
  min-width: 15%;
  max-width: 15px;
}

input[id=completionThresholdValue]::-webkit-inner-spin-button,
input[id=completionThresholdValue]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fadeInLeft, fadeInRight {
  visibility: visible;
}

#resetPasswordForm {
  color: #fff;
}

#resetPasswordForm ul.list-unstyled {
  color: #a94442;
  padding: 15px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-left-color: #d9534f;
  border-radius: 3px;
  background-color: #fff;
}

.archived {
  display: none;
}

.radiobutton input[type="radio"] {
  margin-top: 0px;
  vertical-align: middle;
}

.radiobutton span {
  margin-left: 3px;
  vertical-align: middle;
}

table.hover-highlight tbody > tr:hover > td,
table.hover-highlight tbody > tr.odd:hover > td,
table.hover-highlight tbody > tr.even:hover > td {
  background-color: #ffa;
}

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

.clickable {
  cursor: pointer;
}

.dashboard-card {
  float: left;
  position: relative;
  background-color: #fafafa;
  border: #edeeee 1px solid;
  border-radius: 10px;
  margin: 0 5px 5px 0;
}

.dashboard-card h2 {
  padding: 10px;
  font-size: 1.6em;
}

.dashboard-card .chart {
  position: relative;
  margin: 10px 5px 0 0;
  width: 493px;
  height: 450px;
}

.dashboard-card .chart-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -30px;
  margin-left: 5px;
  text-align: center;
}

.dashboard-card .chart-accumulated {
  font-size: 2em;
}

.dashboard-card .chart-wide {
  width: 1012px;
}

.dashboard-card .chart .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}

.dashboard-card .dashboard-error {
  color: red;
}

.slider-selection {
  background: rgba(128, 128, 128, 0.23);
}

.hidden-xs {
  cursor: pointer;
}

.feature-container .form-group:before {
  content: " ";
  display: block;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #f7f7f7;
}

.feature-container .col-lg-4 {
  padding-top: 7px;
}

.project-shop-status {
  float: right;
  color: white;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .project-shop-status {
    font-size: 60%;
  }
}

.modal-dialog-centered {
  left: 0;
  top: 25%;
}

#updatePasswordForm .modal-body .form-group:first-of-type {
  margin-top: 15px;
}

#import-tab label {
  text-align: left;
  margin-bottom: 15px;
}

ul#select2-color-results li[aria-selected='true'] {
  color: black;
  border-style: solid;
  border-width: 3px;
}

#select2-color-container.select2-selection__rendered {
  margin: 0px 20px 0px 0px;
  line-height: 32px !important;
}

#thumbs-map .leaflet-popup-content {
  overflow: hidden;
}

.leaflet-popup-content {
  display: inline-flex !important;
}

.more-pictures {
  position: absolute;
  bottom: 10px;
}

.action-form > button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

ul#thumbnails-preview.thumbnails {
  overflow: visible;
}

ul#thumbnails-preview.thumbnails .thumbnail {
  overflow: visible;
  margin: 0 10px 10px 0;
}

.project-documentation-file {
  position: relative;
}

.project-documentation-file > .file-content {
  line-height: normal;
  margin-bottom: 10px;
  text-align: left;
  word-wrap: break-word;     /* Legacy but widely supported */
  overflow-wrap: break-word; /* Modern, recommended */
  white-space: normal;
}

.project-documentation-file > .file-content > .badge {
  white-space: normal;
  text-align: left;
  line-height: normal;
}

a.removable {
  float: right;
  margin-top: -10px;
  margin-right: -15px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 15px;
  background: #605F61;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 8px 4px;
  text-decoration: none;
}

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

.no-margin-top {
  margin-top: 0px !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.no-display {
  display: none;
}

.over-flow-auto {
  overflow: auto;
}

.btn-circle {
  width: 18px;
  height: 18px;
  padding: 1px 1px;
  border-radius: 15px;
  text-align: center;
  font-size: 10px;
  line-height: 1.42857;
}

.share-resource-option {
  padding: 1px;
}

.share-resource-option-avatar {
  float: left;
  margin-right: 10px;
}

.share-resource-option-avatar img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.share-resource-option-title {
  font-weight: 600;
}

.share-resource-option-description {
  overflow: hidden;
  max-height: 3em;
}

.yammer-group-option-selected {
  display: inline-block;
  font-size: 1em;
  height: 1.5em;
}

#integration-authorization-container {
  margin: 5px 5px;
  display: flex;
}

.integration-authorize-link {
  color: #000;
  margin-right: 5px;
}

.integration-authorize-banner {
  color: #fff;
  height: 80px;
  width: 80px;
  border-radius: 5px;
}

.integration-authorization-required {
  display: block;
  width: 100%;
  color: #fff;
}

.integration-authorization-required img {
  height: 1.5em;
  width: auto;
}

.integration-authorize-label {
  white-space: pre-wrap;
  text-align: center;
  width: 80px;
}

.integration-authorize-yammer {
  background-color: #E1F3FF;
  color: black;
}

.integration-authorize-yammer:hover {
  color: gray;
}

.integration-authorize-facebook {
  background-color: #3b5998;
  color: white;
}

.integration-authorize-yammer-logo {
  max-width: 50px;
  height: auto;
  margin: 15px auto;
}

.integration-authorize-facebook-logo {
  max-width: 50px;
  height: auto;
  margin: 15px auto 15px;
}

.oauth2-response-header {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.oauth2-response-description-header {
  margin-top: 10px;
  text-align: left;
}

.oauth2-response-description {
  text-align: left;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 5px 5px 20px;
  border-radius: 5px;
}

.oauth2-response-success-message {
  margin-bottom: 20px;
}

.help-block {
  display: block;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

.has-error .help-block {
  color: #dc3545;
}

.has-error .col-form-label {
  color: #dc3545;
}

.has-error .form-control {
  border-color: #dc3545;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.project-shops-link {
  cursor: pointer;
}

.content table td.user-actions-wide {
  min-width: 120px;
}

.content table td.user-actions-narrow {
  width: 115px;
}

.user-actions {
  min-height: 0;
  vertical-align: middle !important;
  text-align: center;
}

.user-actions a {
  margin: 3px;
  line-height: 20px;
  vertical-align: middle;
}

.select-from-map-dialog-modal {
  min-width: 95%;
  padding: 0px 0px;
}

.select-from-map-dialog-modal-body {
  display: inline-flex;
  padding: 0px 0px;
  height: 100%;
  width: 100%;
}

.select-from-map-chains-shops-container {
  position: absolute;
  top: 15px;
  right: 15px;
  min-width: 255px;
  max-height: 95%;
  z-index: 1000;
}

.select-from-map-chains-tab {
  width: 100%;
  max-height: 50%;
}

.select-from-map-shops-tab {
  margin-top: 15px;
  width: 100%;
  max-height: 50%;
}

.select-from-map-chains-list {
  max-height: 40vh;
  width: 255px;
  margin: 10px 0px;
}

.select-from-map-shops-list {
  max-height: 40vh;
  width: 255px;
  margin: 10px 0px;
}

.select-from-map-length-wrapper {
  border: 1px solid gray;
  border-radius: 4px;
  background-color: white;
  font-size: 17px;
  padding: 2px 15px;
  width: 165px;
  text-align: center;
}

.select-from-map-chains-toggle-btn {
  display: inline-flex;
}

.select-from-map-shops-toggle-btn {
  display: inline-flex;
}

.text-on-map {
  margin: auto 10px auto auto;
  font-size: 15px;
  min-width: 80px;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 265px;
}

.select-from-map-chains-list > .select2-container,
.select-from-map-shops-list > .select2-container {
  max-height: 27vh;
  overflow: auto;
}

.leaflet-draw-actions li a {
  color: white !important;
}

table > tbody > tr.highlighted {
  background-color: #99bfe6 !important;
}

.galleria-errors {
  visibility: hidden;
  display: none;
}

a.entity-link, a:visited.entity-link, a:visited.entity-link, a:hover.entity-link, a:active.entity-link {
  text-decoration: underline;
  color: #444;
}

#project-navigation.btn-group {
  margin-top: 8px;
  display: table;
}

.archive-button-container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 50%;
}

.item-page-galleria .galleria-image-nav-left {
  height: 62px;
  border-radius: 50px;
  background-color: #444;
  background-position: 20px 16px;
}

.item-page-galleria .galleria-image-nav-right {
  height: 62px;
  border-radius: 50px;
  background-color: #444;
  background-position: -274px 16px;
}

#editUserForm .modal-content {
  max-height: 95vh;
}
#editUserForm .modal-body {
  overflow: auto;
}

.file-size-error, .total-upload-size-error {
  display: none;
  color: red;
}

.upload-size-indicator, .total-upload-size-error {
  width: 100%;
}

.documentation-file-list-container {
  width: 100%;
}

#projectsTable .tablesorter-processing {
  background-image: none;
}

#projectsTable td.date {
  min-width: 125px;
  width: 125px;
}

#navigation {
  position: sticky;
  top: 0;
  z-index: 100;
}

#navigation:hover {
  z-index: 101;
}

.page-header {
  position: sticky;
  top: 43px;
  background-color: white;
  z-index: 50;
}

@media only screen and (max-width: 992px) {
  .page-header {
    top: 0px;
  }
}

#image-modal .modal-body {
  overflow-y: auto;
}

#image-modal #image img {
  max-width: none;
}

#count_message {
  margin-top: -20px;
  margin-right: 5px;
}

.project-alert-single, .project-alert-single-message {
  cursor: pointer;
  padding: 5px;
}

.project-alert-border {
  width: 2px;
  height: 20px;
  background-color: white;
  display: inline-block;
  pointer-events: none;
  vertical-align: middle;
}