/* Font Stacks */
/* Font Sizes */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Open+Sans:400,600");
/* - Normalize - */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: Open Sans, Noto Sans, Roboto, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 500; }

body {
  font-size: 16px; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

table {
  border: none;
  border-collapse: collapse; }

/* Global Styles */
p, td {
  color: #555;
  margin-bottom: 0.3em; }
  p:last-of-type, td:last-of-type {
    margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
th {
  color: #378A54; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  th a {
    color: #378A54;
    font-weight: 500; }
    h1 a:hover, h1 a.hovering,
    h2 a:hover,
    h2 a.hovering,
    h3 a:hover,
    h3 a.hovering,
    h4 a:hover,
    h4 a.hovering,
    h5 a:hover,
    h5 a.hovering,
    h6 a:hover,
    h6 a.hovering,
    th a:hover,
    th a.hovering {
      color: #1a4128; }

.icon_group {
  width: 48px;
  height: 48px;
  position: relative;
  display: inline-block; }
  .icon_group a {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  .icon_group .icon use[*|href="#path_serverlist"], .icon_group .icon use[*|href="#path_plus"], .icon_group .icon use[*|href="#path_dev"] {
    fill: #378A54; }
  .icon_group .icon use[*|href="#path_cross"] {
    fill: #8a3737; }
  .icon_group .icon.hovering {
    display: none; }
    .icon_group .icon.hovering use.path_hovering[*|href="#path_serverlist"], .icon_group .icon.hovering use.path_hovering[*|href="#path_plus"], .icon_group .icon.hovering use.path_hovering[*|href="#path_dev"] {
      fill: #1a4128; }

table.data_table {
  margin-top: 1em;
  border-bottom: 1px solid #b0b0b0;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3); }
  table.data_table th, table.data_table td {
    padding: 10px;
    vertical-align: top; }
  table.data_table th {
    background-color: #52a26e;
    color: white; }
  table.data_table td {
    border-right: 1px solid #b0b0b0; }
  table.data_table td:last-of-type {
    border-right: none; }
  table.data_table tr:nth-child(odd) {
    background-color: white; }
  table.data_table tr:nth-child(even) {
    background-color: #e3e3e3; }
  table.data_table.negative tr:nth-child(odd) {
    background-color: #d6d6d6; }
  table.data_table.negative tr:nth-child(even) {
    background-color: #f2f2f2; }

ul {
  margin-left: 25px;
  margin-top: 0.5em; }
  ul li {
    color: inherit;
    margin-bottom: 0.3em; }
    ul li:last-of-type {
      margin-bottom: 0; }

input {
  margin: 1em 0; }
  input[type=text], input[type=number] {
    padding: 8px 12px;
    border-radius: 0;
    border: 1px solid #b0b0b0;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.2);
    font-family: Open Sans, Noto Sans, Roboto, sans-serif;
    color: #3c3c3c; }
    input[type=text]:focus, input[type=number]:focus {
      border-color: #65c286; }
  input[type=submit] {
    padding: 8px 12px;
    border: 1px solid #b0b0b0;
    font-family: Open Sans, Noto Sans, Roboto, sans-serif;
    color: #555;
    font-size: 14px;
    background-color: #378A54;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    color: white; }
    input[type=submit]:hover {
      cursor: pointer;
      background-color: #307849; }
  input[type=file] {
    display: none; }

label {
  margin: 1em 0; }
  label.custom_file_upload {
    padding: 8px 12px;
    border: 1px solid #b0b0b0;
    font-family: Open Sans, Noto Sans, Roboto, sans-serif;
    color: #555;
    font-size: 14px;
    background-color: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    display: inline-block; }
    label.custom_file_upload:hover {
      cursor: pointer;
      background-color: #f2f2f2; }

a {
  text-decoration: none;
  color: #37798A;
  font-weight: 600; }
  a:hover, a.hovering {
    color: #1a3941; }
  a.button {
    margin: 1em 0;
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #b0b0b0;
    font-family: Open Sans, Noto Sans, Roboto, sans-serif;
    color: #555;
    font-size: 14px;
    background-color: #378A54;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    color: white;
    font-weight: 400; }
    a.button:hover {
      cursor: pointer;
      background-color: #307849; }
    a.button:hover a.button.hovering {
      color: #cccccc; }
    a.button.negative {
      padding: 8px 12px;
      border: 1px solid #b0b0b0;
      font-family: Open Sans, Noto Sans, Roboto, sans-serif;
      color: #555;
      font-size: 14px;
      background-color: white;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
      color: #378A54; }
      a.button.negative:hover {
        cursor: pointer;
        background-color: #f2f2f2; }
      a.button.negative:hover a.button.negative.hovering {
        color: #1a4128; }

body {
  background-color: white; }

.breadcrumbs {
  background-color: white;
  padding-left: 20px;
  border-bottom: 1px solid #cacaca;
  font-size: 16px;
  position: relative; }
  .breadcrumbs .separator {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    top: -2px;
    margin-right: 10px;
    height: 1em;
    vertical-align: middle; }
  .breadcrumbs .crumb {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    color: #7d7d7d;
    font-family: Montserrat, Roboto, sans-serif;
    font-weight: 400;
    display: inline-block; }
    .breadcrumbs .crumb a {
      color: #378A54;
      font-weight: 500; }
  .breadcrumbs .locality_tab {
    position: absolute;
    height: 100%;
    right: 0;
    background-color: #5e9672;
    border-bottom: 1px solid #5e9672;
    box-sizing: content-box;
    display: inline-block;
    padding: 0 20px 0 20px; }
    .breadcrumbs .locality_tab:hover {
      cursor: pointer; }
    .breadcrumbs .locality_tab .locality {
      padding-top: 5px;
      padding-bottom: 5px;
      display: inline-block;
      color: white;
      font-size: 16px; }
    .breadcrumbs .locality_tab .dropdown {
      position: relative;
      top: -3px;
      display: inline-block;
      font-size: 16px;
      height: 0.8em;
      vertical-align: middle; }

.tingle-modal.aside .tingle-modal-box {
  font-size: 14px;
  width: 100%;
  margin-top: 0;
  background-color: white;
  border-radius: 0; }

.tingle-modal.aside .tingle-modal-box__content {
  padding: 20px; }

.tingle-modal .modal_title.error_head {
  color: #8a3737; }

.tingle-modal p {
  margin-top: 0.3em; }
  .tingle-modal p:first-of-type {
    margin-top: 1em; }

.tingle-modal .error_block {
  margin-top: 1em;
  padding: 10px 15px;
  background-color: #dfaeae;
  border-left: 6px solid #c26565; }
  .tingle-modal .error_block .error_line .error_type {
    color: #8a3737;
    font-weight: 600; }
  .tingle-modal .error_block .error_line .error_message {
    color: #8a3737;
    margin-left: 5px; }

.tingle-modal .warning_block {
  margin-top: 1em;
  padding: 10px 15px;
  background-color: #e8c399;
  border-left: 6px solid #d49247; }
  .tingle-modal .warning_block .warning_line .warning_type {
    color: #935E22;
    font-weight: 600; }
  .tingle-modal .warning_block .warning_line .warning_message {
    color: #935E22;
    margin-left: 5px; }

.tingle-modal .trashmap_locations_header {
  border-bottom: 2px solid #378A54;
  padding-bottom: 8px; }

.tingle-modal ul.trashmap_locations {
  list-style-type: none;
  background-color: #b4d9c1;
  margin-top: 0;
  margin-left: 0;
  padding: 20px; }
  .tingle-modal ul.trashmap_locations li a {
    color: #307849; }
    .tingle-modal ul.trashmap_locations li a:hover {
      color: #1a4128; }

.main section {
  padding: 30px 0;
  overflow: auto; }
  .main section .section_title {
    margin-bottom: 0.3em; }
  .main section .inner_wrap {
    max-width: 80%;
    margin: 0 auto;
    background-color: inherit; }
  .main section:nth-child(odd) {
    background-color: #e3e3e3; }
  .main section:nth-child(even) {
    background-color: white; }
  .main section.page_branding {
    background-color: #5e9672; }
    .main section.page_branding .page_title {
      color: white;
      display: inline-block;
      padding-bottom: 10px;
      border-bottom: 2px solid white;
      margin-bottom: 15px; }
    .main section.page_branding .page_description {
      color: white;
      max-width: 75%; }
      .main section.page_branding .page_description p {
        color: white; }
  .main section.site_branding {
    background-color: #5e9672;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden; }
    .main section.site_branding .site_branding_box {
      margin: auto;
      width: 687px; }
      .main section.site_branding .site_branding_box .site_logo {
        border-right: 2px solid white;
        float: left; }
      .main section.site_branding .site_branding_box .site_description {
        color: white;
        margin-left: 15px;
        font-size: 18px;
        width: 250px;
        float: left; }
