html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.page {
    min-height: 100vh;
}

.menu-text {
    margin-bottom: auto;
    margin-top: auto;
}

.nav-link .bi {
    height: 3rem !important;
    top: 0px !important;
    margin-right: 0px !important;
}

.mydropdownitem .bi {
    top: 0px !important;
}

.input-group-text .bi {
    font-size: inherit !important;
}

.icon-bar-webapps.bi {
    font-size: 150% !important;
    vertical-align: middle !important;
}

.pt-05 {
    padding-top: 0.12rem !important;
}

.va-m {
    vertical-align: middle !important;
}


.myverticalgridline {
    border-left: solid 2px white;
}

    .myverticalgridline.dark {
        border-left: solid 1px #f7f7f7;
    }

.mypointer:hover {
    cursor: pointer;
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.expdpointer:hover {
    cursor: n-resize;
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.mydragcol {
    text-align: center;
    font-size: x-large;
}

    .mydragcol:hover {
        cursor: grab;
    }

label {
    margin-bottom: 0.1rem;
}

a, .btn-link {
    color: inherit;
}

.btn {
    border: 1px solid rgba(255, 255, 255, 1);
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.myformsm {
    width: -webkit-fill-available;
    width: -moz-available;
    min-width: 120px;
}

.myform {
    width: -webkit-fill-available;
    width: -moz-available;
    min-width: 180px;
}

.myFileInput {
    font-size: 0;
    visibility: hidden;
    width: 0px;
}

.mymonthselector {
    height: 20px;
    width: 20px;
    border-radius: 5px;
    font-size: 95%;
    border: none;
}

    .mymonthselector:hover {
        cursor: pointer;
    }

not-mobile-big li.nav-item {
    line-height: 1.1rem;
}

.content {
    padding-top: 1.1;
}

.row-flex {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.myfooter {
    position: absolute;
    bottom: 0;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000 !important;
}

.validation-message-dark {
    color: #ff9999 !important;
}

.valid-message {
    color: #26b050 !important;
    font-weight: bold;
}

.logo-nav {
    height: 30px;
    margin: 10px 5px;
    width: auto;
    image-resolution: from-image;
    padding: 0px;
}

.logo-small {
    display: block;
    max-height: 50px;
    width: auto;
    height: auto;
    image-resolution: from-image;
    padding: 0px;
}

.logo-smed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 150px;
    max-width: 180px;
    width: auto;
    height: auto;
    image-resolution: from-image;
    padding: 0px;
}

.logo-med {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 250px;
    width: auto;
    height: auto;
    image-resolution: from-image;
    padding: 0px;
}

.modal {
    backdrop-filter: blur(3px);
}

.modal-content.dark {
    background-color: black;
    border: 3px solid white;
}

.modal-xxl {
    max-width: 1280px;
}

    .modal-xxl .modal-body {
        max-height: 80vh;
        overflow: auto;
    }

.vcenter {
    margin-top: auto;
    margin-bottom: auto;
}

.checkbox-lg {
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

.mymasterimg {
    image-resolution: from-image;
    padding: 5px;
    border: solid 2px #dee2e6;
}

.mymasterfamimg {
    image-resolution: from-image;
    padding: 2px 10px;
    paddd
    border: none;
}

.mypartimg {
    max-height: 60px;
    max-width: 100px;
    cursor: pointer;
}

.mysmallinput {
    max-width: 125px;
}

.mymedinput {
    max-width: 250px;
    padding-right: 2px;
}

.mytimedatemytimedate {
    max-width: 180px;
    margin: auto;
}

.mytogglebtn {
    font-size: 125%;
    vertical-align: middle;
    margin-right: 0.25rem;
    position: relative;
    top: -1px;
}

.myfixedcard {
    border: solid 3px #0056b3;
    min-width: 115px;
    min-height: 43vh;
    /*height: 470px;*/
    background-color: white;
    padding: 10px;
    text-align: center;
}

.mystartborder {
    border: solid 5px #0056b3;
}

.myfixborder {
    border: solid 5px #990000;
}

.myreadyborder {
    border: solid 5px #26b050 !important;
}

.mydataborder {
    border: solid 2px #26b050;
}

.mydatainfo {
    padding: 0.375rem 0.75rem;
    min-height: 40px;
    font-weight: 700;
}

.myfixeddataborder {
    border: solid 2px;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    min-height: 40px;
    font-weight: bold;
}

.myrounded {
    border: solid 5px;
    border-radius: 20px;
}

.myroundedthin {
    border: solid 1px;
    border-radius: 0.25rem;
}

.small-theme-box {
    height: 38px;
    margin: auto;
    background-color: white;
    color: black;
    border: 1px solid black;
    align-content: center;
    font-weight: bold;
}

    .small-theme-box.dark {
        background-color: black;
        color: white;
        border: 1px solid white;
    }

.theme-box {
    height: 38px;
    margin: auto;
    align-content: center;
    text-align: center;
    font-weight: bold;
    margin-right: 2px;
    margin-left: 2px;
}

.webapps-theme {
    color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(45deg, rgb(99, 34, 22) 0%, rgb(195, 67, 44) 80%);
}

    .webapps-theme:hover {
        box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.8), 0 6px 20px 0 rgba(255, 255, 255, 0.6);
    }

    .webapps-theme.blue {
        color: rgba(255, 255, 255, 1);
        background-image: linear-gradient(45deg, rgb(0, 86, 179) 0%, rgb(0, 123, 255) 80%);
    }

    .webapps-theme.purple {
        color: rgba(255, 255, 255, 1);
        background-image: linear-gradient(45deg, rgb(50, 0, 100) 0%, rgb(100, 0, 200) 80%);
    }

    .webapps-theme.orange {
        color: rgba(255, 255, 255, 1);
        background-image: linear-gradient(45deg, rgb(255, 150, 0) 0%, rgb(255, 200, 100) 80%);
    }

    .webapps-theme.utv {
        color: rgba(255, 255, 255, 1);
        background-image: linear-gradient(45deg, rgb(103, 14, 54) 0%, rgb(149, 191, 229) 80%);
    }

    .webapps-theme.black {
        color: rgba(255, 255, 255, 1);
        background-image: linear-gradient(45deg, black 0%, darkgray 80%);
    }

.webapps-colour {
    color: rgba(99, 34, 22, 1);
}

    .webapps-colour.blue {
        color: rgba(0, 86, 179, 1);
    }

    .webapps-colour.purple {
        color: rgba(50, 0, 100, 1);
    }

    .webapps-colour.orange {
        color: rgba(255, 150, 0, 1);
    }

    .webapps-colour.utv {
        color: rgba(103, 14, 54, 1);
    }

    .webapps-colour.black {
        color: rgba(0, 0, 0, 1);
    }


.webapps-alt-colour {
    color: rgba(195, 67, 44, 1);
}

    .webapps-alt-colour.blue {
        color: rgba(0, 123, 255, 1);
    }

    .webapps-alt-colour.purple {
        color: rgba(100, 0, 200, 1);
    }

    .webapps-alt-colour.orange {
        color: rgba(255, 200, 100, 1);
    }

    .webapps-alt-colour.utv {
        color: rgba(149, 191, 229, 1);
    }

    .webapps-alt-colour.black {
        color: darkgray;
    }

.btn-webapps {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(99, 34, 22, 1);
    border-color: rgba(255, 255, 255, 1);
    text-wrap: auto;
    font-weight: bold;
}

    td.btn-webapps {
        background-color: rgba(99, 34, 22, 1);
    }

    .btn-webapps:hover {
        color: rgba(195, 67, 44, 1);
    }

    .btn-webapps.blue {
        background-color: rgba(0, 86, 179, 1);
    }

        .btn-webapps.blue:hover {
            color: rgba(0, 123, 255);
        }

    .btn-webapps.purple {
        background-color: rgba(50, 0, 100, 1);
    }

        .btn-webapps.purple:hover {
            color: rgba(100, 0, 200, 1);
        }

    .btn-webapps.orange {
        background-color: rgba(255, 150, 0, 1);
    }

        .btn-webapps.orange:hover {
            color: rgba(255, 200, 100, 1);
        }

    .btn-webapps.utv {
        background-color: rgba(103, 14, 54, 1);
    }

        .btn-webapps.utv:hover {
            color: rgba(149, 191, 229, 1);
        }

    .btn-webapps.black {
        background-color: rgba(0, 0, 0, 1);
    }

        .btn-webapps.black:hover {
            color: darkgray;
        }

.btn-webapps-alt {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(195, 67, 44, 1);
    border-color: rgba(255, 255, 255, 1);
    text-wrap: auto;
    font-weight: bold;
}

    td.btn-webapps-alt {
        background-color: rgba(195, 67, 44, 1);
    }

    .btn-webapps-alt:hover {
        color: rgba(99, 34, 22, 1);        ;
    }

    .btn-webapps-alt.blue {
        background-color: rgba(0, 123, 255, 1);
    }

        .btn-webapps-alt.blue:hover {
            color: rgba(0, 86, 179, 1)
        }

    .btn-webapps-alt.purple {
        background-color: rgba(100, 0, 200, 1);
    }

        .btn-webapps-alt.purple:hover {
            color: rgba(50, 0, 100, 1);
        }

    .btn-webapps-alt.orange {
        background-color: rgba(255, 200, 100, 1);
    }

        .btn-webapps-alt.orange:hover {
            color: rgba(255, 150, 0, 1);
        }

    .btn-webapps-alt.utv {
        background-color: rgba(149, 191, 229, 1);
    }

        .btn-webapps-alt.utv:hover {
            color: rgba(103, 14, 54, 1);
        }

    .btn-webapps-alt.black {
        background-color: darkgray;
    }

        .btn-webapps-alt.black:hover {
            color: rgba(0, 0, 0, 1);
        }

.btn-white {
    color: rgb(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 1);
    padding: 0.15rem 0.35rem;
}

    .btn-white.selected {
        background-color: lightgrey;
    }

    .btn-white.pad {
        padding: .375rem .75rem;
    }

    .btn-white:hover {
        color: rgba(99, 34, 22, 1);
        cursor: pointer;
    }

    .btn-white.blue:hover {
        color: rgba(0, 86, 179, 1);
    }

    .btn-white.purple:hover {
        color: rgba(50, 0, 100, 1);
    }

    .btn-white.orange:hover {
        color: rgba(255, 150, 0, 1);
    }

    .btn-white.utv:hover {
        color: rgba(103, 14, 54, 1);
    }

    .btn-white.black:hover {
        color: rgba(0, 0, 0, 1);
    }

.btn-active {
    color: rgba(255, 255, 255, 1);
    background-color: #26b050 !important;
    padding: .375rem .75rem;
}

    .btn-active:hover {
        color: green;
    }

.btn-warn {
    color: rgba(255, 255, 255, 1);
    background-color: #990000;
    padding: .375rem .75rem;
}

    .btn-warn:hover {
        color: red;
        cursor: pointer;
    }


    .btn-warn.dark {
        background-color: red;
    }

        .btn-warn.dark:hover {
            color: #990000;
        }

.btn-grey {
    color: rgba(192, 192, 192, 1);
    background-color: rgba(217, 217, 217, 1);
    padding: .375rem .75rem;
}

    .btn-grey:hover {
        color: rgba(0, 0, 0, 1);
        cursor: pointer;
    }

    .btn-grey.dark {
        background-color: rgba(192, 192, 192, 1);
        color: rgba(217, 217, 217, 1);
    }

        .btn-grey.dark:hover {
            color: white;
        }

.exportbtn {
    padding-bottom: 2px;
    padding-top: 2px;
}

.icon-webapps {
    color: rgba(99, 34, 22, 1);
}

    .icon-webapps.dark {
        color: rgba(195, 67, 44, 1);
        text-shadow: -1px -1px 1px #fff;
    }

        .icon-webapps.dark:hover {
            color: rgba(99, 34, 22, 1);
        }

        .icon-webapps.dark.noshadow {
            text-shadow: none;
        }

            .icon-webapps.dark.noshadow:hover {
                text-shadow: -1px -1px 1px #fff;
            }

    .icon-webapps:hover {
        color: rgba(195, 67, 44, 1);
    }

    .icon-webapps.blue {
        color: rgba(0, 86, 179, 1);
    }

        .icon-webapps.blue:hover {
            color: rgba(0, 123, 255, 1);
        }

        .icon-webapps.blue.dark {
            color: rgba(0, 123, 255, 1);
        }

            .icon-webapps.blue.dark:hover {
                color: rgba(0, 86, 179, 1);
            }

    .icon-webapps.purple {
        color: rgba(50, 0, 100, 1);
    }

        .icon-webapps.purple:hover {
            color: rgba(100, 0, 200, 1);
        }

        .icon-webapps.purple.dark {
            color: rgba(100, 0, 200, 1);
        }

            .icon-webapps.purple.dark:hover {
                color: rgba(50, 0, 100, 1);
            }

    .icon-webapps.orange {
        color: rgba(255, 150, 0, 1);
    }

        .icon-webapps.orange:hover {
            color: rgba(255, 200, 100, 1);
        }

        .icon-webapps.orange.dark {
            color: rgba(255, 200, 100, 1);
        }

            .icon-webapps.orange.dark:hover {
                color: rgba(255, 150, 0, 1);
            }

    .icon-webapps.utv {
        color: rgba(103, 14, 54, 1);
    }

        .icon-webapps.utv:hover {
            color: rgba(149, 191, 229, 1);
        }

        .icon-webapps.utv.dark {
            color: rgba(149, 191, 229, 1);
        }

            .icon-webapps.utv.dark:hover {
                color: rgba(103, 14, 54, 1);
            }

    .icon-webapps.black {
        color: rgba(0, 0, 0, 1);
    }

        .icon-webapps.black:hover {
            color: #666666;
        }

        .icon-webapps.black.dark {
            color: #666666;
        }

            .icon-webapps.black.dark:hover {
                color: rgba(0, 0, 0, 1);
            }


.icon-webapps-alt {
    color: rgba(195, 67, 44, 1);
}

    .icon-webapps-alt:hover {
        color: rgba(99, 34, 22, 1);
    }

    .icon-webapps-alt.dark {        
        color: rgba(99, 34, 22, 1);
        text-shadow: -1px -1px 1px #fff;
    }

        .icon-webapps-alt.dark:hover {
            color: rgba(195, 67, 44, 1);
        }

        .icon-webapps-alt.dark.noshadow {
            text-shadow: none;
        }

            .icon-webapps-alt.dark.noshadow:hover {
                text-shadow: -1px -1px 1px #fff;
            }

    .icon-webapps-alt.blue {
        color: rgba(0, 123, 255, 1);
    }

        .icon-webapps-alt.blue:hover {            
            color: rgba(0, 86, 179, 1);
        }

        .icon-webapps-alt.blue.dark {
            color: rgba(0, 86, 179, 1);
        }

            .icon-webapps-alt.blue.dark:hover {
                color: rgba(0, 123, 255, 1);
            }

    .icon-webapps-alt.purple {
        color: rgba(100, 0, 200, 1);
    }

        .icon-webapps-alt.purple:hover {            
            color: rgba(50, 0, 100, 1);
        }

        .icon-webapps-alt.purple.dark {
            color: rgba(50, 0, 100, 1);
        }

            .icon-webapps-alt.purple.dark:hover {
                color: rgba(100, 0, 200, 1);
            }

    .icon-webapps-alt.orange {
        color: rgba(255, 200, 100, 1);
    }

        .icon-webapps-alt.orange:hover {            
            color: rgba(255, 150, 0, 1);
        }

        .icon-webapps-alt.orange.dark {
            color: rgba(255, 150, 0, 1);
        }

            .icon-webapps-alt.orange.dark:hover {
                color: rgba(255, 200, 100, 1);
            }

    .icon-webapps-alt.utv {
        color: rgba(149, 191, 229, 1);
    }

        .icon-webapps-alt.utv:hover {
            color: rgba(103, 14, 54, 1);
        }

        .icon-webapps-alt.utv.dark {            
            color: rgba(103, 14, 54, 1);
        }

            .icon-webapps-alt.utv.dark:hover {
                color: rgba(149, 191, 229, 1);
            }

    .icon-webapps-alt.black {
        color: #666666;
    }

        .icon-webapps-alt.black:hover {
            color: rgba(0, 0, 0, 1);
        }

        .icon-webapps-alt.black.dark {
            color: rgba(0, 0, 0, 1);            
        }

            .icon-webapps-alt.black.dark:hover {
                color: #666666;
            }

.icon-bar-webapps {
    font-size: 125%;
    align-self: center;
    color: inherit;
}

    .icon-bar-webapps:hover {
        color: rgba(195, 67, 44, 1);
    }

    .icon-bar-webapps.blue:hover {
        color: rgba(0, 123, 255, 1);
    }

    .icon-bar-webapps.purple:hover {
        color: rgba(100, 0, 200, 1);
    }

    .icon-bar-webapps.orange:hover {
        color: rgba(255, 200, 100, 1);
    }

    .icon-bar-webapps.utv:hover {
        color: rgba(149, 191, 229, 1);
    }

    .icon-bar-webapps.black:hover {
        color: darkgray;
    }

.icon-lg-webapps {
    font-size: 400%;
    color: inherit;
    padding-top: 4px;
    animation-duration: 3s;
    animation-iteration-count: infinite !important;
}

    .icon-lg-webapps:hover {
        color: rgba(195, 67, 44, 1);
    }

    .icon-lg-webapps.blue:hover {
        color: rgba(0, 123, 255, 1);
    }

    .icon-lg-webapps.purple:hover {
        color: rgba(100, 0, 200, 1);
    }

    .icon-lg-webapps.orange:hover {
        color: rgba(255, 200, 100, 1);
    }

    .icon-lg-webapps.utv:hover {
        color: rgba(149, 191, 229, 1);
    }

    .icon-lg-webapps.black:hover {
        color: darkgray;
    }

.icon-lg-webapps-alt {
    font-size: 400%;
    color: inherit;
    padding-top: 4px;
    animation-duration: 3s;
    animation-iteration-count: infinite !important;
}

.screenlink {
    width: 80%;
    font-size: 100%;
    height: auto
}

    .screenlink:hover {
        font-weight: 900;
    }

    .screenlink.sp {
        background-color: rgb(192, 192, 192);
    }

    .screenlink.gold {
        background-color: rgb(230, 195, 0);
    }

    .screenlink.pgm {
        background-color: rgb(217, 217, 217);
    }

    .screenlink.rog {
        background-color: rgb(222, 161, 147);
    }

    .screenlink.ecoat {
        color: rgb(0, 0, 0);
        border: solid 1px;
    }

        .screenlink.ecoat.dark {
            color: rgb(225, 225, 225);
        }

    .screenlink.oven {
        background-color: #990000;
        color: rgb(225, 225, 225);
    }

    .screenlink.pen {
        background-image: linear-gradient(30deg, rgb(230, 195, 0) 0%, rgb(222, 161, 147) 50%);
    }

.tableborders {
    justify-content: center;
    border-collapse: separate;
    border-spacing: 5px;
    margin: auto;
}

    .tableborders td, .tableborders th {
        border: 2px solid;
        border-radius: 5px;
        margin: 4px;
        padding: 4px;
        max-width: 20%;
    }

    .tableborders .diagonalRising {
        background: linear-gradient(to right bottom, #f7f7f7 0%,#f7f7f7 48.9%,#000000 49%,#000000 51%,#f7f7f7 51.1%,#f7f7f7 100%);
    }

    .tableborders .diagonalFalling {
        background: linear-gradient(to right top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48.9%, white 49%,white 51%,rgba(0, 0, 0, 0) 51.1%, rgba(0, 0, 0, 0) 100%);
        min-width: 260px;
    }

    .tableborders .diagonalCross {
        position: relative;
        background: linear-gradient(to right bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 49.9%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 51%,rgba(0,0,0,0) 51.1%,rgba(0,0,0,0) 100%);
    }

        .tableborders .diagonalCross:after {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            background: linear-gradient(to right top, #ffffff 0%,#ffffff 49.9%,#000000 50%,#000000 51%,#ffffff 51.1%,#ffffff 100%);
        }

.myboldtext {
    text-align: left;
    font-weight: 700;
}

    .myboldtext span:hover {
        color: #0056b3;
    }

.myborderappear {
    border: solid 3px rgba(0,0,0,0);
}

    .myborderappear:hover {
        border: solid 3px;
    }

.table80 {
    display: flow;
    height: auto;
    max-height: 80vh;
    overflow: auto;
    border-top: 1px solid #f7f7f7;
    min-height: 55vh;
}

    .table80 table {
        border: none;
        margin-bottom: 0px;
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
    }

    .table80 table.dark {
        border-left: 1px solid #f7f7f7;
        border-right: 1px solid #f7f7f7;
        color: white;
    }

        .table80 table.dark thead tr {
            border-left: 1px solid #f7f7f7;
        }

    .table80 thead tr {
        position: sticky;
        top: 0px;
        background: inherit;
        width: 100%;
        border-left: 1px solid #dee2e6;        
    }

        .table80 thead tr.webapps-header {
            background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(195, 67, 44) 70%);
        }

            .table80 thead tr.webapps-header.blue {
                background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(0, 123, 255) 70%);
            }

            .table80 thead tr.webapps-header.purple {
                background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(100, 0, 200) 70%);
            }

            .table80 thead tr.webapps-header.orange {
                background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(255, 150, 0) 70%);
            }

            .table80 thead tr.webapps-header.utv {
                background-image: linear-gradient(30deg, rgb(103, 14, 54) 0%, rgb(149, 191, 229) 70%);
            }

            .table80 thead tr.webapps-header.black {
                background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, darkgray 70%);
            }

        .table80 thead tr.webapps-alt-header {
            background-image: linear-gradient(30deg, rgb(195, 67, 44) 0%, rgb(255, 255, 255) 200%);
        }

            .table80 thead tr.webapps-alt-header.blue {
                background-image: linear-gradient(30deg, rgb(0, 123, 255) 0%, rgb(255, 255, 255) 200%);
            }

            .table80 thead tr.webapps-alt-header.purple {
                background-image: linear-gradient(30deg, rgb(100, 0, 200) 0%, rgb(255, 255, 255) 200%);
            }

            .table80 thead tr.webapps-alt-header.orange {
                background-image: linear-gradient(30deg, rgb(255, 200, 100) 0%, rgb(255, 255, 255) 200%);
            }

            .table80 thead tr.webapps-alt-header.utv {
                background-image: linear-gradient(30deg, rgb(149, 191, 229) 0%, rgb(255, 255, 255) 200%);
            }

            .table80 thead tr.webapps-alt-header.black {
                background-image: linear-gradient(30deg, darkgray 0%, rgb(255, 255, 255) 200%);
            }

        .table80 thead tr:last-child {
            border-bottom: 1px solid #dee2e6;
        }

    .table80 thead th {
        border: none;
        vertical-align: middle !important;
    }

