@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap');

body {
    background: #f5f5f5;
    font-family: Helvetica, Arial, sans-serif;
}

div.header {
    position: fixed;
    top: 0;
    left: 0%;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    height: 80px;
    background-color: rgb(58, 77, 143);
    box-sizing: border-box;
    box-shadow: rgb(170, 170, 170) 2px 2px 4px 0px;
    z-index: 20;
}

div.logo {
    float: left;
    padding-left: 16px;
    padding-top: 4px;
}

div.header_content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 12px;
    height: 100px;
    width: auto;
    max-width: 740px;
    text-align: left;
    color: black;
}

div.content_container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    margin-bottom: 4px;
    width: auto;
    max-width: 740px;
    text-align: left;
    color: black;
/*
    border: 2px red;
    border-style: solid;
*/
}

div.full_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    min-height: 70px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid rgb(224,224, 224);
    z-index: 20;
}

div.footer
{
    position: relative;
    left: 50%;
    top: 14px;
    width: 100%;
    max-width: 740px;
    text-align: left;
    color: black;
    transform: translate(-50%, -50%);
    line-height: 1.0;
}

div.cookie_info
{
    position: relative;
    left: 50%;
    width: 100%;
    top: 40px;

    max-width: 740px;
    text-align: left;
    transform: translate(-50%, -50%);

    background: white;
    min-height: 70px;
}

div.cookie_button
{
    position: relative;
    top: -20px;
    float: right;
    padding-bottom: 10px;
    padding-right: 4px;
}

button.cookie_button
{
    width: 40px;
    height: 40px;
}

div.content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    max-width: 740px;
    text-align: left;
    padding: 10px;
    background: white;
    clear: both;

    #border: 1px #3A4D8F;
    #border-style: solid;
    #box-shadow: rgb(170, 170, 170) 2px 2px 4px 0px;
}

div.content_gray {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 740px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
}

div.content_warning {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    width: auto;
    max-width: 740px;
    text-align: left;
    padding: 10px;

    background: white;
    color: red;
    font-size: 24px;
    font-family: Barlow;
    font-weight: 800;
}

div.content_success {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    width: auto;
    max-width: 740px;
    text-align: left;
    padding: 10px;

    background: white;
    color: rgb(58, 77, 143);
    color: green;
    font-size: 24px;
    font-family: Barlow;
    font-weight: 800;
}

div.page_title_text {
    margin-left: 12px;
    font-family: Barlow;
    font-size: 28px;
    font-weight: 800;
    color: white;
    line-height: 1.2;
    opacity: 1;
}

div.main_menu_button {
    position: relative;
    padding-right: 6px;
    padding-top: 0px;
    float: right;
    cursor: pointer;
}

div.share_button {
    position: relative;
    padding-right: 6px;
    float: right;
    cursor: pointer;
}

div.main_menu {
    position: fixed;
    padding: 8px;
    width: 90vw;
    max-width: 710px;

    display: none;
    background: white;

    border: 2px #3A4D8F;
    border-style: solid;
    box-shadow: rgb(170, 170, 170) 2px 2px 4px 0px;

    z-index: 30;
}

div.area_selector {
    position: relative;
    padding-left: 4px;
    padding-right: 2px;

/*
    border: 2px red;
    border-style: solid;
*/
}

div.sponsored {
    color: #3A4D8F;
    font-size: 16px;
    font-weight: bold;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
}

h1 {
    color: #3A4D8F;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    text-transform: uppercase;
}

h2 {
    color: #3A4D8F;
    font-size: 20px;
    font-weight: bold;
    padding-left: 8px;
    margin-top: 16px;
}

h3 {
    color: #3A4D8F;
    font-size: 18px;
    font-weight: bold;
    padding-left: 0px;
}

h4 {
    color: #3A4D8F;
    font-size: 16px;
    font-weight: bold;
    padding-left: 0px;
}

