html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.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;
}

.content {
    padding-top: 1.1rem;
}

.table.table {
    font-size: 15px;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.width-100-percetage {
    width: 100%;
}

#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;
    }

.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."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

body {
    background: aliceblue;
}

#maincontent {
    padding: 0 !important;
}

a {
    font-size: 15px;
}

li {
    font-size: 15px;
}

p {
    font-size: 15px;
    margin: 0px;
}

strong {
    font-size: 15px;
}

checkbox:focus {
    outline: none !important;
}

.tooltip-icon {
    position: relative;
}

    .tooltip-icon .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: #dddddd;
        color: black;
        border-radius: 6px;
        padding: 5px;
        font-size: 15px;
        font-style: normal;
        position: absolute;
        top: -20px;
        left: 30px;
        z-index: 1;
    }

.tooltip-icon:hover .tooltiptext {
    visibility: visible;
}

.user-edit-form, .company-edit-form, .routes-overview, .customer-overview {
    height: 100%;
    border: 1px solid #dddddd;
}

    .user-edit-form form {
        height: 100%;
    }

    label, .tab-content .col-form-label {
        font-size: 15px;
    }

select, .tab-content .form-select {
    font-size: 15px;
}

.h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
    color: #009CDC;
}

button, button.btn-primary {
    font-size: 15px;
}

.error-text-color {
    color: red;
}

.btn-primary:disabled, .btn-primary.disabled {
    background-color: #009CDC;
    border-color: #009CDC;
}

input, .tab-content .form-control {
    font-size: 15px;
}

input {
    padding: 5px;
    border-radius: 0.25rem;
}

    input:focus {
        outline: none !important;
    }

    input[type='checkbox'] {
        cursor: pointer;
    }

    .btn-primary {
        background-color: #009CDC;
        border-color: #009CDC;
    }

    .btn-primary:hover {
        background-color: #0078A9;
        border-color: #0078A9;
    }

.nav-tabs.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-item {
    background-color: #009CDC;
    color: white;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-right: 1px;
}

    .nav-tabs .nav-item .active, .nav-tabs .nav-item:hover {
        background-color: #0078A9;
        color: white;
        outline: none;
    }

.nav-tabs .nav-link {
    color: white;
}

.top-bar {
    height: 90px;
    padding: 10px;
    background: #009CDC;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left {
    flex-grow: 1;
    text-align: left;
}

.top-bar-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}

    .top-bar-right .top-bar-link {
        text-decoration: none;
    }

        .top-bar-right .top-bar-link:hover {
            text-decoration: underline;
            cursor: pointer;
        }

.top-bar-right-content {
    display: flex;
    align-items: center;
}

.top-bar-right-content-item {
    margin: 0 10px 0 0;
}

.top-bar-input {
    border: none;
}

.home-content-left {
    padding: 20px 0 0 20px;
}

.home-content-right {
    padding: 20px 20px 0 20px !important;
}

    .home-content-right .tab-content {
    }

        .home-content-right .tab-content .tab-pane {
            border: 0;
            padding: 0 10px;
        }

.home-content-left .nav-tabs {
    border-bottom: none;
}

.tab-pane {
    padding-top: 10px;
    height: 100%;
    border: 1px solid #dddddd;
    overflow-x: hidden;
}

.tab-content {
    height: 100%;
    overflow: hidden;
}

.list-group {
    border-radius: 0px;
}

.list-group-item {
    border: none;
    background: aliceblue;
}

.list-group .list-group-item-user {
    margin: 5px 0 0 35px;
    background-color: #FAFBFD;
    border: 1px #bdc7cb solid;
    border-radius: 4px;
    padding: 4px;
}

.companies-actions {
    padding: 0px 10px 10px 10px;
    border-bottom: 1px solid #dddddd;
}

    .companies-actions button {
        margin-right: 5px;
    }

.companies-actions input {
    height: 36.5px;
}

