﻿* {
    margin: 0px;
    padding: 0px;
    position: relative;
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 26px;
}

html, body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    color: #333;
}

body, form {
    position: relative;
    min-height: 100%;
    background: #eee;
}

h1, h1 a, h2, h2 a, h3, h3 a {
    color: #b72020;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 5px;
    margin-top: 15px;
    text-decoration: none;
    font-weight: bold;
}

h1 {
    margin: 0px;
    font-size: 22px;
    line-height: 24px;
}
h2 {
    margin: 0px;
    margin-top: 15px;
    font-size: 20px;
}
h3 {
    margin: 0px;
    margin-top: 15px;
    font-size: 19px;
    line-height: 20px;
}

a {
    color: #b72020;
    text-decoration: underline;
}
a:hover {
    color: #666;
}
label {
    float: none !important;
}

#container {
    width: 100%;
    margin-bottom: 25px;
}

.wrapper {
    max-width: 850px;
    min-width: 300px;
    margin: 0px auto;
}

.topbar {
    background: #b72020;
    /*/position: fixed;
    top: 0px;/*/
    width: 100%;
    height: 30px;
    z-index: 999;
}
#header {
    height: 200px;
    background: url('../images/header1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#header .logo {
    display: block;
    left: 8%;
    top: 22px;
    margin: 0px;
    width: 155px;
    height: 155px;
    opacity: 0.9;
    background: url('../images/logo.png');
    text-align: center;
    line-height: 155px;
}
#content {
    overflow: auto;
    padding-bottom: 15px;
    padding-top:5px;
}

.fullcontent {
    border: 1px solid #ccc;
    background: #fff;
    margin: 5px;
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
}

.fullcontent label {
    font-size: 15px;
    line-height: 25px;
    margin-left: 1px;
}

.fullcontent input[type="radio"] {
    margin-right: 5px;
}

.fullcontent .validationsummary {
    border: 2px solid #b72020;
    box-sizing: border-box;
    padding: 10px;
    background: #f7d5d5;
    color: #b72020;
    font-weight: bold;
    clear: both;
    margin-top: 10px;
    }