.no_padding {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

div.missing_area {
    color: #3A4D8F;
    font-size: 16px;
    font-weight: bold;
    padding-left: 4px;
    padding-top: 8px;
/*
    border: 2px red;
    border-style: solid;
*/
}

div.button_front_page {
    position: absolute;
    left: 5%;
    text-align: center;
}

div.button_new_report {
    position: absolute;
    left: 25%;
    text-align: center;
}

div.button_tracks {
    position: absolute;
    left: 58%;
    text-align: center;
}

div.button_glidestats {
    position: absolute;
    left: 80%;
    text-align: center;
}

a {
    text-decoration: none;
}

div.disabled {
    pointer-events: none;
    opacity: 0.3;
}

div.reports_count {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 70px;
    color: #03B4C6;
    line-height: 1.8;
    float: left;
    margin-left: 20px;
    margin-right: 30px;
}

div.reports_text {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 22px;
    color: rgb(58, 77, 143);
    line-height: 1.9;
}

datalist.quality2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    writing-mode: vertical-lr;
    width: 300px;
}

div.bottom_margin
{
    margin-bottom: 90px;
}

div.empty_line
{
    height: 12px;
}

fieldset
{
    padding: 0px;
    border: hidden;
}

select {
    padding: 8px;
    width: 100%;
    font-size: 20px;
}

input[type=text] {
    padding: 8px;
    font-size: 16px;
}

input[type=password] {
    padding: 8px;
    font-size: 16px;
}

input[list] {
    padding: 8px;
    font-size: 20px;
    width: 88%;
}

i.reset-icon {
    margin-top: 20px;
    margin-left: 4px;
}

i.share-icon {
    float: right;
    margin-top: 20px;
    margin-left: 4px;
    margin-right: 8px;
    cursor: pointer;
    color: #3A4D8F;
}

i.share-icon-white {
    float: right;
    margin-right: 0px;
    cursor: pointer;
    color: white;
}

i.report-share {
    color: #3A4D8F;
    padding-right: 4px;
}

i.report-like, i.report-moderate {
    color: #3A4D8F;
    cursor: pointer;
    padding-right: 4px;
}

span.blue {
    color: #3A4D8F;
}


input[type=radio] {
    margin-left: 8px;
    margin-right: 6px;
    font-size: 20px;
    font-family: 'Barlow';
    font-weight: 400;
}

input[type=submit] {
    margin-left: 0px;
    padding-bottom: 4px;
    min-width: 120px;
    height: 38px;
    background: #03B4C6;
    color: white;
    font-size: 18px;
    font-family: 'Barlow';
    font-weight: 400;
    border-color: #03B4C6;
    border-style: solid;
    border-radius: 0.2rem;
}

div.submit
{
    text-align: left;
}

label {
    font-size: 24px;
    font-family: 'Barlow';
    font-weight: 400;
}

input[type=radio].quality,
input[type=radio].style,
input[type=radio].time,
input[type=radio].mode,
input[type=radio].glide_time
{
    position:fixed;
    opacity:0;
    left:-90000px;
}

input[type=radio].style:checked ~ label,
input[type=radio].time:checked ~ label,
input[type=radio].mode:checked ~ label,
input[type=radio].glide_time:checked ~ label
{
    color: black;
    color: #3A4D8F;
    font-weight: bold;
    background-color: white;
    border: 1px #3A4D8F;
    border-style: solid;
}

input[type=radio].quality:checked ~ label
{
    color: gold;
}

div.star-wrap {
    display: flex;
    flex-direction: row-reverse;
    display: block;
    direction: rtl;
}

label.quality
{
    display:inline-flex;
    color: #d3d3d3;
    font-size: 48px;
    cursor: pointer;
}

label.filter
{
    font-size: 24px;
    font-family: 'Barlow';
    font-weight: 400;

    display:inline-flex;
    color: gray;
    font-size: 24px;
    cursor: pointer;
    background-color: lightgrey;
    border: 1px gray;
    border-style: solid;
    padding: 10px;

    margin-right: -2px;
}

input[type=radio].quality:checked + label ~ label
{
    color: gold;
}

input[type=radio].style:checked + label ~ label,
input[type=radio].time:checked + label ~ label,
input[type=radio].mode:checked + label ~ label,
input[type=radio].glide_time:checked + label ~ label
{
    color: black;
    font-weight: normal;
    background-color: lightgrey;
    border: 1px darkgray;
    border-style: solid;
}

textarea {
    display: grid;

    font-size: 20px;
    font-family: 'Barlow';
    font-weight: 400;
    width: 100%;
}

div.column2 {
    width: 50%;
    margin-left: 2px;
    float: left;
    background: inherit;
}

