/*
------------------------------
Main
------------------------------
*/

.p-5px{
    padding: 5px;
}
/*
------------------------------
Functions
------------------------------
*/
/*
------------------------------
Mixins
------------------------------
*/
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 4px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 3px 10px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  color: #9e0000;
  cursor: pointer;
  display: block;
  float: right;
  font-weight: 700;
  height: 26px;
  text-align: center;
  width: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    display: block;
    float: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-bottom: 1px dotted #ccc;
    cursor: default;
    padding: 4px 5px 2px 5px;
    width: 100%;

    background-color: #fff;
    border: 0;
    border-radius: 0;
    display: inline-block;
    margin-left:0;
    margin-top: 0;
  
    display: inline-block;
    clear: both;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:last-child {
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #9e0000;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  float: right;
  border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #50bf22;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#eeeeee));
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #50bf22;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #50bf22;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#ffffff));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #50bf22;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #50bf22;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #50bf22;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #50bf22;
}

/* iCheck plugin Minimal skin, green
----------------------------------- */
.icheckbox_minimal-green,
.iradio_minimal-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(../images/green.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-green {
  background-position: 0 0;
}

.icheckbox_minimal-green.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-green.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-green.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-green.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-green {
  background-position: -100px 0;
}

.iradio_minimal-green.hover {
  background-position: -120px 0;
}

.iradio_minimal-green.checked {
  background-position: -140px 0;
}

.iradio_minimal-green.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-green.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .icheckbox_minimal-green,
  .iradio_minimal-green {
    background-image: url(../images/green.png);
    background-size: 200px 20px;
  }
}
/*!
 * Datepicker v0.6.5
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2018 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-03-31T06:16:43.444Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 25px;
  padding: 10px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #8cd31c;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #8cd31c;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #8cd31c;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #8cd31c;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: rgba(140, 221, 28, 0.3);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgba(140, 221, 28, 0.3);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgba(140, 221, 28, 0.3);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #669c12;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgba(140, 221, 28, 0.3);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 25px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
  font-weight: bold;
}

.datepicker-hide {
  display: none;
}

/* xdsoft datetimepicker */
.xdsoft_datetimepicker .xdsoft_calendar th , .xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th{
    background: none;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current{
    color: #669c12;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    box-shadow: none;
    font-weight: inherit;
    background-color: rgba(140,221,28,.3);
}

input.date {
    background-image: url(../img/input_date.png);
    background-repeat: no-repeat;
    background-position: right center;
}


/*
------------------------------
Mixins
------------------------------
*/
/*
-----------------------------------
RESET
-----------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  background: none;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

q,
blockquote {
  quotes: none;
}

q:before, q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  cursor: pointer;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #fff;
  color: #777;
  font: 1.2rem/1.2 arial, sans-serif;
  padding-top: 50px;
}

.fb-header {
  background: #eee;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
}

.fb-container,
.fb-file-container {
  margin: 0;
  padding: 0;
}

.fb-container {
  list-style: none;
  overflow: hidden;
}

.fb-file-container {
  float: left;
  padding: 10px;
}

.fb-file {
  background: url(../img/mimes/transparent.jpg);
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
}

.fb-file-thumb {
  background: no-repeat center;
  background-size: cover;
  height: 100px;
  width: 150px;
}

.fb-file-info {
  background: #fff;
  height: 50px;
  padding: 8px 8px 32px;
  position: relative;
  width: 150px;
}

.fb-file-name {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.fb-file-insert,
.fb-file-download {
  display: block;
  font-size: 0;
  height: 16px;
  position: absolute;
  bottom: 8px;
  text-indent: -9999px;
  overflow: hidden;
  width: 16px;
}

.fb-file-insert {
  background: url(../img/mimes/insert.png);
  right: 28px;
}

.fb-file-download {
  background: url(../img/mimes/download.png);
  right: 8px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
------------------------------
Variables
------------------------------
*/
/*
-----------------------------------
RESET
-----------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  background: none;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

q,
blockquote {
  quotes: none;
}
q:before, q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  cursor: pointer;
}

/*
------------------------------
 Base: base
------------------------------
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

body {
  background: #fff;
  color: #333;
  font: 12px/1.6 arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: auto;
}

/*
------------------------------
Base: typography
------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #62489d;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

/*
------------------------------
Base: blocks
------------------------------
*/
p,
q,
pre,
blockquote {
  margin-bottom: 20px;
}

/*
-------------------------------------------------
Lists
-------------------------------------------------
*/
/*
------------------------------
Base: links
------------------------------
*/
a {
  color: #11721a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #000;
  text-decoration: none;
}

/*
------------------------------
Base: common
------------------------------
*/
.pos--l {
  float: left;
}

.pos--r {
  float: right;
}

/*
-------------------------------------------------
Component: grid
-------------------------------------------------
*/
.grid, .grid .row {
  *zoom: 1;
  display: block;
}
.grid:after, .grid .row:after {
  content: "";
  display: table;
  clear: both;
}
.grid > [class*="col"] {
  float: left;
  padding: 10px;
}
.grid .col-1-12 {
  width: 8.33333%;
}
.grid .col-2-12 {
  width: 16.66667%;
}
.grid .col-3-12 {
  width: 25%;
}
.grid .col-4-12 {
  width: 33.33333%;
}
.grid .col-5-12 {
  width: 41.66667%;
}
.grid .col-6-12 {
  width: 50%;
}
.grid .col-7-12 {
  width: 58.33333%;
}
.grid .col-8-12 {
  width: 66.66667%;
}
.grid .col-9-12 {
  width: 75%;
}
.grid .col-10-12 {
  width: 83.33333%;
}
.grid .col-11-12 {
  width: 91.66667%;
}
.grid .col-12-12 {
  width: 100%;
}
.grid .col-l {
  float: left !important;
}
.grid .col-r {
  float: right !important;
}

/*
------------------------------
 Component: menu
------------------------------
*/
.menu {
  *zoom: 1;
  list-style: none;
}
.menu:after {
  content: "";
  display: table;
  clear: both;
}
.menu,
.menu li {
  margin: 0;
  padding: 0;
  position: relative;
}

.menu--h li {
  float: left;
}

.menu--v li {
  float: none;
}

/*
------------------------------------------------
Component: button
------------------------------------------------
*/
.btnbar {
  overflow: hidden;
  margin: -5px -5px 10px;
}
.btnbar > [class*="col"] {
  float: left;
  padding: 5px;
}
@media only screen and (max-width: 1023px) {
  .btnbar > [class*="col"] {
    width: 100% !important;
  }
}

.btn {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn a:hover {
  text-decoration: none;
}

.btn--icon i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "FontAwesome";
  line-height: inherit;
  text-align: center;
}

.btn--xl {
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
}
.btn--xl.btn--icon {
  padding-left: 40px;
}
.btn--xl.btn--icon i {
  height: 40px;
  width: 40px;
}

.btn--md {
  font-size: 12px;
  line-height: 28px;
  padding: 0 15px;
}
.btn--md.btn--icon {
  padding-left: 28px;
}
.btn--md.btn--icon i {
  height: 28px;
  width: 28px;
}

.btn--sm {
  font-size: 12px;
  line-height: 24px;
  padding: 0 15px;
}
.btn--sm.btn--icon {
  padding-left: 24px;
}
.btn--sm.btn--icon i {
  height: 24px;
  width: 24px;
}

.btn--1 {
  background: #50bf22 !important;
  color: #fff !important;
}
.btn--1:hover {
  background: #45a31d !important;
  color: #fff !important;
}

.btn--2 {
  background: #fcee21 !important;
  color: #333 !important;
}
.btn--2:hover {
  background: #fdd801 !important;
  color: #333 !important;
}

.btn--3 {
  background: #eee !important;
  color: #333 !important;
}
.btn--3:hover {
  background: #e5e5e5 !important;
  color: #333 !important;
}

.btn--4 {
  background: #62489d !important;
  color: #fff !important;
}
.btn--4:hover {
  background: #503b82 !important;
  color: #fff !important;
}

/*
------------------------------------------------
Component: button / link
------------------------------------------------
*/
.btn--link {
  font: 12px/1.6 arial, sans-serif;
  text-transform: none;
  white-space: nowrap;
}
.btn--link i,
.btn--link i:before {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.btn--link i {
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--link:hover i {
  color: #000 !important;
}

/*
------------------------------------------------
Component: button / actions
------------------------------------------------
*/
.btn--act {
  font-size: 18px;
  line-height: 18px;
  margin: 0 4px;
}
.btn--act, .btn--act.btn--icon i {
  text-align: center;
  height: 18px;
  width: 18px;
}

.btn--act-0 {
  color: #909090;
}

.btn--act-1 {
  color: #ffeb02;
}

.btn--act-2 {
  color: #6bb639;
}

.btn--act-3 {
  color: #ffc002;
}

.btn--act-4 {
  color: #ff2c02;
}

.btn--act-5 {
  color: #6bb639;
}

.btn--act-6 {
  color: #cc0000;
}

/*
------------------------------------------------
Component: button / custom
------------------------------------------------
*/
.btn--map,
.btn--list {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background: url('../images/sprites-s09a67db9aa.png');
  display: block;
  height: 40px;
  width: 60px;
  z-index: 200;
}

.btn--map {
  background-position: 0 -40px;
}

.btn--list {
  background-position: 0 0;
}

.btn--filter {
  color: #8cd31c;
  font-size: 18px;
}
.btn--filter i {
  line-height: 26px;
  font-size: 22px;
  margin-left: 10px;
}

/*
------------------------------
Component: form
------------------------------
*/
.form-row {
  *zoom: 1;
  margin-bottom: 10px;
}
.form-row:after {
  content: "";
  display: table;
  clear: both;
}

.form-row .input-label {
  padding: 5px 0 10px;
}

.input-label label {
  display: block;
  line-height: 18px;
  padding-right: 20px;
}

.input-label label.required:after,
.input-label-required label:after {
  *zoom: 1;
  color: #c60000;
  content: "*";
  margin-left: 5px;
}
.input-label label.required:after:after,
.input-label-required label:after:after {
  content: "";
  display: table;
  clear: both;
}

span.required {
  color: #c60000;
  margin-right: 5px;
}

.input-text input,
.input-date input,
.input-textarea textarea {
  background-color: #fff;
}

.input-text input {
  border: 1px solid #ccc;
  display: block;
  height: 28px;
  padding: 0 5px;
  width: 100%;
}

.input-textarea textarea {
  border: 1px solid #ccc;
  display: block;
  height: 80px;
  max-height: 300px;
  min-height: 80px;
  padding: 3px 5px;
  resize: vertical;
  width: 100%;
}

.input-select select {
  opacity: 0;
  width: 100%;
}

.input-checkbox {
  padding: 4px 0;
}

.input-checkbox input {
  opacity: 0;
}

.input-radio {
  padding: 4px 0;
}

.input-radio input {
  opacity: 0;
}

.input-date input {
  background-image: url(../img/input_date.png);
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  display: block;
  height: 28px;
  padding: 0 5px;
  padding-right: 33px;
  width: 100%;
}

.input-submit input,
.input-button button {
  cursor: pointer;
}

.input .errors,
.input .errors li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input .errors {
  color: #cc0202;
  font-size: 12px;
  margin-top: 10px;
}

.input.active > input,
.input.active .chosen-single,
.input.active .chosen-choices {
  -webkit-box-shadow: 1px 1px 20px -3px rgba(140, 211, 28, 0.5);
          box-shadow: 1px 1px 20px -3px rgba(140, 211, 28, 0.5);
  border-color: #8cd31c;
}

input.default {
  color: #ccc !important;
  font-style: italic;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-style: italic;
}

::-moz-placeholder {
  color: #ccc;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #ccc;
  font-style: italic;
}

:-moz-placeholder {
  color: #ccc;
  font-style: italic;
}

input[type=text]:disabled {
  background: #dddddd;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

/*
-----------------------------------------
Component: definitions
-----------------------------------------
*/
.definitions__row {
  overflow: hidden;
}

.definitions__title,
.definitions__data {
  float: left;
  margin-bottom: 5px;
}

.definitions__title {
  color: #999;
  padding-right: 20px;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .definitions__title {
    font-weight: 600;
  }
}

.definitions__data {
  width: 50%;
}

/*
------------------------------
 Component: legend
------------------------------
*/
.legend {
  list-style: none;
  margin: 0;
  padding: 0;
}

.legend__item {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.legend__item--1 {
  background-image: url(../img/markers/0.png);
}

.legend__item--2 {
  background-image: url(../img/markers/1.png);
}

.legend__item--3 {
  background-image: url(../img/markers/5.png);
}

/*
------------------------------
 Module: menu-sidebar
------------------------------
*/
.sidebar-menu {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar-menu li {
  border: solid #e3e3e3;
  border-width: 1px 0 0 0;
}
.sidebar-menu li:first-child {
  border-width: 0;
}
.sidebar-menu li:hover a,
.sidebar-menu li.active a {
  color: #39b54a;
}
.sidebar-menu a {
  color: #555;
  display: block;
  padding: 12px 0;
}

/*
------------------------------------------------
 Module: menu-content
------------------------------------------------
*/
.content-menu {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .content-menu li {
    border-top: 1px solid #39b54a;
    float: none;
  }
}
.content-menu a {
  color: #fff;
  display: block;
  padding: 0 18px;
}
.content-menu li.active > a {
  color: #333;
}
.content-menu .btn--close {
  position: absolute;
  top: -50px;
  right: 0;
  color: #fff;
  height: 50px;
  text-align: center;
  width: 50px;
}
.content-menu .btn--close i {
  font-size: 25px;
  line-height: 50px;
}
.content-menu .menu-icon {
  position: relative;
  padding-left: 50px;
}
.content-menu .menu-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "FontAwesome";
  font-size: 20px;
  height: 50px;
  line-height: 48px;
  margin-left: 5px;
  text-align: center;
  width: 50px;
}
@media only screen and (min-width: 1024px) {
  .content-menu li:hover ul {
    display: block;
    max-height: 1000px;
    padding: 10px 20px;
  }
  .content-menu li:hover a {
    color: #333;
  }
}
@media only screen and (max-width: 1023px) {
  .content-menu li.li--active ul {
    display: none;
    padding: 10px 20px;
  }
  .content-menu li:hover > a {
    color: #fff;
  }
}

/*
------------------------------------------------
 Module: menu-content / has-children
------------------------------------------------
*/
.content-menu li.has-children:before, .content-menu li.has-children:after {
  position: absolute;
  top: 50px;
  left: 50%;
  border: 0 solid transparent;
  content: "";
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}
@media only screen and (max-width: 1023px) {
  .content-menu li.has-children:before, .content-menu li.has-children:after {
    left: 30px;
  }
}
.content-menu li.has-children:before {
  border-top: solid #fff;
  z-index: 110;
}
.content-menu li.has-children:after {
  border-top: solid #8cd31c;
  margin-top: -2px;
  z-index: 115;
}
@media only screen and (min-width: 1024px) {
  .content-menu li.has-children:hover:before, .content-menu li.has-children:hover:after {
    border-width: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-menu li.has-children.li--active:before, .content-menu li.has-children.li--active:after {
    border-width: 10px;
  }
}

/*
------------------------------------------------
 Module: menu-content / submenu
------------------------------------------------
*/
.content-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #b9f05b;
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  max-height: 0;
  font-size: 14px;
  line-height: 18px;
  min-width: 250px;
  padding: 0 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
.content-menu ul li {
  border: none;
  border-top: 1px solid #dcfda2;
}
.content-menu ul li:first-child {
  border: none;
}
.content-menu ul a {
  color: #333;
  padding: 12px 0;
}
.content-menu ul li:hover a,
.content-menu ul li.active a {
  color: #39b54a !important;
}
@media only screen and (max-width: 1023px) {
  .content-menu ul {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
    max-height: 1000px;
    min-width: 100%;
    padding: 10px 20px;
    position: static;
  }
}

/*
------------------------------------------------
 Module: menu-content / main
------------------------------------------------
*/
.content-menu--main {
  background: #8cd31c;
  float: left;
}
.content-menu--main li {
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 1023px) {
  .content-menu--main li {
    border-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .content-menu--main {
    float: none;
  }
}

/*
------------------------------------------------
 Module: menu-content / user
------------------------------------------------
*/
.content-menu--user {
  background: #39b54a;
  float: right;
}
.content-menu--user li {
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 1023px) {
  .content-menu--user li {
    border-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .content-menu--user {
    background: #8cd31c;
    float: none;
  }
}

/*
------------------------------
Component: filter
------------------------------
*/
.filter__header {
  border-bottom: 1px solid #eee;
  display: none;
  margin-bottom: 0;
  padding: 10px 20px;
  position: relative;
}
.filter__header h2 {
  color: #62489d;
  margin-bottom: 0;
  padding: 5px 0;
  padding-right: 120px;
  white-space: nowrap;
}
.filter__header .btn--filter {
  position: absolute;
  top: 18px;
  right: 20px;
}

.filter__header--active {
  display: block;
}

.filter-row {
  margin-bottom: 15px;
}
.filter-row .input-label {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.filter-row-group {
  overflow: hidden;
  margin-top: 30px;
}
.filter-row-group .input {
  float: left;
  margin-right: 10px;
}

/*
------------------------------
 Module: map
------------------------------
*/
.leaflet-container {
  z-index: 0;
}

.leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 0;
}

.leaflet-popup-content {
  margin: 0;
}

.leaflet-container a.leaflet-popup-close-button {
  height: auto;
  padding: 10px;
  width: auto;
}

/*
------------------------------
Module: campslist
------------------------------
*/
.campslist {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}
.campslist tr {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 1023px) {
  .campslist tr {
    display: block;
    padding: 10px;
    position: relative;
  }
}
.campslist th,
.campslist td {
  padding: 8px 10px;
}
@media only screen and (max-width: 1023px) {
  .campslist th,
  .campslist td {
    border: none;
    display: block;
    padding: 5px 10px;
    width: 100%;
  }
}
.campslist th {
  padding-bottom: 15px;
  text-align: left;
}
.campslist th[width="1"],
.campslist td[width="1"] {
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .campslist thead {
    display: none;
  }
  .campslist .col-1 {
    display: none;
  }
  .campslist .col-2 {
    font-size: 18px;
    padding-right: 30px;
  }
  .campslist .col-5 {
    position: absolute;
    top: 8px;
    right: 20px;
    height: 26px;
    width: 26px;
  }
}

.filter .icheckbox_minimal-green {
    cursor: pointer;
    min-width: 20px;
}

/*
------------------------------
Component: scrollbar
------------------------------
*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #50bf22;
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: #50bf22;
}

/*
------------------------------
Module: infobox
------------------------------
*/
.infobox {
  background-color: #fff;
  padding: 20px;
}
@media only screen and (max-width: 1023px) {
  .infobox {
    padding: 20px 20px 60px;
  }
}
.infobox:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.infobox h5 {
  color: #62489d;
  font-weight: 600;
  padding-right: 40px;
}
.infobox dl,
.infobox dt,
.infobox dd {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  overflow: hidden;
}
.infobox dl {
  margin-bottom: 20px;
  padding-left: 120px;
}
.infobox dt {
  float: left;
  font-weight: 600;
  margin-left: -120px;
  width: 120px;
}
.infobox .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../img/ib_close.png);
  cursor: pointer;
  height: 19px;
  width: 19px;
}

.infobox-container .infobox {
  position: absolute;
  bottom: 50px;
  left: 0;
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.3);
  min-width: 400px;
}
.infobox-container .infobox:after {
  position: absolute;
  bottom: -15px;
  left: 185px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}
.infobox-container img {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .infobox-container {
    display: none;
  }
}

.infobox-md-container {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .infobox-md-container {
    display: block;
  }
}

/*
------------------------------
Module: paginator
------------------------------
*/
.pagination {
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.pagination,
.pagination a {
  color: #000;
  text-decoration: none;
}

.pagination-num,
.pagination-next,
.pagination-prev {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 8px 10px;
}

.pagination-next img,
.pagination-prev img {
  height: 28px;
  width: 28px;
}

.pagination-num-active {
  color: #50bf22;
}

/*
------------------------------
Module: gallery
------------------------------
*/
.gallery {
  position: relative;
}
.gallery .gallery__slides {
  *zoom: 1;
  background: url(../images/preloader_small.gif) no-repeat center;
  border: 1px solid #eee;
  margin-bottom: 10px;
  height: 300px;
}
.gallery .gallery__slides:after {
  content: "";
  display: table;
  clear: both;
}
.gallery .gallery__slide {
  background: no-repeat center;
  background-size: cover;
  height: 300px;
  width: 100%;
}
.gallery .gallery__thumbs {
  margin: -5px;
  overflow: hidden;
}
.gallery .gallery__thumb {
  background: url(../images/preloader_small.gif) no-repeat center;
  float: left;
  padding: 5px;
  width: 33.33333%;
}
.gallery .gallery__thumb div {
  border: 1px solid #eee;
  background: no-repeat center;
  background-size: cover;
  cursor: pointer;
  height: 80px;
  width: 100%;
  position: relative;
}
.gallery .gallery__thumb.active div {
  border: 3px solid #ffe100;
}
.gallery .gallery__arrow {
  position: absolute;
  top: 135px;
  background: #ffe100;
  cursor: pointer;
  z-index: 100;
}
.gallery .gallery__arrow i:before {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.gallery .gallery__prev {
  left: -10px;
}
.gallery .gallery__next {
  right: -10px;
}
.gallery .gallery__del i:before {
  background: #fff;
  color: #ff0000;
  display: block;
  text-align: center;
}
.gallery .gallery__del--big {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
.gallery .gallery__del--big i:before {
  font-size: 24px;
  height: 32px;
  line-height: 30px;
  width: 32px;
}
.gallery .gallery__del--small {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 100;
}
.gallery .gallery__del--small i:before {
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  width: 24px;
}

/*
------------------------------
Module: coments
------------------------------
*/
.comments .comments__item {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.comments .comments__item:first-child {
  border-top: 1px solid #ccc;
}
.comments .comments__author {
  font-weight: 600;
}
.comments .comments__datetime {
  color: #ccc;
}
.comments .comments__message {
  margin: 10px 0;
}

/*
-------------------------------------------------
Module: coordinates
-------------------------------------------------
*/
.coordinates {
  background: #fcee21;
  border: 1px solid #a59c19;
  margin-bottom: 20px;
  padding: 20px;
}
.coordinates .message {
  background-color: #e4ffed;
  border: 1px solid #d0e8c1;
  color: #4f8d27;
  display: none;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 8px 20px;
}

/*
------------------------------
Layout: sidebar-header
------------------------------
*/
.sidebar-header {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 120px;
  width: 250px;
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  .sidebar-header {
    position: static;
    width: 100%;
  }
}

.sidebar-header__logo {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background: url(../images/logo.png);
  display: block;
  height: 120px;
  margin: 0 auto;
  width: 158px;
}
@media only screen and (max-width: 1023px) {
  .sidebar-header__logo {
    margin: 0 20px;
  }
}

.sidebar-header__toggle {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #62489d;
  display: none;
  font-size: 48px;
}
@media only screen and (max-width: 1023px) {
  .sidebar-header__toggle {
    display: block;
  }
}

/*
------------------------------
Layout: sidebar
------------------------------
*/
.sidebar {
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 20px 20px 0;
  overflow: auto;
  width: 250px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .sidebar {
    position: absolute;
    top: 182px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    z-index: 800;
  }
}
.sidebar:after {
  content: "";
  display: block;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .sidebar h2 {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .sidebar--active {
    display: block;
  }
}

/*
------------------------------
Layout: content-header
------------------------------
*/
.content-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 250px;
  background: #50bf22;
  min-height: 50px;
  z-index: 900;
}
@media only screen and (max-width: 1023px) {
  .content-header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    padding-top: 50px;
    overflow: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .content-header--active {
    display: block;
  }
}

/*
------------------------------
Layout: content
------------------------------
*/
.prestyle {
  padding: 9.5px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.content__legend,
.content__legend div {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content__legend {
  margin-bottom: 20px;
}

.content__legend div {
  background: no-repeat 0 center;
  padding: 5px 0;
  padding-left: 35px;
}

/*
------------------------------
Layout: footer
------------------------------
*/
.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: url(../images/footer.png); */
  /* height: 60px;
  z-index: 100; */
}

/*
------------------------------
View: default
------------------------------
*/
.view--default {
  position: fixed;
  top: 52px;
  right: 0;
  bottom: 0;
  left: 250px;
  background: #eee;
  padding: 10px;
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  .view--default {
    background: #fff;
    padding: 0;
    position: static;
    width: 100%;
  }
}
.view--default .view__header {
  margin-bottom: 10px;
  min-height: 40px;
  padding-left: 105px;
}
@media only screen and (max-width: 1023px) {
  .view--default .view__header {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 10px 20px;
  }
}
.view--default .view__header h2 {
  margin-bottom: 0;
  padding: 5px 0;
}
.view--default .view__btn--back {
  position: fixed;
  top: 62px;
  left: 235px;
  z-index: 500;
}
@media only screen and (max-width: 1023px) {
  .view--default .view__btn--back {
    bottom: 10px;
    left: 10px;
    top: auto;
  }
}
.view--default .view__content {
  background: #fff;
  padding: 20px 20px 0;
  overflow: auto;
}
.view--default .view__content:after {
  content: "";
  display: block;
  margin-bottom: 60px;
}

/*
------------------------------
View: content
------------------------------
*/
.customPageContent a {
  color: #11721a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.customPageContent a:hover {
  color: #000;
  text-decoration: underline;
}
.customPageContent p,
.customPageContent q,
.customPageContent pre,
.customPageContent blockquote {
  margin-bottom: 20px;
}
.customPageContent p:last-child,
.customPageContent q:last-child,
.customPageContent pre:last-child,
.customPageContent blockquote:last-child {
  margin-bottom: 0;
}
.customPageContent ul,
.customPageContent ol {
  margin-bottom: 20px;
}
.customPageContent ul:last-child,
.customPageContent ol:last-child {
  margin-bottom: 0;
}
.customPageContent li {
  margin-left: 15px;
  padding-left: 5px;
}
.customPageContent li ul:only-child,
.customPageContent li ol:only-child {
  margin: 20px 0;
}
.customPageContent li:last-child ul,
.customPageContent li:last-child ol {
  margin-bottom: 0;
}
.customPageContent table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.customPageContent table:last-child {
  margin-bottom: 0;
}
.customPageContent td {
  border: 1px solid #777;
  padding: 10px;
}

/*
------------------------------
View: map
------------------------------
*/
.view--map {
  position: fixed;
  top: 52px;
  right: 0;
  bottom: 0;
  left: 250px;
  background: #eee url(../images/preloader.gif) no-repeat center;
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  .view--map {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
  }
}
.view--map .view__header {
  background: #fff;
  border-bottom: 1px solid #eee;
  display: none;
  min-height: 40px;
  padding: 10px 20px;
}
@media only screen and (max-width: 1023px) {
  .view--map .view__header {
    display: block;
  }
}
.view--map .view__header h2 {
  color: #62489d;
  margin-bottom: 0;
  padding: 5px 0;
  padding-right: 120px;
}
.view--map .view__btn--filter {
  position: absolute;
  top: 18px;
  right: 20px;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .view--map .view__btn--filter {
    display: block;
  }
}
.view--map .view__map-control {
  position: absolute;
  top: 10px;
  right: 0;
  overflow: hidden;
  z-index: 200;
}
@media only screen and (max-width: 1023px) {
  .view--map .view__map-control {
    left: 10px;
    right: auto;
  }
}
.view--map .view__map-control a {
  float: left;
  margin: 0 10px;
}
.view--map .view__map-legend {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 200;
}
@media only screen and (max-width: 1023px) {
  .view--map .view__map-legend {
    display: none;
  }
}
.view--map .view__map-legend .legend__item {
  background-repeat: no-repeat;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 35px;
}
.view--map .view__map-canvas {
  height: 100%;
  width: 100%;
}
.view--map .view__content {
  position: relative;
}

/*
------------------------------
View: list
------------------------------
*/
.view--list {
  position: fixed;
  top: 52px;
  right: 0;
  bottom: 0;
  left: 250px;
  background: #eee;
  padding: 10px;
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  .view--list {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background: #fff;
    padding: 0;
    width: 100%;
  }
}
.view--list .view__header {
  margin-bottom: 10px;
  min-height: 40px;
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .view--list .view__header {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 10px 20px;
  }
}
.view--list .view__header h2 {
  color: #62489d;
  margin-bottom: 0;
  padding: 5px 0;
  padding-right: 120px;
}
.view--list .view__btnbar {
  position: absolute;
  top: 18px;
  right: 500px;
  width: 142px;
}
@media only screen and (max-width: 1023px) {
  .view--list .view__btnbar {
    display: none;
  }
}
.view--list .view__ordering {
  position: absolute;
  top: 10px;
  right: 170px;
  height: 28px;
  margin: 6px;
  padding-left: 80px;
  width: 300px;
}
.view--list .view__ordering label {
  display: block;
  line-height: 28px;
  float: left;
  font-size: 14px;
  margin-left: -80px;
  width: 80px;
}
@media only screen and (max-width: 1023px) {
  .view--list .view__ordering {
    display: none;
  }
}
.view--list .view__map-control {
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  z-index: 200;
}
@media only screen and (max-width: 1023px) {
  .view--list .view__map-control {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    position: static;
  }
}
.view--list .view__map-control a {
  float: left;
  margin-left: 20px;
}
.view--list .view__btn--filter {
  position: absolute;
  top: 18px;
  right: 20px;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .view--list .view__btn--filter {
    display: block;
  }
}
.view--list .view__content {
  background: #fff;
  padding: 20px 20px 0;
  overflow: auto;
}
@media only screen and (max-width: 1023px) {
  .view--list .view__content {
    height: auto !important;
    padding: 0;
    position: static;
  }
}
.view--list .view__content:after {
  content: "";
  display: block;
  margin-bottom: 60px;
}

/*
------------------------------
View: camp
------------------------------
*/
.view--camp .view__menu li {
  font-size: 14px;
  padding: 0 10px;
}
.view--camp .view__application {
  background: no-repeat left 1px;
  margin-bottom: 10px;
  padding-left: 30px;
}
.view--camp .view__location {
  height: 300px;
  margin-bottom: 20px;
  width: 100%;
}
.view--camp .view__gallery,
.view--camp .view__description {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .view--camp .view__grid--1 .col-4-12 {
    width: 100%;
  }
}
.view--camp .view__grid--2 .col-4-12 {
  float: right;
}
@media only screen and (max-width: 1023px) {
  .view--camp .view__grid--2 .col-4-12 {
    width: 100%;
  }
}
.view--camp .view__grid--2 .col-8-12 {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .view--camp .view__grid--2 .col-8-12 {
    width: 100%;
  }
}
.view--camp .uplcontainer {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.view--camp .uplcontainer .prestyle {
  width: 100%;
  margin-top: 20px;
  clear: both;
}
.view--camp .uplcontainer .prestyle .pldeletefile {
  float: right;
  height: 16px;
  width: 16px;
  display: inline;
  cursor: pointer;
  background: no-repeat;
  background: url("../img/small_close_red.png") no-repeat;
  background-size: 10px;
  margin-left: 7px;
  background-position-y: 6px;
}

.pageTitle {
  background-color: #ffeb02;
  color: #4f8d27;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.pageTitle td {
  padding: 5px 10px;
}

.pageTitle td.link {
  padding: 0;
}

.pageTitle td.link a {
  display: block;
  padding: 5px 10px;
}

.pageTitle td.active a {
  background: #8cd31c;
  color: #fff;
}

.pageTitleWarning {
  background-color: #ffeb02;
  border: 2px solid red;
  color: #4f8d27;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 6px 20px;
  margin-bottom: 20px;
}

.contentBox {
  margin-left: 212px;
  width: 655px;
}

.standartTable {
  border-collapse: separate;
  border-spacing: 1px 1px;
  border-top: 1px solid #eee;
  width: 100%;
}

.standartTable th {
  font-weight: bolder;
  padding: 7px;
  text-align: left;
}

.standartTable td {
  padding: 7px;
}

.standartTable th.nowrap,
.standartTable td.nowrap {
  white-space: nowrap;
}

.standartTable td.nowrap {
  white-space: nowrap;
}

.standartTable td.center {
  text-align: center;
  vertical-align: middle;
}

.standartTableRow1 {
  background-color: #edf9a4;
}

.standartTableRow2 {
  background-color: #f4fbc6;
}

#invalidTableRow1 {
  background-color: red;
  color: #fff;
}

.invalidTableRow2 {
  background-color: red;
}

.standartTableSearchRow {
  background-color: #f4fbc6;
}

.standartTableSearchRow td {
  padding: 10px;
}

.icons {
  float: right;
  margin-top: 6px;
  margin-right: 10px;
}

/**CAMP VIEW */
.campViewHeader {
  border-bottom: 2px solid #fff9b5;
  padding-bottom: 12px;
}

.campViewHeaderTitle {
  font-size: 16px;
  font-weight: bolder;
}

.campViewRightBlock {
  float: right;
  width: auto;
}

.campViewLeftBlock {
  margin-bottom: 10px;
  width: 50%;
}

.campViewLeftBlock h3 {
  margin: 0px;
  padding: 0px;
}

.campViewContentRow {
  display: inline-block;
}

.campViewContentRowlabel {
  display: inline-block;
  width: 220px;
  vertical-align: top;
}

.institutionViewContentRowlabel {
  display: inline-block;
  width: 60px;
  vertical-align: top;
  font-style: italic;
}

.campViewContentRowCleaner {
  height: 10px;
}

.campViewContentRowBlockContent {
  padding-left: 35px;
}

.campViewContentRowBlock h3 {
  margin: 0px;
  padding: 0px;
}

.campViewBlock {
  min-height: 300px;
}

.campViewInstitutionTable {
  border: 0px;
  color: #1b5b08;
}

.campViewInstitutionTable td {
  vertical-align: top;
}

.contentFooter {
  color: #6994ab;
  border-top: 2px solid #FFF9B5;
  padding-top: 4px;
}

.contentFooterLeft {
  display: inline-block;
  vertical-align: top;
  width: 230px;
}

.contentFooterRight {
  display: inline-block;
  vertical-align: top;
  width: 415px;
  text-align: right;
}

.institutionLogo {
  margin-top: 40px;
  background-image: url("/img/logoBackground.gif");
  background-repeat: no-repeat;
  background-position: top;
  width: 200px;
  height: 120px;
  padding-top: 17px;
  text-align: center;
}

.paginationControl {
  text-align: center;
  color: #4F8D27;
  margin: 20px 2px;
  font-weight: bold;
}

.paginationControlLeft {
  float: left;
}

.paginationControlRight {
  float: right;
}

.paginationButton {
  float: right;
  width: 22px;
  height: 16px;
  border: 1px solid #145B07;
  text-align: center;
  border-radius: 5px;
  margin: 2px 5px;
  font-size: 11px;
}

#paginationButtonActive {
  background-color: #FFEB02;
  font-weight: bolder;
  cursor: default;
}

.paginationButton:hover {
  cursor: pointer;
  background-color: #EDF9A4;
  font-weight: bolder;
}

.paginationFloat {
  float: right;
  margin-left: 2px;
  margin-right: 2px;
}

.coordinatesEditBlock {
  background-color: #ffeb02;
  border: 1px solid #4f8d27;
  padding: 5px;
}

.flashMessages {
  background-color: #e4ffed;
  border: 1px solid #d0e8c1;
  color: #4f8d27;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  list-style-type: none;
  list-style-position: inside;
  padding-left: 100px;
  margin-bottom: 20px;
}

.flashMessages li {
  margin-left: 0;
  padding: 10px;
}

.flashMessagesTitle {
  float: left;
  margin-left: -100px;
  font-weight: normal;
  padding: 10px;
  width: 100px;
}

.customPageContent {
  color: #1B5B08;
  line-height: 1.4;
}

.customPageContent img {
  max-width: 100%;
  height: auto !important;
}

.customPageContent h1 {
  color: #1B5B08;
  font-size: 20px;
  border-bottom: 2px solid #fff9b5;
  margin-bottom: 10px;
  line-height: 1.4;
  padding-bottom: 10px;
}

.customPageContent h2 {
  color: #1B5B08;
  font-size: 18px;
  margin: 0px;
  line-height: 16px;
  padding: 10px 0;
}

.customPageContent h2 a {
  font-size: 12px;
  padding-left: 30px;
}

.customPageContent h3 {
  border-bottom: 2px solid #fff9b5;
  color: #1B5B08;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.customPageContentNewsAuthor {
  text-align: left;
  font-size: 12px;
}
.customPageContentNewsAuthor .authorinforow {
  float: left;
  clear: both;
  display: inline-block;
  margin: 3px 0;
}
.customPageContentNewsAuthor .authorinforow .infodescription {
  float: left;
}
.customPageContentNewsAuthor .authorinforow .descriptionitemlist {
  float: left;
  margin: 0px 5px;
  clear: both;
}
.customPageContentNewsAuthor .authorinforow .descriptionitem {
  float: left;
  margin: 0px 5px;
}

.customPageContentNews {
  border-top: 2px solid #fff9b5;
  padding: 20px 0;
}
.customPageContentNews .newscontent {
  display: inline-block;
  width: 100%;
}
.customPageContentNews .decsription {
  margin-left: 10px;
  float: left;
}
.customPageContentNews .delnews {
  float: leftl;
  margin-top: 15px;
  clear: both;
}

.campsForm .dijitTextBox {
  width: 100%;
}

.campsFormRow {
  margin-top: 5px;
  margin-bottom: 5px;
}

.campsForm dl {
  overflow: hidden;
}

.campsForm dt {
  display: inline-block;
  width: 250px;
  text-align: right;
}

.campsForm dd {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  width: 350px;
}

.campsFormRow .description {
  margin-top: 0px;
  font-size: 10px;
}

.loggedInUser {
  color: #67B130;
  font-size: 10px;
  display: inline-block;
}

.dijitEditor {
  border: 1px solid black;
}

.campComment {
  border-bottom: 2px solid #FFF9B5;
  color: #1B5B08;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.campComment h3 {
  font-size: 12px;
}

.adminSubMenu {
  overflow: auto;
}

.adminSubMenu a {
  float: left;
  padding: 10px;
}

.latestComments {
  color: #1B5B08;
  margin-top: 20px;
}

.latestComments h2 {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding-bottom: 5px;
}

.latestCommentsBlock {
  margin-top: 10px;
  border-bottom: 2px solid #FFF9B5;
  padding-bottom: 5px;
}

.latestCommentsAuthor {
  text-align: right;
  font-size: 10px;
}

.latestCommentsLink {
  text-align: right;
}

.commentBox {
  border: 2px solid #FFF9B5;
  margin-bottom: 5px;
  padding: 10px;
  clear: right;
}

.commentBox h3 {
  margin: 5px 0;
}

.commentBox br {
  clear: right;
}

.button {
  cursor: pointer;
  display: inline-block;
  line-height: 17px;
  overflow: hidden;
  vertical-align: middle;
  *display: inline;
  *vertical-align: auto;
  *zoom: 1;
}

.button-add {
  padding-left: 24px;
}

.button-add img {
  display: block;
  float: left;
  height: 17px;
  margin-left: -24px;
  width: 17px;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.object_list_item {
  border-top: 2px solid #fff9b5;
  padding: 20px 0;
  padding-left: 200px;
  overflow: hidden;
}

.object_list_item__img {
  float: left;
  margin-left: -200px;
  width: 180px;
}

.object_list_item__thumb {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 140px;
  margin-bottom: 20px;
  width: 100%;
}

.object_list_item__data {
  float: left;
}
.object_list_item__data .definitions__title {
  width: 100px;
}
.object_list_item__data .definitions__data {
  width: auto;
}

/*
------------------------------
Leaders
------------------------------
*/

.leaders-index .standartTableSearchRow .form-row {
    margin-right: 0;
    margin-left: 0;
}

.leaders-index .standartTableSearchRow .input-label {
    display: none;
}

.leaders-index .standartTableSearchRow .form-control {
    border-radius: unset;
}

/*
------------------------------
Institutions
------------------------------
*/

.institutions-view .form-row {
    margin-right: 0;
    margin-left: 0;
}

.institutions-view .input-label {
    display: none;
}

.institutions-view .form-control {
    border-radius: unset;
}

/*
------------------------------
Training
------------------------------
*/

.training-index .standartTableSearchRow .form-row {
    margin-right: 0;
    margin-left: 0;
}

.training-index .standartTableSearchRow .input-label {
    display: none;
}

.training-index .standartTableSearchRow .form-control {
    border-radius: unset;
}

/*
------------------------------
Reunion
------------------------------
*/

.reunion-list .standartTableSearchRow .form-row {
    margin-right: 0;
    margin-left: 0;
}

.reunion-list .standartTableSearchRow .input-label {
    display: none;
}

.reunion-list .standartTableSearchRow .form-control {
    border-radius: unset;
}

.reunion-list .standartTableSearchRow .form-group {
    margin-bottom: 0;
}

#campsearchfilter .btn{
    border: none;
    border-radius: 0;
}

#campsearchfilter .block-advanced{
    margin-bottom: 45px;
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/*------------------------------------------------------------------------------
    Till further notice
    any additional css that might be required for this project MUST go here
    sass compilation has provided to be difficult, as this is an older project, and Koala doesn't cooperate
------------------------------------------------------------------------------*/
/* 
    Created on : Apr 27, 2021, 10:57:02 AM
    Author     : DIVI Group : rpencis
*/

i{
    font-family: "Font Awesome 5 Free" !important;
}

.menu-icon-c i:before {
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 48px;
    margin-left: 5px;
    text-align: center;
    width: 50px;
}

.search-index .standartTableSearchRow .form-row {
    margin-right: 0;
    margin-left: 0;
}

.search-index .standartTableSearchRow .input-label {
    display: none;
}

.search-index .standartTableSearchRow .form-control {
    border-radius: unset;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: block;
}