.list-group-item-item-text:hover, .list-group-item-user:hover, .list-group-item-no-children:hover, .search-wrapper li:hover, .df-mobile-list li:hover, .df-mobile-list label:hover, .df-mobile-list input:hover, .company-wbs-routes-list li:hover, .company-wbs-routes-list label:hover {
    cursor: pointer;
}

.rotate {
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.rotate-down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-up {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.list-group-item span.list-group-item-no-children {
    margin-left: 20px;
}

.treeview {
    height: 100%;
}

.list-group-item span {
    background-color: white;
    border: 1px #bdc7cb solid;
    border-radius: 5px;
    padding: 7px;
    width: 100%;
    margin-left: 5px;
}

    .list-group-item span:hover, .list-group-item span.selected, .list-group-item.selected.list-group-item.selected, .list-group-item-user:hover, .list-group-item-user.selected, .search-wrapper li:hover, .df-mobile-list li:hover, .df-mobile-list label:hover, .df-mobile-list input:hover, .company-wbs-routes-list li:hover {
        background: #dddddd;
    }

.row {
    width: 100%;
}

.login-page .login-content {
    margin-top: 70px;
    padding: 20px;
    max-width: 358px;
}

    .login-page .login-content form {
        margin-top: 20px;
    }

.login-input-wrapper {
    padding-bottom: 15px;
}

    .login-input-wrapper .login-label {
        width: 45%;
    }

    .login-input-wrapper .login-input {
        width: 85%;
    }

.login-content .validation-errors-wrapper {
    padding-top: 20px;
}

.login-content .login-btn {
    width: 130px;
    height: 39px;
}

    .login-content .login-btn .spinner-border-sm {
        width: 20px;
        height: 20px;
    }

.login-content .validation-errors-wrapper .validation-message, .save-customer-modal-content .validation-message {
    list-style: none;
}

.login-content .validation-errors-wrapper .validation-errors {
    margin: 0;
    padding: 0;
}

.login-content .validation-errors-wrapper .login-error-message {
    color: red;
}

.spinner {
    color: #009CDC;
}


.home-loading, .spinner-overlay .spinner-overlay-spinner {
    height: 60vh;
}

    .home-loading .home-spinner, .content-right-loading .content-right-spinner, .spinner-overlay .spinner-overlay-spinner, .content-left-loading .content-left-spinner {
        width: 150px;
        height: 150px;
    }

.home-content {
    height: 800px;
}

.tab-pane.fade:not(.show) {
    height: 0;
    padding: 0;
    display: none !important;
}

.tree-view-wrapper {
    overflow-y: scroll;
}

.search-wrapper .search-dropdown {
    width: 300px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.content-right-loading, .content-left-loading {
    height: 100%;
}

.user-overview-bottom {
    padding: 0 8px;
}

    .user-overview-bottom .btn-primary, .company-overview-bottom .btn-primary {
        margin: 0 2.5px;
    }

.company-overview-bottom {
    margin-top: 7px;
}

.company-overview {
    border: 1px solid #dddddd;
}

.changes-not-saved, .changes-saved {
    margin-right: 20px;
}

.modal.show {
    display: block;
}

.modal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: -1;
    background: grey;
}

.modal.show .modal-dialog {
    top: 80px;
}

.adminitration-importer-btn {
    margin: 10px 0;
}

.master-data-tab .form-check-input, .user-webfragt .form-check-input, .user-dfmobile .form-check-input, .company-wbs-drivers input {
    margin-top: 0;
    margin-right: 5px;
}

.master-data-tab {
    padding: 10px 10px 10px 0;
}

.master-data-tab .master-data-input {
    margin-bottom: 5px;
}

.wbs-choose-role, .webfragt-choose-role, .route-plan-choose-role, .fragtbrevrettelser-choose-role, .godsfremlysning-choose-role {
    margin: 20px 0;
}

.margin-0, .pagination.margin-0 {
    margin: 0;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

#dfmobilTab {
    overflow: hidden;
}

.df-mobile-lists {
    height: 550px;
    margin-top: 20px;
}



.df-mobile-list {
    overflow-y: scroll;
    background-color: white;
    border: 1px solid #dddddd;
    height: 100%;
    margin-right: 10px;
}

    .df-mobile-list.df-mobile-list-last {
        margin-right: 0px;
    }

    .df-mobile-list .list-group-item {
        background-color: white;
        padding: 0 5px;
    }

.company-wbs-tab, .routes-overview, .customer-overview {
    padding: 10px;
}
.company-wbs-tab .driver-edit-btn, .company-wbs-tab .driver-delete-btn {
    padding: 2px;
}

.company-wbs-tab .driver-edit-btn {
    margin-right: 5px;
}

.user-edit-form {
    padding: 10px 0;
}

.user-edit-form .save-user-spinner-btn {
    width: 131px;
    height: 36.5px;
}

.user-edit-form .save-user-spinner-btn .spinner-border-sm {
    width: 20px;
    height: 20px;
}

.user-edit-form .delete-user-spinner-btn {
    width: 51.5px;
    height: 36.5px;
}

    .user-edit-form .delete-user-spinner-btn .spinner-border-sm {
        width: 20px;
        height: 20px;
    }

.spinner-overlay {
    opacity: 0.7;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    position: fixed;
}


.save-template-radio-btn {
    margin-right: 5px;
}

    .save-template-radio-btn.valid.modified:not([type=checkbox]) {
        outline: none;
    }

    .save-template-content {
        margin-top: 20px;
    }

.save-template-error-message {
    margin-top: 20px;
}

.company-drivers-table {
    margin-bottom: 10px;
}

.company-drivers-table .driver {
    cursor: pointer;
}

.driver-is-online-circle {
    width: 20px;
    height: 20px;
    margin-left: 35px;
}

.company-wbs-customers, .company-wbs-routes {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 5px;
}

.company-wbs-routes {
    height: 300px;
}

.company-wbs-routes-inner-content {
    width: 34%;
}

.company-wbs-routes-list {
    overflow-y: scroll;
    background-color: white;
    border: 1px solid #dddddd;
    height: 180px;
    margin-right: 10px;
}

.company-wbs-satelites-list {
    margin-right: 0;
}

.company-wbs-routes-list .list-group-item {
    background: white;
}

    .company-wbs-routes-list .list-group-item {
        padding: 0 5px;
    }

.company-wbs-routes-list input {
    margin: 0 5px 0 0;
}

.company-wbs-routes-list label {
    padding: 2px 0;
}

.company-wbs-routes-inner-content-top {
    height: 45px;
    margin-top: 15px;
}

    .company-wbs-routes-inner-content-top h6{
        margin: 0;
        
    }

.company-wbs-routes-inner-content-top label {
    padding: 0;
    margin-right: 11px;
}

.company-wbs-routes-btns {
    margin: 7px 9px 0 0px;
}

.company-wbs-routes-btns button {
    margin-left: 5px;
}

.company-wbs-routes-inner-content-top input {
    margin: 0 5px 0 0;
}

.um-scrolldown-table, .um-scrolldown-table {
    width: 100%;
}

    .um-scrolldown-table tbody,
    .um-scrolldown-table thead {
        display: block;
    }

    .um-scrolldown-table tr {
        width: 100%;
        display: block;
    }

    .um-scrolldown-table thead th, .um-scrolldown-table tbody td{
        padding: 7px;
        font-size: 14px;
    }

        .um-scrolldown-table thead th {
            cursor: pointer;
        }

        .um-scrolldown-table thead {
            color: white;
        }
    .um-scrolldown-table thead {
        background-color: #009CDC;
        border-radius: 3px 3px 0 0;
    }
        .um-scrolldown-table tbody {
            min-height: 60px;
            max-height: 150px;
            overflow-y: auto;
            overflow-x: hidden;
            background-color: white;
            border: 1px solid #dddddd;
            border-radius: 0 0 3px 3px;
        }

            .um-scrolldown-table tbody tr{
                border-bottom: 1px solid #dddddd;
            }
                .um-scrolldown-table tbody tr:last-child {
                    border-bottom: none;
                }

    .um-scrolldown-table tbody td {
        vertical-align: top;
    }

.table-scroll {
    position: relative;
    width: 100%;
    max-width: 900px;
    max-width: 1200px;
    overflow: auto;
    max-height: 200px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .table-scroll table {
        width: 100%;
        min-width: 2300px;
        border-collapse: separate;
        border-spacing: 0;
    }

.table-wrap {
    position: relative;
}

.table-scroll th,
.table-scroll td {
    background: #fff;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    padding: 7px;
}

.table-scroll thead th {
    background: #009CDC;
    color: white;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    cursor: pointer;
}

.table-scroll tbody tr:last-child td {
    border-bottom: none;
}

.company-wbs-drivers-table {
    margin-top: 10px;
}


table tbody tr:hover, table tbody tr:hover td {
    cursor: pointer;
    background-color: #ddd;
}

table tbody tr.selected, tbody tr.selected td {
    background-color: #ddd;
}

.company-active-checkbox-text {
    min-width: 100px; 
}

.table-sort-icon {
    margin-left: 5px;
}

.routes-tree {
    padding: 0 10px
}

    .routes-tree .um-scrolldown-table tbody {
        max-height: 639px
    }


    .routes-tree .buttons-wrapper, .customers-table .buttons-wrapper {
        margin-top: 9px;
    }

.routes-overview .um-scrolldown-table tbody {
    max-height: 100%;
}

.customers-table {
    padding: 0 10px 10px 10px;
}
.customers-table .um-scrolldown-table tbody {
    max-height: 552px
}

.pagination {
    margin-top: 10px;
}

.pagination button {
    width: 30px;
    height: 25px;
    border: none;
    background-color: aliceblue;
}

    .pagination .bi-chevron-right, .pagination .bi-chevron-left {
        font-size: 13px;
    }

    .pagination .bi-chevron-bar-right, .pagination .bi-chevron-bar-left {
        font-size: 17px;
    }

    .pagination i {
        font-size: 15px;
    }

.pagination input {
    width: 60px;
    height: 30px;
    
}

    .pagination input, .pagination p {
        font-size: 15px;
    }

    .pagination -bi-minus {
        font-size: 20px;
    }

.customer-user-administration-table .um-scrolldown-table tbody {
    min-height: 217px;
    max-height: 217px;
}
.home-content-right .tab-content .tab-pane.customer-user-administration-tab {
    padding: 0;
    border: none;
}

.customer-user-administration-table .um-scrolldown-table tbody tr {
    min-height: 35px;
}

.customer-user-edit .tooltip-icon {
    margin-left: 5px;
}

.customer-user-edit .validation-errors, .route-edit .validation-errors {
    margin-top: 10px;
    list-style-type: none;
    padding: 0;
}

.default-cursor {
    cursor: default;
}

.default-cursor td{
    cursor: default !important;
}

.search-users-list .um-scrolldown-table tbody {
    min-height: 73px;
    max-height: 400px;
}


@media only screen and (max-width: 1550px) {
    .table-scroll {
       max-width: 875px;
    }

    .home-content {
        height: 630px;
    }

    .df-mobile-lists {
        height: 415px;
    }

    .home-content-right {
        height: 630px;
        max-height: 630px;
    }

    .user-edit-form {
        overflow: hidden;
    }

    .master-data-tab .master-data-label {
        width: 13.33%;
    }

    .routes-tree .um-scrolldown-table tbody {
        max-height: 470px;
    }
}