.fullcontent .validationsummary ul li {
    font-weight: normal;
    color: #333;
}
/*/
.fullcontent .confirmation {
    border: 2px solid #18862b;
    box-sizing: border-box;
    padding: 10px;
    background: #95eaa3;
    color: #18862b;
    font-weight: bold;
    clear: both;
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
}

.fullcontent .confirmation img {
    width: 100%;
    opacity: 0.7;
}

.fullcontent .confirmation h3 {
    margin-top: 0px;
    color: #18862b;
}
/*/
.fullcontent ol, .fullcontent ul {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fullcontent ol
{
    list-style: decimal;
}

.fullcontent li {
    padding-left: 5px;
}
div.disclaimer *
{
    font-size: 9px;
    line-height: 16px;
}
div.disclaimer ul {
    list-style: url('../images/icons/arrowsmaller_dark.png');
    padding-top: 5px;
}
div.disclaimer ul li:before 
{
    width: 5px;
    height: 5px;
}
span.disclaimer {
    font-style: italic;
    color: #999;
    font-size: 12px;
}
span.disclaimer span.strong {
    font-weight: bold;
    font-size: 12px;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    /*/DIT HIERONDER IS NEW/*/
    top: 0px;
    left: 0px;
}
.hidden {
    display: none;
}
.confirmationwrapper, .errorwrapper {
    overflow: auto;
    background-color: #36d450;
    background-image: url(../images/icons/confirm.png);
    background-size: 35px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    border-radius: 15px;
    border: 0px;
    width: 50%;
    max-width: 400px;
    margin: 15px auto;
    color: #FFF;
    min-height: 75px;
    padding-left: 55px;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.confirmationwrapper h3, .confirmationwrapper a, .errorwrapper h3, .errorwrapper a {
    color: #FFF;
    text-decoration: none;
}
.confirmationwrapper a, .errorwrapper a {
    margin-left: 15px;
    color: #333;
}
.confirmationwrapper a:hover, .errorwrapper a:hover {
    text-decoration: underline;
}
.errorwrapper {
    background-color: #b72020;
    background-image: url(../images/icons/error.png);
}
a.closeicon {
    display: block;
    width: 25px;
    height: 21px;
    border-radius: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
    /*/background: #777;/*/
    color: #fff;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    line-height: 20px;
    padding-top: 4px;
    font-family: Arial;
    font-size: 13px;
    opacity: 0.7;
    border: 1px solid #fff;
}
a.closeicon:hover {
    opacity: 1;
}
/*.warning {
    background-color: #ccc;
    background-image: url(../images/icons/warning.png);
    color: #333;
}
.warning h3, .warning a {
    color: #333;
}*/
.waiting {
    background-color: #999;
    background-image: url(../images/icons/waiting1.png);
}
a.info {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 20px;
    text-align: center;
    color: #b72020;
    background: #ccc;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    text-decoration: none;
}
@media only screen and (max-width: 700px) {
    .confirmationwrapper {
        width: 75%;
    }
}

.alert {
    max-width: 815px;
    margin: 15px auto;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 10%
}
a.btn_white, a.btn_dark, a.btn_strava, a.btn_komoot, a.btn_highlight, a.btn_telegram, a.btn_telegramxl, a.btn_share, a.btn_sharexl, a.btn_ritxl, a.btn_rit {
    background-image: url('../images/icons/arrowlarge_dark.png');
    background-repeat: no-repeat;
    background-position: 10px 9px;
    background-color: #fff;
    text-decoration: none;
    color: #333;
    display: inline-block; /*block*/
    font-size: 14px;
    padding: 8px;
    padding-left: 40px;
    line-height: 18px;
    width: auto;
    /*float: left;*/
}
a.btn_white {
    border: 1px solid #ccc;
}
a.btn_dark, a.btn_highlight {
    background-image: url('../images/icons/arrowlarge_white.png');
    background-repeat: no-repeat;
    background-color: #333;
    color: #fff;
}
a.btn_highlight {
    background-color: #b72020;
}
a.btn_white:hover {
    background-color: #ddd;
    color: #b72020;
}
a.btn_dark:hover {
    background-color: #555;
}
a.btn_strava:hover {
    background-color: #c93d02
}
a.btn_highlight:hover {
    background-color: #8b2525;
}
a.btn_strava[disabled=true]
{
    background-color: grey;
}
a.btn_small {
    padding: 3px;
    padding-left: 25px;
    padding-right: 8px;
    line-height: 15px;
    font-size: 13px;
    background-size: 14px;
    background-position: 6px 6px;
}

div.wrapwrapper {
    display: inline-block;
    width: 100%;
}
.center {
    text-align: center;
}
.c5050, .c303030, .c6030, .c3060, .c5050, .c100 {
    width: 50%;
    box-sizing: border-box;
    float: left;
    text-align: inherit;
    padding: 5px;
}
.c100 {
    width: 100%;
    clear: both;
}
.c303030, .c3060 {
    width: 33.33%;
}
.c6030 {
    width: 66.66%;
}
.c303030 .fullcontent, .c6030 .fullcontent, .c3060 .fullcontent, .c5050 .fullcontent, .c100 .fullcontent {
    margin: 0px;
}
.w45 {
    width: 45px !important;
}
.w100 {
    width: 100px;
    font-weight: bold;
}
.clear {
    float: left;
    height: 0px;
    width: 100%;
    clear: both;
}
select, input[type="text"], input[type="number"], input[type="email"], input[type="password"], textarea {
    margin-top: 0px;
    margin-bottom: 7px;
}
a.nounderline {
    text-decoration: none;
}


.iconlink {
    background: #fff;
    display: block;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    min-height: 82px;
}

    .iconlink h3 {
        margin-top: 0px;
        text-align: inherit;
    }

    .iconlink img {
        clear: both;
        height: 50px;
        margin-bottom: 5px;
    }

a.iconlink:hover {
    background: #eee;
}

    a.iconlink:hover img {
        text-decoration: none;
    }


@media only screen and (max-width: 750px) {
    .c303030 {
        width: 50%;
    }
    .c6030, .c3060 {
        width: 100%;
    }
}
@media only screen and (max-width: 550px) {
    .c303030 {
        width: 100%;
        clear: both;
    }
}

@media only screen and (max-width: 645px) {
    .c5050 {
        width: 100%;
        clear: both;
    }
}
.disabled {
    opacity: 0.5;
}

a.disabled {
    background-color: #ccc !important;
    opacity: 0.5;
}
a.cancel {
    margin-left: 15px;
    color: #999;
}
a.cancel:hover {
    color: #333;
}
a.forgot {
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    margin-left: 10px;
    color: #999;
}
a.historyback {
    margin-left: 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    display: block;
}
a.historyback:hover {
    color: #b72020;
}

.strikethrough {
    text-decoration: line-through;
}