﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


html, body {
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.05rem;
    background-color: #101010;
}

main{
    
    padding-top:10px;
}

    body .container {
        margin-top: 80px;
        margin-bottom: 100px;
        max-width: none;
        padding-left: 0px;
    }

form#account {
    max-width: 400px;
    margin: auto;
}

#pagehead.display-4 {
    font-size: 2rem;
    text-align: left;
    padding-left: 15px;
}

.text-center .v {
    text-align: left;
    padding-left: 15px;
}

#linehead {
    display: none;
}

.entries {
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

    .row.login .col {
        padding-left: 30px;
        padding-right: 30px;
    }

.entries a.entry {
    display: block;
    color: #000;
    text-decoration: none;
    1margin-left:15px;
}

    .entries a.entry:hover {
        text-decoration: none;
        background-color: #0366D6;
        color: #fff;
    }

        .entries a.entry:hover .btoday,
        .entries a.entry:hover .bbefore {
            background-color:#fff;
        }

        .entries a.entry:hover .bbefore {
            background-color: #ddd;
        }

            .entries a.entry:hover div.entry .navcol, .entries a.entry:hover div.entry .head, .entries a.entry:hover div.entry .head .water .water {
            color: #fff;
        }

    .entries a.entry:first-child {
    }

        .entries a.entry:first-child div.entry {
            border-top: solid 1px #eee;
        }

    .entries a.entry:hover div.entry {
        border-bottom: solid 1px #0366D6;
    }

    .entries a.entry:hover:first-child div.entry {
        border-top: solid 1px #0366D6;
    }

.entries div.entry {
    padding: 15px;
    padding-left: 0px;
    padding-right: 10px;
    margin-left: 15px;
    white-space: nowrap;
    display: flex;
    border-bottom: solid 1px #eee;
}



    .entries div.entry .mcol {
        display: inline-block;
        width: 100%;
    }

    .entries div.entry .navcol {
        display: inline-block;
        width: 25px;
        text-align: right;
        font-size: smaller;
        color: #00000050;
        margin: auto;
        margin-right: 0px;
    }

        .entries div.entry .navcol .oi {
            top: 45%;
        }

    .entries div.entry .head {
        display: block;
        line-height: initial;
    
        
    }

    .entries div.entry .details {
        display: flex;
    }

    .entries div.entry .column {
        display: inline-block;
        height: initial;
        display: block;
    }

        .entries div.entry .column.fish {
            width: 100%;
            font-weight:500;
        }

        .entries div.entry .column.date {
        
        }

        .entries div.entry .column.time {
        }

        .entries div.entry .column.water {
            height: 24px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
        }

        .entries div.entry .column.size,
        .entries div.entry .column.weight {
            white-space: nowrap;
            font-size: 1rem;
            
        }

        .entries div.entry .column.size {
            margin-right: 10px;
            
        }

        .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;
                display: block;
                line-height: 30px;
                height: auto;
            }

            .entries div.entry .column.infoline span.v {
                display: block;
                line-height: 20px;
                height: auto;
                white-space: initial;
            }

div.col.p,
div.col.v {
    padding-left: 0px;

}

div.col.v,
div.v {
    font-weight: 600;
}

div.items {
}

    div.items a {
        color: #000;
        padding: 15px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 20px;
        margin-left: 0px;
        border-bottom: solid 1px #eee;
        display: block;
        text-decoration: none;
    }

        div.items a:first-child {
            border-top: solid 1px #eee;
        }

        div.items a div.item {
            display: flex;
        }

        div.items a:hover {
            text-decoration: none;
            background-color: #0366D6;
            color: #fff;
        }

            div.items a:hover div.item div.text span.oi {
                color: #fff;
            }

            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 {
                color: #fff;
            }

            div.items a:hover div.item div.infoS {
                font-weight: 500;
            }

        div.items a .nav {
            display: inline-block;
            width: 45px;
            text-align: right;
            color: #00000050;
            margin: auto;
            margin-right: 0px;
        }

            div.items a .nav .oi {
                top: 2px;
                font-size: 0.7rem;
            }

        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.watertitle {
            font-weight: 600;
        }

        div.items a div.item div.watergroup {
            font-size: 1.0rem;
        }

        div.items a div.item div.text span.oi {
            color: #0366D6;
        }

        div.items a div.item div.cnt {
            display: inline-block;
            margin: auto;
            margin-right: 0px;
            text-align: right;
            width: 60px;
            color: #00000080;
        }

        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 {
            color: #000;
            font-size: smaller;
            font-weight: 400;
        }

        div.items a div.item .oi {
            margin-right: 5px;
            top: 3px;
            width: 20px;
        }

        div.items a div.item .nav .oi {
            top: 1px;
        }

        div.items a div.item div.info {
            color: #00000050;
            font-size: smaller;
        }

.form-group div.p,
.form-group label {
    font-size: 1.05rem;

}

.form-group .checkbox {
    height: 30px;
    line-height: 30px;
}

    .form-group .checkbox input[type=checkbox],
    .form-group .checkbox label {
        height: 1rem;
        line-height: 1rem;
        font-size: 1rem;
        margin: 0px;
        padding: 0px;
        margin-right: 5px;
    }

    .form-group .checkbox label {
    }



.b600 {
    font-weight: 600;
}

.form-group .v .b600 {
}


