﻿html, body {
    margin: 0;
    padding: 0;
}

html {
    background-color: #e1e1e1;
}

body {
    max-width: 1400px;
    min-width: 880px;
    margin: auto;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    padding-bottom: 36px;
}

h2 {
    margin-top: 0;
}

a {
    text-decoration: none;
}

/* unvisited link */
a:link {
    color: #464646;
}

/* visited link */
a:visited {
    color: #464646;
}

/* mouse over link */
a:hover {
    color: #5b5b5b;
}

/* selected link */
a:active {
    color: #464646;
}

#header {
    width: 100%;
    height: 110px;
}

#titles {
    background: url("../img/logo.png") no-repeat right center;
}

nav {
    width: 100%;
    font-size: 11pt;
    padding: 0;
}

nav ul {
    padding: 0;
    margin: 0;
}

nav ul, nav li {
    background-color: #2d2d2d;
}

nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

nav ul li {
    height: 55px;
    display: block;
    text-align: center;
    float: left;
    list-style: none;
}

nav ul li a {
    line-height: 56px;
    display: block;
    height: 55px;
    padding: 0 23px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
}

nav ul li:hover > ul {
    visibility: visible;
}

nav ul li ul{
    visibility: hidden;
    position: relative;
    padding:0;
    z-index: 999;
}

nav ul li ul li{
    float: none;
}

nav ul li ul li a:hover{
    color: #333;
}

.navElement a:hover {
    background-color: #171717;
}

#header h2 {
    color: #414141;
    display: inline-block;
    font: 48px arial;
    text-shadow: 1px 1px #f2f2f2;
    margin: 5px 0 0 0;
}
#header h3 {
    color: #414141;
    font: 150% arial;
    text-shadow: 1px 1px #f2f2f2;
    margin: 2px 0 0 21px;
    display: inline-block;
}

#content {
    min-height: 600px;
    padding: 25px !important;
}

#content a {
    text-decoration: underline;
}

#footer {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #2D2D2D;
    margin-bottom: 2%;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: underline;
}

#filter li {
    display: inline;
}

#filter li a {
    background-color: #87CEFA;
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
}

.sortable {
    cursor: pointer;
}

.active {
    background-color: #006689;
}

.active a:hover {
    background-color: #008fad !important;
}

.op_forms {
    border: 1px solid;
    margin: auto auto 10px;
    padding: 10px 32px 17px;
    width: 500px;
}

.op_forms table {
    margin: auto;
    width: 335px;
}

.op_forms th {
    padding-bottom: 12px;
    font-size: 13pt;
}

label {
    font-size: 11pt;
}

#hinweis {
    font-size: 10pt;
}

#optionlists {
    height:480px;
    width: 700px;
    margin: auto;
}

#optionlists select {
    width: 260px;
    height: 400px !important;
}

.ttable {
    width: 100%;
    border: 1px solid;
}

.ttable2 {
    width: 1200px;
    border: 1px solid;
}

th, td {
    text-align: center;
}

.athtable th {
    width: 154px;
}

.offtable {
    table-layout: fixed;
}

.error {
    text-align: center;
    border: 1px solid #FF0000;
    color: #bc2222;
    font-weight: bold;
    padding: 10px 0;
}

.item {
    /*border: 1px solid;*/
    display: inline;
    width: 100%;
    padding: 5px 0;
    border-top: 0;
}

.item:not(:last-child) {
    border-bottom: 1px solid;
}

.item:hover {
    background-color: #e8e8e8;
}

.item span {
    display: inline-block;
    text-align: center;
    width: 24.7%;
}

.sp2 {
    width: 14.2% !important;
}

.sp3 {
    display: inline-block;
    width: 146px !important;
    text-align: center;
}

.ttable2 th {
    width: 146px !important;
}

.item3 {
    display: inline;
    width: 100%;
    padding: 5px 0;
}

.item3:not(:last-child) {
    border-bottom: 1px solid;
}

.item3:hover {
    background-color: #e8e8e8;
}

.item3 > span {
    text-align: center;
    line-height: 32px;
    width: 33%;
    display: inline-block;
}

.item5 > span {
    width: 24.8% !important;
}

.item5 {
    white-space: nowrap;
    height: 2em;
}

.item2 > span {
    width: 16.6%;
    line-height: 32px;
    vertical-align: middle;
}

.item4 {
    border: 1px solid;
    display: inline-block;
    width: 1198px !important;
    padding: 5px 0;
    border-top: 0;
}

#grid {
    border: 1px solid;
    border-top: none;
}

#grid a {
    text-decoration: none;
    z-index: 1;
    width: 100%;
}

#raceList {
    height: 383px;
    overflow-y: scroll;
    padding-right: 30px;
}

#boats {
    display: inline-block;
    margin-top: 80px;
    vertical-align: top;
    width: 660px;
    z-index: 1;
}

#boats div {
    line-height: 31px;
}

#boats .athSelRngm {
    width: 169px;
}

.boat {
    width: 850px;
}

#leftcol {
    display: inline-block;

}

.minusBtn, .addBtn, .addBtnRnGm {
    margin: 2px;
    position: relative;
    padding: 4px 0;
    cursor: pointer;
    float: left;
    list-style: none;
    width: 24px;
}

.accbtn {
    padding: 4px 0;
    cursor: pointer;
    list-style: none;
    width: 24px;
    height:13px;
    display: inline-block;
    position: absolute;
    top:9px;
}

.minusBtn span, .addBtn span, .addBtnRnGm span, .accbtn span {
    float: left;
    margin: 0 4px;
}

.accbtn span {
    margin-top: -2px;
}