.table {
    border: 1px solid #f7f7f7;
}

    .table thead th {
        border-bottom: none;
        line-height: 1.1;
    }


    .table tbody td {
        vertical-align: middle;
        border-bottom-color: #dee2e6 !important;
    }    

.table.dark tbody {
    background-color: #333333;
}

    .table.dark tbody td {
        color: white;
    }

.table.dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 1);
}

.webapps-red-color {
    color: #990000 !important;
}

.webapps-ltred-color {
    color: #ff9999 !important;
}

.webapps-brightred-color {
    color: red !important;
}

.webapps-green-color {
    color: #26b050 !important;
}

.webapps-warn-color {
    background-color: #ffcccc !important;
}

    .webapps-warn-color.dark {
        background-color: #990000 !important;
    }

        .webapps-warn-color.dark td span.webapps-save-icon-color {
            color: #26b050 !important;
        }

            .webapps-warn-color.dark td span.webapps-save-icon-color:hover {
                color: green !important;
            }

.webapps-active-color {
    background-color: #ccffcc !important;
}

    .webapps-active-color.dark {
        background-color: #006600 !important;
    }

        .webapps-active-color.dark td span.webapps-save-icon-color {
            color: #26b050 !important;
        }

            .webapps-active-color.dark td span.webapps-save-icon-color:hover {
                color: green !important;
            }

