@import url('animate.css');
@import url('font-awesome.css');
@import url('bootstrap.css');
@import url('toastr.css');
@import url('crosby-icons.css');

/*#region Default / sidebar */
html, body {
    font-family: 'Roboto', sans-serif;
    overscroll-behavior: contain;
}
html {
    font-size: 14px;
}
h2 {
    font-size: 1.3rem;
}
a, .btn-link {
    color: #5929d7;
}
app {
    background-color: #f6f9f8;
}
.VersionNo{
    color:rgba(0, 0, 0,0.5);
    position:fixed;
    bottom:0;
    right:0;
    padding:4px;
}
.btn {
    border-radius: 0;
}
.row.less-padding {
    margin-left: -5px;
    margin-right: -5px;
}
    .row.less-padding > [class*=col] {
        padding-left: 5px;
        padding-right: 5px;
    }
.nowrap {
    white-space: nowrap;
}
.larger-text{
    font-size:1.5rem;
}

.btn-primary {
    color: #fff;
    background-color: #1c2d3a;
    border-color: #1c2d3a;
}

.btn-light {
    color: #1c2d3a;
    background-color: #fff;
    border-color: #fff;
}

.btn-secondary {
    color: #fff;
    background-color: #d79b29;
    border-color: #d79b29;
}

.text-light {
    color: #93a7b1 !important;
    font-weight: normal;
}
.text-danger {
    color: #ae0000 !important;
}
.text-success {
    color: #7db988 !important;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: auto;
}

.top-row {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    display: block;
    height: 2rem;
    width: auto;
}

.toast-top-right {
    margin-top: 50px;
}

.main {
    flex: 1;
    height: 100vh;
    background-color: #f6f9f8;
}

    .main.dark {
        background-color: #343232;
    }

    .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;
        }

