﻿
/*
 **************************************************************************************************************************************************    
    DESKTOP
 **************************************************************************************************************************************************
*/


@media (min-width: 768px) {
    html, body {
        font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 1.1rem!important;
    }

        body .container {
            margin-top: 80px;
            margin-bottom: 100px;
            max-width: none;
            padding-left: 30px;
            padding-right: 30px;
        }

    #linehead {
    }

    .entries {
        margin-left: 0;
        margin-right: 0;
    }

        .entries a.entry {
            display: block;
            text-decoration: none;
        }

            .entries a.entry:hover {
                text-decoration: none;
            }

                .entries a.entry:hover div.entry .navcol {
                }

            .entries a.entry:first-child {
            }

        .entries div.entry {
            padding: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
            white-space: nowrap;
            display: flex;
        }



            .entries div.entry .mcol {
                display: inline-block;
                width: 100%;
            }

            .entries div.entry .navcol {
                display: inline-block;
                width: 50px;
                text-align: right;
                font-size: smaller;
                margin: auto;
                margin-right: 0px;
            }

                .entries div.entry .navcol .oi {
                    top: 45%;
                }

            .entries div.entry .head {
                display: flex;
                font-size: 1rem;
            }

            .entries div.entry .details {
                display: flex;
            }

            .entries div.entry .column {
                display: inline-block;
                height: 30px;
                line-height: 30px;
                padding-right: 5px;
            }

                .entries div.entry .column.fish {
                    width: 100%;
                }

                .entries div.entry .column.date {
                    font-size:1rem;
                }

                .entries div.entry .column.time {
                }

                .entries div.entry .column.water {
                    1font-weight: 600;
                }

                .entries div.entry .column.size,
                .entries div.entry .column.weight {
                    white-space: nowrap;
                }

                .entries div.entry .column.size {
                    margin-right: 20px;
                }

                .entries div.entry .column.info,
                .entries div.entry .column.infoline {
                    font-size: smaller;
                }

                .entries div.entry .column.infoline {
                    width: 100%;
                }

                    .entries div.entry .column.infoline span.p {
                        font-weight: 600;
                        min-width: 120px;
                        display: inline-block;
                    }

                    .entries div.entry .column.infoline span.v {
                        display: inline-block;
                    }

    div.items {
    }

        div.items a {
            padding: 20px;
            padding-top: 15px;
            padding-bottom: 15px;
            
            display: block;
            text-decoration: none;
        }

            div.items a:first-child {
                
            }

            div.items a div.item {
                display: flex;
            }

            div.items a:hover {
                text-decoration: none;
            }

                div.items a:hover div.item div.info,
                div.items a:hover div.item div.infoS,
                div.items a:hover div.item div.title,
                div.items a:hover div.item span.oi,
                div.items a:hover div.item .cnt {
                }

                div.items a:hover div.item div.infoS {
                    font-weight: 500;
                }

            div.items a .nav {
                display: inline-block;
                width: 50px;
                text-align: right;
                margin: auto;
                margin-right: 0px;
            }

                div.items a .nav .oi {
                    top: 3px;
                }

            div.items a div.item div.content {
                width: 100%;
                padding-right: 50px;
            }

            div.items a div.item div.title,
            div.items a div.item div.text {
                font-weight: 400;
            }

            div.items a div.item div.text {
                width: 100%;
                display: inline-block;
            }

            div.items a div.item div.cnt {
                display: inline-block;
                margin: auto;
                margin-right: 0px;
                text-align: right;
                width: 60px;
            }

            div.items a div.item div.text,
            div.items a div.item div.cnt {
                height: 40px;
                line-height: 40px;
            }

            div.items a div.item div.infoS {
                font-size: smaller;
                font-weight: 400;
            }

            div.items a div.item div.info {
                font-size: smaller;
            }

    .form-group div.p,
    .form-group label {
        font-weight: 500;
    }

    .form-group input {
        display: inline-block;
    }

        .form-group input[type=number] {
            max-width: 30%;
            min-width: 120px;
        }

    .b600 {
        font-weight: 600;
        padding-left: 10px;
    }

    .form-group .v .b600 {
        padding-left: 30px;
    }


    .nw {
        white-space: nowrap;
    }

    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }

        a.navbar-brand .oi {
            font-size: 1.0rem;
            padding-left: 0px;
        }

    h4 {
        margin-bottom: 20px;
        font-size: 1.5rem;
    }


    #headline {
        text-align: center;
    }

        #headline h3,
        #headline h2 {
            height: 25px;
            line-height: 25px;
            padding: 0px;
            margin: 0px;
            font-size: initial;
        }

        #headline h2 {
            font-weight: 400;
        }

    div.menu {
        width: 50px;
        height: 60px;
        line-height: 60px;
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }

        div.menu .oi {
            width: 50px;
            height: 60px;
            line-height: 60px;
            display: inline-block;
            text-align: center;
        }

    div#menu {
        display: none;
        z-index: 1;
        padding: 20px;
        padding-bottom: 50px;
        padding-top: 30px;
        margin-top: 0px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 55555;
        overflow-y: auto;
    }

        div#menu .close {
            margin-right: 30px;
        }


        div#menu .mnucontent {
            width: 40%;
            min-width: 600px;
            margin: auto;
        }

        div#menu.open {
            background:#111;
        }

        div#menu span,
        div#menu a {
            display: block;
            padding-left: 20px;
            padding-right: 20px;
            margin-top: 10px;
        }

        div#menu span {
        }

        div#menu button {
            display: block;
            height: 50px;
            line-height: 50px;
            margin: 0px;
            padding: 0px;
            border-bottom: solid 1px #eee;
            padding-left: 20px;
            padding-right: 20px;
            width: 100%;
            text-align: left;
            font-size: inherit;
        }

        div#menu span.oi {
            display: inline-block;
            border: none;
            padding: 0px;
            font-size: inherit;
        }

        div#menu .mnugroup a {
            display: inline-block;
            text-decoration: none;
        }


    .mnugroup input[type=date] {
        display: inline-block;
        width: auto;
        padding-left: 5px;
        margin-right: 20px;
        text-align: center;
    }

    div#menu .mnugroup a.bt {
        height: 50px;
        line-height: 50px;
        padding: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }

    div#menu .mnugroup.flex {
        display: flex;
        margin: auto;
    }

        div#menu .mnugroup.flex a {
            margin-right: 10px;
        }

    div#menu a {
    }

    div#menu .row {
        border-bottom: solid 1px #eee;
        margin: 0px;
    }

        div#menu .row .col {
            width: auto;
            padding: 0px;
        }

    .btop {
        border-top: solid 1px #eee;
    }

    div#menu .row .col a,
    div#menu .row .col span {
        border: none;
    }

    div#menu a:hover {
        text-decoration: none;
    }

    header nav.navbar {
        padding: 0.5rem;
    }

        header nav.navbar .container,
        footer .container {
        }

    footer {
        display: block;
    }

    body .container {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .bt {
        height: 50px;
        line-height: 50px;
        display: inline-block;
        text-decoration: none;
        border: none;
        outline: none;
        cursor: pointer;
        margin-top: 20px;
        margin-bottom: 20px;
        width: auto;
        min-width: 120px;
    }

    .sumviewbt.bt,
    .bt {
        padding-left: 30px;
        padding-right: 30px;
    }

    .home.bt,
    .copy.bt {
        width: 60px;
        min-width: 60px;
        max-width: 60px;
        padding: 0px;
    }

    .bt:hover {
        text-decoration: none;
        box-shadow: 0px 2px 6px #aaa;
    }

    .col.center {
        max-width: 60%;
        margin: auto;
    }

    /* Provide sufficient contrast against white background */
    a {
    }

    .btn-primary {
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    }

    .border-top {
        border-top: 1px solid #e5e5e5;
    }

    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

    #sumframe {
        position: fixed;
        z-index: 333;
        box-shadow: 0 0 5px #aaa;
        left: 40px;
        right: 40px;
        top: 20px;
        bottom: 20px;
        padding: 30px;
        padding-top: 40px;
    }

    div.sums div.sum .title {
        overflow: unset;
        max-width: none;
    }

    div.statistic {
        width: fit-content;
    }

    div.sums{
        font-size:initial;
    }

    .dpl-1 {
        padding-left: .25rem !important;
        font-weight: normal;
    }

    .l1 {
        padding-left: 15px;
        font-weight: 700;
    }

    .l2 {
        padding-left: 40px;
        font-weight: 500;
    }

    .l3 {
        padding-left: 65px;
    }

    .l1,
    .l2,
    .l3 {
        padding-right: 15px;
    }

    div.statistic .row.statitemhead,
    div.statistic .row.statitemhead .col {
        height: 25px;
        line-height: 25px;
        width: 100%;
    }

    div.statistic .row.form .col.form-group span.select {
        padding-right: 0px;
        padding-left: 10px;
        font-size: smaller;
        cursor: pointer;
        max-width: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: auto;
    }

        div.statistic .row.form .col.form-group span.select span.txt {
            max-width: none;
            min-width: 105px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            float: left;
            display: inline-block;
        }

        div.statistic .row.form .col.form-group span.select span.oi {
            height: 25px;
            line-height: 25px;
        }

    .l1 {
        padding-left: 15px;
        padding-top: 7px;
        padding-bottom: 8px;
        font-weight: 700;
    }

    .l2 {
        padding-left: 40px;
        padding-top: 11px;
        padding-bottom: 9px;
        font-weight: 500;
    }

    .l3 {
        padding-left: 65px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 12px;
    }

        .l3.h {
            padding-left: 70px;
        }

    div.statistic .row .col.amount,
    div.content .row .col.amount {
        text-align: right;
        min-width: 40px;
        max-width: 40px;
        margin-right: 10px;
        padding: 0px;
    }

    div.statistic .row .col.fish,
    div.content .row .col.fish {
        margin-right: 10px;
    }

        div.statistic .row .col.fish span,
        div.content .row .col.fish span {
            max-width: 250px;
            min-width: 250px;
            text-overflow: ellipsis;
            display: block;
            overflow: hidden;
        }

    div.statistic.sums .row .col.fish span {
        max-width: 250px;
        min-width: 250px;
    }

    div.statistic .row.form .col.form-group:first-child {
        padding-left: 0px;
    }

    div.statistic .row.form .col.form-group {
        padding-left: 5px;
    }

    div.statistic .row .col.sign {
        max-width: 10px;
        min-width: 10px;
        text-align: right;
    }

    div.statistic .row .col.len,
    div.statistic .row .col.avweight,
    div.statistic .row .col.weight,
    div.content .row .col.len,
    div.content .row .col.avweight,
    div.content .row .col.weight {
        max-width: 150px;
        min-width: 150px;
        text-align: right;
    }

    div.statistic .row .col.len,
    div.statistic .row .col.avweight,
    div.statistic .row .col.weight {
        max-width: 100px;
        min-width: 100px;
        text-align: right;
    }

    div.statistic .row .col.len,
    div.content .row .col.len {
    }

    div.statistic .row .col.avweight {
    }

    div.statistic .row .col.weight {
    }

    div.sums div.sum {
        font-size: 1rem;
    }

    div.daylist div.day span.day {
        max-width: 230px;
    }

    div.daylist div.day span.d {
        min-width: 40px;
        max-width: 40px;
    }

    div.daylist div.day span.ds {
        min-width: 125px;
        max-width: 125px;
        padding-left: 0px;
    }

    div.daylist div.day span.values span.oi {
        width: auto;
        color: #0366D6;
        padding-right: 10px;
        font-size: 1rem;
    }

    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
    }

    body {
        /* Margin bottom by footer height */
        margin-bottom: 60px;
    }

    .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 60px;
        z-index: 10;
    }

    .text-center .v {
        text-align: center;
        padding-left: 0px;
    }

    #pagehead.display-4,
    .display-4 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.5;
    }

    #pagehead.display-4 {
        text-align: center;
        padding-left: 0px;
        1padding-left: 20px;
    }

    div.selframe {
        top: 0px;
        padding: 30px;
    }

    div .sellist {
        padding-bottom: 100px;
        border-radius: 20px;
    
        padding: 30px;
    
    }

        div.sellist .selitem {
            padding-left: 20px;
            padding-right: 20px;
        }

    div.statistic .row.form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        min-width: 500px;
        margin: 0px;
        margin-bottom: 1rem;
        padding: 0px;
        height: 40px;
        line-height: 40px;
    }

        div.statistic .row.form .col.form-group {
            flex-grow: 1;
            display: flex;
        }

    div.statistic .row.details .col {
        padding-right: 15px;
    }



    div.statistic .row.form .col.form-group {
        padding-right: 0;
    }

        div.statistic .row.form .col.form-group select {
            padding-right: 5px;
            padding-left: 10px;
            margin-right: 10px;
            min-width: auto;
            max-width: none;
            width: 100%;
            font-size: inherit;
        }

    div.statistic .row.details .col {
        padding-right: 15px;
    }

    #actionline {
        height: 100px;
    }

    div.daylist div.day span.day {
        min-height: 35px;
        height: auto;
        line-height: 35px;
    }

    div.daylist div.day span.oi {
        top: 3px;
    }

    div.daylist div.day a.il span {
        height: 30px;
        line-height: 30px;
        margin-bottom: 1px;
        display: inline-block;
        width: auto;
    }

    div.daylist table {
        width: 100%;
        width: 60%;
        margin: auto;
    }

    .event {
        float: none;
        max-width: initial;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .column.water span {
        padding-right: 10px;
    }

    .form-group input[type=date].w100, .form-group input[type=time].w100 {
        max-width: 250px;
        min-width: 250px;
    }

    .form-group input[type=time].w100 {
        max-width: 200px;
        min-width: 200px;
    }

    .form-group input[type=number].w100 {
        max-width: 190px;
        min-width: 190px;
        padding-right: 0px;
    }

    .form-group.inline span.unit {
        float: right;
        max-width: 60px;
        min-width: 60px;
        height: 40px;
        padding-left: 5px;
    }

        .form-group.inline span.unit.sm {
            max-width: 30px;
            min-width: 30px;
        }

    .form-group input[type=number].w50 {
        max-width: 190px;
        min-width: 190px;
    }

    .form-group input[type=number].w170 {
        max-width: 250px;
        min-width: 250px;
    }

    .form-group input[type=time].w125 {
        max-width: 250px;
        min-width: 250px;
        padding: 0px;
    }

    .info {
        margin: auto;
    }

    div#menu .mnugroup a span.oi {
        height: auto;
        line-height: 30px;
    }

    div#menu div.mnugroup.inputs {
        padding-left: 20px;
    }

    div#menu .mnugroup input[type=date],
    div#menu .mnugroup input[type=date]:first-child {
        
    }

    div.mw50pc {
        min-width: 400px;
        max-width: 90%;
    }


    h5.fish {
        padding-left: 35px;
    }

    .brand {
        text-align: center;
    }

    h4#pagesubhead {
        text-align: center;
        padding: 0px;
    }

    
    div.hours .row{
        border-top:solid 1px #ddd;
        height:30px;
        line-height:30px;
    }

    h3.subtit {
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        background: #fff;
        height: 50px;
        line-height: 50px;
        margin-left: -20px;
        margin-right: -20px;
    }

        div.hours .row .col {
            height: 30px !important;
            line-height: 30px !important;
        }

            div.hours .row .col.date {
                font-weight: 600;
                font-size: initial;
                width: auto;
                min-width: auto;
                max-width: fit-content;
            }

    div.hours .row .col.time {
        min-width: 100px;
        max-width: 100px;
        font-size: initial;
    }

    div.hours .row .col.temp {
        min-width: 85px;
        max-width: 85px;
        font-weight: 600;
        font-size: initial;
    }

        div.hours .row .col.temp.minmax {
            min-width: 160px;
            max-width: 160px;
            font-weight: 600;
            font-size: initial;
        }

        div.hours .row .col.temp.minmax span {
            font-weight: 400;
            
        }

        div.hours .row .col.percent {
            min-width: 75px;
            max-width: 75px;
        }

        div.hours .row .col.pressure {
            min-width: 120px;
            max-width: 120px;
        }

        div.hours .row .col.speed {
            min-width: 120px;
            max-width: 120px;
        }

        div.hours .row .col.dir {
            min-width: 150px;
            max-width: 150px;
        }

        div.hours .row {
            flex: auto;
            display: flex;
            height: 30px !important;
            margin-bottom: 0;
            white-space:nowrap;
        }

            div.hours .row .col {
                flex: auto;
                display: inherit;
                height: 30px !important;
                width: auto;
                white-space: nowrap;
            }

        div.inline select.form-control {
            float: right;
            width: auto;
            text-align: right;
            min-width: 55%;
        }

        div.statistic .row.form .col.form-group span.select {
            padding-right: 0px;
            padding-left: 10px;
            font-size: smaller;
            color: #1b6ec2;
            background-color: #f7f7f7;
            border: solid 1px #eee;
            cursor: pointer;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            border-radius: 0;
            background-color: #fff;
            background-color: #1b6ec2;
            color: #fff;
            border-radius: 50px;
            
        }

        div.statistic .row.form .col.form-group.select span.txt {
            position: unset;
        }

    h1#pagehead.large.m {
        font-size: 3.5rem;
        font-weight: 300;
    }

    .marker, .markertemplate {
        font-size: 1.5rem;
    }
}


    /*
 **************************************************************************************************************************************************    
    DESKTOP
 **************************************************************************************************************************************************
*/
@media (min-width: 1024px) {
    html, body {
        font-family: Roboto, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 1.0rem;
    }

        body .container {
            max-width: none;
            padding-left: 80px;
            padding-right: 80px;
        }

    div#menu a {
        text-decoration: none;
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    div#menu .mnugroup a div {
        height: 30px;
        line-height: 30px;
    }

    h1#pagehead.large.m {
        font-size: 3.5rem;
        font-weight: 300;
    }

    .marker, .markertemplate {
        font-size: 1.5rem;
    }
}