.webapps-warn-icon-color {
    color: red !important;
}
    .webapps-warn-icon-color:hover {
        color: #ff9999 !important;
    }

    .webapps-warn-icon-color.dark {
        color: #ff9999 !important;
    }

        .webapps-warn-icon-color.dark:hover {
            color: red !important;
        }


.webapps-save-icon-color {
    color: green !important;
}

    .webapps-save-icon-color:hover {
        color: #26b050 !important;
    }

    .webapps-save-icon-color.dark {
        color: #26b050 !important;
    }

        .webapps-save-icon-color.dark:hover {
            color: green !important;
        }


.webapps-active-icon-color {
    color: #66ff66 !important;
}


.webapps-header {
    color: rgba(255, 255, 255, 1) !important;
    background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(195, 67, 44) 70%);
    padding: 0.5rem 1rem;
    font-weight: bold;
    background-repeat: no-repeat;
}

    .webapps-header.blue {
        background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(0, 123, 255) 70%);
    }

    .webapps-header.purple {
        background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(100, 0, 200) 70%);
    }

    .webapps-header.orange {
        background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(255, 150, 0) 70%);
    }

    .webapps-header.utv {
        background-image: linear-gradient(30deg, rgb(103, 14, 54) 0%, rgb(149, 191, 229) 70%);
    }

    .webapps-header.black {
        background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, darkgray 70%);
    }

