
/*------------------------------------------------------
  Original Dead Simple Grid CSS
  -----------------------------------------------------*/
  body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    margin: 0;
  }
  a {
    color: #06f;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.4em;
  }
  h2, h3, h4 {
    margin-top: 0;
  }
  h3, h4 {
    margin-bottom: 0.5em;
  }
  p, ul {
    font-size: 0.8125em;
    line-height: 1.5;
    margin: 0 0 1.5em;
  }
  code {
    font-size: 1.2727em;
    color: #777;
  }
  iframe {
    border: 0;
    overflow: hidden;
  }
  .container {
    margin: 0 auto;
    max-width: 90em;
    padding: 0em 0;
  }
  .desc {
    color: #888;
  }
  .intro {
    border-bottom: 1px dotted #bbb;
    padding-bottom: 1.5em;
  }
  .social {
    border-top: 1px dotted #bbb;
    padding-top: 1.5em;
  }
  .footer {
    padding-top: 1.5em;
    background-color: #f0fbff !important;
    border-top: 3px solid #aaa;
  }
  .content {
    border-bottom: 1px dotted #aaa;
    margin-bottom: 1.5em;
  }


/*------------------------------------------------------
  TOPNAV
  -----------------------------------------------------*/
  .topnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px 10px 0px; 
    height: 60px;
  }

  .topnav a {
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 4px;
  }

  .topnav a.logo {
    padding: 0px;
    display: flex;
    align-items: left;
  }

  .topnav a:not(.logo):hover {
    background-color: #f1f1f1;
    color: black;
  }

  .topnav a.active {
    background-color: #1b75bb;
    color: white;
  }

  .topnav-right {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .topnav-right .ln {
    color: #1b75bb;
    margin: 0 15px;
  }


/*------------------------------------------------------
  Velika header slika
  -----------------------------------------------------*/
  .responsive_image {
    margin-top: 8px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    max-height: 170px;
    min-height: 100px;
    object-fit: cover;
    object-position: left center;
  }


/*------------------------------------------------------
  Kontakt forma
  -----------------------------------------------------*/
  .swal2-popup {  
    border-radius: 30px;
  }

  .swal2-image {
    width: 200px;
    height: auto;
  }

  .swal2-title-left {
    width: 80% !important;
    text-align: left !important;
    margin-left: 10%;
    margin-bottom: 10px;
  }

  .swal2-text-left {
    width: 80% !important;
    text-align: left !important;
    margin-left: 10%;
  }

  .swal2-input, .swal2-textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  
    width: 80% !important;
    display: block;
    margin: 10px auto;
    text-align: left;
  }

  .swal2-file {
    font-size: 16px !important;
  }

  .swal2-confirm {
    background-color: #1b75bb;
    color: white;
  }

  .bilten-tekst {
    font-size: 0.90rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }


/*------------------------------------------------------
  SweetAlert2 obavestenje o novoj verziji
  -----------------------------------------------------*/
  .moj-alert {
    border-radius: 12px;
    font-size: 1.05rem;
    line-height: 1.4;
  }


/*------------------------------------------------------
  Stil teksta za vreme azuriranja
  -----------------------------------------------------*/
  .azuriranje-text {
    margin: 0;
    position: relative;
    top: -5px;
    background-color: #57a3cf;
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    user-select: none;
    text-align: left;
    white-space: nowrap;
    line-height: 1.4;
  }


/*------------------------------------------------------
  Tabulator - generalno
  -----------------------------------------------------*/
  .tabulator {
    font-family: font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8125em;
  }
  .tabulator-row.tabulator-selectable:hover {
    background-color: #f1f1f1 !important;
  }
  .tabulator-row.tabulator-group {
    background-color: #f0fbff !important;
  }
  .tabulator-cell {
    user-select: none;
  }

/*------------------------------------------------------
  LED
  -----------------------------------------------------*/
  .led-paragraph {
    background: #e0f2f7;
    color: #1c3446;
    border-left: 5px solid #4097c8;
    padding: 12px 16px;
    margin: 16px 0;
    border-radius: 4px;
    font-size: 1.1em;
    line-height: 1.3;
  }

/*------------------------------------------------------
  Tabulator - Mostovi
  -----------------------------------------------------*/
  #tabulator_mostovi .tabulator-cell[tabulator-field="NAZIV"] {
    white-space: normal;
    word-break: break-word;
    overflow: visible;
  }


/*------------------------------------------------------
  Leaflet mapa
  -----------------------------------------------------*/
  #leaflet_plovila {
    width: 100%;    
    height: 350px;
  }

  .leaflet-control-attribution {
    display: none !important; 
  }

  
/*------------------------------------------------------
  Tabulator - NtS
  -----------------------------------------------------*/
  #tabulator_nts .tabulator-cell {
    line-height: 1.5em;
    padding-top: 4px;
    padding-bottom: 15px;
  }  

  #tabulator_nts .tabulator-cell[tabulator-field="sender"] {
    white-space: normal;
    word-break: break-word;
    overflow: visible;
  }


  #tabulator_nts .tabulator-cell[tabulator-field="contents"] {
    white-space: pre-line;
    word-break: break-word;
    overflow: visible;
  }

  #tabulator_nts .tabulator-cell[tabulator-field="contents"] strong {
    color: #222;
    font-weight: bold;
  }
  #tabulator_nts .tabulator-cell[tabulator-field="contents"] em {
    color: #444;
    font-style: italic;
  }

  
/*------------------------------------------------------
  Moj Footer
  -----------------------------------------------------*/ 
  .footer-subtitle {
    font-size: 0.9em;
    font-weight: 600;
    margin-top: 1.4rem;
    margin-bottom: 0.4rem;
  }

  .footer-subtitle:first-of-type {
    margin-top: 0.8rem;
  }
  
  .footer-para, #footer_right_intro  {
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.01em;
    opacity: 0.85;
  }


  .footer-list {
    padding-left: 1.8em;
    margin: 0 0 0.6rem;
  }

  .footer .footer-list li {
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.01em;
    opacity: 0.85;
    margin-bottom: 0.35rem;
  }

/*------------------------------------------------------
  Podesavanja za "responsive design"
  -----------------------------------------------------*/
  @media only screen and (min-width: 34em) {
    p, ul {
      font-size: 0.875em;
    }
    .feature:first-child,
    .info:first-child {
      border-right: 1px dotted #aaa;
    }
    .container {
      padding: 1em;
    }
    h1 {
      font-size: 2.6em;
    }
    h2 {
      font-size: 1.6em;
    }
  }


  @media only screen and (max-width: 34em) {
    .topnav {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 10px;
      height: auto;
    }

    .topnav a.logo {
      margin-top: 5px;
      margin-bottom: 5px;
    }

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

    .topnav-right a {
      display: block;
      padding: 10px;
      text-align: center;
    }
    
    .azuriranje-text {
      text-align: right;
      white-space: normal;
    }  
  }


  @media only screen and (min-width: 54em) {
    .content {
      border: none;
      border-right: 1px dotted #aaa;
      margin-bottom: 0;
  	}
  	.info:first-child {
      border: none;
  	}
  	h1 {
      font-size: 3em;
  	}
  	h2 {
      font-size: 1.7em;
  	}
  }


  @media only screen and (min-width: 76em) {
    .info:first-child {
      border-right: 1px dotted #aaa;
    }
      h1 {
    font-size: 3.2em;
    }
      h2 {
    font-size: 1.8em;
    }
  }
