@media screen and (min-width: 767px) {
    .organization-lists {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px 0px;
    }
}
.package {
    font-weight:bold;
    margin-bottom: 0px;
}
.package_name {
    font-weight:400;
}
.organization_header {
    margin-top: 0;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.25rem 1rem;
}
.organization_circles {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 30px;
    padding-top: 8px;
}
.organization_circles.names {
    width: 100%;
    gap: 0.25rem 1.5rem;
    margin: 1.5rem 0;
}
.organization_circles .name {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.organization_circles .circle{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.organization-search-form .button_silver {
  padding: 5px 10px;
  font-size: 14px;
}

.organization-search-form label {
  font-size: 13px;
  margin-bottom: 2px;
  display: block;
  font-weight: bold;
}

.organization-profile-definition-label {
  font-weight: bold;
  float: left;
  clear: left;
  margin-bottom: 10px;
}

.organization-profile-image {
  max-width: 100%;
}

.organization-profile-description {
  margin-bottom: 30px;
}

.organization-profile-definitions {
  margin-bottom: 20px;
}

.organization-profile-map #gmap {
  border: 3px solid #E4E4E4;
  padding-top: 75%;
  position: relative;
}

.organization-profile-map #gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.organization-profile-definition:before {
  content: "\00a0\00a0\00a0";
  display: block;
  float: left;
}

#gmap img {
  max-width: none;
}

#gmap {
  padding-top: 65%;
  position: relative;
}

#gmap > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#gmap.large-map {
  padding-top: 150%;
}

.organization-profile-definition {
  float: left;
  margin-bottom: 10px;
  margin-left: 0;
}

.content_container {
  position: static;
}

.organization-result-text,
.organization-list-item h2 {
  font-size: 18px;
  color: #313131;
}

.organizations {
  position: static;
}

.organizations-header {
  margin-top: 10px;
}

.organizations-header p {
  margin-bottom: 10px;
}

.organization-list-item h2 {
  color: #1ca1cb;
}

.organization-list-item h2:hover {
  color: #00384d;
}

.organization-description > *:first-child {
  margin-top: 0;
}

.organization-description > *:last-child {
  margin-bottom: 0;
}

.organizations h2 {
  font-size: 18px;
  line-height: 28px;
}

.organization-highlight {
  text-decoration: underline;
}

.organization-search-form .button {
  border: 0;
  background: #6dc144;
  padding: 8px 16px 8px 16px;
  font-weight:600;
  color:white;
  letter-spacing:0.5px;
  margin-right: 5px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  
  -webkit-box-shadow:1px 1px 0px 1px rgba(0,0,0,0.1);
  -moz-box-shadow:1px 1px 0px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.1);

  text-transform:uppercase;
}
.organization-search-form .button:hover {
  opacity:0.9;
}

.module_organizations_search ul#subnavi {
  margin-top: 0;
}

ul.organization-pagination {
  margin: 4px 0;
}

.organization-form-heading {
  color: #828282;
  font-size: 20px;
  margin: 10px 0 20px 0;
}

.organization-search-form {
  background-color: #F4F7F9;
}

.organization-list-item {
  font-size: 13px;
  line-height: 22px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-bottom: 20px;
}

/* GOOGLE MAP */
.gmap-infobox {
  display: none;
  z-index: 3;
  position: absolute;
  max-width: 400px;
  min-width: 200px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius:  5px;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 15px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 15px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 15px -4px rgba(0, 0, 0, 0.2);
}
.gmap-infobox .gmap-heading {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #6DC144;
  color: #fff;
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}
.gmap-content-block {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
}
.gmap-infobox .gmap-content h3 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin: 0;
}
.gmap-infobox .gmap-content {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 0 10px;
  background-color: #fff;
}

.width-auto {
  width: auto !important;
}