.nw {
    white-space: nowrap;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

    a.navbar-brand span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #0366D6;
        border-radius: 40px;
        transition: background-size .2s;
    }

    a.navbar-brand:active span {
        background-color: #1b6ec230;
    }

    a.navbar-brand .oi {
        
    }

h4 {
    margin-bottom: 20px;
    font-size: 1rem;
}

    h4.inline,
    h5.fish {
        margin: 0px;
        height: 50px;
        line-height: 50px;
        font-size: larger;
        padding-left: 15px;
        border-bottom: solid 1px #eee;
        1font-size: small;
        font-weight: 400;
    }

        h4.inline .oi,
        h5.fish .oi {
            color: #0366D6;
        }

h5.fish {
    font-weight: 700;
    padding-left: 15px;
    font-size: 1.05rem;
}

h4.inline:first-child {
    border-top: solid 1px #eee;
}

.brand {
    font-size: 2.5rem;
    font-weight:300;
    margin-bottom: 25px;
    text-align: left;
    padding-left: 0px;
    color: #555;
    text-align:center;
}

    .brand .oi {
        font-size: 1.5rem;
        margin-right: 10px;
        display:none;
    }

div.form-group.center {
    text-align: center;
}

.login div.form-group input.form-control {
    border: solid 1px #eee;
    border-radius: 2px;
    padding: 20px;
    height: 50px;
    line-height: 50px;
}

.login div.form-group label {
    margin-bottom: 0px;
    padding-left: 20px;
}

h5 .fish {
    margin: 0px;
    height: 50px;
    line-height: 50px;
    font-size: small;
    padding-left: 20px;
    border-bottom: solid 1px #eee;
    font-weight: 500;
    padding-top: 15px;
    color: #888;
    background-color: #f9f9f9;
}

.topsdivider {
    height: 40px;
}

div.daylist div.day a.il span {
    background-color: #0366d6;
    color: #fff;
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 20px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 1px;
    display: inline-block;
    width: auto;
}


#headline {
    margin: auto;
    text-align: center;
}

a.navbar-brand {
    min-width: 30px;
    padding-left: 10px;
}

.bold700 {
    font-weight: 700;
}

.bold600 {
    font-weight: 600;
}

.bold500 {
    font-weight: 500;
}

#headline h3,
#headline h2 {
    line-height: initial;
    padding: 0px;
    margin: 0px;
    font-size: initial;
}

#headline h2 {
    font-weight: 600;
}

    #headline h2.light {
        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;
        display: inline-block;
        text-align: center;
        color: #0366D6;
        color: #0078ff;
    }

div#menu {
    display: none;
    background-color: #fff;
    z-index: 1;
    padding: 0px;
    padding-bottom: 50px;
    margin-top: -20px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 55555;
    overflow-y: auto;
}

    div#menu .mnucontent {
        width: 100%;
        margin: auto;
    }

    div#menu.open {
        margin-top: 0px;
    }

    div#menu span,
    div#menu a {
        display: block;
        border-bottom: solid 1px #eee;
        padding-left: 20px;
        padding-right: 20px;
    }

    div#menu span {
        padding-top: 0px;
        font-weight: 500;
        height: 60px;
        line-height: 60px;
    }

    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;
        background-color: #fff;
    }

    div#menu .close {
        height: 40px;
        line-height: 40px;
        margin: 0px;
        padding: 0px;
        cursor: pointer;
        opacity: 1;
        text-shadow: none;
        font-size: 1.1rem;
        margin-right: 15px;
    }

    div#menu span.oi.oi-x {
        background-color: transparent;
        font-size: smaller;
        margin: 0;
        padding: 0;
        top: 0;
        line-height: 30px;
    }



    div#menu a {
        text-decoration: none;
        padding: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    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 {
    background-color: #0366D6;
    color: #fff;
    text-decoration: none;
}

header nav.navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    margin: 0px !important;
    text-align: center;
    padding: 0px;
}

    header nav.navbar .container,
    footer .container {
        margin: auto !important;
        text-align: center;
        font-size: smaller;
    }

footer {
    display: none;
}



h1.display-4 {
}

.sumview {
    display: flex;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 20px;
}

    .sumview div.inner {
        margin: auto;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .sumview div:first-child {
    }

.sumviewbt {
    padding-top: 10px;
}

.sumview .bt {
    margin-top: 0px;
    margin-bottom: 0px;
}

.sumview .bt {
    margin-right: 1px;
}

.sumviewbt.bt {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 1px;
    padding: 0px;
    display: inline-block !important;
    text-align: center;
}

.sumviewbt.bt,
.bt {
    padding-left: 15px;
    padding-right: 15px;
}

.home.bt,
.copy.bt {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    padding: 0px;
}


.sumviewbt.bt span.oi {
    height: 50px;
    line-height: 50px;
}


.sumviewbt div {
}

    .sumviewbt div.l1,
    .sumviewbt div.l2,
    .sumviewbt div.l3,
    .sumviewbt div.l4 {
        background: #fff;
        height: 3px;
        margin: auto;
        margin-bottom: 4px;
        width: 30px;
        display: block;
    }

    .sumviewbt div.l2 {
        width: 20px;
    }

    .sumviewbt div.l3 {
        width: 10px;
    }

    .sumviewbt div.l4 {
        width: 2px;
    }

#sumframe {
    display: none;
    position: fixed;
    background-color: #fdfdfd;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 10px;
    padding-top: 20px;
    z-index: 333;
    box-shadow: none;
    overflow-y: auto;
}

    #sumframe span.oi.close {
        cursor: pointer;
        font-size: small;
        padding: 10px;
        opacity: 1;
    }

