/* Time-stamp: <2026-02-13 07:59:27 rene>                               */
/*                                                                      */
/* Copyright (C) 2017 René Maurer                                       */
/* This file is part of tangodjsforgoodsound.                           */
/*                                                                      */
/* tangodjsforgoodsound is free software: you can redistribute it       */
/* and/or modify it under the terms of the GNU General Public License   */
/* as published by the Free Software Foundation, either version 3 of    */
/* the License, or (at your option) any later version.                  */
/*                                                                      */
/* tangodjsforgoodsound is distributed in the hope that it will be      */
/* useful, but WITHOUT ANY WARRANTY; without even the implied warranty  */
/* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU */
/* General Public License for more details.                             */
/*                                                                      */
/* You should have received a copy of the GNU General Public License    */
/* along with this program.  If not, see <http://www.gnu.org/licenses>. */
/*                                                                      */
/* -------------------------------------------------------------------- */

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, font, 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, caption, tbody, tfoot, thead, tr, td, th, table  {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

tr td th table {
    vertical-align: middle;
}

ol, ul {
    list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* -------------------------------------------------------------------- */
/* tango djs for good sound                                             */
/* general styles                                                       */
/* -------------------------------------------------------------------- */

html {
    height: 100%;
}

body {
    /* height: 100%; */
    width: 100%;
    font-size: 18px;
    font-family: "Helvetica", "sans-serif";
    /* Don't reduce the 18px as this doesn't work with W10/Edge */
    /* margin-bottom not working in safari */
}

#content {
    margin-left: 42px;
}

/* 0 .... 1280 pixel */
@media (min-device-width: 1px) {
    #banner {
        height: 128px;
        background: #000 url(/static/banner_900.png);
        min-width: 1400px;
    }
}

/*  1281 ... 1600 pixel */
@media (min-device-width: 1281px) {
    #banner {
        height: 128px;
        background: #000 url(/static/banner_1280.png);
        min-width: 1400px;
    }
}

/* 1601 ... pixel */
@media (min-device-width: 1601px) {
    #banner {
        height: 128px;
        background: #000 url(/static/banner.png);
    }
}

#footer {
}

h1 {
    font-weight: bold;
    font-size: 3.125em;
    padding-bottom: 28px;
    color: #444;
}

h2 {
    font-weight: bold;
    font-size: 1.75em;
    padding-top: 25px;
    padding-bottom: 15px;
    color: #444;
}

h3 {  /* Use this as h1 but with smaller font */
    font-weight: bold;
    font-size: 1.75em;
    padding-bottom: 28px;
    color: #444;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #444;
    /* color: #369; */
    /* background: #9f9; */
}

a:hover {
    text-decoration:underline;
}

td {
    font-weight: normal;
    font-size: 1em;
    text-align: left;
    padding-right: 10px;
    white-space: nowrap;
}

td.xsmall {
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    padding-right: 8px;
}

/* add margin to the bottom so that nothings scrolls when table shrinks to one element */
#djindex {
    margin-bottom: 75vh;
}

#djindex th, #technology th {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    padding: 8px 10px 10px 0;
    background: #f0f0f0;
    color: #444;
    white-space: nowrap;
}

.djindex-col {
}
.djindex-col1 {
    width: 280px;
}
.djindex-col2 {
    width: 340px;
}
.djindex-col3 {
    width: 240px;
}

#content ul {
    list-style-type: square;
    list-style-position: inside;
    padding-left: 20px;
}

#content li {
    padding-top: 15px;
    list-style-position: outside;
    max-width: 690px;
}

#content li.first {
    padding-top: 0;
    list-style-position: outside;
    max-width: 690px;
}

#djindex a, #technology a {
    font-size: 1.125em;
}

#djindex td, #technology td {
    padding-top: 6px;
    font-size: 1em;
}

.errorcell {
    background: #ffff90;
}

.infocell {
    font-style: italic;
    font-size: 0.8em;
}

/* -------------------------------------------------------------------- */
/* tango djs for good sound                                             */
/* menu styles                                                          */
/* -------------------------------------------------------------------- */

#menubar {
    background: #ccc;
    min-width: 1400px;
}

/* 1601 ... pixel */
@media (min-device-width: 1601px) {
    #menubar {
        background: #ccc;
    }
}

ul#menu {
    list-style: none;
    overflow: hidden;
    margin-bottom: 50px;
}

ul#menu li {
    float: left;
}

ul#menu li a {
    background-color: #ccc;
    border-bottom: 2px solid #ccc;
    display: block;
    padding: 4px 0 2px 0;
    text-align: center;
    width: 130px;
    text-decoration: none;
    color: #444;
    font-weight: bold;
    font-size: 0.8em;
}

ul#menu li.current a {
    border-bottom: 2px solid #ccc;
}

ul#menu li a:hover {
      border-bottom: 2px solid #000;
      text-decoration: none;
}

/* for future use */
ul#menu li a.inactive {
    color: #999;
}

/* for future use */
ul#menu li a.inactive:hover {
      border-bottom: none;
}