.webapps-alt-header {
    color: rgba(255, 255, 255, 1) !important;
    background-image: linear-gradient(30deg, rgb(195, 67, 44) 0%, rgb(255, 255, 255) 200%);
    padding: 0.5rem 1rem;
    font-weight: bold;
}

    .webapps-alt-header.blue {
        background-image: linear-gradient(30deg, rgb(0, 123, 255) 0%, rgb(255, 255, 255) 200%);
    }

    .webapps-alt-header.purple {
        background-image: linear-gradient(30deg, rgb(100, 0, 200) 0%, rgb(255, 255, 255) 200%);
    }

    .webapps-alt-header.orange {
        background-image: linear-gradient(30deg, rgb(255, 200, 100) 0%, rgb(255, 255, 255) 200%);
    }

    .webapps-alt-header.utv {
        background-image: linear-gradient(30deg, rgb(149, 191, 229) 0%, rgb(255, 255, 255) 200%);
    }

    .webapps-alt-header.black {
        background-image: linear-gradient(30deg, darkgray 0%, rgb(255, 255, 255) 200%);
    }

.webapps-footer {
    color: rgba(0, 0, 0, 1);
    background-color: #f7f7f7;
    padding: 0.25rem 1rem;
}

    .webapps-footer.dark {
        background-color: #333333;
    }

.webapps-card {
    color: rgba(99, 34, 22, 1);
    border: none;
    box-shadow: 0px 0px 2px 1px lightgray;
    align-content: center;
}

    .webapps-card.dark {
        background-color: #f7f7f7;
    }

    .webapps-card:hover {
        box-shadow: -2px -2px 5px 3px lightgray, 2px 2px 5px 3px gray;
        color: rgba(195, 67, 44, 1);
    }

    .webapps-card.blue {
        color: rgba(0, 86, 179, 1);
    }

        .webapps-card.blue:hover {
            color: rgba(0, 123, 255, 1);
        }

    .webapps-card.purple {
        color: rgba(50, 0, 100, 1);
    }

        .webapps-card.purple:hover {
            color: rgba(100, 0, 200, 1);
        }

    .webapps-card.orange {
        color: rgba(255, 150, 0, 1);
    }

        .webapps-card.orange:hover {
            color: rgba(255, 200, 100, 1);
        }

    .webapps-card.utv {
        color: rgba(103, 14, 54, 1);
    }

        .webapps-card.utv:hover {
            color: rgba(149, 191, 229, 1);
        }

    .webapps-card.black {
        color: rgba(0, 0, 0, 1);
    }

        .webapps-card.black:hover {
            color: #666666;
        }

.webapps-alt-card {
    color: rgba(195, 67, 44, 1);
    border: none;
    box-shadow: 0px 0px 2px 1px lightgray;
    align-content: center;
}

    .webapps-alt-card.dark {
        background-color: #f7f7f7;
    }

    .webapps-alt-card:hover {
        box-shadow: -2px -2px 5px 3px lightgray, 2px 2px 5px 3px gray;
        color: rgba(99, 34, 22, 1);
    }

    .webapps-alt-card.blue {
        color: rgba(0, 123, 255, 1);
    }

        .webapps-alt-card.blue:hover {
            color: rgba(0, 86, 179, 1);
        }


    .webapps-alt-card.purple {
        color: rgba(100, 0, 200, 1);
    }

        .webapps-alt-card.purple:hover {
            color: rgba(50, 0, 100, 1);
        }

    .webapps-alt-card.orange {
        color: rgba(255, 200, 100, 1);
    }

        .webapps-alt-card.orange:hover {
            color: rgba(255, 150, 0, 1);
        }

    .webapps-alt-card.utv {
        color: rgba(149, 191, 229, 1);
    }

        .webapps-alt-card.utv:hover {
            color: rgba(103, 14, 54, 1);
        }

    .webapps-alt-card.black {
        color: #666666;
    }

        .webapps-alt-card.black:hover {
            color: rgba(0, 0, 0, 1);
        }


table tr td .checkbox-lg {
    accent-color: rgba(99, 34, 22, 1);
}

table.blue tr td .checkbox-lg {
    accent-color: rgba(0, 86, 179, 1);
}

table.purple tr td .checkbox-lg {
    accent-color: rgba(50, 0, 100, 1);
}

table.orange tr td .checkbox-lg {
    accent-color: rgba(255, 150, 0, 1);
}

table.utv tr td .checkbox-lg {
    accent-color: rgba(103, 14, 54, 1);
}

table.black tr td .checkbox-lg {
    accent-color: rgba(0, 0, 0, 1);
}

table.dark tr td .checkbox-lg {
    accent-color: rgba(195, 67, 44, 1);
}

table.blue.dark tr td .checkbox-lg {
    accent-color: rgba(0, 123, 255, 1);
}

table.purple.dark tr td .checkbox-lg {
    accent-color: rgba(100, 0, 200, 1);
}

table.orange.dark tr td .checkbox-lg {
    accent-color: rgba(255, 200, 100, 1);
}

table.utv.dark tr td .checkbox-lg {
    accent-color: rgba(149, 191, 229, 1);
}

table.black.dark tr td .checkbox-lg {
    accent-color: darkgray;
}

.mythumbnailcard {
    text-align: center;
    padding: 5px 25px;
    min-height: 140px;
    display: grid;
    place-content: space-evenly;    
}

    .mythumbnailcard.dark {
        background-color: #333333;
        color: white;
    }

    .mythumbnailcard:hover {
        box-shadow: -2px -2px 5px 3px lightgray, 2px 2px 5px 3px gray;
    }