div.sums {
    font-size: smaller;
}

#sumframe div.total {
    font-weight: 500;
    border-top: solid 1px #eee;
    margin-top: 1px;
}

#errorpanel {
    display: none;
    position: fixed;
    z-index: 12;
    background-color: #faeeee;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
    padding: 30px;
    z-index: 999;
}

    #errorpanel.nologin {
        background-color: #111;
    }

.bt {
    background-color: #0366D6;
    color: #fff;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 15px;
    width: auto;
    min-width: 120px;
    text-align: center;
}

    .bt.ic {
        min-width: 110px;
    }

    .bt:hover {
        background-color: #0366d6cc;
        text-decoration: none;
        color: #fff;
        box-shadow: 0px 2px 6px #aaa;
    }
/* Provide sufficient contrast against white background */
a,
div#menu button {
    color: #0366d6;
    border-radius: 0px;
}

    div#menu button:hover,
    div#menu button:hover span {
        background-color: #0366d6;
        color: #fff;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.display-4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
}

.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;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

#deleteentry {
    display: none;
    position: fixed;
    background-color: #fff;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1111;
    margin: 0px;
    border-bottom: 0px;
    bottom: 0px;
    padding-top: 80px;
}

    #deleteentry a {
        color: #fff;
    }

.bt.delete {
    background-color: #880000;
    color: #fff !important;
}

.col.center {
    max-width: 100%;
    margin: auto;
}

div#menu .mnugroup {
}

    div#menu .mnugroup.show {
    }

    div#menu .mnugroup.vis {
        display: block;
    }

div#menu span.toggler {
    cursor: pointer;
    font-weight:normal;
    clear:both;
}

div#menu span.toggler.open {
    cursor: pointer;
    font-weight: 600;
}

    div#menu span.toggler.show {
        font-weight: 600;
    }


div#menu .mnugroup a span.oi {
    float: right;
    top: 0px;
    margin: 0px;
}

    div#menu .mnugroup a span.oi.left {
        float: none;
        top: 0px;
        margin: 0px;
        margin-right: 0px;
    }

div#menu .mnugroup a,
div#menu .mnugroup button {
    display: inline-block;
    width: auto;
    color: #3c95f9;
    padding-left: 40px;
    padding-right: 20px;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0px;
    width: auto;
    text-align: left;
    border-bottom: solid 1px #eee;
}

    div#menu .mnugroup button:hover {
        color: #fff;
    }

    div #menu .mnugroup a.bt {
        color: #fff;
        width: auto;
    }

h1.center {
    text-align: center;
}

div#menu .mnugroup a,
.mnugroup input[type=date] {
    display: block;
    width: 100%;
}

.mnugroup input[type=date] {
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
}

div#menu .mnugroup.flex {
    display: block;
    margin: auto;
    width: 100%;
}

    div#menu .mnugroup.flex a,
    div#menu .mnugroup.flex button {
        display: block;
        1width: 100%;
        color:#fff;
    }

div#menu .mnugroup button span,
div#menu .mnugroup a span {
    background-color: transparent;
    height: auto;
    line-height: normal;
    font-size: smaller;
}

div#menu .mnugroup a span {
    line-height: 40px;
    display: inline-block;
    margin: 0px;
    border: none;
}

div#menu .mnugroup a div {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0px;
    border: none;
}


div#menu .mnugroup a:hover {
    background-color: #0366d6cc;
    text-decoration: none;
    color: #fff;
    1box-shadow: 0px 2px 6px #aaa;
}

input[type=text].form-control,
input[type=date].form-control,
input[type=time].form-control,
input[type=number].form-control,
.mnugroup input[type=date],
select.form-control,
textarea.form-control {
    border: solid 1px #eee;
    border-radius: 0px;
    background-color: transparent;
}

