﻿app {
    position: relative;
    display: flex;
    flex-direction: column;
}

tr {
    height: 2.5em;
}

hr {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.button-text {
    font-size: 1.25em;
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.page-loader:first-child {
    display: block;
}

.page-loader:not(first-child) {
    display: none;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a,
        .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.content {
    padding-top: 15px;
}

.navbar-toggler {
    /*background-color: rgba(255, 255, 255, 0.1);*/
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    display: none;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 1399.8px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a,
    .main .top-row .btn-link {
        margin-left: 0;
    }
}

.scrollbar {
    height: calc(100vh - 125px);
    min-height: calc(100vh - 125px);
    max-height: calc(100vh - 125px);
    overflow-y: auto;
    scrollbar-width: thin;
    /* The color of thumb and track areas */
    scrollbar-color: var(--bs-secondary) transparent;
}

.navbar-btn {
    padding: 0.25rem 0.75rem;
    color: rgba(0,0,0, 0.5);
    background-color: rgba(0,0,0, 0.1);
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid rgba(0,0,0, 0.1);
    border-radius: 0.25rem;
    margin-left: 0.5rem;
}

    .navbar-btn:hover,
    .navbar-btn:focus {
        text-decoration: none;
    }

.navbar-btn-img {
    display: inline-block;
    color: transparent;
    background-color: transparent;
    width: 30px !important;
    height: 30px !important;
    vertical-align: middle;
    content: "";
    background-size: 100% 100%;
}

.btn-alarm {
    padding: 0.25rem 0.75rem;
    font-size: 30px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    margin-left: 0.5rem;
}



/*.panelAge {
    position: absolute;
    left: calc(100vw - 100px);
}

.panelTime {
    position: absolute;
    left: calc(50vw - 150px);
    text-align: center;
    width: 300px;
}

*/

.modal-body {
    overflow-y: auto;
    scrollbar-width: thin;
    /* The color of thumb and track areas */
    scrollbar-color: var(--bs-secondary) transparent;
}

    .modal-body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(153, 153, 153, 0.5);
        border-radius: 100px;
        margin: 5px 0px;
    }

    .modal-body::-webkit-scrollbar-thumb {
        border-radius: 100px;
        border: 5px solid transparent;
        background-clip: content-box;
        background-color: var(--bs-secondary);
    }

.modal.modal-static .modal-dialog {
    transform: none !important;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(153, 153, 153, 0.5);
    border-radius: 100px;
    margin: 5px 0px;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: var(--bs-secondary);
}

.breadcrumbScrollbar {
    --bcContentOffset: 292px;
    height: calc(100vh - var(--bcContentOffset));
    min-height: calc(100vh - var(--bcContentOffset));
    max-height: calc(100vh - var(--bcContentOffset));
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
 The color of thumb and track areas 
scrollbar-color: var(--bs-secondary) transparent;
}

    .breadcrumbScrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(153, 153, 153, 0.5);
        border-radius: 100px;
        margin: 5px 0px;
    }

    .breadcrumbScrollbar::-webkit-scrollbar-thumb {
        border-radius: 100px;
        border: 5px solid transparent;
        background-clip: content-box;
        background-color: var(--bs-secondary);
    }

/*.tabPageScrollbar {
    --contentOffset: 345px;
    height: calc(100vh - var(--contentOffset));
    min-height: calc(100vh - var(--contentOffset));
    max-height: calc(100vh - var(--contentOffset));
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;*/
/* The color of thumb and track areas */
/*scrollbar-color: var(--bs-secondary) transparent;
}

    .tabPageScrollbar.fixedHeight {
        --contentOffset: 345px;
        height: calc(100vh - var(--contentOffset));
        min-height: calc(100vh - var(--contentOffset));
        max-height: calc(100vh - var(--contentOffset));
    }

    .tabPageScrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(153, 153, 153, 0.5);
        border-radius: 100px;
        margin: 5px 0px;
    }

    .tabPageScrollbar::-webkit-scrollbar-thumb {
        border-radius: 100px;
        border: 5px solid transparent;
        background-clip: content-box;
        background-color: var(--bs-secondary);
    }

.manageTabPageScrollbar {
    --mContentOffset: 215px;
    height: calc(100vh - var(--mContentOffset));
    min-height: calc(100vh - var(--mContentOffset));
    max-height: calc(100vh - var(--mContentOffset));
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;*/
/* The color of thumb and track areas */
/*scrollbar-color: var(--primary) transparent;
}

.inventoryScrollbar {
    --contentOffset: 184px;
    height: calc(100vh - var(--contentOffset));
    min-height: calc(100vh - var(--contentOffset));
    max-height: calc(100vh - var(--contentOffset));
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;*/
/* The color of thumb and track areas */
/*scrollbar-color: var(--bs-secondary) transparent;
}

    .inventoryScrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(153, 153, 153, 0.5);
        border-radius: 100px;
        margin: 5px 0px;
    }

    .inventoryScrollbar::-webkit-scrollbar-thumb {
        border-radius: 100px;
        border: 5px solid transparent;
        background-clip: content-box;
        background-color: var(--bs-secondary);
    }*/

.ccSideButton {
    display: block !important;
    height: 5.4em !important;
    width: 100% !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.panelData {
    position: fixed;
    left: 0;
    top: calc(100vh - 110px);
    height: 50px;
    width: 100vw;
    font-size: 1.25rem;
    font-weight: 400;
    align-items: center;
    border-top: 1px solid var(--bs-secondary);
    border-bottom: 1px solid var(--bs-secondary);
}

@media screen and (max-width: 450.8px) {
    /*    .breadcrumbScrollbar {
        --bcContentOffset: 230px;
    }
*/
}

@media screen and (max-width: 767.8px) {
    .panelData {
        top: calc(100vh - 50px);
        height: 50px;
    }

    .breadcrumbScrollbar {
        --bcContentOffset: 232px;
    }
}

.ccTable {
    font-size: 1.25rem;
    font-weight: 400;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    z-index: 10;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.border-darkslategrey {
    border-color: darkslategrey;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* used for indication of busy */
.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #D21034;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.loader-large {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #D21034;
    width: 75px;
    height: 75px;
    align-self: center;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}



.droppable {
    background: #c8dadf;
    color: inherit;
    font: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 225px;
    padding: 25px;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    text-align: center;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    cursor: pointer;
    position: relative;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

    .droppable input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.droppable-dragover {
    background: #f1f1f1;
    outline-offset: -20px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {

    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.modeTitle {
    color: darkblue;
}

.bg-dark-gradient {
    background: rgb(48, 48, 48);
    background: linear-gradient(180deg, rgba(48, 48, 48, 1) 48%, rgba(37, 37, 37, 1) 67%, rgba(26, 26, 26, 1) 90%);
}

.bg-secondary-gradient {
    background: rgb(192, 192, 192);
    background: linear-gradient(180deg, rgba(192, 192, 192, 1) 48%, rgba(181, 181, 181, 1) 67%, rgba(170, 170, 170, 1) 90%);
}

.bg-light-gradient-radial {
    background: rgb(233, 236, 239);
    background: radial-gradient(circle, rgba(233, 236, 239, 1) 48%, rgba(222, 225, 228, 1) 67%, rgba(211, 216, 222, 1) 90%);
}

.btn-dark {
    color: #fff;
    background: rgb(48, 48, 48);
    background: linear-gradient(180deg, rgba(48, 48, 48, 1) 48%, rgba(37, 37, 37, 1) 67%, rgba(26, 26, 26, 1) 90%);
    border-color: #303030;
}

    .btn-dark:hover {
        color: #fff;
        background: rgb(26, 26, 26, 1);
        background: linear-gradient(180deg, rgba(26, 26, 26, 1) 48%, rgba(37, 37, 37, 1) 67%, rgba(48, 48, 48, 1) 90%);
        border-color: #171717;
    }

    .btn-dark:focus,
    .btn-dark.focus {
        color: #fff;
        background-color: #1d1d1d;
        border-color: #171717;
        box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5);
    }

    .btn-dark.disabled,
    .btn-dark:disabled {
        color: #fff;
        background-color: #303030;
        border-color: #303030;
    }

    .btn-dark:not(:disabled):not(.disabled):active,
    .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #171717;
        border-color: #101010;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus,
        .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5);
        }

.nav-icon {
    width: 40px;
    height: 40px;
}

.largerText {
    font-size: 1.1rem;
}

.entryButton,
.disabledEntryButton,
.displayEntryButton {
    font-size: 1.1rem;
    white-space: pre-wrap;
}

.bg-green {
    background-color: green;
}

.bg-red {
    background-color: red;
}

table,
tr,
td,
th {
    border-color: var(--bs-secondary) !important;
    background-color: transparent !important;
}

.screenLoader {
    position: absolute !important;
    top: 50%;
    right: 50%;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: -32px;
    margin-bottom: -32px;
}

.table thead th {
    vertical-align: middle;
}


body::-webkit-scrollbar {
    width: 1.5rem;
}

.scrollbar::-webkit-scrollbar {
    width: 1em;
    position: absolute;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 100px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: var(--bs-secondary);
}


.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.border-6 {
    border-width: 6px !important;
}

.switchStatus {
    color: var(--bs-danger) !important;
    font-weight: 700;
}

.blink_me_1_5s {
    animation: blinker 4.5s linear infinite;
}

.blink_me_2s {
    animation: blinker 5s linear infinite;
}

.blink_me_2_5s {
    animation: blinker 5.5s linear infinite;
}

.blink_me_3s {
    animation: blinker 6s linear infinite;
}

@keyframes blinker {
    45% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    65% {
        opacity: 1;
    }
}

.menu-expander {
    position: fixed;
    top: 75px;
    left: 80px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    height: 74px;
    width: 23px;
    padding: 0;
    transition: all 300ms ease-in-out;
    z-index: 1020 !important;
}

.menu-expander-icon {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    transition: all 300ms ease-in-out;
}

.expanded {
    left: 325px;
}

.rotated {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.swNotAssigned {
    height: 108px;
}

@media (min-width: 576px) {
    .switchStatusItem {
        flex: 0 0 50%;
        width: 50%;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (min-width: 768px) {
    .main-mini {
        margin-left: 80px;
        overflow: hidden;
    }
    .swNotAssigned {
        height: 116px;
    }
    .switchStatusItem {
        flex: 0 0 25%;
        width: 25%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

}

@media (min-width: 992px) {
}

@media (min-width: 1024px) {
    .switchStatusItem {
        flex: 0 0 12.5%;
        width: 12.5%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media (max-width: 576px) {
    .switchStatusItem {
        flex: 0 0 50%;
        width: 50%;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

.icon-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 48px;
    width: 48px;
    overflow: hidden;
    text-wrap: none;
}

.farmConditionsIcon {
    background-image: url("/images/Icons/houses.svg");
}

.currentConditionsIcon {
    background-image: url("/images/Icons/currentconditions.svg");
}

.outputsAndTemperaturesIcon {
    background-image: url("/images/Icons/fanwiththermometer.svg");
}

.ventilationSettingsIcon {
    background-image: url("/images/Icons/fanwithdial.svg");
}

.curvesIcon {
    background-image: url("/images/Icons/curves.svg");
}

.managementIcon {
    background-image: url("/images/Icons/calculatorwithchicken.svg");
}

.clocksIcon {
    background-image: url("/images/Icons/plainclock.svg");
}

.programsIcon {
    background-image: url("/images/Icons/programs.svg");
}

.historyIcon {
    background-image: url("/images/Icons/history.svg");
}

.setupIcon {
    background-image: url("/images/Icons/setup.svg");
}

.birdWeightIcon {
    background-image: url("/images/Icons/birdweight.svg");
}

.feedIcon {
    background-image: url("/images/Icons/feed.svg");
}

.historyEggProductionIcon {
    background-image: url("/images/Icons/historyeggproduction.svg");
}

.historyEnvironmentIcon {
    background-image: url("/images/Icons/historyenvironment.svg");
}

.historyProductionIcon {
    background-image: url("/images/Icons/historyproduction.svg");
}

.manualStopWatchIcon {
    background-image: url("/images/Icons/manualstopwatch.svg");
}

.mortalityIcon {
    background-image: url("/images/Icons/mortality.svg");
}

.setTempIcon {
    background-image: url("/images/Icons/settemp.svg");
}

.setTempTimerIcon {
    background-image: url("/images/Icons/settemptimer.svg");
}

.spareClockIcon {
    background-image: url("/images/Icons/spareclock.svg");
}

.stirFanIcon {
    background-image: url("/images/Icons/stirfan.svg");
}

.temperatureBulbIcon {
    background-image: url("/images/Icons/temperaturebulb.svg");
}

.weighScale3Icon {
    background-image: url("/images/Icons/weighscale3.svg");
}

.weighScale2Icon {
    background-image: url("/images/Icons/weighscale2.svg");
}

.weighScale4Icon {
    background-image: url("/images/Icons/weighscale4.svg");
}

.weighScale5Icon {
    background-image: url("/images/Icons/weighscale5.svg");
}

.airSpeedIcon {
    background-image: url("/images/Icons/airspeed.svg");
}

.alarmGreenIcon {
    background-image: url("/images/Icons/alarmgreen.svg");
}

.alarmOrangeIcon {
    background-image: url("/images/Icons/alarmorange.svg");
}

.alarmRedIcon {
    background-image: url("/images/Icons/alarmred.svg");
}

.auxDataIcon {
    background-image: url("/images/Icons/auxiliarydata.svg");
}

.brooderIcon {
    background-image: url("/images/Icons/brooder.svg");
}

.heatZoneIcon {
    background-image: url("/images/Icons/brooderheatzones.svg");
}

.choreTronicsLogo {
    background-image: url("/images/Icons/Chore-Tronics.svg");
}

.PDSIcon {
    background-image: url("/images/Icons/PDS.svg");
}

.dumpScaleIcon {
    background-image: url("/images/Icons/dumpscale.svg");
}

.exhaustFanIcon {
    background-image: url("/images/Icons/exhaustfan.svg");
}

.feedClockIcon {
    background-image: url("/images/Icons/feedclock.svg");
}

.feedLinesIcon {
    background-image: url("/images/Icons/feedlines.svg");
}

.feedRunTimesIcon {
    background-image: url("/images/Icons/feedruntimes.svg");
}

.fillClockIcon {
    background-image: url("/images/Icons/fillclock.svg");
}

.generatorIcon {
    background-image: url("/images/Icons/generator.svg");
}

.graphsIcon {
    background-image: url("/images/Icons/graphs.svg");
}

.eggIcon {
    background-image: url("/images/Icons/egg.svg");
}

.eggTempIcon {
    background-image: url("/images/Icons/egg-temp.svg");
}

.helpIcon {
    background-image: url("/images/Icons/help.svg");
}

.inventoryIcon {
    background-image: url("/images/Icons/inventory.svg")
}

.leftArrowIcon {
    background-image: url("/images/Icons/leftarrow.svg");
}

.lightClocksIcon {
    background-image: url("/images/Icons/lightclocks.svg");
}

.minVentTimerIcon {
    background-image: url("/images/Icons/minventtimer.svg");
}

.naturalVentilationIcon {
    background-image: url("/images/Icons/naturalventilation.svg");
}

.resetIcon {
    background-image: url("/images/Icons/reset.svg");
}

.staticPressureIcon {
    background-image: url("/images/Icons/staticpressure.svg");
}

.strapWinchIcon {
    background-image: url("/images/Icons/strapwinch.svg");
}

.switchStatusIcon {
    background-image: url("/images/Icons/switchstatus.svg");
}

.switchAutoIcon {
    background-image: url("/images/Icons/switchauto.svg");
}

.switchOnIcon {
    background-image: url("/images/Icons/switchon.svg");
}

.switchOffIcon {
    background-image: url("/images/Icons/switchoff.svg");
}

.tunnelFanIcon {
    background-image: url("/images/Icons/tunnelfan.svg");
}

.userLevelIcon {
    background-image: url("/images/Icons/userlevel.svg");
}

.variableSpeedFanIcon {
    background-image: url("/images/Icons/variablespeedfan.svg");
}

.waterIcon {
    background-image: url("/images/Icons/water.svg");
}

.waterClockIcon {
    background-image: url("/images/Icons/waterclock.svg");
}

.waterMeterIcon {
    background-image: url("/images/Icons/watermeter.svg");
}

.waterPressureIcon {
    background-image: url("/images/Icons/waterpressure.svg");
}

.winchIcon {
    background-image: url("/images/Icons/winch.svg");
}

.redXIcon {
    background-image: url("/images/Red_X.svg");
}

.splashWrapper {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    overflow: hidden;
    z-index: 20000;
}

.resetPopup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgb(245, 245, 245);
}

.logo {
    position: fixed;
    width: auto;
    height: 46px;
}

/*.x {
    animation: x 26s linear infinite alternate;
}

.y {
    animation: y 14s linear infinite alternate;
}

@keyframes x {
    100% {
        transform: translateX( calc(100vw - 180px) );
    }
}

@keyframes y {
    100% {
        transform: translateY( calc(100vh - 46px) );

    }
}*/

.increase {
    height: 3rem;
    width: 3em;
    font-size: 24px;
    transform: scale(1.0);
    transition-duration: 0.2s;
}

    .increase:hover {
        color: var(--bs-secondary);
        transform: scale(1.5);
        transition-duration: 0.2s;
    }

.decrease {
    height: 3rem;
    width: 3em;
    font-size: 24px;
    transform: scale(1.0);
    transition-duration: 0.2s;
}

    .decrease:hover {
        color: var(--bs-secondary);
        transform: scale(1.5);
        transition-duration: 0.2s;
    }

.spinBtn {
    height: 3rem;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    border-color: rgba(0, 0, 0, 0.5);
}

    .spinBtn.currentSpinValue {
    }

.timepicker-spinbuttons,
.datepicker-spinbuttons {
    font-size: large;
}

    .timepicker-spinbuttons .hour,
    .timepicker-spinbuttons .minute,
    .timepicker-spinbuttons .second,
    .timepicker-spinbuttons .ampm {
        width: 4em;
    }

    .datepicker-spinbuttons .day,
    .datepicker-spinbuttons .month,
    .datepicker-spinbuttons .year {
        width: 4em;
    }

    .timepicker-spinbuttons .spinbutton,
    .datepicker-spinbuttons .spinbutton {
        float: left;
        text-align: center;
    }

        .timepicker-spinbuttons .spinbutton:first-child,
        .datepicker-spinbuttons .spinbutton:first-child {
            border-left: 4px;
        }

        .timepicker-spinbuttons .spinbutton:last-child,
        .datepicker-spinbuttons .spinbutton:last-child {
            border-right: 4px;
        }

        .timepicker-spinbuttons .spinbutton button,
        .datepicker-spinbuttons .spinbutton button {
            padding: 0;
            margin: 0;
            border: none;
            background-color: transparent;
        }

/* adjustments to third-party virtual keyboard */
.hg-candidate-box {
    max-width: none !important;
}

.hg-theme-default .hg-button[data-skbtn="{arrowleft}"],
.hg-theme-default .hg-button[data-skbtn="{arrowright}"] {
    max-width: 75px !important;
}

.hg-theme-default .hg-button.active {
    background-color: var(--bs-secondary) !important;
    color: white !important;
}

div[role="separator"] {
    clear: both;
}

.tenItemTable {
    border: 1px solid var(--bs-secondary);
}

    .tenItemTable .ctTable-row {
        padding: 0px;
    }

.programsTable .ctTable-row {
    padding: 3px;
}

    .alarmsOverviewTable .ctTable-row > :first-child {
        text-align: left !important;
    }

    .alarmsHistoryTable .ctTable-row > :first-child {
        text-align: left !important;
    }

    .alarmsHistoryTable .ctTable-body .ctTable-headerdata:first-child {
        margin-left: 5px;
    }

.alarmsEnvironmentTable .ctTable-row {
    padding: 3px;
}

   .assignmentsSensorsTable .ctTable-row > :first-child {
        text-align: left !important;
    }

    .assignmentsSensorsTable .ctTable-body .ctTable-headerdata:first-child {
        margin-left: 5px;
    }

    .assignmentsSensorsTable .ctTable-body .ctTable-data:first-child {
        margin-left: 20px;
    }

.chartLoader {
    position: absolute;
    right: 25px;
}

.btn-graph {
    position: fixed !important;
    right: 24px;
    top: 132px;
    width: 48px;
    height: 48px;
}


/*Missing full screen modal stuff for some screens*/
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100vh;
    margin: 0;
}

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

.shadow-danger {
    box-shadow: 0 .5rem 1rem rgba(220, 53, 69, 0.5) !important;
}

.rounded-2 {
    border-radius: .5rem !important;
}

.updateProgressView {
    margin-right: 1rem;
    margin-left: 1rem;
    margin-top: 20%;
}

.imageProgress {
    position: absolute !important;
    top: 50%;
    right: 50%;
    margin-right: -225px;
    margin-left: -225px;
    margin-top: -100px;
    margin-bottom: -100px;
}