.myvariablethumbnailcard {
    text-align: center;
    padding: 30px 5px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

    .myvariablethumbnailcard:hover {
        box-shadow: -2px -2px 5px 3px lightgray, 2px 2px 5px 3px gray;
    }

.mythumbnailimage {
    image-resolution: from-image;
    max-height: 200px;
    max-width: 100%;
}

.mymediumthumbnailimage {
    image-resolution: from-image;
    max-height: 160px;
    max-width: 100%;
}

.mysmallthumbnailimage {
    image-resolution: from-image;
    border: solid 1px #dee2e6;
    max-width: 100%;
    max-height: 60px;
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    z-index: 1;
}

    .mysmallthumbnailimage:hover {
        max-height: 300px;
        border: solid 2px #dee2e6;
    }

.myonhoverinfo {
    position: relative;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0);
    color: rgba(0, 0, 0, 0);
    width: 100%;
    border: none;
    border-radius: .25rem;
    font-size: medium;
}

    .myonhoverinfo label {
        text-decoration: underline;
    }

    .myonhoverinfo:hover {
        background-color: white;
        color: black;
        border: 1px solid rgba(0,0,0,.125);
        z-index: 1;
        cursor: pointer;
    }

.myhoverimage {
    image-resolution: from-image;
    max-width: 100%;
    max-height: 160px;
    overflow: auto;
    position: absolute;
    padding: 0;
    margin: 0;
    box-shadow: 2px 2px 5px 0px gray;
    z-index: 3;
    border-radius: 2px;
}

.myhiddenhoverspan {
    display: none;
}

.myhoverspan {
    display: flex;
    position: absolute;
    top: -20px;
    left: -20px;
    min-width: 150px;
    margin-top: 20px;
    padding: 10px;
    background-color: white;
    color: black;
    border: 1px solid rgba(0,0,0,.125);
    z-index: 1;
    cursor: pointer;
    border-radius: .25rem;
    font-size: medium;
} 

.card-columns {
    orphans: 1;
    widows: 1;
}

.inheader-link {
    font-size: 65%;
    padding: 0.5rem;
    float: right;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}


.page-link {
    background-color: #fff;
}

    .page-link.not-icon {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: bolder;
    }

.page-item {
    margin-bottom: auto;
    margin-top: auto;    
}

    .page-item.active .page-link {
        background-color: rgba(195, 67, 44, 1);
        border-color: rgba(195, 67, 44, 1);
        color: #fff;
    }

        .page-item.active .page-link:hover {
            background-color: rgba(99, 34, 22, 1);
            border-color: rgba(99, 34, 22, 1);
        }

    .page-item.active.blue .page-link {
        background-color: rgba(0, 123, 255, 1);
        border-color: rgba(0, 123, 255, 1);
        color: #fff;
    }

        .page-item.active.blue .page-link:hover {
            background-color: rgba(0, 86, 179, 1);
            border-color: rgba(0, 86, 179, 1);
        }

    .page-item.active.purple .page-link {
        background-color: rgba(100, 0, 200, 1);
        border-color: rgba(100, 0, 200, 1);
        color: #fff;
    }

        .page-item.active.purple .page-link:hover {
            background-color: rgba(50, 0, 100, 1);
            border-color: rgba(50, 0, 100, 1);
        }

    .page-item.active.orange .page-link {
        background-color: rgba(255, 150, 0, 1);
        border-color: rgba(255, 150, 0, 1);
        color: #fff;
    }

        .page-item.active.orange .page-link:hover {
            background-color: rgba(255, 200, 100, 1);
            border-color: rgba(255, 200, 100, 1);
        }

    .page-item.active.utv .page-link {
        background-color: rgba(103, 14, 54, 1);
        border-color: rgba(103, 14, 54, 1);
        color: #fff;
    }

        .page-item.active.utv .page-link:hover {
            background-color: rgba(149, 191, 229, 1);
            border-color: rgba(149, 191, 229, 1);
        }

    .page-item.active.black .page-link {
        background-color: rgba(0, 0, 0, 1);
        border-color: rgba(0, 0, 0, 1);
        color: #fff;
    }

        .page-item.active.black .page-link:hover {
            background-color: darkgray;
            border-color: darkgray;
        }

    .page-item .page-link {        
        color: rgba(195, 67, 44, 1);
    }

        .page-item .page-link:hover {
            background-color: rgba(185, 185, 185, 1);
        }

    .page-item.disabled .page-link {
        color: rgba(185, 185, 185, 1) !important;
    }

    .page-item.blue .page-link {
        color: rgba(0, 123, 255, 1);
    }

    .page-item.purple .page-link {
        color: rgba(100, 0, 200, 1);
    }

    .page-item.orange .page-link {
        color: rgba(255, 150, 0, 1);
    }

    .page-item.utv .page-link {
        color: rgba(103, 14, 54, 1);
    }

    .page-item.black .page-link {
        color: rgba(0, 0, 0, 1);
    }

.myshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.myshadow.dark {
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.8), 0 6px 20px 0 rgba(255, 255, 255, 0.6);
}

.mysvg {
    height: 20px;
    width: 20px;
}

    .mysvg path {
        transform: scale(0.036, 0.04);
    }

.today {
    border: 3px solid green !important;
    box-shadow: 0 4px 8px 0 rgba(0, 128, 0, 0.8), 0 6px 20px 0 rgba(0, 128, 0, 0.5) !important;
}

.calender-list {
    font-size: 150%;
}

    .calender-list.dark .calender-header ul {
        background-color: rgba(0, 0, 0, 0);
    }

    .calender-list.dark .calender-header li {
        border: solid 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .calender-list.dark .calender-data li {
        background-color: #eee;
    }

        .calender-list.dark .calender-data li:hover {
            background-color: rgba(50, 205, 50, 0.8)
        }

.calender-header {
    padding: 5px 0px;
    margin: 0px;
    /*background-color: #ddd;
    border: solid 2px black;
    border-bottom: solid 1px black;*/
    border: none;
    background: none;
}

    .calender-header ul {
        display: flex;
        padding-inline-start: 0px;
        margin: 0px;
        justify-content: space-evenly;
        background-color: #eee;
    }

    .calender-header li {
        list-style-type: none;
        display: inline-block;
        width: 17%;
        padding: 10px 0px;
        color: #666;
        background-color: #eee;
        font-weight: bold;
        text-align: center;
        vertical-align: central;
        border: solid 2px black;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    }

.calender-data {
    padding: 0px;
    margin: 0px;
    /*background-color: #eee;
    border: solid 1px black;*/
    border: none;
    background: none;
}

    .calender-data ul {
        display: flex;
        padding-inline-start: 0px;
        margin: 5px 0px;
        justify-content: space-evenly;
    }

    .calender-data li {
        list-style-type: none;
        display: inline-block;
        width: 17%;
        text-align: center;
        padding: 10px 0px;
        color: #777;
        vertical-align: top;
        border: solid 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

        .calender-data li.webapps-theme {
            color: rgba(255, 255, 255, 1);
        }

        .calender-data li:hover {
            background-color: rgba(50, 205, 50, 0.5)
        }

.weekends {
    width: 5% !important;
}

    .weekends:hover {
        background-color: inherit !important;
    }

.incl-weekends li {
    width: 13.5% !important;
}

#mydatepicker-group {
    justify-items: right;
}

    #mydatepicker-group .datepicker {
        left: unset !important;
        top: unset !important;
        right: unset !important;
        justify-self: center;
    }

        #mydatepicker-group .datepicker table tr th, #mydatepicker-group .datepicker table tr td {
            padding: 0.25rem;
        }

        #mydatepicker-group .datepicker table tr td.active {
            color: rgba(255, 255, 255, 1) !important;
            background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(195, 67, 44) 70%);
        }

            #mydatepicker-group .datepicker table tr td.focused, #mydatepicker-group .datepicker table tr td:hover {
                color: rgba(0, 0, 0, 1) !important;
            }

    #mydatepicker-group.blue .datepicker table tr td.active {
        background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(0, 123, 255) 70%);
    }

    #mydatepicker-group.purple .datepicker table tr td.active {
        background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(100, 0, 200) 70%);
    }

    #mydatepicker-group.orange .datepicker table tr td.active {
        background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(255, 150, 0) 70%);
    }

    #mydatepicker-group.utv .datepicker table tr td.active {
        background-image: linear-gradient(30deg, rgb(103, 14, 54) 0%, rgb(149, 191, 229) 70%);
    }

    #mydatepicker-group.black .datepicker table tr td.active {
        background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, darkgray 70%);
    }