select,
select.form-control {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

div.statistic select.form-control {
    border: solid 1px #eee;
    padding-left: 5px;
}

div.selframe {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    background-color: #fafafa;
    padding: 20px;
    z-index: 11111;
    width: 100%;
    display: none;
    bottom: 0px;
    overflow-y: scroll;
}

    div.selframe h5 span.oi {
        float: right;
        cursor: pointer;
        font-size: smaller;
        color: #333;
    }

div .sellist {
    display: none;
    padding-bottom: 100px;
    border-radius: 0px;
    border: none;
    padding: 0px;
}

    div.sellist .selitem {
        display: block;
        border-bottom: solid 1px #eee;
        padding: 20px;
        cursor: pointer;
    }

        div.sellist .selitem:first-child {
            border-top: solid 1px #eee;
        }

        div.sellist .selitem:hover {
            background-color: #0366D6;
            color: #fff;
        }

div.statistic {
    margin: auto;
    text-align: left;
}

    div.statistic .row {
        max-width: 600px;
        max-width: none;
    }

        div.statistic .row .col,
        div.content .row .col {
            flex-grow: 0;
            text-align: left;
            white-space: nowrap;
            padding: 0px;
            1height: 50px;
            1line-height: 50px;
            margin-bottom: 5px;
        }

        div.statistic .row.details {
            margin-bottom: 20px;
            display: block;
            font-weight: normal;
        }

            div.statistic .row.details .col {
                display: inline-block;
                width: auto;
            }

        div.statistic .row.statitem {
            height: 50px;
            line-height: 50px;
            border-bottom: solid 1px #eee;
        }

            div.statistic .row.statitem:hover,
            div.statistic .row.statitem:active {
                background-color: Highlight;
                color: HighlightText;
            }

        div.statistic .row.statitemhead {
            border-bottom: solid 1px #eee;
            font-size: small;
            color: #00000075;
        }

            div.statistic .row.statitemhead,
            div.statistic .row.statitemhead .col {
                height: 20px;
                line-height: 20px;
                width: 100%;
            }

        div.statistic .row.statitemhead {
        
        }

        div.statistic .row.statitem:last-child {
            border-bottom: none;
        }

        div.statistic .row .col.amount,
        div.content .row .col.amount {
            text-align: right;
            min-width: 25px;
            max-width: 25px;
            margin-right: 10px;
            margin-bottom: 0px;
            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: 110px;
                min-width: 110px;
                text-overflow: ellipsis;
                display: block;
                overflow: hidden;
            }

            div.content .row .col.fish span {
                max-width: 115px;
                min-width: 115px;
            }

    div.statistic.sums .row .col.fish span {
        max-width: 105px;
        min-width: 105px;
    }

    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: 80px;
        min-width: 80px;
        text-align: right;
    }

    div.statistic .row .col.len,
    div.statistic .row .col.avweight,
    div.statistic .row .col.weight {
        max-width: 70px;
        min-width: 70px;
        text-align: right;
    }

    div.statistic .row .col.len,
    div.content .row .col.len {
        max-width: 50px;
        min-width: 50px;
    }

    div.statistic .row .col.avweight {
    }

    div.statistic .row .col.weight {
    }

.col.r {
    text-align: left;
}

.col.c {
    text-align: left;
}

div.statistic h4 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 1.5rem;
}

div.statistic h6 {
    margin-bottom: 10px;
    font-weight: 400;
    text-align: left;
}

.dpl-1 {
    padding-left: 0px !important;
}

.l1 {
    padding-left: 0px;
    font-weight: 700;
}

.l2 {
    padding-left: 0px;
    font-weight: 500;
}

.l3 {
    padding-left: 0px;
}

.l1,
.l2,
.l3 {
    border-bottom: solid 1px #eee;
    padding-right: 15px;
    padding-left: 10px;
}

.ht1 {
    height: 1px !important;
}


.l1 .cnt,
.l2 .cnt,
.l3 .cnt,
.l4 .cnt {
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    text-align: center;
    border-radius: 10px;
    float: right;
    line-height: initial;
}

.l1 {
    padding-top: 7px;
    padding-bottom: 8px;
    font-weight: 700;
    background-color: #bbbbbb10;

}

    .l1:first-child {
    }

.l2 {
    padding-top: 11px;
    padding-bottom: 9px;
    font-weight: 500;
    background-color: #bbbbbb10;

}

.l3 {
    padding-top: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 400;
}

    .l3.h {
        background-color: #bbbbbb10;
        font-weight: 400;
        padding-left: 10px;
        padding-right: 15px;
        padding-top: 13px;
    }

    .l1 div.row,
    .l2 div.row,
    .l3 div.row {
        font-weight: 400;
    }

    .l1 span.oi,
    .l2 span.oi,
    .l3 span.oi {
        margin-right: 5px;
        top: 2px;
    }

    .l3 span.oi {
        margin-right: 5px;
        font-size: inherit;
        top: 1px;
    }

.l1.first {
    border-top: solid 1px #eee;
}

.op5 {
    opacity: 0.6;
}

.form-group input.hidden {
    display: none;
}

div.statistic .row .col.form-group {
    flex-grow: 1;
}

div.statistic .row.form {
    display: block;
}

div.statistic form .row.form .col.form-group {
}

div.statistic .row.form .col.form-group.mw30 {
    padding-right: 0;
    min-width: 33%;
}

div.statistic .row.form .col.form-group.mw100 {
    padding-right: 0;
    min-width: 100%;
}

div.statistic .row.form .col.form-group.mw50 {
    padding-right: 0;
    min-width: 50%;
}

div.statistic .row.form .col.form-group select {
    padding-right: 0px;
    padding-left: 10px;
    font-size: smaller;
    color: #1b6ec2;
    background-color: #f7f7f7;
}

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 {
    color: #1b6ec2;
    background-color: #f7f7f7;
    border: solid 1px #eee;
    cursor: pointer;
    overflow: inherit;
    white-space: nowrap;
    text-overflow: inherit;
    border-radius: 0;
    background-color: #fff;
    background-color: #1b6ec2;
    color: #fff;
    border-radius: 50px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    border: none;
    outline: none;
    
}

    div.statistic .row.form .col.form-group.select .oi {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        top: 0px;
        font-size: small;
        font-weight: 300;
    }

    div.statistic .row.form .col.form-group.select span {
        float: none !important;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display:inline-block;
    }

    div.statistic .row.form .col.form-group.select span.txt {
        position: absolute;
    }

    div .statistic .row.form .col.form-group span.select.empt {
        border:none;
    }