.navbar-dark .navbar-toggler {
    color: rgba(0, 0,0, 0.5);
    border-color: rgba(0, 0,0, 0.2);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.sidebar {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color: #343232;*/
}

    .sidebar .top-row {
        /*background-color: rgba(0,0,0,0.4);*/
        -webkit-box-shadow: 1px 2px 5px 1px #d9d9d9;
        -moz-box-shadow: 1px 2px 5px 1px #d9d9d9;
        box-shadow: 1px 2px 5px 1px #d9d9d9;
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .nav-item span {
        width: 2rem;
        font-size: 1.3rem;
        vertical-align: text-top;
    }

    .sidebar .nav-item {
        font-size: 1rem;
        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: #343232;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(213, 219, 253, 0.80);
                color: #343232;
            }

                .sidebar .nav-item a.active:hover {
                    background-color: #d5dbfd;
                    color: #343232;
                }

            .sidebar .nav-item a:hover {
                background-color: rgba(0,0,0,0.1);
                color: #000;
            }

    .sidebar .top-row .nav-item {
        padding-bottom: 0;
        margin-right: 0.5rem;
    }

        .sidebar .top-row .nav-item a.active {
            background-color: rgba(213, 219, 253, 0.4);
            color: #343232;
        }

        .sidebar .top-row .nav-item:first-of-type {
            padding-top: 0;
        }

        .sidebar .top-row .nav-item:last-of-type {
            padding-bottom: 0;
            margin-right: 0;
        }

        .sidebar .top-row .nav-item span {
            width: auto;
        }

.content {
    /*padding-top: 1.1rem;*/
}

.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 {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

h1 {
    font-size: 2rem;
}



/*#endregion Default / sidebar */

/*#region Menu User Profile*/

.user {
    border-radius: 2px;
    position: relative;
}

.user__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    /*font-size: .9rem;*/
    padding: 1rem;
    border-radius: 2px;
    background-color: rgba(0,0,0,.06);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.user__img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-right: .8rem;
}

.user__name {
    font-weight: 600;
    margin-top: .2rem;
}

.user__email {
    color: rgba(0,0,0,.5);
}

.top-row .user {
    margin-right: 1em;
}

.top-row .user__name {
    margin-top: 0;
}

.top-row .user__info {
    padding: 0;
    background-color: transparent;
}

.top-row .user__img {
    width: 2rem;
    height: 2rem;
    margin-right: .4rem;
}

.sidebar .top-row .nav-link {
    flex-direction: column;
}

    .sidebar .top-row .nav-link span:last-of-type {
        font-size: 0.8rem;
        line-height: 1.4rem
    }

.navbar-brand {
    margin-right: 3rem;
}

.BrandAndUser {
    display: flex;
    flex-direction: row;
    align-items: center;
}
/*#endregion*/
/*#region Loader*/
.loader {
    color: #1b6ec2;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    margin: 3px 10px;
    border-radius: 50%;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    display: inline-block;
}

.btn .loader {
    color: #fff;
    margin-bottom: -3px;
    margin-right: 0;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*#endregion Loader*/

/*#region Login Page*/

.login {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .login img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

.loginblock {
    max-width: 250px;
    width: 100%;
    /*text-align: center;*/
    /*-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
    /*border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    padding: 20px;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    color: #fff;
}

/*#endregion*/


.WhiteBoxWithShadow {
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
    -moz-box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
    box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
    border-radius: 10px;
}

/*#region UserHome*/

.searchboxcontainer {
    height: 0px;
    overflow-y: hidden;
    transition: height 0.2s ease-in-out;
    text-align:center;
}

    .searchboxcontainer.show {
        height: 120px;
    }
    .searchboxcontainer.show.withsearch {
        height: 145px;
    }

.searchbox {
    padding: 1rem;
    display: inline-block;
    margin-left:auto;
    margin-right:auto;
}

hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-top: 2px solid #343232;
}

.WorkOrderSummary .btn {
    height: 100%;
    -webkit-box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
    -moz-box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
    box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
    border-radius: 5px;
}

    .WorkOrderSummary .btn > span {
        font-weight: bold;
        display: block;
        font-size: 1rem;
    }

        .WorkOrderSummary .btn > span:first-of-type {
            font-size: 2rem;
        }

/*#endregion*/
/*#region WOListItem*/

.WOListContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

    margin-top: -15px;
}
    .WOListContainer > .WOListItem {
        background-color: #fff;
        -webkit-box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
        -moz-box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
        box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
        border-radius: 10px;
        padding: 1rem;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .WOListContainer .WOJobsContainer .JobContainer > .row {
        /*border-bottom: 2px solid #fff;*/
        margin-bottom:10px;
    }
    .WOListContainer .JobContainer > .row > .col > .WOListItem {
        background-color: #fff;
        -webkit-box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
        -moz-box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
        box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
        border-radius: 10px;
        padding: 1rem;
        font-weight: bold;
        overflow:hidden;
        padding-left:30px;
    }
    .WOListContainer > .JobContainer {
        margin-bottom: 30px;
    }
    .WOListContainer > .WOJobsContainer > .JobContainer,
    .WOListContainer > .JobContainer {
        background-color: #f2f2f2;
    }

        .WOJobsContainer {
            background-color: #fff;
            /*-webkit-box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
            -moz-box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
            box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);*/
            border-radius: 10px;
            font-weight: bold;
            margin-top: -20px;
            /*overflow: hidden;*/
            margin-bottom: 30px;
        }
    .WOJobsContainer .WOListItem {
        border-top: 1px solid rgba(184,184,184,1);
        /*border-right: 1px solid rgba(184,184,184,1);*/
        padding: 15px;
        background-color:#fff;
    }
    .WOJobsContainer > .WOListItem:first-child {
        border-top: none;
    }
    .WOListItem .DepartmentDot {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 0.2rem;
        text-shadow: 1px 1px 1px #000;
    }

.WOListItem > .row {
    align-items: center;
}
.WOListItem > .row:first-of-type {
    align-items: flex-start;
}

    .WOListItem .PartInfo {
        font-size: 1.3rem;
  
    }
.JobContainer .WOListItem .PartInfo {
    cursor: pointer;
    text-decoration: underline;
}

.WOListItem .PercentComplete {
    font-size: 3rem;
}
.WorkerInitals {
    border-radius: 100%;
    border: 1px solid #343232;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    display: inline-block;
}
.WOJobsContainer > .WOListItem {
    margin-left: 0;
    margin-right: 0;
    padding-left:20px;
}
.WOListItem{
    position:relative;
}
    .WOListItem .SideStatus {
        position: absolute;
        height: 100%;
        width: 15px;
        margin-top: -14px;
        margin-left: -30px;
    }
    .WOListItem .status-btn {
        min-width: 200px;
        font-weight: bold;
        font-size: 1.3rem;
        border-radius:3px;
    }

.JobActonsContainer {
    display: flex;
    align-items: center;
}
.JobActons {
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: center;
    justify-content: space-around;
    margin-left:-5px;
    height: 100%;
    min-height:100px;
    margin-right:30px;
}

.JobActons .row {
    align-items: center;
}
    .JobActons > div {
        margin: 0 5px;
        position:relative;
    }

.Timer {
    font-size: 2rem;
    color: #707070;
    padding: 0 10px;
}

.progBG {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.StatsWithArrows {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: flex-end;
    margin-left: -5px;
    margin-right: -5px;
}
    .StatsWithArrows > div {
        padding: 0 5px;
    }
    .StatsWithArrows .stat {
    }
    .StatsWithArrows .arrow {
        text-align: center;
        align-self: center;
    }
.right-stat-col {
text-align:center;
align-self:flex-end;
}
.OpTopRight {
    display: flex;
    align-items: center;
}
    /*#endregion*/
    /*#region Status Colors*/
    /*new*/
    .new-side {
        background-color: #93a6b1;
    }

.new-background {
    background-color: #fff;
    border-color: #8a9ca7;
}

.new-text {
    color: #8a9ca7;
}
/*complete*/
.complete-side {
    background-color: #cbfcd4;
}
.complete-background {
    background-color: #cbfcd4;
}
.complete .btn.complete-background {
    border: 1px solid #7db988;
}
.complete-text {
    color: #7db988;
}
/*active/live*/
.active-side {
    background-color: #7e8ee0;
}

.active-background {
    background-color: #d5dbfd;
}

.active-text {
    color: #7e8ee0;
 
}
.active .btn.active-background {
    border: 1px solid #7e8ee0;
}


/*paused*/
.paused-side {
    background-color: #f8e3a1;
}

.paused-background {
    background-color: #feeaa8;
}

.paused .btn.paused-background {
    border: 1px solid #d9b84a;
}

.paused-text {
    color: #d9b84a;
}

/*reworked*/
.reworked-side {
    background-color: #93a6b1;
}

.reworked-background {
    background-color: #fff;
    border-color: #8a9ca7;
}

.reworked-text {
    color: #8a9ca7;
}
.rework-badge {
    width: 4rem;
    height: 4rem;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
    display: block;
}
    .rework-badge > div {
        line-height: 4rem;
        font-size:3rem;
    }
    /*.progBG.reworked-background{
    width:100% !important;
}*/
    /*nc*/
    .nc-side {
        background-color: #ae0000;
    }

.nc-background {
    background-color: #cb5c5c3b;
}

.nc .btn.nc-background {
    background-color: #cb5c5c;
}

.nc-text {
    color: #5a1515;
}
.WOListItem.reworked {
    background-color: rgb(219, 221, 221) !important;
}
/**/
/*#endregion*/
/*#region OperationLogsContainer*/
.OperationLogsContainer {
    margin-bottom: 30px;
}
 .WOListContainer > .JobContainer .OperationLogsContainer {
    margin-top: 10px;
}
.OperationLogsContainer .table tr {
    border-top: 1px solid #343232;
}
    .OperationLogsContainer .table td {
        vertical-align: middle;
        max-width: 100%;
        white-space: nowrap;
    }
    .OperationLogsContainer .btn .row {
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .OperationLogsContainer .table td:last-of-type
    {
        width:100%;
    }
    /*#endregion*/
    /*#region Action Buttons*/

.ActionPop {
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
    -moz-box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
    box-shadow: 1px 2px 5px 1px rgba(184,184,184,1);
    padding: 15px;
    width: 300px;
    right: -15px;
    top: 100%;
    margin-top: 50px;
    display: none;
    z-index: 99;
}
    .ActionPop.show{
        display:block;
    }
    .action-large .ActionPop {
        right: -30px;
    }
.ActionPopInner {
    position: relative;
}
.ActionPopArrow {
    position: absolute;
    top: -50px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 50px;
    border-color: transparent transparent #ffffff transparent;
}

.action-btn {
    border-radius: 50%;
    color: #fff;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;

    cursor: pointer;
    display: inline-block;
    font-size: 1.8rem;
}

    .action-btn.action-large {
        width: 5rem;
        height: 5rem;
        line-height: 5rem;
        font-size: 1.5rem;
    }
    .action-btn .icon-check{
        font-size:1.3rem;
    }
    .btn-nc {
        background-color: #ae0000;
    }
    .btn-nc:hover {
        background-color: rgba(174, 0, 0, 0.80);
    }
.btn-rework {
    background-color: #d9b84a;
}
    .btn-rework:hover {
        background-color: rgba(217, 184, 74, 0.80);
    }
.btn-start {
    background-color: #1c2d3a;
}
.btn-start:hover {
    background-color: rgba(28, 45, 58, 0.80);
}
.btn-pause {
    background-color: #93a6b1;
    color: #1c2d3a;
}
.btn-pause:hover {
    background-color: rgba(147, 166, 177, 0.8);
}
.btn-complete {
    color: #fff;
    background-color: #7db988;
    /*color: #7db988;
    background-color: #cbfcd4;*/
}
/*#endregion*/
/*#region media queries*/
@media (max-width: 991.98px) {
    .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;
    }
}

@media (max-width: 575px) {
    html {
        font-size: 12px;
    }

    .row {
        margin-right: -7px;
        margin-left: -7px;
    }

    .col {
        padding-right: 7px;
        padding-left: 7px;
    }

}
@media only screen and (min-width: 768px) {

}


@media (min-width: 1200px) {
    app {
        flex-direction: row;
    }

    .navbar-brand img {
        width: 100%;
        height: auto;
    }

    .navbar-brand {
        margin-right: 1rem;
    }

    .top-row .user {
        display: none;
    }

    .sidebar {
        background-color: #343232;
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

        .sidebar .top-row {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .sidebar .nav-item a {
            color: #fff;
        }

    .user__email {
        color: rgba(255,255,255,.5);
    }

    .user__info {
        color: #fff;
        background-color: rgba(255,255,255,.06);
    }

    .sidebar .nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

    .main .top-row {
        position: sticky;
        top: 0;
        height: 3.5rem;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/*#endregion*/