#mymonthdatepicker-group {
    justify-items: right;
}

    #mymonthdatepicker-group .datepicker {
        left: unset !important;
        top: unset !important;
        right: unset !important;
    }

        #mymonthdatepicker-group .datepicker table tr td span.active {
            color: rgba(255, 255, 255, 1) !important;
            background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(195, 67, 44) 70%);
        }

        #mymonthdatepicker-group .datepicker table tr td span.focused, #mymonthdatepicker-group .datepicker table tr td span:hover {
            color: rgba(0, 0, 0, 1) !important;
        }

        #mymonthdatepicker-group .datepicker table tr td span.focused.active {
            color: rgba(255, 255, 255, 1) !important;
        }

            #mymonthdatepicker-group .datepicker table tr td span.focused.active:hover {
                color: rgba(0, 0, 0, 1) !important;
            }

    #mymonthdatepicker-group.blue .datepicker table tr td span.active {
        background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(0, 123, 255) 70%);
    }

    #mymonthdatepicker-group.purple .datepicker table tr td span.active {
        background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(100, 0, 200) 70%);
    }

    #mymonthdatepicker-group.orange .datepicker table tr td span.active {
        background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(255, 150, 0) 70%);
    }

    #mymonthdatepicker-group.utv .datepicker table tr td span.active {
        background-image: linear-gradient(30deg, rgb(103, 14, 54) 0%, rgb(149, 191, 229) 70%);
    }

    #mymonthdatepicker-group.black .datepicker table tr td span.active {
        background-image: linear-gradient(30deg, rgb(0, 0, 0) 0%, darkgray 70%);
    }

.mylinespacing {
    line-height: 1.1;
}

.kpi-table {
    border-color: #dee2e6 !important;
}

.kpi-graph {
    width: 100%;
    max-width: 1200px;
    height: 75vh;
    background-color: white;
    border: Solid 5px #dee2e6;
    margin: auto;
    padding: 1rem 2rem;
}


.sketchimagesection {
    width: 690px;
    height: 600px;
    background-image: var(--background);
    background-size: 185%;
    background-position: 84% 30.5%;
    margin: auto;
}

.sketchthumbnailsection {
    background-image: var(--background);
    margin: auto;
    width: 230px;
    height: 200px;
    background-size: 184%;
    background-position: 84% 30.5%;
}

.sketchiconsection {
    width: 46px;
    height: 40px;
    background-image: var(--background);
    background-size: 180%;
    background-position: 84% 30.5%;
    margin: auto;
    background-repeat: no-repeat;
}

.formcontroloverride {
    border: none;
    height: 32px;
    width: 100%;
    padding-left: 5px;
}

    .formcontroloverride:focus {
        border: 0px;
        outline: 1px solid #80bdff;
    }

    .formcontroloverride:focus-visible {
        border: 0px;
        outline: 1px solid #80bdff;
    }

.inlinecontainer {
    width: fit-content;
    text-align: center;
    margin: auto;
}

.mythintdpadding td {
    padding: 0.25rem 0.75rem;
}

.mymuted {
    opacity: 0.25;
}

    .mymuted:hover {
        background-color: inherit !important;
    }

.record-date {
    background-color: #0056b3;
    color: white !important;
}

.special-record-date {
    background-color: red;
    color: white !important;
}

.seperator {
    border-left: solid 2px grey;
}

.mydropdowncontainer {
    display: flex;
    justify-content: space-around;
    padding-bottom: 1rem;
}

.mydropdown {
    list-style: none;
    overflow: auto;
    position: fixed;
    top: 2.5rem;
    padding: 0;
    margin: 0;
    box-shadow: 2px 2px 5px 0px gray;
    z-index: 3;
    border-radius: 2px;
    max-height: 50vh;
}

.ddopen {
    background-color: #f7f7f7;
    color: black;
    border: 1px solid rgba(0,0,0,.125);
    z-index: 10;
    visibility: visible;
    position: absolute;
}

.ddclose {
    color: rgba(0, 0, 0, 0);
    background-color: rgba(247, 247, 247, 0);
    visibility: hidden;
}


.mydropdownitem {
    color: inherit;
    display: flex;
    padding: 0.25rem 0.5rem;
    text-align: left;
    font-weight: normal;
    align-items: center;
}

    .mydropdownitem:hover {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(99, 34, 22, 1);
        cursor: pointer;
    }

    .mydropdownitem.not-exist {
        color: lightgray;
        background-color: darkgray;
    }

        .mydropdownitem.not-exist:hover {
            color: lightgray !important;
            background-color: rgba(99, 34, 22, 1);
        }

        .mydropdownitem.not-exist span:hover {
            color: lightgray !important;
        }

    .mydropdownitem.blue:hover {
        background-color: rgba(0, 86, 179, 1);
    }

    .mydropdownitem.purple:hover {
        background-color: rgba(50, 0, 100, 1);
    }

    .mydropdownitem.orange:hover {
        background-color: rgba(255, 150, 0, 1);
    }

    .mydropdownitem.utv:hover {
        background-color: rgba(103, 14, 54, 1);
    }

    .mydropdownitem.black:hover {
        background-color: rgba(0, 0, 0, 1);
    }

    .mydropdownitem.black.not-exist span.webapps-alt-colour.black {
        color: white;
    }

    .mydropdownitem a {
        margin-left: 0rem !important;
    }

        .mydropdownitem a:hover {
            color: rgba(255, 255, 255, 1);
            text-decoration: none !important;
        }

.mysearchrow {
    position: sticky;
    top: 0px;
    z-index: 1000;
}

.myspacedrow {
    justify-content: space-around;
    width: auto !important;
}

.barnav {
    display: flex;
    flex-flow: nowrap;
}

    .barnav:hover {
        color: rgba(195, 67, 44, 1) !important;
    }

    .barnav.blue:hover {
        color: rgba(0, 123, 255, 1) !important;
    }

    .barnav.purple:hover {
        color: rgba(100, 0, 200, 1) !important;
    }

    .barnav.orange:hover {
        color: rgba(255, 200, 100, 1) !important;
    }

    .barnav.utv:hover {
        color: rgba(149, 191, 229, 1) !important;
    }

    .barnav.black:hover {
        color: darkgray !important;
    }

.top-row {
    justify-content: space-between !important;
}

    .top-row.dark {
        animation: toprowpulse 5s ease infinite;
    }

.mytop-row {
    display: flex;
    flex-flow: nowrap;
}

.main {
    flex: 1;
    background-color: #f7f7f7;
}

    .main.dark {
        background-color: black;
        color: white;
    }

.sidebar {
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(195, 67, 44) 70%);
    background-size: 100% 200%;
    flex: initial;
    flex-wrap: wrap;
    animation: navbarpulse 5s ease infinite;
}

    .sidebar.blue {
        background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 123, 255) 70%);
        background-size: 100% 200%;
    }

    .sidebar.purple {
        background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(100, 0, 200) 70%);
        background-size: 100% 200%;
    }

    .sidebar.orange {
        background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(255, 150, 0) 70%);
        background-size: 100% 200%;
    }

    .sidebar.utv {
        background: linear-gradient(180deg, rgb(103, 14, 54) 0%, rgb(149, 191, 229) 70%);
        background-size: 100% 200%;
    }

    .sidebar.black {
        background: linear-gradient(180deg, rgb(0, 0, 0) 0%, darkgray 70%);
        background-size: 100% 200%;
    }

    .sidebar .top-row {
        background-color: rgba(0,0,0,0);
    }

    .sidebar .navbar-brand {
        font-size: 1.2rem;
        font-family: Arial, sans-serif, "Arial Narrow";
    }

    .sidebar .navbar-mybrand {
        font-size: 1.0rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            /*padding-top: 1rem;*/
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar div.not-mobile-big .nav-item a.nav-link {
                height: 2rem;
            }

                .sidebar div.not-mobile-big .nav-item a.nav-link.expd {
                    height: 3rem;
                }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.navlink {
    float: left;
    font-size: 150%;
    color: white;
    text-align: center;
}

    .navlink:hover .navlink-content {
        display: block;
    }

.navlink-content {
    display: none;
    position: fixed;
    left: 56px;
    color: black;
    background-color: #f7f7f7;
    border: solid 1px black;
    border-radius: 4px;
}

    .navlink-content span {
        float: none;
        padding-left: 9px;
        padding-right: 10px;
        display: block;
        text-align: left;
    }

    .nav-item a {
        font-weight: bold;
    }


.myimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 250px;
    width: auto;
    height: auto;
    image-resolution: from-image;
    padding: 0px;
    border: solid 2px black;
}