.fill {
    
}

    div .statistic .row.form .col.form-group span.select span.txt {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
        display: inline-block;
    }

    div.statistic .row.form .col.form-group span.select span.oi {
        float: left;
        height: 20px;
        line-height: 20px;
        margin-right: 10px;
    }

div.statistic .row.details .col {
    padding-left: 5px;
    padding-right: 0px;
    margin-right: 0px;
}

    div.statistic .row.details .col:first-child {
        padding-left: 0px;
    }

div.statistic .row.head .col {
    padding-left: 0px;
}

div.statistic .row.details .col span span.b {
    font-weight: 700;
    padding-right: 2px;
}

div.daylist {
}

    div.daylist div.day {
        border-bottom: solid 1px #eee;
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: smaller;
    }

        div.daylist div.day:first-child {
            border-top: solid 1px #eee;
        }

        div.daylist div.day.we {
            background-color: #f8f8f8;
        }

        div.daylist div.day.td,
        div.daylist div.day.td1,
        div.daylist div.day.td2 {
            background-color: #0366d615;
        }

        div.daylist div.day span {
            width: 50%;
            padding-left: 0px;
            padding-right: 10px;
        }

            div.daylist div.day span.oi {
                width: auto;
                padding-left: 5px;
                padding-right: 0px;
                top: 2px;
                color: #777;
                margin-right: 5px;
            }

            div.daylist div.day span.day {
                width: 50%;
                max-width: 171px;
                float: left;
                font-weight: 500;
                height: 25px;
                line-height: 25px;
                border-right: solid 1px #eee;
                ;
                margin-right: 15px;
                height: auto;
                min-height: 25px;
            }

            div.daylist div.day span.d {
                display: inline-block;
                min-width: 30px;
                max-width: 30px;
                font-weight: 300;
                padding-right: 0px;
            }

            div.daylist div.day span.ds {
                display: inline-block;
                min-width: 95px;
                max-width: 95px;
                padding-left: 0px;
                padding-right: 0px;
            }

        div.daylist div.day.td span.day,
        div.daylist div.day.td1 span.day,
        div.daylist div.day.td2 span.day {
            font-weight: 400;
        }


        div.daylist div.day.td span.day {
            font-weight: 700;
        }

        div.daylist div.day.we span.day {
            color: #777;
            font-weight: 400;
        }

        div.daylist div.day span.values {
            display: inline-block;
        }

            div.daylist div.day span.values span.oi {
                width: auto;
                color: #0366D6;
                padding-left: 0px;
                padding-right: 5px;
                font-size: smaller;
            }

    div.daylist table {
        width: 100%;
        margin: auto;
        border-collapse: separate;
        border-spacing: 4px;
    }

        div.daylist table tr {
        }

            div.daylist table tr td {
            }

            div.daylist table tr.hl td {
                font-size: small;
                height: 20px;
                line-height: 20px;
                text-align: center;
            }

            div.daylist table tr.h td {
                font-size: larger;
                height: 70px;
                line-height: 50px;
                font-weight: 600;
                vertical-align: bottom;
            }

                div.daylist table tr.h td .cnt {
                    font-weight: 400;
                    //color: #0366D6;
                    float: right;
                    margin-right: 10px;
                }

            div.daylist table tr.ds td {
                height: 40px;
                line-height: 40px;
                text-align: center;
                width: 80px;
            }


                div.daylist table tr.ds td.oor {
                    color: #aaa;
                }

                div.daylist table tr.ds td.catch {
                    background-color: #0366D6;
                    border-radius: 10px;
                    color: #fff;
                }

                    div.daylist table tr.ds td.catch a {
                        color: #fff;
                    }

                        div.daylist table tr.ds td.catch a:hover {
                            text-decoration: none;
                        }

                    div.daylist table tr.ds td.catch.oor {
                        background-color: #0366D688;
                        border-radius: 10px;
                    }

                    div.daylist table tr.ds td.catch span {
                        height: 20px;
                        line-height: 20px;
                        margin-top: 7px;
                        margin-bottom: 0px;
                    }

                        div.daylist table tr.ds td.catch span.bulls {
                            color: #fff;
                            height: 8px;
                            line-height: 8px;
                            margin: 0px;
                            margin-top: 2px;
                        }

                div.daylist table tr.ds td.marker {
                    font-size: small;
                    width: 18px;
                }

                div.daylist table tr.ds td span {
                    min-width: 25px;
                    display: block;
                    margin: 5px;
                }

                div.daylist table tr.ds td.marker span {
                    min-width: 10px;
                    display: block;
                    margin: 0px;
                }

                div.daylist table tr.ds td.catch span.oi {
                    color: #fff;
                    font-size: small;
                }

#actionline {
    background-color: #fafafa;
    border-top: solid 1px #eee;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 222;
    padding-top: 20px;
    height: 110px;
    margin-bottom: 0px;
}

    #actionline .bt {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.minwidth150 {
    min-width: 150px;
}

.minwidth125 {
    min-width: 115px;
}

.minwidth75 {
    min-width: 65px;
}

.form-group.inline {
    height: 40px;
    line-height: 40px;
    font-size: smaller;
}

.form-group input {
    display: inline-block;
}

    .form-group input[type=checkbox] {
        width: 25px;
        float: left;
        margin-right: 10px;
    }