/* -------------------------------------------------------------------- */
/* tango djs for good sound                                             */
/* paragraphs                                                           */
/* -------------------------------------------------------------------- */

p {
    max-width: 750px;
}

p.margin-bottom {
    margin-bottom: 24px;
}

p.margin-bottom-small {
    margin-bottom: 12px;
}

p.error {
    display: inline;
    background: #ffff90;
}

p.margin-bottom-error {
    display: inline;
    background: #ffff90;
    margin-bottom: 24px;
}

p.margin-top {
    margin-top: 24px;
}

p.margin-top-small {
    margin-top: 10px;
}

p.margin-top-big {
    margin-top: 3em;
}

p.margin-none {
}

p.linkpage {
    max-width: 900px;
    margin-bottom: 20px;
}


/* -------------------------------------------------------------------- */
/* tango djs for good sound                                             */
/* common input styles                                                  */
/* -------------------------------------------------------------------- */

input[type="text"] {
    border: 1px solid #ccc;
}

input[type="number"] {
    border: 1px solid #ccc;
}

input[type="email"] {
    border: 1px solid #ccc;
}

input[type="url"] {
    border: 1px solid #ccc;
}

input[type="password"] {
    border: 1px solid #ccc;
}

textarea {
    border: 1px solid #ccc;
}

/* -------------------------------------------------------------------- */
/* tango djs for good sound                                             */
/* contact and register input styles                                                 */
/* -------------------------------------------------------------------- */

#contact input[type="text"] {
    width: 290px;
}

#contact input[type="email"] {
    width: 290px;
}

#contact textarea {
    width: 290px;
    margin-top: 4px;
}

/* -------------------------------------------------------------------- */
/* tango djs for good sound                                             */
/* register input styles                                                 */
/* -------------------------------------------------------------------- */

#register input[type="text"] {
    width: 290px;
}

#register input[type="email"] {
    width: 290px;
}

#register input[type="password"] {
    width: 290px;
}

/* -------------------------------------------------------------------- */
/* tango djs for good sound                                             */
/* login input styles                                                 */
/* -------------------------------------------------------------------- */

#login input[type="text"] {
    width: 290px;
}

#login input[type="password"] {
    width: 290px;
}

/* -------------------------------------------------------------------- */
/* tango djs for good sound                                             */
/* djedit input styles                                                  */
/* -------------------------------------------------------------------- */

#djedit table {
    max-width: 850px;
    table-layout: fixed;
    width: auto;
}

#djedit td {
    white-space: normal;
    overflow-wrap: anywhere;
}

#djedit td div {
    max-width: 50%;
    overflow-wrap: anywhere;
    background-color: #dfd;
    color: #666;
    border: 1px solid #393;
    border-radius: 10px;
    padding: 12px;
    margin: 14px;
    margin-bottom: 30px;
    font-size: 0.8em;
    text-align: center;
}

#djedit textarea {
    width: 370px;
    margin-top: 4px;
}

#djedit select {
    width: 370px;
}

#djedit input[type="text"] {
    width: 370px;
}

#djedit input[type="number"] {
    width: 370px;
}

#djedit input[type="email"] {
    width: 370px;
}

#djedit input[type="url"] {
    width: 370px;
}

#djedit button.info-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(info-icon_orange_24x24.png) no-repeat;
    border: none;
}

button.info-box {
    margin-top: 3px;
    margin-left: 3px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    border: none;
    background-color: #dfd;
    border-radius: 4px;
}

#info-box-account-data, #info-box-personal, #info-box-musica, #info-box-equipment, #info-box-rescue-equipment {
    width: 300px;
    height: auto;
    text-align: center;
    padding: 10px 25px 20px 25px;
    border: 2px solid #393;
    border-radius: 10px;
    color: #666;
    display: none;
    position:fixed;
    left: 50%;
    top: 30%;
    -ms-transform: translate(-50%,-30%);
    -moz-transform:translate(-50%,-30%);
    -webkit-transform: translate(-50%,-30%);
    transform: translate(-50%,-30%);
    z-index: 1;
    margin: auto;
    background: #dfd;
}

#info-box-account-data b, #info-box-personal b, #info-box-musica b, #info-box-equipment b, #info-box-rescue-equipment b {
    line-height: 2.0;
}


/* -------------------------------------------------------------------- */
/* tango djs for good sound                                             */
/* new password styles                                                 */
/* -------------------------------------------------------------------- */

#newpassword input[type="password"] {
    width: 290px;
}


/* -------------------------------------------------------------------- */
/* tango djs for good sound                                             */
/* index styles                                                         */
/* -------------------------------------------------------------------- */
#djindexSearch {
  background-image: url('searchicon_32x32.png');
  background-position: 10px 7px;  /* Position the search icon */
  background-repeat: no-repeat;  /* Do not repeat the icon image */
  width: 75%;
  max-width: 450px; 
  font-size: 16px;
  padding: 13px 0px 13px 45px;
  margin: 6px 0 28px 0;
}