.myiconimg {
    margin: auto;
    border: 2px solid;
    border-radius: 10px;
}

.myicon {
    padding: 10px;
    margin: 0px;
    color: #3a474d;
    white-space: nowrap;
}

.myiconbottomcenter {
    position: absolute;
    bottom: 0px;
    left: 194px;
    font-size: 150%;
    margin-left: auto;
    margin-right: auto;
}

.myiconoffset {
    position: absolute;
    padding: 5px;
    left: 5px;
    top: 10px;
    z-index: 1;
}

.myiconrightoffset {
    position: absolute;
    padding: 5px;
    right: 5px;
    top: 10px;
    z-index: 1;
}

.myiconrelativeoffset {
    position: relative;
    padding: 5px;
    float: left;
    z-index: 1;
}

.mytextoffset {
    position: absolute;
    bottom: 5px;
    background-color: white;
    padding: 2px 5px;
    width: auto;
}

.mytimeroffset {
    position: relative;
    padding: 0px;
    right: 60px;
    min-width: 70px;
    top: -15px;
    background: none;
    text-align: right;
}

.mysmallimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 90px;
    max-width: 200px;
    width: auto;
    height: auto;
    image-resolution: from-image;
    padding: 0px;
    border: solid 2px black;
}

.mypartimg {
    max-height: 60px;
    max-width: 100px;
    cursor: pointer;
}

.mthumbwotimg {
    max-height: 30px;
    cursor: pointer;
}

.myMUimg {
    border: 2px solid #0056b3;
    border-radius: 10px;
    display: block;
    margin: 2% auto;
    padding: 2%;
}

.myimgnobd {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 250px;
    width: auto;
    height: auto;
    image-resolution: from-image;
    padding: 5%;
}

.myformimage {
    image-resolution: from-image;
    max-width: 100%;
    max-height: 160px;
    padding: 5px;
    border: solid 2px #dee2e6;
}

.myloadinggif {
    display: block;
    margin: auto;
    max-height: 250px;
    image-resolution: from-image;
    padding: 5px;
}

.myloadinggifcontainer {
    margin-top: 5vh;
    margin: auto;
    width: 250px;
    height: 250px;
    background-color: white;
    border: solid 2px white;
}

.myLoadingLogo {
    overflow: hidden;
    position: relative;
    top: -250px;
    width: 250px;
    height: 250px;
    border: solid 2px white;
    z-index: 1;
}

.loadinggifcontainer {
    background-color: white;
    box-shadow: 0px 0px 2px 1px lightgray;
}

.centereddiv {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 80vh;
}

.centereddivcontent {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    padding: 5px;    
}

.myclear-input {
    position: relative;
    left: -25px;
    top: 10px;
    color: lightgray;
    cursor: pointer;
    z-index: 5;
    width: 0px;
}

.whiteBG {
    background-color: white;
}

.blackBG {
    background-color: black;
}

.content {
    padding-top: 1.1rem;
}

.fliphorizonal {
    display: inline-block !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.rotate90 {
    display: inline-block !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* (A) FIXED WRAPPER */
.hwrap {
    overflow: hidden; /* HIDE SCROLL BAR */
    background: #fff;
    max-height: 3.4rem;
    width: -webkit-fill-available;
    width: -moz-available;
    min-width: 100px;
}

    .hwrap.dark {
        background: none;
    }

/* (B) MOVING TICKER WRAPPER */
.hmove {
    display: flex;
}

/* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
.hitem {
    flex-shrink: 0;
    box-sizing: border-box;
    width: auto;
    
    padding-left: 100%;
    font-weight: 700;
    text-align: center;
    animation: tickerh linear 30s infinite;
}

    .hitem:hover {
        animation-play-state: paused;
    }

.htext {
    height: 100%;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.9);

}

/* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
/* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */

#MySwitchDiv {
    position: relative;
}

    #MySwitchDiv.SwitchOut {
        display: none;
    }

    #MySwitchDiv.SwitchIn {
        animation: slideMenuFromBottom 1.2s forwards;
    }


.myfade {
    display: inline-block !important;
    animation: myfade 2s forwards;
    animation-iteration-count: infinite !important;
}

.myspin {
    display: inline-block !important;
    animation: myspin 3s forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite !important;
}

.myflip {
    display: inline-block !important;
    animation: myflip 2s forwards;
    animation-iteration-count: infinite !important;
}

.myshake {
    display: inline-block !important;
    animation: myshake 2s forwards;
    animation-iteration-count: infinite !important;
}

.mybeat {
    display: inline-block !important;
    animation: mybeat 2s forwards;
    animation-iteration-count: infinite !important;
}

.mybounce {
    display: inline-block !important;
    animation: mybounce 2s forwards;
    animation-iteration-count: infinite !important;
}

@keyframes mybeat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes mybounce {
    0% {
        transform: scale(1) translateY(0);
    }

    25% {
        transform: scale(1.1, 0.9) translateY(0);
    }

    50% {
        transform: scale(0.9, 1.1) translateY(-32px);
    }

    75% {
        transform: scale(1.1, 0.9) translateY(0);
    }

    100% {
        transform: scale(1) translateY(0);
    }
}