.form-group div.cbox {
    height: 45px;
    line-height: 45px;
    font-size: 1rem;
    border-bottom: solid 1px #eee;
    ;
}

.form-group input[type=number] {
    max-width: 30%;
    min-width: 120px;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    text-align: right;
}

    .form-group input[type=number].w100 {
        max-width: 100px;
        min-width: 100px;
        padding-right: 5px;
    }

    .form-group input[type=number].w125 {
        max-width: 125px;
        min-width: 125px;
    }

.form-group input[type=time].w125 {
    max-width: 170px;
    min-width: 170px;
    text-align: right;
    padding: 0px;
}

.form-group input[type=date].w100,
.form-group input[type=time].w100 {
    max-width: 185px;
    min-width: 185px;
}

.today,
.before {
    
    font-weight: 500;
    padding:0px;
}

.btoday,
.bbefore {
    background-color: #0078ff;
    color: #fff;
    border-radius: 30px;
    font-weight: normal;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 5px;
    
}

.bbefore {
    background-color: #0078ffa0;
}

.dpl-1.today,
.dpl-1.before {
    padding-left: 0.5rem !important;
}
/* 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;
    background: #fff;
}

.prevscrolly {
    overflow: hidden;
}

.selaction {
    color: #1b6ec2;
    cursor: pointer;
    font-weight: normal;
    margin: auto;
    margin-right: 0;
    float: right;
    line-height: 40px;
    height: 40px;
    font-size: 1rem;
    width: 40px;
    text-align: center;
    top: 0px;
}

    .selaction.sm {
        width: 30px;
    }

    .selaction.sm20 {
        width: 20px;
    }

.filterGray {
    filter: grayscale(100%);
}

.event {
    float: right;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-group.inline input {
    float: right;
    outline: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
}

.form-group input[type=date].w100, .form-group input[type=time].w100 {
    max-width: 170px;
    min-width: 170px;
    text-align: right;
    padding: 0px;
}

.form-group input[type=time].w100 {
    max-width: 120px;
    min-width: 120px;
}

.form-group input[type=number].w100 {
    max-width: 110px;
    min-width: 110px;
    padding-right: 0px;
}

.form-group.inline span.unit {
    float: right;
    max-width: 60px;
    min-width: 60px;
    height: 40px;
    line-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: 110px;
    min-width: 110px;
}

.form-group input[type=number].w170 {
    max-width: 170px;
    min-width: 170px;
}

.row span.oi.mr5 {
    margin-right: 5px;
}

span.oi.wind {
}

p.small span.evt {
    background-color: InfoBackground;
    color: InfoText;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 40px;
    font-size: small;
    font-weight: 500;
}

.info {
    margin: initial;
    padding: 10px;
    background-color: InfoBackground;
    color: InfoText;
    width: fit-content;
    border-radius: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

div#menu h1.brand.center {
    clear: both;
    margin-top: 50px;
    text-align: left;
    padding-left: 25px;
    font-size: 2.5rem;
}

div#menu div.mnugroup.inputs {
    padding-left: 0px;
}

div#menu .mnugroup a.bt {
    height: 50px;
    line-height: 50px;
    padding: 0px;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
    margin-bottom: 20px;
    width: fit-content;
    text-align:center;
}

div#menu .mnugroup input[type=date] {
    border: none;
    border-bottom: solid 1px #eee;
    border-radius: 0px;
    background-color: transparent;
    width: 90%;
    margin: auto;
}

    div#menu .mnugroup input[type=date]:first-child {
        border-top: solid 1px #eee;
    }

div.mw50pc {
    min-width: 100%;
    max-width: 100%;
    margin: auto;
    padding-left: 15px;
}

    div.mw50pc.tools .form-group div.p, .form-group label,
    div.mw50pc.tools .form-group div.v {
        text-align: left;
    }

    div.mw50pc.tools .form-group div.p, .form-group label {
        text-align: left;
    }

    div.mw50pc.tools .form-group div.p {
        
    }

    div.mw50pc.tools .form-group div.v {
        text-align: left;
    }



    div.mw50pc.tools div.row {
        1border-bottom:solid 1px #eee;
    }

    div.mw50pc.tools div.row,
    div.mw50pc.tools div.col {
        height: 60px;
    }

    div.mw50pc.tools.auto div.row,
    div.mw50pc.tools.auto div.col {
        height: 40px;
    }

        div.mw50pc.tools div.row.p,
        div.mw50pc.tools div.col.p {
            height: 30px;
            line-height: 30px;
        }

        div.mw50pc.tools div.row:first-child {
            border-top: solid 1px #eee;
        }

        div.mw50pc.tools div.row div.col.hl {
            font-size: large;
        }

    div.mw50pc.tools input,
    div.mw50pc.tools input[type=date],
    div.mw50pc.tools input[type=time],
    div.mw50pc.tools input[type=number],
    div.mw50pc.tools select {
        border: solid 1px #eee;
        padding: 0px;
        text-align: left;
        height: 40px;
        line-height: 40px;
        width: 100%;
        min-width: 100%;
        margin: 0px;
        display: inline-block;
        padding-left: 5px;
        outline: none;
        box-shadow: none;
    }

        div.mw50pc.tools input[type=date],
        div.mw50pc.tools input[type=time] {
            width: 100%;
        }

div.row div.col.lab {
    height: 40px;
    line-height: 40px;
    border: solid 1px #eee;
    margin-right: 14px;
    padding-left: 14px;
    background-color: #00000003;
}

#ajaxloader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000000;
    margin: 0px !important;
    text-align: center;
    padding: 0px;
    height: 79px;
    line-height: 79px;
    background-color: white;
    display: none;
}


div.entries.tops a.entry div.entry:last-child {
    border-bottom: none;
}

h4.inline {
    border-top: solid 1px #eee;
    font-weight: 700;
}

    h4.inline span.oi {
        font-size: 1.05rem;
        display: none;
    }

h5.fish.btop {
    border-top: solid 1px #eee;
}

.pt1 {
    padding-top: 12px !important;
}

.pb1 {
    padding-bottom: 12px !important;
}

.pt2 {
    padding-top: 13px !important;
}

.pb2 {
    padding-bottom: 13px !important;
}

.fs-1 {
    font-size: 0.9rem !important;
}

h4#pagesubhead {
    text-align: left;
    padding-left: 15px;
}

.entries .head .water .water {
    font-weight: 400;
}

.items a div.seperator {
    background-color: #eee;
    height: 5px;
    margin-left: 30px;
}

.entries a .time {
    float: right;
}

.closed{
    display:none;
}

div#menu div.mnucontent span.up,
div#menu div.mnucontent span.down {
    
}

div#menu div.mnucontent span.down {
    
}

div#menu div.mnucontent span.toggler span.oi.up,
div#menu div.mnucontent span.toggler span.oi.down {
    font-size: 0.7rem;
    width: 15px;
    text-align: center;
    color: #00000070;
    height: auto;
    top: 0px;
    color: #fff;
    float:right;    
}

div#menu div.mnucontent span.toggler.open span.oi.up {
    display:inline-block;
    
}

div#menu div.mnucontent span.toggler.open span.oi.down {
    display: none;
}

div#menu div.mnucontent span.toggler span.oi.up {
    display: none;
}

div#menu div.mnucontent span.toggler span.oi.down {
    display: inline-block;
}

div#menu div.mnucontent span.toggler span.oi.closed {
    display: none;
}

div.hours {
}

    div.hours .row {
        flex: none;
        display: block;
        height: auto !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

        div.hours .row .col {
            white-space: nowrap;
            text-align: left;
            height: initial !important;
            line-height: initial !important;
        }



            div.hours .row .col.time,
            div.hours .row .col.temp,
            div.hours .row .col.percent,
            div.hours .row .col.pressure,
            div.hours .row .col.speed,
            div.hours .row .col.dir {
                min-width: initial;
                max-width: initial;
            }

            .font-size-initial{
                font-size:initial!important;
            }
.font-weight-normal {
    font-weight: normal !important;
}

div.row.radio div.col input[type=radio] {
    height: 25px;
    line-height: 25px;
    display: inline-block;
    width: 25px;
    min-width: 25px;
    float:left;
    margin-right:1rem;
}

div.row.radio div.col span {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    float: left;
}

.mr-75{
    margin-right:75px!important;
}

.mw-40{
    max-width:40px!important;
}

.statsel {
    color: #2188f1;
    font-weight: 600 !important;
    border-left: solid 4px #1b6ec2 !important;
    border-bottom: solid 1px #101010 !important;
}

.statsumspanel {
    display: block;
    position: fixed;
    bottom: 0px;
    min-height: 50px;
    background: #fff;
    left: 0px;
    right: 0px;
    bottom: 60px;
    min-width: 300px;
    margin: auto;
    max-width: 675px;
    padding: 20px;
    background-color: #fbfcfd;
    border: solid 1px #dee2e6;
    border-bottom:none;
}

.statsumspanel .row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    white-space:nowrap;
}

    .statsumspanel .row div {
        display: inline-block;
        text-align:right;
        
    }

        .statsumspanel .row div.text-align-left {
            text-align: left;
            width: 100%;
            margin-left:1rem;
        }

        .statsumspanel .row div:first-child {
            text-align: left;
            
        }


    .statsumspanel .row.sum {
        border-top: solid 1px #222;
    }

    .statsumspanel .row.sum div {
        font-weight:600;
    }


.row.statitem {
    cursor:default;
}

.mb-large{
    margin-bottom:10rem!important;
}

div.hours .row{
    text-align:left;
}

    div.hours .row .col.date {
        font-weight: 600;
        font-size: 1.05rem;
    }

    div.hours .row .col.time {
        font-weight: 600;
        
        width: fit-content;
        display: inline-block;
    }

div.hours .row .col.temp {
    font-weight: 600;
}

h3.subtit {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    background: #eee;
    height: 50px;
    line-height: 50px;
    margin-left: -20px;
    margin-right: -20px;
}

h1.subtit {
    height: 60px;
    line-height: 60px;
    text-align: left;
    margin-top: 75px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-left: -25px !important;
    padding-left: 25px;
}

div.hours h5 {
    border-top: none;
    font-size: 1.25rem;
    margin-top: 75px;
    text-align:left;
}

div.hours h5 span.oi {
    font-size: 1.0rem;
}


div.hours .row {
    border-top: none;
}

div.hours .row.border-bottom {
    border-bottom: none!important;
}

div.currlocation {
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: smaller;
    font-weight: 500;
}

    div.currlocation div#currlocation {
    }

    div.apl-0 div{
        padding-left:0px!important;
    }

.minline{
    display:inline-block!important;
}
.mw-auto{
    width:auto!important;
}

.b300{
    font-weight:300!important;
}

.navbar div.menu span.oi {
    font-size: 20px;
}

.small {
    font-size:small!important;
}

.smaller {
    font-size: smaller !important;
}

.hourhead {
    text-align: left;
    display:inline-block;
}

.largetime span{
    font-size:larger!important;
}

.largetime span.oi {
    font-size: inherit !important;
}

label {
    margin: 0px;
    padding: 0px;
    height: 40px;
    line-height: 40px;
}

.sellist h5 {
    font-size: 2.0rem;
    font-weight: 300;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 20px;
    background: #111;
    height: 50px;
    line-height: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
}

div.selframe h5 span.oi {
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
}

div.row.img{

}

    div.row.img div.col img {
        width: auto;
        max-width: inherit;
        border-radius: 5px;
        border: solid 1px #979797;
    }

div.form-group div img {
    width: auto;
    max-width: 100%;
    border-radius: 0px!important;
    border: none!important;
}

div.row.img {
    1margin-left: -15px;
    margin-right: -15px;
}

div.row.img .col {
    padding:0px;
}

.fit-content {
    width: fit-content !important;
    min-width: fit-content !important;
    max-width: fit-content !important;
    white-space:nowrap;
}

.fit-content .col{
    white-space: nowrap!important;
}

.mw-75 {
    width: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
}

.mobile-left{
    text-align:left;
}

.height-auto {
    height: auto !important;
    line-height: initial !important;
}

.height-80 {
    height: 80px !important;
}

.line-height-80 {
    line-height: 80px !important;
}

.display-block{
    display:block;
}

.display-inlineblock {
    display: inline-block;
}

.ml--30{
    margin-left:-30px;
}

h1#pagehead.large{
    font-size:2.0rem;
    font-weight:300;
}

.marker, .markertemplate {
    font-size: 1rem;
    color: red;
    position: absolute;
    z-index: 10000000;
    display:inline-block;
    width:fit-content;
    cursor:pointer;
}

.markertemplate {
    visibility:hidden;
}

.oi.light {
    color:#ffffff50;
}

.font-larger{
    font-size:larger!important;
}

.row.row-height-1 {
    height: 40px;
    line-height: 40px;
}

.row.nocatches {
    color:#aaa;
}

#loadertemplate {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #00000060;
    display: none;
    text-align: center;
    z-index: 6000000;
}

    #loadertemplate div.marg {
        position: fixed;
        left: 0px;
        top: 85px;
        right: 0px;
        bottom: 0px;
        background-color: #000000da;
        display: block;
        text-align: center;
        z-index: 6000000;
        padding-top: 50px;
    }

    #loadertemplate span {
        color: #fff;
        display: block;
        margin: auto;
        width: fit-content;
    }

    #loadertemplate .spinner {
        display: inline-block;
        position: initial;
    }

    #loadertemplate .loadercontent {
        width: fit-content;
        margin: auto;
        padding: 3rem;
        padding-left: 4rem;
        padding-right: 4rem;
        border-radius: 50px;
    }

div#menu .mnugroup a.bt {
    white-space:nowrap;
    color:#fff!important;
    display:block;
}

div#menu .mnugroup.flex {
    display: flex;
    margin: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

input[type=button],
input[type=submit],
button,
.bt {
    border-radius:50px!important;
}

div.form-group.optional {
    display:none;
}

div.form-group.optional.show {
    display: block;
}

.clickable {
    color: #2184e9;
    cursor: pointer;
}

label.detailstoggle {
    display: inline-block;
    text-align: center!important;
}

div.detailstoggle {
    display: inline-block;
    text-align: center !important;
    width: 100%;
    color: #2184e9;
}

div.detailstoggle .oi {
    display: none;
}

div.detailstoggle .oi.show {
    display: initial;
}

.oi.oibottom{

}

.oi.oitop {

}

select.form-control,
input[type=text].form-control,
input[type=number].form-control,
input[type=date].form-control,
input[type=time].form-control,
textarea.form-control {
    font-size: 1.2rem;
}

.oneline {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #444 !important;
}

    .oneline, .oneline input,
    .oneline div span {
        height: 45px !important;
        line-height: 45px !important;
    }

        select.form-control {
            height: 45px !important;
        }

    .oneline input[type=date] {
        min-width: fit-content !important;
        max-width: fit-content !important;
    }

.oneline input[type=time] {
    min-width: 100px !important;
    max-width: 100px !important;
    min-width: fit-content !important;
    max-width: fit-content !important;
}

.oneline input[type=number] {
    min-width: 90px !important;
    max-width: 90px !important;
    margin-right:5px;
}

    .ml-1px{
        margin-left:1px;
    }

.mr-1px {
    margin-right: 1px;
}

.mb-1px {
    margin-bottom: 1px;
}

.divider-h-1{
    width:1px;
    height:100%;
    background-color:#101010;
}

/*.oneline,
.oneline input[type=text],
.oneline input[type=date],
.oneline input[type=time],
.oneline input[type=number],
.oneline select,
.onelinebak select {
    background-color: #101010 !important;
}

.oneline,
.onelinebak {
    border:solid 1px #333;
}*/

.selaction.sm30 {
    width:30px;
}