div.row_item {
    border: 1px lightgray;
    padding-top: 12px;
    height: 26px;
    padding-left: 12px;
    border-style: solid;
}

div.row_item_left {
    width: 75%;
    max-width: 250px;

    white-space: nowrap;
    overflow: hidden;

    float: left;
}

div.row_item_right {
    width: 68px;
    float: right;
    margin-top: -3px;
    padding-top: 0px;
    padding-right: 2px;
    text-align: right;
    color: gray;
}

div.row_item_menu {
    border: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-style: none;
}

div.row_item_gray {
    border: 0px;
    border-bottom: 1px lightgray;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    border-style: solid;
}

div.content_empty {
    height: 70px;
}

div.small {
    font-size: 12px;
}

.no-vertical-padding
{
    padding-top: 0px;
    padding-bottom: 0px;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: black;
    background-color: transparent;
    text-decoration: underline;
}

a.navigation_button {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #03B4C6; !important;
}

div.area_name {
    margin-left: 12px;
    padding-top: 4px;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 600;
    color: white; !important;
    line-height: 1.1;
    opacity: 1;
    text-transform: uppercase;
}

a.area_option {
    background-color: rgb(58, 77, 143);
    padding-left: 12px;
    padding-right: 2px;
    padding-top: 10px;
    text-transform: uppercase;
    height: 43px;
    width: 95%;
    display: block;
    color: white; !important;
    font-size: 24px;
    font-family: 'Barlow';
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 4px;
}

.huge {
    font-size: 40px;
    font-weight: bolder;
}

div.left_col
{
    width: 17%;
    float: left;
}

div.left_col_centered
{
    margin-left: -4px;
    width: 16%;
    float: left;
    text-align: center;
}

div.right_col
{
    width: 83%;
    float: right;
}

div.right_col2
{
    padding-left: 4px;
    padding-right: 0px;
}

div.track_record {
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    max-width: 740px;
    text-align: left;
    padding: 10px;
    background: white;
    clear: both;


    border: 1px #3A4D8F;
    border-style: solid;
    box-shadow: rgb(170, 170, 170) 2px 2px 4px 0px;
}

div.ski_style
{
    font-weight: bold;
}

div.ski_style2 {
    position: absolute;
    top: 0;
    right: 0;

    padding-top: 10px;
    padding-right: 24px;
}

div.track_conditions {
    margin-top: 10px;
    padding-bottom: 10px;
    color: #3A4D8F;
}

div.track_description {
    padding-top: 10px;
    padding-bottom: 12px;
    overflow-wrap: break-word;
}

div.clear
{
    clear: both;
}

.slider {
    -webkit-appearance: none;
    width: 85%;
    height: 10px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 35px;
    background: #3A4D8F;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #3A4D8F;
    cursor: pointer;
}

div.track_image {
    width: 100%;
}

.right {
    float: right;
}

.condition_line {
    float: left;
    padding-right: 10px;
    padding-bottom: 16px;
}

label.radio {
    line-height: 1.5;
}

button.input_button {
    padding: 10px;
    padding-top: 14px;
    min-width: 100px;
    cursor: pointer;
    font-size: 48px;
    line-height: 0.4;
}

div.track_like_share {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 24px;
    height: 66px;
}

div.track_like {
    cursor: pointer;
    float: left;
    text-align: center;

    line-height: inherit!important;
    vertical-align: middle;
}

div.track_moderate {
    cursor: pointer;
    float: right;
    text-align: center;

    line-height: inherit!important;
    vertical-align: middle;
}

div.track_share {
    float: right;
    text-align: center;

    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

div.track_photo {
    margin-bottom: 4px;
}

.slidecontainer {
    margin-top: 10px;
    margin-bottom: 16px;
}

i.las {
    font-size: 48px;
    line-height: 1.0;
    margin-bottom: 6px;
}

i.las32 {
    font-size: 32px;
    line-height: 0.8;
    margin-bottom: 6px;
}

i.las28 {
    font-size: 28px;
    line-height: 0.8;
    margin-bottom: 6px;
}

i.las-small {
    font-size: 22px;
}

span.small_font
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
}

div.anchor
{
    margin-top: -80px;
    padding-top: 80px;
}

.red
{
    color: red;
}