@keyframes myfade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes myspin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes myshake {
    0% {
        transform: rotate(0deg);
    }

    5% {
        transform: rotate(25deg);
    }

    10% {
        transform: rotate(-25deg);
    }

    15% {
        transform: rotate(25deg);
    }

    20% {
        transform: rotate(-25deg);
    }

    25% {
        transform: rotate(20deg);
    }

    35% {
        transform: rotate(-20deg);
    }

    45% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes myflip {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@keyframes slideMenuFromBottom {
    from {
        Top: 100vh;
    }

    to {
        Top: 0;
    }
}


@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes tickerh {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.tochat {
    justify-content: right;
}

.fromchat {
    justify-content: left;
}

.chatcontain {
    height: 750px;
    border: 1px solid #ced4da;
    width: 100%;
}

.chatrev {
    display: flex;
    flex-direction: column-reverse;
}

.msgcard {
    width: auto;
    max-width: 60%;
}

.tochatmsg {
    background-color: lightgreen;
    text-align: left;
    min-height: 45px;
}

.fromchatmsg {
    background-color: #f7f7f7;
    text-align: left;
    min-height: 45px;
}

.announcefont {
    font-weight: 700;
    color: red;
    font-size: 150%;
    width: 100%;
    text-align: left;
    vertical-align: middle;
}

.mybigfont {
    font-weight: 700;
    font-size: 150%;
}

.mymedfont {
    font-weight: 600;
    font-size: 125%;
}

.mycardrows {
    width: 100%;
    justify-content: space-between;
    margin: auto;
}


.myrowsthumbnailcard {
    margin-bottom: 5px;
    padding: 0px;
}

.mycardcolumns {
    column-count: 6 !important;
    display: inline-block;
    width: 100%;
    margin-bottom: .75rem;
}

.mysketchthumbnailcard {
    text-align: center;
    padding: 5px 2px;
    min-height: 155px;
    display: grid;
    place-content: space-evenly;
}

    .mysketchthumbnailcard:hover {
        box-shadow: -2px -2px 5px 3px lightgray, 2px 2px 5px 3px gray;
    }

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes pulsehorizontal {
    0% {
        background-size: 100% 100%;
    }

    50% {
        background-size: 350% 100%;
    }

    100% {
        background-size: 600% 100%;
    }
}


.myeffects {
    overflow: hidden;
    position: relative;
    width: 250px;
    height: 250px;
    border: solid 2px white;
}

    .myeffects::before {
        content: "";
        position: absolute;
        background: conic-gradient(rgb(99, 34, 22, 1), rgb(99, 34, 22, 0.75), rgb(50, 0, 100, 0.75), rgb(50, 0, 100, 1), rgb(50, 0, 100, 0.75), rgb(99, 34, 22, 0.75), rgb(99, 34, 22, 1));
        /*background: conic-gradient(from 90deg, rgba(255, 0, 0, 1), rgba(255, 154, 0, 1), rgba(208, 222, 33, 1), rgba(79, 220, 74, 1), rgba(63, 218, 216, 1), rgba(47, 201, 226, 1), rgba(28, 127, 238, 1), rgba(95, 21, 242, 1), rgba(186, 12, 248, 1), rgba(251, 7, 217, 1), rgba(255, 0, 0, 1));*/
        /*background: linear-gradient(90deg, rgba(39,222,230,1) 20%, rgba(50,235,50,1) 30%, rgba(39,222,230,1) 40%);*/
        /*background: radial-gradient(circle, rgba(50,235,50,1) 30%, rgba(39,222,230,1) 40%);*/
        /*background: radial-gradient(circle, rgba(39,222,230,1) 20%, rgba(50,235,50,1) 30%, rgba(39,222,230,1) 40%);*/
        /*background: radial-gradient(circle, rgba(65,65,65,1) 25%, rgba(50,150,235,1) 30%, rgba(65,65,65,1) 40%);*/
        background-position: center;
        /*flex: initial;
        flex-wrap: wrap;*/
        top: -125px;
        left: -125px;
        width: 500px;
        height: 500px;
        animation: rotation 2s infinite linear;
    }

.myloadingbareffect {
    background: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 15%, rgb(255, 255, 255) 16%);
    animation: pulsehorizontal 2s infinite linear;
    height: 20px;
    width: 90px;
    position: relative;
    top: -368px;
    left: 75px;
}

.break-columns {
    display: none;
}

@keyframes navbarpulse {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 0% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

@keyframes toprowpulse {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 100% 0%
    }

    100% {
        background-position: 0% 0%
    }
}

@media (max-width: 980.99px) {
    .seperator {
        border-left: none;
    }

    .break-columns {
        display: block;
    }

    .webapps-cols {
        width: 100%;
    }

    .webapps-card card-body {
        padding: 0.5rem 0.2rem;
    }

    .webapps-alt-card card-body {
        padding: 0.5rem 0.2rem;
    }

    .button-text {
        display: none !important;
    }
}

@media (max-width: 799.99px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .sidebar .not-mobile {
        display: none;
    }

    .sidebar .not-mobile-small {
        display: none !important;
    }

    .sidebar .not-mobile-big {
        display: none !important;
    }

    .main .top-row.auth {
        justify-content: space-between;
        position: sticky;
        top: 0;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }

    .myfooter {
        display: none;
    }

    .visablenotopbar {
        height: calc(100vh - 74px);
        box-sizing: border-box;
    }

    .visabletopbar {
        height: calc(100vh - 130px);
        box-sizing: border-box;
    }

    .calender-header li {
        width: 19%;
    }

    .calender-data li {
        width: 19%;
    }

    .weekends {
        display: none !important;
    }

    .incl-weekends li {
        width: 12% !important;
    }

    .menu-text {
        display: none !important;
    }
 
    .page-link {
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }

        .page-link.not-icon {
            font-weight: normal !important;
        }
}

@media (min-width: 800px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: auto;
        max-width: 250px;
        min-height: 100vh;
        height: fit-content;
        position: sticky;
        top: 0;
        z-index: 1030;
    }

        .mymobile {
            display: none;
        }

    .inputsidebar {
        max-width: 380px;
    }

    .mymain {
        height: auto;
        min-height: 100vh;
    }

    .mymaintopbar {
        height: auto;
        min-height: 94vh;
    }

    .mymaintopbarhidden {
        height: auto;
        min-height: 99.5vh;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .sidebar .not-mobile-small {
        display: block;
    }

    .sidebar .not-mobile-big {
        display: block;
    }
}

@media print {
    .inputsidebar .no-print, .no-print * {
        display: none !important;
    }

    .main .mymain .content .no-print * {
        background: none;
    }
}

@media (min-width: 1660px) {
    .card-columns {
        column-count: 5;
    }

    .myrowsthumbnailcard {
        width: 16.5%;
    }

    .weekends {
        display: inline-block;
    }
}

@media (min-width: 1365px) and (max-width: 1659.99px) {
    .card-columns {
        column-count: 4;
    }

    .myrowsthumbnailcard {
        width: 19.5%;
    }

    .weekends {
        display: inline-block;
    }
}

@media (min-width: 1135px) and (max-width: 1364.99px) {
    .mycardcolumns {
        column-count: 5 !important;
    }

    .myrowsthumbnailcard {
        width: 24.5%;
    }

    .weekends {
        display: inline-block;
    }

    .webapps-card card-body {
        padding: 0.5rem 0.2rem;
    }

    .webapps-alt-card card-body {
        padding: 0.5rem 0.2rem;
    }
}

@media (min-width: 890px) and (max-width: 1134.99px) {
    .mycardcolumns {
        column-count: 4 !important;
    }

    .myrowsthumbnailcard {
        width: 33%;
    }

    .calender-header li {
        width: 19%;
    }

    .calender-data li {
        width: 19%;
    }

    .weekends {
        display: none !important;
    }

    .incl-weekends li {
        width: 12% !important;
    }

    .break-columns {
        display: block;
    }

    .webapps-cols {
        width: 100%;
    }

    .webapps-cols2 {
        width: 50%;
    }

    .webapps-card card-body {
        padding: 0.5rem 0.2rem;
    }

    .webapps-alt-card card-body {
        padding: 0.5rem 0.2rem;
    }

    .col-1, .col-10, .col-11, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        width: unset;
    }
}


@media (min-width: 640px) and (max-width: 889.99px) {
    .mycardcolumns {
        column-count: 3 !important;
    }

    .myrowsthumbnailcard {
        width: 49.5%;
    }

    .weekends {
        display: none !important;
    }

    .webapps-cols2 {
        width: 50%;
    }

    .page-link {
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }

        .page-link.not-icon {
            font-weight: normal !important;
        }

    .col-1, .col-10, .col-11, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        width: unset;
    }
}

@media (min-width: 480px) and (max-width: 639.99px) {
    .mycardcolumns {
        column-count: 2 !important;
    }

    .myrowsthumbnailcard {
        width: 100%;
    }

    .webapps-cols2 {
        width: 50%;
    }

    .col-1, .col-10, .col-11, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        width: unset;
    }
}

@media (max-width: 479.99px) {
    .mycardcolumns {
        column-count: 1 !important;
    }

    .myrowsthumbnailcard {
        width: 100%;
    }

    .menu-feed {
        display: none !important;
    }

    .webapps-cols2 {
        width: 100%;
    }

    .col-1, .col-10, .col-11, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        width: unset;
    }
}

@font-face {
    font-family: CCode39;
    src: url("/fonts/ConnectCode39.woff") format('woff')
}


#barcode {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'CCode39', sans-serif;
    text-align: center;
    font-size: 50px
}

#barcodesmall {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'CCode39', sans-serif;
    text-align: center;
    font-size: 20px
}

#barcode_text {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: sans-serif;
    text-align: center;
    font-size: 57px
}

    