.padded-v-s {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padded-v-m {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padded-v-l {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padded-v-xl {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padded-v-xxl {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padded-v-xxxl {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padded-v-xxxxl {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padded-s {
  padding-left: 5px;
  padding-right: 5px;
}

.padded-m {
  padding-left: 10px;
  padding-right: 10px;
}

.padded-l {
  padding-left: 15px;
  padding-right: 15px;
}

.padded-xl {
  padding-left: 20px;
  padding-right: 20px;
}

.padded-xxl {
  padding-left: 25px;
  padding-right: 25px;
}

.padded-xxxl {
  padding-left: 30px;
  padding-right: 30px;
}

.padded-xxxxl {
  padding-left: 50px;
  padding-right: 50px;
}

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

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

.padded-top {
  padding-bottom: 0;
}

.padded-bottom {
  padding-top: 0;
}

.padded-left-none {
  padding-left: 0;
}

.padded-right-none {
  padding-right: 0;
}

.padded-top-none {
  padding-top: 0;
}

.padded-bottom-none {
  padding-bottom: 0;
}

.padded-v-none {
  padding-top: 0;
  padding-bottom: 0;
}

.padded-none {
  padding-left: 0;
  padding-right: 0;
}

.marged-v-s {
  margin-top: 5px;
  margin-bottom: 5px;
}

.marged-v-m {
  margin-top: 10px;
  margin-bottom: 10px;
}

.marged-v-l {
  margin-top: 15px;
  margin-bottom: 15px;
}

.marged-v-xl {
  margin-top: 20px;
  margin-bottom: 20px;
}

.marged-v-xxl {
  margin-top: 25px;
  margin-bottom: 25px;
}

.marged-v-xxxl {
  margin-top: 30px;
  margin-bottom: 30px;
}

.marged-v-xxxxl {
  margin-top: 50px;
  margin-bottom: 50px;
}

.marged-s {
  margin-left: 5px;
  margin-right: 5px;
}

.marged-m {
  margin-left: 10px;
  margin-right: 10px;
}

.marged-l {
  margin-left: 15px;
  margin-right: 15px;
}

.marged-xl {
  margin-left: 20px;
  margin-right: 20px;
}

.marged-xxl {
  margin-left: 25px;
  margin-right: 25px;
}

.marged-xxxl {
  margin-left: 30px;
  margin-right: 30px;
}

.marged-xxxxl {
  margin-left: 50px;
  margin-right: 50px;
}

.marged-left {
  margin-right: 0;
}

.marged-right {
  margin-left: 0;
}

.marged-top {
  margin-bottom: 0;
}

.marged-bottom {
  margin-top: 0;
}

.marged-v-none {
  margin-top: 0;
  margin-bottom: 0;
}

.marged-left-none {
  margin-left: 0;
}

.marged-right-none {
  margin-right: 0;
}

.marged-top-none {
  margin-top: 0;
}

.marged-bottom-none {
  margin-bottom: 0;
}

.marged-none {
  margin-left: 0;
  margin-right: 0;
}

/* PAGINATION START */
ul.pagination {
  list-style: none outside none;
  margin: 10px 0;
  font-size: 16px;
}
ul.pagination > li {
  background-image: none;
  padding: 0;
}
ul.pagination > li > a {
  color: #333;
  font-weight: 300;
  padding: 3px 11px;
}
ul.pagination > li > a.next {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url(/images/style/icon-right.png);
  background-repeat: no-repeat;
  background-position: center center;
}
ul.pagination > li > a.previous {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background-image: url(/images/style/icon-left.png);
  background-repeat: no-repeat;
  background-position: center center;
}
ul.pagination > li > a:hover,
ul.pagination > li > a:active,
ul.pagination > li > a:visited {
  color: #111;
}
ul.pagination > li.active > a {
  background-color: #6dc144;
  border-color: #6dc144;
  color: #fff;
  font-weight: 600;
}
ul.pagination > li.active > a:hover,
ul.pagination > li.active > a:active,
ul.pagination > li.active > a:visited {
  background-color: #6dc144;
  border-color: #6dc144;
}
/* PAGINATION END */

.organization-attachment-table .form-group,
.organization-total-table .form-group {
  margin-bottom: 0;
}

.no-js .no-js-hide {
  display: none;
}

.total-sum-text {
  text-align: right !important;
  vertical-align: middle !important;
}

.total-sum-text-highlight {
  font-size: 17px;
  font-weight: bold;
}

.total-sum-text-highlight input {
  font-size: 28px;
  font-weight: normal;
}

.organization-attachment-table thead th,
.organization-total-table thead th {
  vertical-align: middle !important;
}

.organization-attachment-table .form-control[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  color: #333;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.organization-attachment-table .total-sum-label,
.action-button,
.organization-attachment-table .total-label {
  width: 1px;
  white-space: nowrap;
}

.organization-attachment-table .total-label {
  vertical-align: middle !important;
  text-align: right !important;
}

.organization-attachment-table .total-sum,
.organization-attachment-table .total-sum-label,
.organization-attachment-table .total-sum-unit {
  vertical-align: middle !important;
  text-align: left !important;
  padding-top: 0;
  padding-bottom: 0;
}

.organization-attachment-table .total-sum-label {
  padding-left: 0;
}

.organization-attachment-table .total-sum .form-control[disabled],
.organization-attachment-table .total-sum-unit {
  font-size: 2em;
}

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

.nav > li > input {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > input:hover,
.nav > li > input:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > input {
  color: #777;
}

.nav > li.disabled > input:hover,
.nav > li.disabled > input:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-tabs > li {
  padding-left: 0;
  background: none;
}

.nav-tabs > li > input {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > input:hover {
  border-color: #eee #eee #ddd;
  
}

.nav-tabs > li.active > input,
.nav-tabs > li.active > input:hover,
.nav-tabs > li.active > input:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.organization-steps {
  margin-bottom: 30px;
}

.organization-buttons {
  margin-top: 10px;
}

.organization-step-content > *:first-child {
  margin-top: 0;
}

.organization-step-content > p {
  margin-bottom: 30px;
}

.organization-summary-table th {
  width: 1px;
  white-space: nowrap;
  padding-right: 20px;
  text-align: right;
}
.organization-summary-table td,
.organization-summary-table th {
  padding: 2px 20px 2px 0;
}

.organization-summary-table {
  margin-bottom: 20px;
}

.organization-summary-attachment-table {
  width: auto;
}

.table.organization-summary-attachment-table td,
.table.organization-summary-attachment-table th {
  width: 1px;
  white-space: nowrap;
  padding: 4px 8px 4px 8px;
}

.organization-tooltip {
  position: relative;
  cursor: pointer;
}

.organization-tooltip > span {
  color: #313131;
}

.organization-tooltip:before {
  top: 0;
  left: 0;
  height: 0;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  z-index: -100;
}

h3, h4 {
  font-weight: bold;
}

.organization-tooltip:after {
  position: absolute;
  content: attr(data-tooltip);
  display: block;
  background-color: #ffffff;
  padding: 4px 8px 4px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: 300px;
  color: #313131;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.4);
  top: 0;
  left: 0;
  white-space: nowrap;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0 0.3s, height 0 0.3s;
  -moz-transition: opacity 0.3s, width 0 0.3s, height 0 0.3s;
  transition: opacity 0.3s, width 0 0.3s, height 0 0.3s;
  width: 0;
  height: 0;
  z-index: -100;
} 

.csstransforms .organization-tooltip:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.csstransforms .organization-tooltip:before {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.organization-tooltip:hover:before {
  top: 100%;
  height: 20px;
  z-index: auto;
}

.organization-tooltip:hover:after {
  top: 100%;
  z-index: auto;
  opacity: 1;
  width: auto;
  height: auto;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

.organization-report-heading {
  position: relative;
}

.organization-autosave-text {
  font-size: 0.6em;
  margin-left: 10px;
  bottom: 0;
  line-height: 1.4em;
  position: absolute;
  color: #555555;
}