.buttons {
    color: #464646 !important;
    text-decoration: none !important;
}

.athSel {
    width: 175px;
}

.rb {
    border: 1px solid #FF0000;
}

.ath_filed {
    width: 150px;
    border: 1px solid transparent;
    display: inline-block;
    margin-left: 5px;
}

.ath_group {
    width: 75px;
    border: 1px solid transparent;
    display: inline-block;
}

.anno_boat span {
    vertical-align: middle;
}

.double_ath {
    border: 1px solid #FF0000;
}

.empty_ath {
    border: 1px solid #FF0000;
}

.anno_boat {
    margin-bottom: 2px;
}

#send {
    /*background: #FF5036;*/
}

#left_container {
    display: table-cell;
    width: 37%;
    height: 600px;
    color: #2D2D2D;
    vertical-align: middle;
}

#right_container {
    border-left: #2D2D2D 1px solid;
    display: table-cell;
    width: 59%;
    height: 600px;
    color: #2D2D2D;
    font-size: 20pt;
    vertical-align: middle;
    padding-left: 40px;
}

#error_code {
    display: inline-block;
    font-size: 120pt;
    text-align: center;
    width: 100%;
}

/*input[type="submit"] {*/
    /*background-color: #006689;*/
    /*border-radius: 0;*/
    /*color: #fff;*/
    /*font-size: 14pt;*/
    /*font-weight: bold;*/
    /*padding: 10px 0;*/
    /*width: 100%;*/
/*}*/

.required:after {
    color: red;
    content: "*";
    vertical-align: top;
}

#tab_container {
    text-align: center;
}

#tab_container > div {
    display: inline-block;
    padding: 5px;
    width: 100%;
}

#tab_container .tab_title {
    background-color: darkgray;
    display: inline-block;
    padding: 5px;
    text-align: center;
    width: 48%;
}

.readonly {
    background-color: #C1C1C1 !important;
    color: #636363 !important;
}

#races {
    height: 425px;
}

#raceCodeWrapper {
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
}

#raceCodeWrapper table {
    border: none;
    width: 100%;
    border-collapse: collapse;
}

.even {
    /*background-color: #;*/
}

.odd {
    background-color: #c3c3c3;
}

.w1 {
    display: inline-block;
    width: 85px;
}

.w2 {
    display: inline-block;
    width: 85px;
    text-align: center;
}

.col1 {
    width: 45%;
}

.ui-icon {
    height: 16px !important;
    width: 16px !important;
}

.minusBtn.ui-state-default.ui-corner-all.delAth {
    float: left;
    position: absolute;
}

.delOff {
    position: absolute;
}

/*.web{*/
    /*font-family: tahoma, serif;*/
    /*top:10%;*/
    /*border:1px solid #CDCDCD;*/
    /*border-radius:10px;*/
    /*padding:10px;*/
    /*width:70%;*/
/*}*/
.result{
    padding-top:20px;
}
h1{
    margin: 3px 0;
    font-size: 13px;
    text-decoration: underline;
}
.notice{
    color:#FF0000;
    font-size:12px;
    font-weight:bold;
}

#steptwo {
    display: none;
}

#steptwo table {
    border-collapse: collapse;
    border-style: hidden;
}

#steptwo input[type=number] {
    width: 40px;
}

#steptwo .btn {
    padding: 0.3em 1em;
    width: 100%;
}

#steptwo td {
    padding: 11px;
}

#steptwo tbody {
    border: 1px solid;
}

.srch_club.ui-autocomplete-input {
    width: 250px;
}

.bold {
    font-weight: bold;
}

.formatedText {
    text-align: unset !important;
}

.breadcrumb {
    font: 16px Helvetica,Arial,sans-serif;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.breadcrumb li {
    float: left;
}
.breadcrumb li span {
    color: white;
    text-decoration: none !important;
    padding: 10px 0 10px 65px;
    background: #2d2d2d;                   /* fallback color */
    /*background: hsla(34,85%,35%,1);*/
    position: relative;
    display: block;
    float: left;
    font-size: 0.8em;
    font-style: oblique;
    font-weight: bold;
    line-height: 0.5em;
    width: 130px;
}
.breadcrumb li span:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #2d2d2d;
    /*border-left: 30px solid hsla(34,85%,35%,1);*/
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.breadcrumb li span:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #e1e1e1;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.breadcrumb li:first-child span {
    padding-left: 10px;
}

.breadcrumb li.active span       { background:        #006689; }
.breadcrumb li.active span:after { border-left-color: #006689; }

/*.breadcrumb li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }*/
/*.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }*/
/*.breadcrumb li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }*/
/*.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }*/
/*.breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }*/
/*.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }*/
/*.breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }*/
/*.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }*/
/*.breadcrumb li:last-child a {*/
    /*background: transparent !important;*/
    /*color: black;*/
    /*pointer-events: none;*/
    /*cursor: default;*/
/*}*/
/*.breadcrumb li a:hover { background: hsla(34,85%,25%,1); }*/
/*.breadcrumb li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }*/

.filterLength {
    width: 50px;
}










#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums {
    background: #2D2D2D;
    position:fixed;
    bottom:0;
    left: 0;
    z-index:10000;
    width:100%;
    font-size:12px;
    line-height:16px;
    color: #FFFFFF !important;
}

#cookiedingsbums a {
    color: #FFFFFF !important;
}

#cookiecloser {
    /*color: #2D2D2D;*/
    font: 14px/100% arial, sans-serif;
    position: absolute;
    right: 5px;
    top: 5px;
    padding:4px;
    text-decoration: underline;
    cursor: pointer;
}

.subdiv_2_col_0 {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}
.subdiv_2_col_1 {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}