/*

* Override Pages default styles or create your own styles here

*/
.jumbotron h1.large-demo-text { font-size: 150px; }

.icon-text-search {
    font-size: 42px;
    width: 150%;
}


@media only screen and (max-width: 640px) {
    .table .priority-2 { display: none; }
}

@media only screen and (max-width: 800px) {
    .table .priority-3 { display: none; }
}

@media only screen and (max-width: 1024px) {
    .table .priority-4 { display: none; }
}

@media only screen and (max-width: 1280px) {
    .table .priority-5 { display: none; }
}

body.fixed-header .header {
    z-index: 10;
}
.blazored-modal-container {
    overflow-y: scroll;
}

.page-sidebar {
    background: #2b303b;
}
    .page-sidebar .sidebar-header {
        background: rgb(0 150 240);
    }
body {
    background-color: #f4f6fa;
}

.page-sidebar a, .page-sidebar button, .page-sidebar a, .page-sidebar button {
    color: #9ea6b9 !important;
}
.icon-thumbnail {
    color: #9ea6b9 !important;
}

.page-sidebar .sidebar-menu .menu-items li:hover > a, .page-sidebar .sidebar-menu .menu-items li.open > a, .page-sidebar .sidebar-menu .menu-items li.active > a {
    color: white !important;
}


.page-sidebar a.active {
    color: white !important;
}
.card .card-header .card-title {
    font-weight: 600;
    font-size: 13px;
}
