@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/PortalPoc.Web/Components/AdminListTile.razor.rz.scp.css */
.tile-page[b-t6gib3rwa6] {
    margin: 0rem 0rem 2rem 0rem;
    width: 30%;
    padding-left: 0rem;
    padding-right: 0rem;
    margin: 1rem;
    float: left;
}

    .tile-page .border[b-t6gib3rwa6] {
        padding: 0.7rem 0.7rem 0.7rem 0.7rem;
        background-color: transparent;
        border: 2px solid #1E22AA;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        color: #1E22AA;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .tile-page .border .details[b-t6gib3rwa6] {
            display: flex;
            justify-content: space-between;
            width: 100%;
            padding: 0rem 1rem 0rem 0rem;
        }

            .tile-page .border .details .photo[b-t6gib3rwa6] {
                height: 130px;
            }

                .tile-page .border .details .photo .icon[b-t6gib3rwa6] {
                    height: 100px;
                    width: 100px;
                    margin: 0 auto;
                }

                .tile-page .border .details .photo .image[b-t6gib3rwa6] {
                    height: 100px;
                    width: 100px;
                    border-radius: 50px;
                    border: 1px transparent;
                }

            .tile-page .border .details .admin-details[b-t6gib3rwa6] {
                padding-left: 1.5rem;
            }

                .tile-page .border .details .admin-details .name[b-t6gib3rwa6] {
                    font-size: 1.3rem;
                    float: left;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    width: 120%;
                }

                .tile-page .border .details .admin-details .admin[b-t6gib3rwa6] {
                    font-size: 0.9rem;
                    float: left;
                    font-weight: 500;
                }

        .tile-page .border .columns[b-t6gib3rwa6] {
            display: flex;
            align-items: center;
            vertical-align: middle;
            flex-direction: column
        }

        .tile-page .border .columns-one[b-t6gib3rwa6] {
            font-size: 0.9rem;
            font-weight: 500;
        }

        .tile-page .border .columns-two[b-t6gib3rwa6] {
            font-size: 1.6rem;
            color: #1E22AA;
        }

        .tile-page .border .columns-three[b-t6gib3rwa6] {
            font-size: 1.3rem;
            color: #1E22AA;
        }

        .tile-page .border .bottom-container[b-t6gib3rwa6] {
            width: 100%;
        }

            .tile-page .border .bottom-container .bottom[b-t6gib3rwa6] {
                display: flex;
                align-items: center;
                vertical-align: middle;
                flex-direction: column;
                float: right;
            }
                .tile-page .border .bottom-container .bottom .button[b-t6gib3rwa6] {
                    z-index: 999;
                    text-align: center;
                    border: none;
                    background-color: transparent;
                    color: transparent;
                }

                .tile-page .border .bottom-container .bottom .archive[b-t6gib3rwa6] {
                    font-size: 0.8rem;
                    font-weight: 500;
                }

.icon[b-t6gib3rwa6] {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.loaded-image[b-t6gib3rwa6] {
    z-index: 999;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.default-loaded-image[b-t6gib3rwa6] {
    border-radius: 50px;
    border: 1px transparent;
}
/* _content/PortalPoc.Web/Components/DateRangeSelector.razor.rz.scp.css */

.calendar[b-qtbsl1ck3i] {
    display: inline-grid;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    border: solid 1px rgba(33,33,33,0.5);
    border-color: #1E22AA;
    border-radius: 10px 10px 10px 10px;
    z-index: 99;
    margin-left: 0.3rem;
}

    .calendar .month[b-qtbsl1ck3i] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 300;
    }

        .calendar .month .year[b-qtbsl1ck3i] {
            font-weight: 600;
            margin-left: 10px;
        }

        .calendar .month .nav[b-qtbsl1ck3i] {
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            color: #0a3d62;
            width: 40px;
            height: 40px;
            border-radius: 40px;
            transition-duration: 0.2s;
            position: relative;
        }

            .calendar .month .nav:hover[b-qtbsl1ck3i] {
                background: #eee;
            }

    .calendar .days[b-qtbsl1ck3i] {
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-columns: repeat(7, 1fr);
        color: #1E22AA;
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 1.3rem;
    }

        .calendar .days span[b-qtbsl1ck3i] {
            width: 50px;
            justify-self: center;
            align-self: center;
            text-align: center;
        }

    .calendar .dates[b-qtbsl1ck3i] {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }

        .calendar .dates button[b-qtbsl1ck3i] {
            cursor: pointer;
            outline: 0;
            border: 0;
            background: transparent;
            color: #1E22AA;
            font-size: 1.2rem;
            justify-self: center;
            align-self: center;
            width: 50px;
            height: 50px;
            border-radius: 50px;
            margin: 2px;
            transition-duration: 0.2s;
        }

            /*.calendar .dates button.today {
                box-shadow: inset 0px 0px 0px 2px #0a3d62;
            }*/

            .calendar .dates button:first-child[b-qtbsl1ck3i] {
                grid-column: 6;
            }

.calendar-button-day[b-qtbsl1ck3i] {
    box-shadow: inset 0px 0px 0px 1px #1E22AA;
    color: #1E22AA !important;
    font-weight: 700 !important;
    background: transparent !important;
}

.calendar-button-selected-day[b-qtbsl1ck3i] {
    background: #1E22AA !important;
    color: #fff !important;
    font-weight: 600 !important;
}
/* _content/PortalPoc.Web/Components/DateSelectorModal.razor.rz.scp.css */

.calendar[b-hr7hks6rch] {
    display: inline-grid;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    border: solid 1px rgba(33,33,33,0.5);
    border-color: #1E22AA;
    border-radius: 10px 10px 10px 10px;
    z-index: 99;
}

    .calendar .month[b-hr7hks6rch] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 300;
    }

        .calendar .month .year[b-hr7hks6rch] {
            font-weight: 600;
            margin-left: 10px;
        }

        .calendar .month .nav[b-hr7hks6rch] {
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            color: #0a3d62;
            width: 40px;
            height: 40px;
            border-radius: 40px;
            transition-duration: 0.2s;
            position: relative;
        }

            .calendar .month .nav:hover[b-hr7hks6rch] {
                background: #eee;
            }

    .calendar .days[b-hr7hks6rch] {
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-columns: repeat(7, 1fr);
        color: #1E22AA;
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 1.3rem;
    }

        .calendar .days span[b-hr7hks6rch] {
            width: 50px;
            justify-self: center;
            align-self: center;
            text-align: center;
        }

    .calendar .dates[b-hr7hks6rch] {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }

        .calendar .dates button[b-hr7hks6rch] {
            cursor: pointer;
            outline: 0;
            border: 0;
            background: transparent;
            color: #1E22AA;
            font-size: 1.2rem;
            justify-self: center;
            align-self: center;
            width: 50px;
            height: 50px;
            border-radius: 50px;
            margin: 2px;
            transition-duration: 0.2s;
        }

            /*.calendar .dates button.today {
                box-shadow: inset 0px 0px 0px 2px #0a3d62;
            }*/

            .calendar .dates button:first-child[b-hr7hks6rch] {
                grid-column: 6;
            }

.calendar-button-day[b-hr7hks6rch] {
    color: #1E22AA !important;
    font-weight: 700 !important;
    background: transparent !important;
}

.calendar-button-selected-day[b-hr7hks6rch] {
    background: #1E22AA !important;
    color: #fff !important;
    font-weight: 600 !important;
}
/* _content/PortalPoc.Web/Components/FeedbackModal.razor.rz.scp.css */
.add-file-icon[b-bn9j8dgyri] {
    background: url('icons/add_file_icon.png') no-repeat center center;
    background-size: contain;
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 0.6rem;
    margin-left: 1rem;
    display: block;
    box-sizing: border-box;
    position: relative;
    font-size: 1.2rem;
    vertical-align: text-top;
    width: 2rem;
    height: 2rem;
    top: -2px;
    pointer-events:none;
}

.close-button[b-bn9j8dgyri] {
    display: flex;
    justify-content: flex-end;
}
    .close-button .close-button-inner[b-bn9j8dgyri] {
        cursor: pointer;
        color: white;
        background-color: #1E22AA;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 1.5rem;
        display: flex;
        justify-content: center;
        text-align: center;
    }

.feedback-title[b-bn9j8dgyri] {
    display: inline-block;
    text-align: center;
    color: #1E22AA;
    font-weight: 500;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem
}

.feedback-info[b-bn9j8dgyri] {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.field-group[b-bn9j8dgyri] {
    height: 3.65rem;
}

.feedback-name[b-bn9j8dgyri] {
    text-align: start;
    color: #1E22AA;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1rem;
}

.feedback-label[b-bn9j8dgyri] {
    text-align: start;
    color: #1E22AA;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1rem;
}
.feedback-value[b-bn9j8dgyri] {
    text-align: start;
    flex: 0 0 auto;
    width: 70%;
}
    .feedback-value .text-area[b-bn9j8dgyri] {
        padding-left: 1rem;
        padding-right: 1rem;
        resize: none;
        width: 100%;
        border-radius: 10px;
        border: solid 1px;
        border-color: #1E22AA;
        font-size: 1rem;
        outline: none;
        overflow-y: auto;
    }
    .feedback-value .select[b-bn9j8dgyri] {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
        border-radius: 10px;
        border: solid 1px;
        border-color: #1E22AA;
        font-size: 1rem;
        outline: none;
    }
.file-container[b-bn9j8dgyri] {
    text-align: start;
    flex: 0 0 auto
}
    .file-container .inner[b-bn9j8dgyri] {
        width: 28rem;
        border-radius: 0.5rem;
        border: 1px solid #1E22AA;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        height: 5rem;
    }

    .file-container .overlay-content[b-bn9j8dgyri] {
        width: 28rem;
        height: 5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
.loaded-file[b-bn9j8dgyri] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #1E22AA;
    color: #fff;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    border-radius: 0.5rem;
    margin-top: 0.3rem;
}
    .loaded-file .remove-button[b-bn9j8dgyri] {
        cursor: pointer;
    }

.submit-button-area[b-bn9j8dgyri] {
    padding-top: 0.5rem !important;
}
    .submit-button-area .button[b-bn9j8dgyri] {
        text-align: center;
        width: 13rem;
        margin-top: 1rem;
        color: #1E22AA;
        text-align: center;
        border-radius: 10px;
        border: solid 0.1rem;
        border-color: #1E22AA;
        font-size: 1.4rem;
    }
/* _content/PortalPoc.Web/Components/GameResultsSettingsModal.razor.rz.scp.css */

.close-button[b-zkpma2d32m] {
    display: flex;
    justify-content: flex-end;
}
    .close-button .close-button-inner[b-zkpma2d32m] {
        cursor: pointer;
        color: white;
        background-color: #1E22AA;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 1.5rem;
        display: flex;
        justify-content: center;
        text-align: center;
    }

.result-settings-title[b-zkpma2d32m] {
    display: inline-block;
    text-align: center;
    color: #1E22AA;
    font-weight: 500;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    width:800px;
}

.field-group[b-zkpma2d32m] {
    height: 3.65rem;
}
.list-page[b-zkpma2d32m] {
}

table[b-zkpma2d32m] {
}

th[b-zkpma2d32m] {
    border: 0.1em solid #1E22AA;
    /*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-zkpma2d32m] {
    border-collapse: separate;
    border-spacing: 0 .6rem;
    /*width:100%; */
    display: block;
    empty-cells: show;
    /* Decoration */
    /*border-spacing: 0;*/
    /*border: 1px solid;*/
}

    .table-scroll thead[b-zkpma2d32m] {
        /*background-color: #f1f1f1;*/
        position: relative;
        display: block;
        /*width: 100%;*/
        overflow-y: scroll;
        /*overflow:hidden;*/
        /*height: 3rem;*/
        /*margin-right: 5px;*/
    }

    .table-scroll tbody[b-zkpma2d32m] {
        /* Position */
        display: block;
        position: relative;
        width: 100%;
        overflow-y: scroll;
        /* Decoration */
        /*border-top: 1px solid rgba(0,0,0,0.2);*/
    }

    .table-scroll tr[b-zkpma2d32m] {
        width: 100%;
        display: flex;
    }

    .table-scroll td[b-zkpma2d32m], .table-scroll th[b-zkpma2d32m] {
        /*flex-basis: 100%;*/
        flex-grow: 2;
        display: block;
        /*padding: 1rem;*/
        text-align: left;
    }

    /* Other options */

    .table-scroll.small-first-col td:first-child[b-zkpma2d32m],
    .table-scroll.small-first-col th:first-child[b-zkpma2d32m] {
        flex-basis: 20%;
        flex-grow: 1;
    }

thead[b-zkpma2d32m], tbody tr[b-zkpma2d32m] {
    display: table;
    width: 100%;
    /*table-layout: fixed;*/ /* even columns width , fix width of table too*/
}


.body-quarter-of-screen[b-zkpma2d32m] {
    max-height: 30vh;
}


/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/

.order-item[b-zkpma2d32m] {
    width: 12%;
}
.order-item-inner[b-zkpma2d32m] {
    text-align: center;
    vertical-align: middle;
}

.right-border[b-zkpma2d32m] {
    border-right: 1px solid grey;
}
/* _content/PortalPoc.Web/Components/HcpListTile.razor.rz.scp.css */
.tile-page[b-jx6fmm33iz] {
    margin: 0rem 0rem 2rem 0rem;
    width: 30%;
    padding-left: 0rem;
    padding-right: 0rem;
    margin: 1rem;
    float: left;
}

    .tile-page .border[b-jx6fmm33iz] {
        padding: 0.7rem 0.7rem 0.7rem 0.7rem;
        background-color: transparent;
        border: 2px solid #1E22AA;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        color: #1E22AA;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .tile-page .border .details[b-jx6fmm33iz] {
            display: flex;
            justify-content: space-between;
            width: 100%;
            padding: 0rem 1rem 0rem 0rem;
        }

            .tile-page .border .details .photo[b-jx6fmm33iz] {
                height: 130px;
            }

                .tile-page .border .details .photo .icon[b-jx6fmm33iz] {
                    height: 100px;
                    width: 100px;
                    margin: 0 auto;
                }

                .tile-page .border .details .photo .image[b-jx6fmm33iz] {
                    height: 100px;
                    width: 100px;
                    border-radius: 50px;
                    border: 1px transparent;
                }

            .tile-page .border .details .admin-details[b-jx6fmm33iz] {
                padding-left: 1.5rem;
            }

                .tile-page .border .details .admin-details .name[b-jx6fmm33iz] {
                    font-size: 1.3rem;
                    float: left;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: clip;
                    width: 120%;
                }

                .tile-page .border .details .admin-details .admin[b-jx6fmm33iz] {
                    font-size: 0.9rem;
                    float: left;
                    font-weight: 500;
                }

        .tile-page .border .columns[b-jx6fmm33iz] {
            display: flex;
            align-items: center;
            vertical-align: middle;
            flex-direction: column
        }

        .tile-page .border .columns-one[b-jx6fmm33iz] {
            font-size: 0.9rem;
            font-weight: 500;
        }

        .tile-page .border .columns-two[b-jx6fmm33iz] {
            font-size: 1.6rem;
            color: #1E22AA;
        }

        .tile-page .border .columns-three[b-jx6fmm33iz] {
            font-size: 1.3rem;
            color: #1E22AA;
        }

        .tile-page .border .bottom-container[b-jx6fmm33iz] {
            width: 100%;
        }

            .tile-page .border .bottom-container .bottom[b-jx6fmm33iz] {
                display: flex;
                align-items: center;
                vertical-align: middle;
                flex-direction: column;
                float: right;
            }
                .tile-page .border .bottom-container .bottom .button[b-jx6fmm33iz] {
                    z-index: 999;
                    text-align: center;
                    border: none;
                    background-color: transparent;
                    color: transparent;
                }

                .tile-page .border .bottom-container .bottom .archive[b-jx6fmm33iz] {
                    font-size: 0.8rem;
                    font-weight: 500;
                }

.icon[b-jx6fmm33iz] {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.loaded-image[b-jx6fmm33iz] {
    z-index: 999;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.default-loaded-image[b-jx6fmm33iz] {
    border-radius: 50px;
    border: 1px transparent;
}
/* _content/PortalPoc.Web/Components/HoverableDropdown.razor.rz.scp.css */
/* Dropdown Button */
.dropbtn[b-yk2guy4g0z] {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.hoverable-dropdown[b-yk2guy4g0z] {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.hoverable-dropdown-content[b-yk2guy4g0z] {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 0.1rem;
    z-index: 1;
}

    /* Links inside the dropdown */
    .hoverable-dropdown-content a[b-yk2guy4g0z] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .hoverable-dropdown-content a:hover[b-yk2guy4g0z] {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.hoverable-dropdown:hover .hoverable-dropdown-content[b-yk2guy4g0z] {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.hoverable-dropdown:hover .dropbtn[b-yk2guy4g0z] {
    background-color: #3e8e41;
}

/* _content/PortalPoc.Web/Components/ImageMarkerReferenceModal.razor.rz.scp.css */
.list-page[b-ues9uplffe] {
	
}

table[b-ues9uplffe] {
}

th[b-ues9uplffe] {
	border: 0.1em solid #1E22AA;
/*	padding: 0.4rem 1rem 0.4rem 1rem;*/
}

.table-scroll[b-ues9uplffe] {
	border-collapse: separate;
	border-spacing: 0 .6rem;
	/*width:100%; */
	display: block;
	empty-cells: show;
	/* Decoration */
	/*border-spacing: 0;*/
	/*border: 1px solid;*/
}

	.table-scroll thead[b-ues9uplffe] {
		/*background-color: #f1f1f1;*/
		position: relative;
		display: block;
		/*width: 100%;*/
		overflow-y: scroll;
		/*overflow:hidden;*/
		height: 3rem;
		/*margin-right: 5px;*/
	}

	.table-scroll tbody[b-ues9uplffe] {
		/* Position */
		display: block;
		position: relative;
		width: 100%;
		overflow-y: scroll;
		/* Decoration */
		/*border-top: 1px solid rgba(0,0,0,0.2);*/
	}

		.table-scroll tbody tr[b-ues9uplffe] {
			margin-bottom: .8rem;
		}

	.table-scroll tr[b-ues9uplffe] {
		width: 100%;
		display: flex;
	}

	.table-scroll td[b-ues9uplffe], .table-scroll th[b-ues9uplffe] {
		flex-basis: 100%;
		flex-grow: 2;
		display: block;
		/*padding: 1rem;*/
		text-align: left;
	}

	/* Other options */

	.table-scroll.small-first-col td:first-child[b-ues9uplffe],
	.table-scroll.small-first-col th:first-child[b-ues9uplffe] {
		flex-basis: 20%;
		flex-grow: 1;
	}

thead[b-ues9uplffe], tbody tr[b-ues9uplffe] {
	display: table;
	width: 100%;
	table-layout: fixed; /* even columns width , fix width of table too*/
}

tbody tr[b-ues9uplffe] {
	padding-right: 20px;
}

.body-quarter-of-screen[b-ues9uplffe] {
	max-height: 40vh;
}

tr th[b-ues9uplffe] {
	border-left: none;
	border-right: none;
	background-color: #1E22AA;
	color: #FFFFFF;
	font-weight: 100;
}

	tr th:first-child[b-ues9uplffe] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr th:last-child[b-ues9uplffe] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;
	}

td[b-ues9uplffe] {
	border: 0.1em solid #1E22AA;
	padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-ues9uplffe] {
	border-left: none;
	border-right: none;
	white-space: nowrap;
	overflow: hidden;
}

	tr td:first-child[b-ues9uplffe] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr td:last-child[b-ues9uplffe] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;
	}




/* _content/PortalPoc.Web/Components/PatientSessionListComponent.razor.rz.scp.css */
.list-page[b-wpgvkwgm51] {
	
}

table[b-wpgvkwgm51] {
}

th[b-wpgvkwgm51] {
	border: 0.1em solid #1E22AA;
	/*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-wpgvkwgm51] {
	border-collapse: separate;
	border-spacing: 0 .6rem;
	/*width:100%; */
	display: block;
	empty-cells: show;
	/* Decoration */
	/*border-spacing: 0;*/
	/*border: 1px solid;*/
}

	.table-scroll thead[b-wpgvkwgm51] {
		/*background-color: #f1f1f1;*/
		position: relative;
		display: block;
		/*width: 100%;*/
		overflow-y: scroll;
		/*overflow:hidden;*/
		/*height: 3rem;*/
		/*margin-right: 5px;*/
	}

	.table-scroll tbody[b-wpgvkwgm51] {
		/* Position */
		display: block;
		position: relative;
		width: 100%;
		overflow-y: scroll;
		/* Decoration */
		/*border-top: 1px solid rgba(0,0,0,0.2);*/
	}

		.table-scroll tbody tr[b-wpgvkwgm51] {
			margin-bottom: .8rem;
		}

	.table-scroll tr[b-wpgvkwgm51] {
		width: 100%;
		display: flex;
	}

	.table-scroll td[b-wpgvkwgm51], .table-scroll th[b-wpgvkwgm51] {
		/*flex-basis: 100%;*/
		flex-grow: 2;
		display: block;
		/*padding: 1rem;*/
		text-align: left;
	}

	/* Other options */

	.table-scroll.small-first-col td:first-child[b-wpgvkwgm51],
	.table-scroll.small-first-col th:first-child[b-wpgvkwgm51] {
		flex-basis: 20%;
		flex-grow: 1;
	}

thead[b-wpgvkwgm51], tbody tr[b-wpgvkwgm51] {
	display: table;
	width: 100%;
	/*table-layout: fixed;*/ /* even columns width , fix width of table too*/
}

tbody tr[b-wpgvkwgm51] {
	padding-right: 20px;
}

.body-quarter-of-screen[b-wpgvkwgm51] {
	max-height: 30vh;
}

tr th[b-wpgvkwgm51] {
	border-left: none;
	border-right: none;
	background-color: #1E22AA;
	color: #FFFFFF;
	font-weight: 100;
}

	tr th:first-child[b-wpgvkwgm51] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr th:last-child[b-wpgvkwgm51] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;
	}

td[b-wpgvkwgm51] {
	border: 0.1em solid #1E22AA;
	padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-wpgvkwgm51] {
	border-left: none;
	border-right: none;
	white-space: nowrap;
	overflow: hidden;
}

	tr td:first-child[b-wpgvkwgm51] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr td:last-child[b-wpgvkwgm51] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;
	}

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/




.go-to-soap-notes[b-wpgvkwgm51] {
	background: url('../icons/notes_icon.png') no-repeat center center;
	background-size: 25px;
	height: 25px;
	width: 25px;
	/*float: right;*/
	border-radius: 12.5px;
}

/* _content/PortalPoc.Web/Components/PatientSessionOverviewComponent.razor.rz.scp.css */
.list-page[b-wsofn5322y] {
	
}

table[b-wsofn5322y] {
}

th[b-wsofn5322y] {
	border: 0.1em solid #1E22AA;
	/*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-wsofn5322y] {
	border-collapse: separate;
	border-spacing: 0 .6rem;
	/*width:100%; */
	display: block;
	empty-cells: show;
	/* Decoration */
	/*border-spacing: 0;*/
	/*border: 1px solid;*/
}

	.table-scroll thead[b-wsofn5322y] {
		/*background-color: #f1f1f1;*/
		position: relative;
		display: block;
		/*width: 100%;*/
		overflow-y: scroll;
		/*overflow:hidden;*/
		/*height: 3rem;*/
		/*margin-right: 5px;*/
	}

	.table-scroll tbody[b-wsofn5322y] {
		/* Position */
		display: block;
		position: relative;
		width: 100%;
		overflow-y: scroll;
		/* Decoration */
		/*border-top: 1px solid rgba(0,0,0,0.2);*/
	}

		.table-scroll tbody tr[b-wsofn5322y] {
			margin-bottom: .8rem;
		}

	.table-scroll tr[b-wsofn5322y] {
		width: 100%;
		display: flex;
	}

	.table-scroll td[b-wsofn5322y], .table-scroll th[b-wsofn5322y] {
		/*flex-basis: 100%;*/
		flex-grow: 2;
		display: block;
		/*padding: 1rem;*/
		text-align: left;
	}

	/* Other options */

	.table-scroll.small-first-col td:first-child[b-wsofn5322y],
	.table-scroll.small-first-col th:first-child[b-wsofn5322y] {
		flex-basis: 20%;
		flex-grow: 1;
	}

thead[b-wsofn5322y], tbody tr[b-wsofn5322y] {
	display: table;
	width: 100%;
	/*table-layout: fixed;*/ /* even columns width , fix width of table too*/
}

tbody tr[b-wsofn5322y] {
	padding-right: 20px;
}

.body-quarter-of-screen[b-wsofn5322y] {
	max-height: 32vh;
}

tr th[b-wsofn5322y] {
	border-left: none;
	border-right: none;
	background-color: #1E22AA;
	color: #FFFFFF;
	font-weight: 100;
}

	tr th:first-child[b-wsofn5322y] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr th:last-child[b-wsofn5322y] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;
	}

td[b-wsofn5322y] {
	border: 0.1em solid #1E22AA;
	padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-wsofn5322y] {
	border-left: none;
	border-right: none;
	white-space: nowrap;
	overflow: hidden;
}

	tr td:first-child[b-wsofn5322y] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr td:last-child[b-wsofn5322y] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;
	}

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/

/* _content/PortalPoc.Web/Components/PhotoSelector.razor.rz.scp.css */
.loaded-image[b-8ukwpwxtz2] {
    z-index: 999;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.default-loaded-image[b-8ukwpwxtz2] {
    border-radius: 50px;
    border: 1px transparent;
}
/* _content/PortalPoc.Web/Components/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-f922c3mos3] {
    position: relative;
    display: inline-block;
    cursor: help;
}

span[b-f922c3mos3] {
    visibility: hidden;
    position: absolute;
    max-width: 12rem;
    bottom: 50%;
    left: 50%;
    margin-left: -120px;
    background-color: #e9ecef;
    color: #fff;
    text-align: center;
    padding: 0.5rem;
    border-radius: 6px;
    z-index: 1;
    font-size: 0.7rem;
    color: #1E22AA;
}

.top-left[b-f922c3mos3] {
    bottom: 95%;
    left: 5%;
}
.programme-percentage[b-f922c3mos3] {
    bottom: 85%;
    left: 70%;
}

.tooltip-wrapper:hover span[b-f922c3mos3] {
    visibility: visible;
}

.width-100[b-f922c3mos3] {
    width:100%;
}

.height-100[b-f922c3mos3] {
    height: 100%;
}

.mid-width[b-f922c3mos3] {
    width: 10rem;
}
/* _content/PortalPoc.Web/Pages/ManageEntities.razor.rz.scp.css */
.manage-list-page[b-tk5bj8lrbf] {
    margin-top: 0rem;
}

table[b-tk5bj8lrbf] {
}

th[b-tk5bj8lrbf] {
    border: 0.1em solid #1E22AA;
    /*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-tk5bj8lrbf] {
    border-collapse: separate;
    border-spacing: 0 .6rem;
    /*width:100%; */
    display: block;
    empty-cells: show;
    /* Decoration */
    /*border-spacing: 0;*/
    /*border: 1px solid;*/
}

    .table-scroll thead[b-tk5bj8lrbf] {
        /*background-color: #f1f1f1;*/
        position: relative;
        display: block;
        /*width: 100%;*/
        overflow-y: scroll;
        /*overflow:hidden;*/
        height: 3rem;
        /*margin-right: 5px;*/
    }

    .table-scroll tbody[b-tk5bj8lrbf] {
        /* Position */
        display: block;
        position: relative;
        width: 100%;
        overflow-y: scroll;
        /* Decoration */
        /*border-top: 1px solid rgba(0,0,0,0.2);*/
    }

        .table-scroll tbody tr[b-tk5bj8lrbf] {
            margin-bottom: .8rem;
        }

    .table-scroll tr[b-tk5bj8lrbf] {
        width: 100%;
        display: flex;
    }

    .table-scroll td[b-tk5bj8lrbf], .table-scroll th[b-tk5bj8lrbf] {
        flex-basis: 100%;
        flex-grow: 2;
        display: block;
        /*padding: 1rem;*/
        text-align: left;
    }

    /* Other options */

    .table-scroll.small-first-col td:first-child[b-tk5bj8lrbf],
    .table-scroll.small-first-col th:first-child[b-tk5bj8lrbf] {
        flex-basis: 20%;
        flex-grow: 1;
    }

thead[b-tk5bj8lrbf], tbody tr[b-tk5bj8lrbf] {
    display: table;
    width: 100%;
    table-layout: fixed; /* even columns width , fix width of table too*/
}

tbody tr[b-tk5bj8lrbf] {
    padding-right: 20px;
}

.body-quarter-of-screen[b-tk5bj8lrbf] {
    max-height: 40vh;
}

tr th[b-tk5bj8lrbf] {
    border-left: none;
    border-right: none;
    background-color: #1E22AA;
    color: #FFFFFF;
    font-weight: 100;
}

    tr th:first-child[b-tk5bj8lrbf] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr th:last-child[b-tk5bj8lrbf] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

td[b-tk5bj8lrbf] {
    border: 0.1em solid #1E22AA;
    padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-tk5bj8lrbf] {
    border-left: none;
    border-right: none;
    white-space: nowrap;
    overflow: hidden;
}

    tr td:first-child[b-tk5bj8lrbf] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr td:last-child[b-tk5bj8lrbf] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/

/* _content/PortalPoc.Web/Pages/ManageEntitiesHcp.razor.rz.scp.css */
.manage-list-page[b-3o7g5go7ld] {
    margin-top: 0rem;
}

table[b-3o7g5go7ld] {
}

th[b-3o7g5go7ld] {
    border: 0.1em solid #1E22AA;
    /*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-3o7g5go7ld] {
    border-collapse: separate;
    border-spacing: 0 .6rem;
    /*width:100%; */
    display: block;
    empty-cells: show;
    /* Decoration */
    /*border-spacing: 0;*/
    /*border: 1px solid;*/
}

    .table-scroll thead[b-3o7g5go7ld] {
        /*background-color: #f1f1f1;*/
        position: relative;
        display: block;
        /*width: 100%;*/
        overflow-y: scroll;
        /*overflow:hidden;*/
        height: 3rem;
        /*margin-right: 5px;*/
    }

    .table-scroll tbody[b-3o7g5go7ld] {
        /* Position */
        display: block;
        position: relative;
        width: 100%;
        overflow-y: scroll;
        /* Decoration */
        /*border-top: 1px solid rgba(0,0,0,0.2);*/
    }

        .table-scroll tbody tr[b-3o7g5go7ld] {
            margin-bottom: .8rem;
        }

    .table-scroll tr[b-3o7g5go7ld] {
        width: 100%;
        display: flex;
    }

    .table-scroll td[b-3o7g5go7ld], .table-scroll th[b-3o7g5go7ld] {
        flex-basis: 100%;
        flex-grow: 2;
        display: block;
        /*padding: 1rem;*/
        text-align: left;
    }

    /* Other options */

    .table-scroll.small-first-col td:first-child[b-3o7g5go7ld],
    .table-scroll.small-first-col th:first-child[b-3o7g5go7ld] {
        flex-basis: 20%;
        flex-grow: 1;
    }

thead[b-3o7g5go7ld], tbody tr[b-3o7g5go7ld] {
    display: table;
    width: 100%;
    table-layout: fixed; /* even columns width , fix width of table too*/
}

tbody tr[b-3o7g5go7ld] {
    padding-right: 20px;
}

.body-quarter-of-screen[b-3o7g5go7ld] {
    max-height: 40vh;
}

tr th[b-3o7g5go7ld] {
    border-left: none;
    border-right: none;
    background-color: #1E22AA;
    color: #FFFFFF;
    font-weight: 100;
}

    tr th:first-child[b-3o7g5go7ld] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr th:last-child[b-3o7g5go7ld] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

td[b-3o7g5go7ld] {
    border: 0.1em solid #1E22AA;
    padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-3o7g5go7ld] {
    border-left: none;
    border-right: none;
    white-space: nowrap;
    overflow: hidden;
}

    tr td:first-child[b-3o7g5go7ld] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr td:last-child[b-3o7g5go7ld] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/

/* _content/PortalPoc.Web/Pages/Manage/Admins/AdminArchive.razor.rz.scp.css */
.admin-list-page[b-4huyexwpel] {
    /*margin-top: 4rem;*/
}

table[b-4huyexwpel] {
}

th[b-4huyexwpel] {
    border: 0.1em solid #1E22AA;
    /*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-4huyexwpel] {
    border-collapse: separate;
    border-spacing: 0 .6rem;
    /*width:100%; */
    display: block;
    empty-cells: show;
    /* Decoration */
    /*border-spacing: 0;*/
    /*border: 1px solid;*/
}

    .table-scroll thead[b-4huyexwpel] {
        /*background-color: #f1f1f1;*/
        position: relative;
        display: block;
        /*width: 100%;*/
        overflow-y: scroll;
        /*overflow:hidden;*/
        height: 3rem;
        /*margin-right: 5px;*/
    }

    .table-scroll tbody[b-4huyexwpel] {
        /* Position */
        display: block;
        position: relative;
        width: 100%;
        overflow-y: scroll;
        /* Decoration */
        /*border-top: 1px solid rgba(0,0,0,0.2);*/
    }

        .table-scroll tbody tr[b-4huyexwpel] {
            margin-bottom: .8rem;
        }

    .table-scroll tr[b-4huyexwpel] {
        width: 100%;
        display: flex;
    }

    .table-scroll td[b-4huyexwpel], .table-scroll th[b-4huyexwpel] {
        flex-basis: 100%;
        flex-grow: 2;
        display: block;
        /*padding: 1rem;*/
        text-align: left;
    }

    /* Other options */

    .table-scroll.small-first-col td:first-child[b-4huyexwpel],
    .table-scroll.small-first-col th:first-child[b-4huyexwpel] {
        flex-basis: 20%;
        flex-grow: 1;
    }

thead[b-4huyexwpel], tbody tr[b-4huyexwpel] {
    display: table;
    width: 100%;
    table-layout: fixed; /* even columns width , fix width of table too*/
}

tbody tr[b-4huyexwpel] {
    padding-right: 20px;
}

.body-quarter-of-screen[b-4huyexwpel] {
    max-height: 50vh;
}

tr th[b-4huyexwpel] {
    border-left: none;
    border-right: none;
    background-color: #1E22AA;
    color: #FFFFFF;
    font-weight: 100;
}

    tr th:first-child[b-4huyexwpel] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr th:last-child[b-4huyexwpel] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

td[b-4huyexwpel] {
    border: 0.1em solid #1E22AA;
    padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-4huyexwpel] {
    border-left: none;
    border-right: none;
    white-space: nowrap;
    overflow: hidden;
}

    tr td:first-child[b-4huyexwpel] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr td:last-child[b-4huyexwpel] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/

/*.dropdown ::deep a.active {
    border: solid 2px;
    border-color: #1E22AA;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px !important;
}*/


.dropdown[b-4huyexwpel] {
    position: relative;
    display: inline-block;
    /*border: none !important;*/
}



.dropdown-content[b-4huyexwpel] {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 16rem;
    margin-top: 3rem;
    border: solid 1px rgba(33,33,33,0.5);
    border-color: #DDE5ED;
    border-radius: 10px 10px 10px 10px;
    margin-left: -1.11rem;
    box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

    z-index: 99;
}

    .dropdown-content a[b-4huyexwpel] {
        color: #1E22AA;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        line-height: 1.5rem !important;
        border: none !important;
    }

/*.dropdown-content a:hover {
            background-color: rgba(221,228,237,0.8);
            border: none;
            border-radius: 0px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}

            .dropdown-content a:hover:last-child {
                background-color: rgba(221,228,237,0.8);
                border: none;
                border-radius: 0px 0px 10px 10px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}*/

/*
.dropdown ::deep a.active {
    border-radius: 0px !important;
}

.dropdown ::deep a {
    border-radius: 0px !important;
}

    .dropdown ::deep a:hover {
        border-radius: 0px !important;
    }*/

.dropdown .active .dropdown-content[b-4huyexwpel] {
    display: block;
}







/* _content/PortalPoc.Web/Pages/Manage/Admins/AdminForm.razor.rz.scp.css */
.strolll-radio-group input[b-pvp2i6h9ti] {
}

.strolll-radio-group label[b-pvp2i6h9ti] {
    cursor: pointer;
    color: #1E22AA;
}

    .strolll-radio-group label[checked="checked"][b-pvp2i6h9ti] {
        color: #FFFFFF;
        background-color: #1E22AA;
    }

.image-container[b-pvp2i6h9ti] {
    height: 100px;
    width: 100px;
}

.loaded-image[b-pvp2i6h9ti] {
    z-index: 999;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* _content/PortalPoc.Web/Pages/Manage/Admins/AdminGetAll.razor.rz.scp.css */
.admin-list-page[b-wj561jyg2s] {
	/*margin-top: 4rem;*/
}

table[b-wj561jyg2s] {
	
}

th[b-wj561jyg2s] {
	border: 0.1em solid #1E22AA;
	/*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-wj561jyg2s] {
	border-collapse: separate;
	border-spacing: 0 .6rem;
	/*width:100%; */
	display: block;
	empty-cells: show;
	/* Decoration */
	/*border-spacing: 0;*/
	/*border: 1px solid;*/
}

	.table-scroll thead[b-wj561jyg2s] {
		/*background-color: #f1f1f1;*/
		position: relative;
		display: block;
		/*width: 100%;*/
		overflow-y: scroll;
		/*overflow:hidden;*/
		height: 3rem;
		/*margin-right: 5px;*/

	}

	.table-scroll tbody[b-wj561jyg2s] {
		/* Position */
		display: block;
		position: relative;
		width: 100%;
		overflow-y: scroll;
		/* Decoration */
		/*border-top: 1px solid rgba(0,0,0,0.2);*/
	}

	.table-scroll tbody tr[b-wj561jyg2s] {
		margin-bottom: .8rem;
	}

		.table-scroll tr[b-wj561jyg2s] {
			width: 100%;
			display: flex;
		}

	.table-scroll td[b-wj561jyg2s], .table-scroll th[b-wj561jyg2s] {
		flex-basis: 100%;
		flex-grow: 2;
		display: block;
		/*padding: 1rem;*/
		text-align: left;
	}

	/* Other options */

	.table-scroll.small-first-col td:first-child[b-wj561jyg2s],
	.table-scroll.small-first-col th:first-child[b-wj561jyg2s] {
		flex-basis: 20%;
		flex-grow: 1;
	}

thead[b-wj561jyg2s], tbody tr[b-wj561jyg2s] {
	display: table;
	width: 100%;
	table-layout: fixed; /* even columns width , fix width of table too*/
}

	tbody tr[b-wj561jyg2s] {
		padding-right:20px;
	}

	.body-quarter-of-screen[b-wj561jyg2s] {
		max-height: 45vh;
	}

tr th[b-wj561jyg2s] {
	border-left: none;
	border-right: none;
	background-color: #1E22AA;
	color: #FFFFFF;
	font-weight:100;
}

	tr th:first-child[b-wj561jyg2s] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr th:last-child[b-wj561jyg2s] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;
	}

td[b-wj561jyg2s] {
	border: 0.1em solid #1E22AA;
	padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-wj561jyg2s] {
	border-left: none;
	border-right: none;
	white-space: nowrap;
	overflow: hidden;
}

	tr td:first-child[b-wj561jyg2s] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr td:last-child[b-wj561jyg2s] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;

	}

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/


/*.dropdown ::deep a.active {
    border: solid 2px;
    border-color: #1E22AA;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px !important;
}*/


.dropdown[b-wj561jyg2s] {
	position: relative;
	display: inline-block;
	/*border: none !important;*/
}



.dropdown-content[b-wj561jyg2s] {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	width: 16rem;
	margin-top: 3rem;
	border: solid 1px rgba(33,33,33,0.5);
	border-color: #DDE5ED;
	border-radius: 10px 10px 10px 10px;
	margin-left: -1.11rem;
	box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

	z-index: 99;
}

	.dropdown-content a[b-wj561jyg2s] {
		color: #1E22AA;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		line-height: 1.5rem !important;
		border: none !important;
	}

/*.dropdown-content a:hover {
            background-color: rgba(221,228,237,0.8);
            border: none;
            border-radius: 0px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}

            .dropdown-content a:hover:last-child {
                background-color: rgba(221,228,237,0.8);
                border: none;
                border-radius: 0px 0px 10px 10px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}*/

/*
.dropdown ::deep a.active {
    border-radius: 0px !important;
}

.dropdown ::deep a {
    border-radius: 0px !important;
}

    .dropdown ::deep a:hover {
        border-radius: 0px !important;
    }*/

.dropdown .active .dropdown-content[b-wj561jyg2s] {
	display: block;
}
/* _content/PortalPoc.Web/Pages/Manage/Devices/DeviceArchive.razor.rz.scp.css */
.device[b-0iahyq02z4] {
    /*margin-top: 4rem;*/
}

table[b-0iahyq02z4] {
}

th[b-0iahyq02z4] {
    border: 0.1em solid #1E22AA;
    /*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-0iahyq02z4] {
    border-collapse: separate;
    border-spacing: 0 .6rem;
    /*width:100%; */
    display: block;
    empty-cells: show;
    /* Decoration */
    /*border-spacing: 0;*/
    /*border: 1px solid;*/
}

    .table-scroll thead[b-0iahyq02z4] {
        /*background-color: #f1f1f1;*/
        position: relative;
        display: block;
        /*width: 100%;*/
        overflow-y: scroll;
        /*overflow:hidden;*/
        height: 3rem;
        /*margin-right: 5px;*/
    }

    .table-scroll tbody[b-0iahyq02z4] {
        /* Position */
        display: block;
        position: relative;
        width: 100%;
        overflow-y: scroll;
        /* Decoration */
        /*border-top: 1px solid rgba(0,0,0,0.2);*/
    }

        .table-scroll tbody tr[b-0iahyq02z4] {
            margin-bottom: .8rem;
        }

    .table-scroll tr[b-0iahyq02z4] {
        width: 100%;
        display: flex;
    }

    .table-scroll td[b-0iahyq02z4], .table-scroll th[b-0iahyq02z4] {
        flex-basis: 100%;
        flex-grow: 2;
        display: block;
        /*padding: 1rem;*/
        text-align: left;
    }

    /* Other options */

    .table-scroll.small-first-col td:first-child[b-0iahyq02z4],
    .table-scroll.small-first-col th:first-child[b-0iahyq02z4] {
        flex-basis: 20%;
        flex-grow: 1;
    }

thead[b-0iahyq02z4], tbody tr[b-0iahyq02z4] {
    display: table;
    width: 100%;
    table-layout: fixed; /* even columns width , fix width of table too*/
}

tbody tr[b-0iahyq02z4] {
    padding-right: 20px;
}

.body-quarter-of-screen[b-0iahyq02z4] {
    max-height: 50vh;
}

tr th[b-0iahyq02z4] {
    border-left: none;
    border-right: none;
    background-color: #1E22AA;
    color: #FFFFFF;
    font-weight: 100;
}

    tr th:first-child[b-0iahyq02z4] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr th:last-child[b-0iahyq02z4] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

td[b-0iahyq02z4] {
    border: 0.1em solid #1E22AA;
    padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-0iahyq02z4] {
    border-left: none;
    border-right: none;
    white-space: nowrap;
    overflow: hidden;
}

    tr td:first-child[b-0iahyq02z4] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr td:last-child[b-0iahyq02z4] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/

/*.dropdown ::deep a.active {
    border: solid 2px;
    border-color: #1E22AA;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px !important;
}*/


.dropdown[b-0iahyq02z4] {
    position: relative;
    display: inline-block;
    /*border: none !important;*/
}



.dropdown-content[b-0iahyq02z4] {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 16rem;
    margin-top: 3rem;
    border: solid 1px rgba(33,33,33,0.5);
    border-color: #DDE5ED;
    border-radius: 10px 10px 10px 10px;
    margin-left: -1.11rem;
    box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

    z-index: 99;
}

    .dropdown-content a[b-0iahyq02z4] {
        color: #1E22AA;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        line-height: 1.5rem !important;
        border: none !important;
    }

/*.dropdown-content a:hover {
            background-color: rgba(221,228,237,0.8);
            border: none;
            border-radius: 0px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}

            .dropdown-content a:hover:last-child {
                background-color: rgba(221,228,237,0.8);
                border: none;
                border-radius: 0px 0px 10px 10px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}*/

/*
.dropdown ::deep a.active {
    border-radius: 0px !important;
}

.dropdown ::deep a {
    border-radius: 0px !important;
}

    .dropdown ::deep a:hover {
        border-radius: 0px !important;
    }*/

.dropdown .active .dropdown-content[b-0iahyq02z4] {
    display: block;
}







/* _content/PortalPoc.Web/Pages/Manage/Devices/DeviceDetails.razor.rz.scp.css */
.image-container[b-822h4lb1j1] {
    height: 100px;
    width: 100px;
}

.loaded-image[b-822h4lb1j1] {
    z-index: 999;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.columns-30[b-822h4lb1j1] {
    width:30%;
    margin-right:1rem;
    margin-left:1rem;
}
.columns-20[b-822h4lb1j1] {
    width:14%;
    margin-right:1rem;
    margin-left:1rem;
}
.columns-100[b-822h4lb1j1] {
    width:100%;
}
.columns-50[b-822h4lb1j1] {
    width: 47%;
    margin-top: 1rem;
    margin-left: 1rem;
}
.width-100[b-822h4lb1j1] {
    width: 100%;
}
.field-label[b-822h4lb1j1] {
    width: 100%;
    color: #1E22AA;
    border-radius: 10px;
    border: solid 1px;
    border-color: #1E22AA;
    font-size: 1.2rem;
    outline: none;
    height: 2.9rem;
}

/* _content/PortalPoc.Web/Pages/Manage/Devices/DeviceForm.razor.rz.scp.css */
.image-container[b-avcthhetx4] {
    height: 100px;
    width: 100px;
}

.loaded-image[b-avcthhetx4] {
    z-index: 999;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.columns-30[b-avcthhetx4] {
    width:30%;
    margin-right:1rem;
    margin-left:1rem;
}
.columns-22[b-avcthhetx4] {
    width:22%;
    margin-right:1rem;
    margin-left:1rem;
}
.columns-100[b-avcthhetx4] {
    width:100%;
    margin-top:1rem;
}
.width-100[b-avcthhetx4] {
    width: 100%;
}
/* _content/PortalPoc.Web/Pages/Manage/Devices/DeviceGetAll.razor.rz.scp.css */
.device-list-page[b-q240cjrj32] {
	/*margin-top: 4rem;*/
}

table[b-q240cjrj32] {
	
}

th[b-q240cjrj32] {
	border: 0.1em solid #1E22AA;
	/*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-q240cjrj32] {
	border-collapse: separate;
	border-spacing: 0 .6rem;
	/*width:100%; */
	display: block;
	empty-cells: show;
	/* Decoration */
	/*border-spacing: 0;*/
	/*border: 1px solid;*/
}

	.table-scroll thead[b-q240cjrj32] {
		/*background-color: #f1f1f1;*/
		position: relative;
		display: block;
		/*width: 100%;*/
		overflow-y: scroll;
		/*overflow:hidden;*/
		height: 3rem;
		/*margin-right: 5px;*/

	}

	.table-scroll tbody[b-q240cjrj32] {
		/* Position */
		display: block;
		position: relative;
		width: 100%;
		overflow-y: scroll;
		/* Decoration */
		/*border-top: 1px solid rgba(0,0,0,0.2);*/
	}

	.table-scroll tbody tr[b-q240cjrj32] {
		margin-bottom: .8rem;
	}

		.table-scroll tr[b-q240cjrj32] {
			width: 100%;
			display: flex;
		}

	.table-scroll td[b-q240cjrj32], .table-scroll th[b-q240cjrj32] {
		flex-basis: 100%;
		flex-grow: 2;
		display: block;
		/*padding: 1rem;*/
		text-align: left;
	}

	/* Other options */

	.table-scroll.small-first-col td:first-child[b-q240cjrj32],
	.table-scroll.small-first-col th:first-child[b-q240cjrj32] {
		flex-basis: 20%;
		flex-grow: 1;
	}

thead[b-q240cjrj32], tbody tr[b-q240cjrj32] {
	display: table;
	width: 100%;
	table-layout: fixed; /* even columns width , fix width of table too*/
}

	tbody tr[b-q240cjrj32] {
		padding-right:20px;
	}

	.body-quarter-of-screen[b-q240cjrj32] {
		max-height: 45vh;
	}

tr th[b-q240cjrj32] {
	border-left: none;
	border-right: none;
	background-color: #1E22AA;
	color: #FFFFFF;
	font-weight:100;
}

	tr th:first-child[b-q240cjrj32] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr th:last-child[b-q240cjrj32] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;
	}

td[b-q240cjrj32] {
	border: 0.1em solid #1E22AA;
	padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-q240cjrj32] {
	border-left: none;
	border-right: none;
	white-space: nowrap;
	overflow: hidden;
}

	tr td:first-child[b-q240cjrj32] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr td:last-child[b-q240cjrj32] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;

	}

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/


/*.dropdown ::deep a.active {
    border: solid 2px;
    border-color: #1E22AA;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px !important;
}*/


.dropdown[b-q240cjrj32] {
	position: relative;
	display: inline-block;
	/*border: none !important;*/
}



.dropdown-content[b-q240cjrj32] {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	width: 16rem;
	margin-top: 3rem;
	border: solid 1px rgba(33,33,33,0.5);
	border-color: #DDE5ED;
	border-radius: 10px 10px 10px 10px;
	margin-left: -1.11rem;
	box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

	z-index: 99;
}

	.dropdown-content a[b-q240cjrj32] {
		color: #1E22AA;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		line-height: 1.5rem !important;
		border: none !important;
	}

/*.dropdown-content a:hover {
            background-color: rgba(221,228,237,0.8);
            border: none;
            border-radius: 0px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}

            .dropdown-content a:hover:last-child {
                background-color: rgba(221,228,237,0.8);
                border: none;
                border-radius: 0px 0px 10px 10px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}*/

/*
.dropdown ::deep a.active {
    border-radius: 0px !important;
}

.dropdown ::deep a {
    border-radius: 0px !important;
}

    .dropdown ::deep a:hover {
        border-radius: 0px !important;
    }*/

.dropdown .active .dropdown-content[b-q240cjrj32] {
	display: block;
}







/* _content/PortalPoc.Web/Pages/Manage/Devices/DeviceManager.razor.rz.scp.css */
.device-list-page[b-eksly09z88] {
	/*margin-top: 4rem;*/
}

table[b-eksly09z88] {
	
}

th[b-eksly09z88] {
	border: 0.1em solid #1E22AA;
	/*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-eksly09z88] {
	border-collapse: separate;
	border-spacing: 0 .6rem;
	/*width:100%; */
	display: block;
	empty-cells: show;
	/* Decoration */
	/*border-spacing: 0;*/
	/*border: 1px solid;*/
}

	.table-scroll thead[b-eksly09z88] {
		/*background-color: #f1f1f1;*/
		position: relative;
		display: block;
		/*width: 100%;*/
		overflow-y: scroll;
		/*overflow:hidden;*/
		height: 3rem;
		/*margin-right: 5px;*/

	}

	.table-scroll tbody[b-eksly09z88] {
		/* Position */
		display: block;
		position: relative;
		width: 100%;
		overflow-y: scroll;
		/* Decoration */
		/*border-top: 1px solid rgba(0,0,0,0.2);*/
	}

	.table-scroll tbody tr[b-eksly09z88] {
		margin-bottom: .8rem;
	}

		.table-scroll tr[b-eksly09z88] {
			width: 100%;
			display: flex;
		}

	.table-scroll td[b-eksly09z88], .table-scroll th[b-eksly09z88] {
		flex-basis: 100%;
		flex-grow: 2;
		display: block;
		/*padding: 1rem;*/
		text-align: left;
	}

	/* Other options */

	.table-scroll.small-first-col td:first-child[b-eksly09z88],
	.table-scroll.small-first-col th:first-child[b-eksly09z88] {
		flex-basis: 20%;
		flex-grow: 1;
	}

thead[b-eksly09z88], tbody tr[b-eksly09z88] {
	display: table;
	width: 100%;
	table-layout: fixed; /* even columns width , fix width of table too*/
}

	tbody tr[b-eksly09z88] {
		padding-right:20px;
	}

	.body-quarter-of-screen[b-eksly09z88] {
		max-height: 45vh;
	}

tr th[b-eksly09z88] {
	border-left: none;
	border-right: none;
	background-color: #1E22AA;
	color: #FFFFFF;
	font-weight:100;
}

	tr th:first-child[b-eksly09z88] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr th:last-child[b-eksly09z88] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;
	}

td[b-eksly09z88] {
	border: 0.1em solid #1E22AA;
	padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-eksly09z88] {
	border-left: none;
	border-right: none;
	white-space: nowrap;
	overflow: hidden;
}

	tr td:first-child[b-eksly09z88] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr td:last-child[b-eksly09z88] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;

	}

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/


/*.dropdown ::deep a.active {
    border: solid 2px;
    border-color: #1E22AA;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px !important;
}*/


.dropdown[b-eksly09z88] {
	position: relative;
	display: inline-block;
	/*border: none !important;*/
}



.dropdown-content[b-eksly09z88] {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	width: 16rem;
	margin-top: 3rem;
	border: solid 1px rgba(33,33,33,0.5);
	border-color: #DDE5ED;
	border-radius: 10px 10px 10px 10px;
	margin-left: -1.11rem;
	box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

	z-index: 99;
}

	.dropdown-content a[b-eksly09z88] {
		color: #1E22AA;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		line-height: 1.5rem !important;
		border: none !important;
	}

/*.dropdown-content a:hover {
            background-color: rgba(221,228,237,0.8);
            border: none;
            border-radius: 0px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}

            .dropdown-content a:hover:last-child {
                background-color: rgba(221,228,237,0.8);
                border: none;
                border-radius: 0px 0px 10px 10px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}*/

/*
.dropdown ::deep a.active {
    border-radius: 0px !important;
}

.dropdown ::deep a {
    border-radius: 0px !important;
}

    .dropdown ::deep a:hover {
        border-radius: 0px !important;
    }*/

.dropdown .active .dropdown-content[b-eksly09z88] {
	display: block;
}







/* _content/PortalPoc.Web/Pages/Manage/Devices/DeviceNonAdminGetAll.razor.rz.scp.css */
.device-list-page[b-rpbe6s8gak] {
	/*margin-top: 4rem;*/
}

table[b-rpbe6s8gak] {
	
}

th[b-rpbe6s8gak] {
	border: 0.1em solid #1E22AA;
	/*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-rpbe6s8gak] {
	border-collapse: separate;
	border-spacing: 0 .6rem;
	/*width:100%; */
	display: block;
	empty-cells: show;
	/* Decoration */
	/*border-spacing: 0;*/
	/*border: 1px solid;*/
}

	.table-scroll thead[b-rpbe6s8gak] {
		/*background-color: #f1f1f1;*/
		position: relative;
		display: block;
		/*width: 100%;*/
		overflow-y: scroll;
		/*overflow:hidden;*/
		height: 3rem;
		/*margin-right: 5px;*/

	}

	.table-scroll tbody[b-rpbe6s8gak] {
		/* Position */
		display: block;
		position: relative;
		width: 100%;
		overflow-y: scroll;
		/* Decoration */
		/*border-top: 1px solid rgba(0,0,0,0.2);*/
	}

	.table-scroll tbody tr[b-rpbe6s8gak] {
		margin-bottom: .8rem;
	}

		.table-scroll tr[b-rpbe6s8gak] {
			width: 100%;
			display: flex;
		}

	.table-scroll td[b-rpbe6s8gak], .table-scroll th[b-rpbe6s8gak] {
		flex-basis: 100%;
		flex-grow: 2;
		display: block;
		/*padding: 1rem;*/
		text-align: left;
	}

	/* Other options */

	.table-scroll.small-first-col td:first-child[b-rpbe6s8gak],
	.table-scroll.small-first-col th:first-child[b-rpbe6s8gak] {
		flex-basis: 20%;
		flex-grow: 1;
	}

thead[b-rpbe6s8gak], tbody tr[b-rpbe6s8gak] {
	display: table;
	width: 100%;
	table-layout: fixed; /* even columns width , fix width of table too*/
}

	tbody tr[b-rpbe6s8gak] {
		padding-right:20px;
	}

	.body-quarter-of-screen[b-rpbe6s8gak] {
		max-height: 45vh;
	}

tr th[b-rpbe6s8gak] {
	border-left: none;
	border-right: none;
	background-color: #1E22AA;
	color: #FFFFFF;
	font-weight:100;
}

	tr th:first-child[b-rpbe6s8gak] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr th:last-child[b-rpbe6s8gak] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;
	}

td[b-rpbe6s8gak] {
	border: 0.1em solid #1E22AA;
	padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-rpbe6s8gak] {
	border-left: none;
	border-right: none;
	white-space: nowrap;
	overflow: hidden;
}

	tr td:first-child[b-rpbe6s8gak] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr td:last-child[b-rpbe6s8gak] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;

	}

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/


/*.dropdown ::deep a.active {
    border: solid 2px;
    border-color: #1E22AA;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px !important;
}*/


.dropdown[b-rpbe6s8gak] {
	position: relative;
	display: inline-block;
	/*border: none !important;*/
}



.dropdown-content[b-rpbe6s8gak] {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	width: 16rem;
	margin-top: 3rem;
	border: solid 1px rgba(33,33,33,0.5);
	border-color: #DDE5ED;
	border-radius: 10px 10px 10px 10px;
	margin-left: -1.11rem;
	box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

	z-index: 99;
}

	.dropdown-content a[b-rpbe6s8gak] {
		color: #1E22AA;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		line-height: 1.5rem !important;
		border: none !important;
	}

/*.dropdown-content a:hover {
            background-color: rgba(221,228,237,0.8);
            border: none;
            border-radius: 0px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}

            .dropdown-content a:hover:last-child {
                background-color: rgba(221,228,237,0.8);
                border: none;
                border-radius: 0px 0px 10px 10px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}*/

/*
.dropdown ::deep a.active {
    border-radius: 0px !important;
}

.dropdown ::deep a {
    border-radius: 0px !important;
}

    .dropdown ::deep a:hover {
        border-radius: 0px !important;
    }*/

.dropdown .active .dropdown-content[b-rpbe6s8gak] {
	display: block;
}







/* _content/PortalPoc.Web/Pages/Manage/Devices/DeviceReport.razor.rz.scp.css */
.device-list-page[b-ye8jzsayhl] {
	/*margin-top: 4rem;*/
}

table[b-ye8jzsayhl] {
	
}

th[b-ye8jzsayhl] {
	border: 0.1em solid #1E22AA;
	/*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-ye8jzsayhl] {
	border-collapse: separate;
	border-spacing: 0 .6rem;
	/*width:100%; */
	display: block;
	empty-cells: show;
	/* Decoration */
	/*border-spacing: 0;*/
	/*border: 1px solid;*/
}

	.table-scroll thead[b-ye8jzsayhl] {
		/*background-color: #f1f1f1;*/
		position: relative;
		display: block;
		/*width: 100%;*/
		overflow-y: scroll;
		/*overflow:hidden;*/
		height: 3rem;
		/*margin-right: 5px;*/

	}

	.table-scroll tbody[b-ye8jzsayhl] {
		/* Position */
		display: block;
		position: relative;
		width: 100%;
		overflow-y: scroll;
		/* Decoration */
		/*border-top: 1px solid rgba(0,0,0,0.2);*/
	}

	.table-scroll tbody tr[b-ye8jzsayhl] {
		margin-bottom: .8rem;
	}

		.table-scroll tr[b-ye8jzsayhl] {
			width: 100%;
			display: flex;
		}

	.table-scroll td[b-ye8jzsayhl], .table-scroll th[b-ye8jzsayhl] {
		flex-basis: 100%;
		flex-grow: 2;
		display: block;
		/*padding: 1rem;*/
		text-align: left;
	}

	/* Other options */

	.table-scroll.small-first-col td:first-child[b-ye8jzsayhl],
	.table-scroll.small-first-col th:first-child[b-ye8jzsayhl] {
		flex-basis: 20%;
		flex-grow: 1;
	}

thead[b-ye8jzsayhl], tbody tr[b-ye8jzsayhl] {
	display: table;
	width: 100%;
	table-layout: fixed; /* even columns width , fix width of table too*/
}

	tbody tr[b-ye8jzsayhl] {
		padding-right:20px;
	}

	.body-quarter-of-screen[b-ye8jzsayhl] {
		max-height: 45vh;
	}

tr th[b-ye8jzsayhl] {
	border-left: none;
	border-right: none;
	background-color: #1E22AA;
	color: #FFFFFF;
	font-weight:100;
}

	tr th:first-child[b-ye8jzsayhl] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr th:last-child[b-ye8jzsayhl] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;
	}

td[b-ye8jzsayhl] {
	border: 0.1em solid #1E22AA;
	padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-ye8jzsayhl] {
	border-left: none;
	border-right: none;
	white-space: nowrap;
	overflow: hidden;
}

	tr td:first-child[b-ye8jzsayhl] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr td:last-child[b-ye8jzsayhl] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;

	}

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/


/*.dropdown ::deep a.active {
    border: solid 2px;
    border-color: #1E22AA;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px !important;
}*/


.dropdown[b-ye8jzsayhl] {
	position: relative;
	display: inline-block;
	/*border: none !important;*/
}



.dropdown-content[b-ye8jzsayhl] {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	width: 16rem;
	margin-top: 3rem;
	border: solid 1px rgba(33,33,33,0.5);
	border-color: #DDE5ED;
	border-radius: 10px 10px 10px 10px;
	margin-left: -1.11rem;
	box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

	z-index: 99;
}

	.dropdown-content a[b-ye8jzsayhl] {
		color: #1E22AA;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		line-height: 1.5rem !important;
		border: none !important;
	}

/*.dropdown-content a:hover {
            background-color: rgba(221,228,237,0.8);
            border: none;
            border-radius: 0px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}

            .dropdown-content a:hover:last-child {
                background-color: rgba(221,228,237,0.8);
                border: none;
                border-radius: 0px 0px 10px 10px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}*/

/*
.dropdown ::deep a.active {
    border-radius: 0px !important;
}

.dropdown ::deep a {
    border-radius: 0px !important;
}

    .dropdown ::deep a:hover {
        border-radius: 0px !important;
    }*/

.dropdown .active .dropdown-content[b-ye8jzsayhl] {
	display: block;
}







/* _content/PortalPoc.Web/Pages/Manage/Hcps/HcpArchive.razor.rz.scp.css */
.hcp-list-page[b-zbs6tveq2q] {
    margin-top: 4rem;
}

table[b-zbs6tveq2q] {
}

th[b-zbs6tveq2q] {
    border: 0.1em solid #1E22AA;
    /*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-zbs6tveq2q] {
    border-collapse: separate;
    border-spacing: 0 .6rem;
    /*width:100%; */
    display: block;
    empty-cells: show;
    /* Decoration */
    /*border-spacing: 0;*/
    /*border: 1px solid;*/
}

    .table-scroll thead[b-zbs6tveq2q] {
        /*background-color: #f1f1f1;*/
        position: relative;
        display: block;
        /*width: 100%;*/
        overflow-y: scroll;
        /*overflow:hidden;*/
        height: 3rem;
        /*margin-right: 5px;*/
    }

    .table-scroll tbody[b-zbs6tveq2q] {
        /* Position */
        display: block;
        position: relative;
        width: 100%;
        overflow-y: scroll;
        /* Decoration */
        /*border-top: 1px solid rgba(0,0,0,0.2);*/
    }

        .table-scroll tbody tr[b-zbs6tveq2q] {
            margin-bottom: .8rem;
        }

    .table-scroll tr[b-zbs6tveq2q] {
        width: 100%;
        display: flex;
    }

    .table-scroll td[b-zbs6tveq2q], .table-scroll th[b-zbs6tveq2q] {
        flex-basis: 100%;
        flex-grow: 2;
        display: block;
        /*padding: 1rem;*/
        text-align: left;
    }

    /* Other options */

    .table-scroll.small-first-col td:first-child[b-zbs6tveq2q],
    .table-scroll.small-first-col th:first-child[b-zbs6tveq2q] {
        flex-basis: 20%;
        flex-grow: 1;
    }

thead[b-zbs6tveq2q], tbody tr[b-zbs6tveq2q] {
    display: table;
    width: 100%;
    table-layout: fixed; /* even columns width , fix width of table too*/
}

tbody tr[b-zbs6tveq2q] {
    padding-right: 20px;
}

.body-quarter-of-screen[b-zbs6tveq2q] {
    max-height: 50vh;
}

tr th[b-zbs6tveq2q] {
    border-left: none;
    border-right: none;
    background-color: #1E22AA;
    color: #FFFFFF;
    font-weight: 100;
}

    tr th:first-child[b-zbs6tveq2q] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr th:last-child[b-zbs6tveq2q] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

td[b-zbs6tveq2q] {
    border: 0.1em solid #1E22AA;
    padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-zbs6tveq2q] {
    border-left: none;
    border-right: none;
    white-space: nowrap;
    overflow: hidden;
}

    tr td:first-child[b-zbs6tveq2q] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr td:last-child[b-zbs6tveq2q] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/

/*.dropdown ::deep a.active {
    border: solid 2px;
    border-color: #1E22AA;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px !important;
}*/


.dropdown[b-zbs6tveq2q] {
    position: relative;
    display: inline-block;
    /*border: none !important;*/
}



.dropdown-content[b-zbs6tveq2q] {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 16rem;
    margin-top: 3rem;
    border: solid 1px rgba(33,33,33,0.5);
    border-color: #DDE5ED;
    border-radius: 10px 10px 10px 10px;
    margin-left: -1.11rem;
    box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

    z-index: 99;
}

    .dropdown-content a[b-zbs6tveq2q] {
        color: #1E22AA;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        line-height: 1.5rem !important;
        border: none !important;
    }

/*.dropdown-content a:hover {
            background-color: rgba(221,228,237,0.8);
            border: none;
            border-radius: 0px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}

            .dropdown-content a:hover:last-child {
                background-color: rgba(221,228,237,0.8);
                border: none;
                border-radius: 0px 0px 10px 10px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}*/

/*
.dropdown ::deep a.active {
    border-radius: 0px !important;
}

.dropdown ::deep a {
    border-radius: 0px !important;
}

    .dropdown ::deep a:hover {
        border-radius: 0px !important;
    }*/

.dropdown .active .dropdown-content[b-zbs6tveq2q] {
    display: block;
}







/* _content/PortalPoc.Web/Pages/Manage/Hcps/HcpForm.razor.rz.scp.css */
.strolll-radio-group input[b-suifdee3ve] {
}

.strolll-radio-group label[b-suifdee3ve] {
    cursor: pointer;
    color: #1E22AA;
}

    .strolll-radio-group label[checked="checked"][b-suifdee3ve] {
        color: #FFFFFF;
        background-color: #1E22AA;
    }
/* _content/PortalPoc.Web/Pages/Manage/Hcps/HcpGetAll.razor.rz.scp.css */
.hcp-list-page[b-1gyvia76wj] {
	/*margin-top: 4rem;*/
}

table[b-1gyvia76wj] {
	
}

th[b-1gyvia76wj] {
	border: 0.1em solid #1E22AA;
	/*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-1gyvia76wj] {
	border-collapse: separate;
	border-spacing: 0 .6rem;
	/*width:100%; */
	display: block;
	empty-cells: show;
	/* Decoration */
	/*border-spacing: 0;*/
	/*border: 1px solid;*/
}

	.table-scroll thead[b-1gyvia76wj] {
		/*background-color: #f1f1f1;*/
		position: relative;
		display: block;
		/*width: 100%;*/
		overflow-y: scroll;
		/*overflow:hidden;*/
		height: 3rem;
		/*margin-right: 5px;*/

	}

	.table-scroll tbody[b-1gyvia76wj] {
		/* Position */
		display: block;
		position: relative;
		width: 100%;
		overflow-y: scroll;
		/* Decoration */
		/*border-top: 1px solid rgba(0,0,0,0.2);*/
	}

	.table-scroll tbody tr[b-1gyvia76wj] {
		margin-bottom: .8rem;
	}

		.table-scroll tr[b-1gyvia76wj] {
			width: 100%;
			display: flex;
		}

	.table-scroll td[b-1gyvia76wj], .table-scroll th[b-1gyvia76wj] {
		flex-basis: 100%;
		flex-grow: 2;
		display: block;
		/*padding: 1rem;*/
		text-align: left;
	}

	/* Other options */

	.table-scroll.small-first-col td:first-child[b-1gyvia76wj],
	.table-scroll.small-first-col th:first-child[b-1gyvia76wj] {
		flex-basis: 20%;
		flex-grow: 1;
	}

thead[b-1gyvia76wj], tbody tr[b-1gyvia76wj] {
	display: table;
	width: 100%;
	table-layout: fixed; /* even columns width , fix width of table too*/
}

	tbody tr[b-1gyvia76wj] {
		padding-right:20px;
	}

	.body-quarter-of-screen[b-1gyvia76wj] {
		max-height: 45vh;
	}

tr th[b-1gyvia76wj] {
	border-left: none;
	border-right: none;
	background-color: #1E22AA;
	color: #FFFFFF;
	font-weight:100;
}

	tr th:first-child[b-1gyvia76wj] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr th:last-child[b-1gyvia76wj] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;
	}

td[b-1gyvia76wj] {
	border: 0.1em solid #1E22AA;
	padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-1gyvia76wj] {
	border-left: none;
	border-right: none;
	white-space: nowrap;
	overflow: hidden;
}

	tr td:first-child[b-1gyvia76wj] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr td:last-child[b-1gyvia76wj] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;

	}

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/


/*.dropdown ::deep a.active {
    border: solid 2px;
    border-color: #1E22AA;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px !important;
}*/


.dropdown[b-1gyvia76wj] {
	position: relative;
	display: inline-block;
	/*border: none !important;*/
}



.dropdown-content[b-1gyvia76wj] {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	width: 16rem;
	margin-top: 3rem;
	border: solid 1px rgba(33,33,33,0.5);
	border-color: #DDE5ED;
	border-radius: 10px 10px 10px 10px;
	margin-left: -1.11rem;
	box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

	z-index: 99;
}

	.dropdown-content a[b-1gyvia76wj] {
		color: #1E22AA;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		line-height: 1.5rem !important;
		border: none !important;
	}

/*.dropdown-content a:hover {
            background-color: rgba(221,228,237,0.8);
            border: none;
            border-radius: 0px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}

            .dropdown-content a:hover:last-child {
                background-color: rgba(221,228,237,0.8);
                border: none;
                border-radius: 0px 0px 10px 10px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}*/

/*
.dropdown ::deep a.active {
    border-radius: 0px !important;
}

.dropdown ::deep a {
    border-radius: 0px !important;
}

    .dropdown ::deep a:hover {
        border-radius: 0px !important;
    }*/

.dropdown .active .dropdown-content[b-1gyvia76wj] {
	display: block;
}
/* _content/PortalPoc.Web/Pages/Manage/HcpUsage.razor.rz.scp.css */

th[b-d99lmo7bln] {
    border: 0.1em solid #1E22AA;
    /*	padding: 0.4rem 1rem 0.4rem 1rem;*/
}

.table-scroll[b-d99lmo7bln] {
    border-collapse: separate;
    border-spacing: 0 .6rem;
    /*width:100%; */
    display: block;
    empty-cells: show;
    /* Decoration */
    /*border-spacing: 0;*/
    /*border: 1px solid;*/
}

    .table-scroll thead[b-d99lmo7bln] {
        /*background-color: #f1f1f1;*/
        position: relative;
        display: block;
        /*width: 100%;*/
        overflow-y: scroll;
        /*overflow:hidden;*/
        height: 3rem;
        /*margin-right: 5px;*/
    }

    .table-scroll tbody[b-d99lmo7bln] {
        /* Position */
        display: block;
        position: relative;
        width: 100%;
        overflow-y: scroll;
        /* Decoration */
        /*border-top: 1px solid rgba(0,0,0,0.2);*/
    }

        .table-scroll tbody tr[b-d99lmo7bln] {
            margin-bottom: .8rem;
        }

    .table-scroll tr[b-d99lmo7bln] {
        width: 100%;
        display: flex;
    }

    .table-scroll td[b-d99lmo7bln], .table-scroll th[b-d99lmo7bln] {
        flex-basis: 100%;
        flex-grow: 2;
        display: block;
        /*padding: 1rem;*/
        text-align: left;
    }

    /* Other options */

    .table-scroll.small-first-col td:first-child[b-d99lmo7bln],
    .table-scroll.small-first-col th:first-child[b-d99lmo7bln] {
        flex-basis: 20%;
        flex-grow: 1;
    }

thead[b-d99lmo7bln], tbody tr[b-d99lmo7bln] {
    display: table;
    width: 100%;
    table-layout: fixed; /* even columns width , fix width of table too*/
}

tbody tr[b-d99lmo7bln] {
    padding-right: 20px;
}

.body-quarter-of-screen[b-d99lmo7bln] {
    max-height: 40vh;
}

tr th[b-d99lmo7bln] {
    border-left: none;
    border-right: none;
    background-color: #1E22AA;
    color: #FFFFFF;
    font-weight: 100;
}

    tr th:first-child[b-d99lmo7bln] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr th:last-child[b-d99lmo7bln] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }
    tr th .header[b-d99lmo7bln] {
        margin-left: 0.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

td[b-d99lmo7bln] {
    border: 0.1em solid #1E22AA;
    padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-d99lmo7bln] {
    border-left: none;
    border-right: none;
    white-space: nowrap;
    overflow: hidden;
}

    tr td:first-child[b-d99lmo7bln] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr td:last-child[b-d99lmo7bln] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

.game-bin-image[b-d99lmo7bln] {
    background: url('../icons/bin_icon.png') no-repeat center center;
    background-size: 15px;
    height: 20px;
    width: 20px;
}

.selected-assessment td[b-d99lmo7bln] {
    background: #e9ecef;
}
/* _content/PortalPoc.Web/Pages/Manage/ManageTime.razor.rz.scp.css */

th[b-cj8vm9eigu] {
    border: 0.1em solid #1E22AA;
    /*	padding: 0.4rem 1rem 0.4rem 1rem;*/
}

.table-scroll[b-cj8vm9eigu] {
    border-collapse: separate;
    border-spacing: 0 .6rem;
    /*width:100%; */
    display: block;
    empty-cells: show;
    /* Decoration */
    /*border-spacing: 0;*/
    /*border: 1px solid;*/
}

    .table-scroll thead[b-cj8vm9eigu] {
        /*background-color: #f1f1f1;*/
        position: relative;
        display: block;
        /*width: 100%;*/
        overflow-y: scroll;
        /*overflow:hidden;*/
        height: 3rem;
        /*margin-right: 5px;*/
    }

    .table-scroll tbody[b-cj8vm9eigu] {
        /* Position */
        display: block;
        position: relative;
        width: 100%;
        overflow-y: scroll;
        /* Decoration */
        /*border-top: 1px solid rgba(0,0,0,0.2);*/
    }

        .table-scroll tbody tr[b-cj8vm9eigu] {
            margin-bottom: .8rem;
        }

    .table-scroll tr[b-cj8vm9eigu] {
        width: 100%;
        display: flex;
    }

    .table-scroll td[b-cj8vm9eigu], .table-scroll th[b-cj8vm9eigu] {
        flex-basis: 100%;
        flex-grow: 2;
        display: block;
        /*padding: 1rem;*/
        text-align: left;
    }

    /* Other options */

    .table-scroll.small-first-col td:first-child[b-cj8vm9eigu],
    .table-scroll.small-first-col th:first-child[b-cj8vm9eigu] {
        flex-basis: 20%;
        flex-grow: 1;
    }

thead[b-cj8vm9eigu], tbody tr[b-cj8vm9eigu] {
    display: table;
    width: 100%;
    table-layout: fixed; /* even columns width , fix width of table too*/
}

tbody tr[b-cj8vm9eigu] {
    padding-right: 20px;
}

.body-quarter-of-screen[b-cj8vm9eigu] {
    max-height: 40vh;
}

tr th[b-cj8vm9eigu] {
    border-left: none;
    border-right: none;
    background-color: #1E22AA;
    color: #FFFFFF;
    font-weight: 100;
}

    tr th:first-child[b-cj8vm9eigu] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr th:last-child[b-cj8vm9eigu] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

    tr th .header[b-cj8vm9eigu] {
        margin-left: 0.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

td[b-cj8vm9eigu] {
    border: 0.1em solid #1E22AA;
    padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-cj8vm9eigu] {
    border-left: none;
    border-right: none;
    white-space: nowrap;
    overflow: hidden;
}

    tr td:first-child[b-cj8vm9eigu] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr td:last-child[b-cj8vm9eigu] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

.game-bin-image[b-cj8vm9eigu] {
    background: url('../icons/bin_icon.png') no-repeat center center;
    background-size: 15px;
    height: 20px;
    width: 20px;
}

.selected-assessment td[b-cj8vm9eigu] {
    background: #e9ecef;
}
/* _content/PortalPoc.Web/Pages/Manage/Organisations/OrganisationArchive.razor.rz.scp.css */
.clinic-list-page[b-zp7aqj4h2d] {
    /*margin-top: 4rem;*/
}

table[b-zp7aqj4h2d] {
}

th[b-zp7aqj4h2d] {
    border: 0.1em solid #1E22AA;
    /*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-zp7aqj4h2d] {
    border-collapse: separate;
    border-spacing: 0 .6rem;
    /*width:100%; */
    display: block;
    empty-cells: show;
    /* Decoration */
    /*border-spacing: 0;*/
    /*border: 1px solid;*/
}

    .table-scroll thead[b-zp7aqj4h2d] {
        /*background-color: #f1f1f1;*/
        position: relative;
        display: block;
        /*width: 100%;*/
        overflow-y: scroll;
        /*overflow:hidden;*/
        height: 3rem;
        /*margin-right: 5px;*/
    }

    .table-scroll tbody[b-zp7aqj4h2d] {
        /* Position */
        display: block;
        position: relative;
        width: 100%;
        overflow-y: scroll;
        /* Decoration */
        /*border-top: 1px solid rgba(0,0,0,0.2);*/
    }

        .table-scroll tbody tr[b-zp7aqj4h2d] {
            margin-bottom: .8rem;
        }

    .table-scroll tr[b-zp7aqj4h2d] {
        width: 100%;
        display: flex;
    }

    .table-scroll td[b-zp7aqj4h2d], .table-scroll th[b-zp7aqj4h2d] {
        flex-basis: 100%;
        flex-grow: 2;
        display: block;
        /*padding: 1rem;*/
        text-align: left;
    }

    /* Other options */

    .table-scroll.small-first-col td:first-child[b-zp7aqj4h2d],
    .table-scroll.small-first-col th:first-child[b-zp7aqj4h2d] {
        flex-basis: 20%;
        flex-grow: 1;
    }

thead[b-zp7aqj4h2d], tbody tr[b-zp7aqj4h2d] {
    display: table;
    width: 100%;
    table-layout: fixed; /* even columns width , fix width of table too*/
}

tbody tr[b-zp7aqj4h2d] {
    padding-right: 20px;
}

.body-quarter-of-screen[b-zp7aqj4h2d] {
    max-height: 50vh;
}

tr th[b-zp7aqj4h2d] {
    border-left: none;
    border-right: none;
    background-color: #1E22AA;
    color: #FFFFFF;
    font-weight: 100;
}

    tr th:first-child[b-zp7aqj4h2d] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr th:last-child[b-zp7aqj4h2d] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

td[b-zp7aqj4h2d] {
    border: 0.1em solid #1E22AA;
    padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-zp7aqj4h2d] {
    border-left: none;
    border-right: none;
    white-space: nowrap;
    overflow: hidden;
}

    tr td:first-child[b-zp7aqj4h2d] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr td:last-child[b-zp7aqj4h2d] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/

/*.dropdown ::deep a.active {
    border: solid 2px;
    border-color: #1E22AA;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px !important;
}*/


.dropdown[b-zp7aqj4h2d] {
    position: relative;
    display: inline-block;
    /*border: none !important;*/
}



.dropdown-content[b-zp7aqj4h2d] {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 16rem;
    margin-top: 3rem;
    border: solid 1px rgba(33,33,33,0.5);
    border-color: #DDE5ED;
    border-radius: 10px 10px 10px 10px;
    margin-left: -1.11rem;
    box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

    z-index: 99;
}

    .dropdown-content a[b-zp7aqj4h2d] {
        color: #1E22AA;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        line-height: 1.5rem !important;
        border: none !important;
    }

/*.dropdown-content a:hover {
            background-color: rgba(221,228,237,0.8);
            border: none;
            border-radius: 0px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}

            .dropdown-content a:hover:last-child {
                background-color: rgba(221,228,237,0.8);
                border: none;
                border-radius: 0px 0px 10px 10px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}*/

/*
.dropdown ::deep a.active {
    border-radius: 0px !important;
}

.dropdown ::deep a {
    border-radius: 0px !important;
}

    .dropdown ::deep a:hover {
        border-radius: 0px !important;
    }*/

.dropdown .active .dropdown-content[b-zp7aqj4h2d] {
    display: block;
}







/* _content/PortalPoc.Web/Pages/Manage/Organisations/OrganisationDetails.razor.rz.scp.css */
.hcp-list-page[b-lwr2lxxrpk] {
    /*margin-top: 5rem;*/
}

table[b-lwr2lxxrpk] {
}

th[b-lwr2lxxrpk] {
    border: 0.1em solid #1E22AA;
    /*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-lwr2lxxrpk] {
    border-collapse: separate;
    border-spacing: 0 .6rem;
    /*width:100%; */
    display: block;
    empty-cells: show;
    /* Decoration */
    /*border-spacing: 0;*/
    /*border: 1px solid;*/
}

    .table-scroll thead[b-lwr2lxxrpk] {
        /*background-color: #f1f1f1;*/
        position: relative;
        display: block;
        /*width: 100%;*/
        overflow-y: scroll;
        /*overflow:hidden;*/
        height: 3rem;
        /*margin-right: 5px;*/
    }

    .table-scroll tbody[b-lwr2lxxrpk] {
        /* Position */
        display: block;
        position: relative;
        width: 100%;
        overflow-y: scroll;
        /* Decoration */
        /*border-top: 1px solid rgba(0,0,0,0.2);*/
    }

        .table-scroll tbody tr[b-lwr2lxxrpk] {
            margin-bottom: .8rem;
        }

    .table-scroll tr[b-lwr2lxxrpk] {
        width: 100%;
        display: flex;
    }

    .table-scroll td[b-lwr2lxxrpk], .table-scroll th[b-lwr2lxxrpk] {
        flex-basis: 100%;
        flex-grow: 2;
        display: block;
        /*padding: 1rem;*/
        text-align: left;
    }

    /* Other options */

    .table-scroll.small-first-col td:first-child[b-lwr2lxxrpk],
    .table-scroll.small-first-col th:first-child[b-lwr2lxxrpk] {
        flex-basis: 20%;
        flex-grow: 1;
    }

thead[b-lwr2lxxrpk], tbody tr[b-lwr2lxxrpk] {
    display: table;
    width: 100%;
    table-layout: fixed; /* even columns width , fix width of table too*/
}

tbody tr[b-lwr2lxxrpk] {
    padding-right: 20px;
}

.body-quarter-of-screen[b-lwr2lxxrpk] {
    max-height: 15vh;
}

tr th[b-lwr2lxxrpk] {
    border-left: none;
    border-right: none;
    background-color: #1E22AA;
    color: #FFFFFF;
    font-weight: 100;
}

    tr th:first-child[b-lwr2lxxrpk] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr th:last-child[b-lwr2lxxrpk] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

td[b-lwr2lxxrpk] {
    border: 0.1em solid #1E22AA;
    padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-lwr2lxxrpk] {
    border-left: none;
    border-right: none;
    white-space: nowrap;
    overflow: hidden;
}

    tr td:first-child[b-lwr2lxxrpk] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr td:last-child[b-lwr2lxxrpk] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/


/*.dropdown ::deep a.active {
    border: solid 2px;
    border-color: #1E22AA;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px !important;
}*/


.dropdown[b-lwr2lxxrpk] {
    position: relative;
    display: inline-block;
    /*border: none !important;*/
}



.dropdown-content[b-lwr2lxxrpk] {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 16rem;
    margin-top: 3rem;
    border: solid 1px rgba(33,33,33,0.5);
    border-color: #DDE5ED;
    border-radius: 10px 10px 10px 10px;
    margin-left: -1.11rem;
    box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

    z-index: 99;
}

    .dropdown-content a[b-lwr2lxxrpk] {
        color: #1E22AA;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        line-height: 1.5rem !important;
        border: none !important;
    }

/*.dropdown-content a:hover {
            background-color: rgba(221,228,237,0.8);
            border: none;
            border-radius: 0px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}

            .dropdown-content a:hover:last-child {
                background-color: rgba(221,228,237,0.8);
                border: none;
                border-radius: 0px 0px 10px 10px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}*/

/*
.dropdown ::deep a.active {
    border-radius: 0px !important;
}

.dropdown ::deep a {
    border-radius: 0px !important;
}

    .dropdown ::deep a:hover {
        border-radius: 0px !important;
    }*/

.dropdown .active .dropdown-content[b-lwr2lxxrpk] {
    display: block;
}
/* _content/PortalPoc.Web/Pages/Manage/Organisations/OrganisationForm.razor.rz.scp.css */
.selected-item[b-emeu5tt2qm] {
    background-color: #1E22AA;
    color: #FFFFFF;
}
.unselected-item[b-emeu5tt2qm] {
    background-color: #FFFFFF;
    color: #1E22AA;
}
/* _content/PortalPoc.Web/Pages/Manage/Organisations/OrganisationGetAll.razor.rz.scp.css */
.organisation-list-page[b-1muigj14bn] {
	/*margin-top: 4rem;*/
}

table[b-1muigj14bn] {
	
}

/*th {*/
	border: 0.1em solid #1E22AA;
	padding: 0.4rem 1rem 0.4rem 1rem;[b-1muigj14bn]
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-1muigj14bn] {
	border-collapse: separate;
	border-spacing: 0 .6rem;
	/*width:100%; */
	display: block;
	empty-cells: show;
	/* Decoration */
	/*border-spacing: 0;*/
	/*border: 1px solid;*/
}

	.table-scroll thead[b-1muigj14bn] {
		/*background-color: #f1f1f1;*/
		position: relative;
		display: block;
		/*width: 100%;*/
		overflow-y: scroll;
		/*overflow:hidden;*/
		height: 3rem;
		/*margin-right: 5px;*/

	}

	.table-scroll tbody[b-1muigj14bn] {
		/* Position */
		display: block;
		position: relative;
		width: 100%;
		overflow-y: scroll;
		/* Decoration */
		/*border-top: 1px solid rgba(0,0,0,0.2);*/
	}

	.table-scroll tbody tr[b-1muigj14bn] {
		margin-bottom: .8rem;
	}

		.table-scroll tr[b-1muigj14bn] {
			width: 100%;
			display: flex;
		}

	.table-scroll td[b-1muigj14bn], .table-scroll th[b-1muigj14bn] {
		flex-basis: 100%;
		flex-grow: 2;
		display: block;
		/*padding: 1rem;*/
		text-align: left;
	}

	/* Other options */

	.table-scroll.small-first-col td:first-child[b-1muigj14bn],
	.table-scroll.small-first-col th:first-child[b-1muigj14bn] {
		flex-basis: 20%;
		flex-grow: 1;
	}

thead[b-1muigj14bn], tbody tr[b-1muigj14bn] {
	display: table;
	width: 100%;
	table-layout: fixed; /* even columns width , fix width of table too*/
}

	tbody tr[b-1muigj14bn] {
		padding-right:20px;
	}

	.body-quarter-of-screen[b-1muigj14bn] {
		max-height: 45vh;
	}

tr th[b-1muigj14bn] {
	border-left: none;
	border-right: none;
	background-color: #1E22AA;
	color: #FFFFFF;
	font-weight:100;
}

	tr th:first-child[b-1muigj14bn] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr th:last-child[b-1muigj14bn] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;
	}

td[b-1muigj14bn] {
	border: 0.1em solid #1E22AA;
	padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-1muigj14bn] {
	border-left: none;
	border-right: none;
	white-space: nowrap;
	overflow: hidden;
}

	tr td:first-child[b-1muigj14bn] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr td:last-child[b-1muigj14bn] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;

	}

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/


.dropdown[b-1muigj14bn] {
	position: relative;
	display: inline-block;
	/*border: none !important;*/
}



.dropdown-content[b-1muigj14bn] {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	width: 16rem;
	margin-top: 3rem;
	border: solid 1px rgba(33,33,33,0.5);
	border-color: #DDE5ED;
	border-radius: 10px 10px 10px 10px;
	margin-left: -1.11rem;
	box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

	z-index: 99;
}

	.dropdown-content a[b-1muigj14bn] {
		color: #1E22AA;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		line-height: 1.5rem !important;
		border: none !important;
	}

/*.dropdown-content a:hover {
            background-color: rgba(221,228,237,0.8);
            border: none;
            border-radius: 0px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}

            .dropdown-content a:hover:last-child {
                background-color: rgba(221,228,237,0.8);
                border: none;
                border-radius: 0px 0px 10px 10px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}*/

/*
.dropdown ::deep a.active {
    border-radius: 0px !important;
}

.dropdown ::deep a {
    border-radius: 0px !important;
}

    .dropdown ::deep a:hover {
        border-radius: 0px !important;
    }*/

.dropdown .active .dropdown-content[b-1muigj14bn] {
	display: block;
}
/* _content/PortalPoc.Web/Pages/Manage/Routers/NetworkRouterArchive.razor.rz.scp.css */


th[b-0kfm874d9y] {
    border: 0.1em solid #1E22AA;
    /*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

/*.table-scrollbar tbody {
	display: block !important;
	overflow: auto !important;
	height: 200px !important;
	width: 100% !important;
}

.table-scrollbar thead tr {
	display: block !important;
}*/

/*.tableFixHead {
	overflow-y: auto;
	height: 200px;
}

	.tableFixHead thead th {
		position: sticky;
		top: 0;
	}*/

.table-scroll[b-0kfm874d9y] {
    border-collapse: separate;
    border-spacing: 0 .6rem;
    /*width:100%; */
    display: block;
    empty-cells: show;
    /* Decoration */
    /*border-spacing: 0;*/
    /*border: 1px solid;*/
}

    .table-scroll thead[b-0kfm874d9y] {
        /*background-color: #f1f1f1;*/
        position: relative;
        display: block;
        /*width: 100%;*/
        overflow-y: scroll;
        /*overflow:hidden;*/
        height: 3rem;
        /*margin-right: 5px;*/
    }

    .table-scroll tbody[b-0kfm874d9y] {
        /* Position */
        display: block;
        position: relative;
        width: 100%;
        overflow-y: scroll;
        /* Decoration */
        /*border-top: 1px solid rgba(0,0,0,0.2);*/
    }

        .table-scroll tbody tr[b-0kfm874d9y] {
            margin-bottom: .8rem;
        }

    .table-scroll tr[b-0kfm874d9y] {
        width: 100%;
        display: flex;
    }

    .table-scroll td[b-0kfm874d9y], .table-scroll th[b-0kfm874d9y] {
        flex-basis: 100%;
        flex-grow: 2;
        display: block;
        /*padding: 1rem;*/
        text-align: left;
    }

    /* Other options */

    .table-scroll.small-first-col td:first-child[b-0kfm874d9y],
    .table-scroll.small-first-col th:first-child[b-0kfm874d9y] {
        flex-basis: 20%;
        flex-grow: 1;
    }

thead[b-0kfm874d9y], tbody tr[b-0kfm874d9y] {
    display: table;
    width: 100%;
    table-layout: fixed; /* even columns width , fix width of table too*/
}

tbody tr[b-0kfm874d9y] {
    padding-right: 20px;
}

.body-quarter-of-screen[b-0kfm874d9y] {
    max-height: 50vh;
}

tr th[b-0kfm874d9y] {
    border-left: none;
    border-right: none;
    background-color: #1E22AA;
    color: #FFFFFF;
    font-weight: 100;
}

    tr th:first-child[b-0kfm874d9y] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr th:last-child[b-0kfm874d9y] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

td[b-0kfm874d9y] {
    border: 0.1em solid #1E22AA;
    padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-0kfm874d9y] {
    border-left: none;
    border-right: none;
    white-space: nowrap;
    overflow: hidden;
}

    tr td:first-child[b-0kfm874d9y] {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 0.1em solid #1E22AA;
    }

    tr td:last-child[b-0kfm874d9y] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 0.1em solid #1E22AA;
    }

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/

/*.dropdown ::deep a.active {
    border: solid 2px;
    border-color: #1E22AA;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px !important;
}*/


.dropdown[b-0kfm874d9y] {
    position: relative;
    display: inline-block;
    /*border: none !important;*/
}



.dropdown-content[b-0kfm874d9y] {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 16rem;
    margin-top: 3rem;
    border: solid 1px rgba(33,33,33,0.5);
    border-color: #DDE5ED;
    border-radius: 10px 10px 10px 10px;
    margin-left: -1.11rem;
    box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

    z-index: 99;
}

    .dropdown-content a[b-0kfm874d9y] {
        color: #1E22AA;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        line-height: 1.5rem !important;
        border: none !important;
    }

/*.dropdown-content a:hover {
            background-color: rgba(221,228,237,0.8);
            border: none;
            border-radius: 0px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}

            .dropdown-content a:hover:last-child {
                background-color: rgba(221,228,237,0.8);
                border: none;
                border-radius: 0px 0px 10px 10px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}*/

/*
.dropdown ::deep a.active {
    border-radius: 0px !important;
}

.dropdown ::deep a {
    border-radius: 0px !important;
}

    .dropdown ::deep a:hover {
        border-radius: 0px !important;
    }*/

.dropdown .active .dropdown-content[b-0kfm874d9y] {
    display: block;
}







/* _content/PortalPoc.Web/Pages/Manage/Routers/NetworkRouterForm.razor.rz.scp.css */
.image-container[b-bqhkrgv1cl] {
    height: 100px;
    width: 100px;
}

.loaded-image[b-bqhkrgv1cl] {
    z-index: 999;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* _content/PortalPoc.Web/Pages/Manage/Routers/NetworkRouterGetAll.razor.rz.scp.css */


th[b-gvxupshydx] {
	border: 0.1em solid #1E22AA;
	/*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

.table-scroll[b-gvxupshydx] {
	border-collapse: separate;
	border-spacing: 0 .6rem;
	/*width:100%; */
	display: block;
	empty-cells: show;
	/* Decoration */
	/*border-spacing: 0;*/
	/*border: 1px solid;*/
}

	.table-scroll thead[b-gvxupshydx] {
		/*background-color: #f1f1f1;*/
		position: relative;
		display: block;
		/*width: 100%;*/
		overflow-y: scroll;
		/*overflow:hidden;*/
		height: 3rem;
		/*margin-right: 5px;*/

	}

	.table-scroll tbody[b-gvxupshydx] {
		/* Position */
		display: block;
		position: relative;
		width: 100%;
		overflow-y: scroll;
		/* Decoration */
		/*border-top: 1px solid rgba(0,0,0,0.2);*/
	}

	.table-scroll tbody tr[b-gvxupshydx] {
		margin-bottom: .8rem;
	}

		.table-scroll tr[b-gvxupshydx] {
			width: 100%;
			display: flex;
		}

	.table-scroll td[b-gvxupshydx], .table-scroll th[b-gvxupshydx] {
		flex-basis: 100%;
		flex-grow: 2;
		display: block;
		/*padding: 1rem;*/
		text-align: left;
	}

	/* Other options */

	.table-scroll.small-first-col td:first-child[b-gvxupshydx],
	.table-scroll.small-first-col th:first-child[b-gvxupshydx] {
		flex-basis: 20%;
		flex-grow: 1;
	}

thead[b-gvxupshydx], tbody tr[b-gvxupshydx] {
	display: table;
	width: 100%;
	table-layout: fixed; /* even columns width , fix width of table too*/
}

	tbody tr[b-gvxupshydx] {
		padding-right:20px;
	}

	.body-quarter-of-screen[b-gvxupshydx] {
		max-height: 45vh;
	}

tr th[b-gvxupshydx] {
	border-left: none;
	border-right: none;
	background-color: #1E22AA;
	color: #FFFFFF;
	font-weight:100;
}

	tr th:first-child[b-gvxupshydx] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr th:last-child[b-gvxupshydx] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;
	}

td[b-gvxupshydx] {
	border: 0.1em solid #1E22AA;
	padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-gvxupshydx] {
	border-left: none;
	border-right: none;
	white-space: nowrap;
	overflow: hidden;
}

	tr td:first-child[b-gvxupshydx] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr td:last-child[b-gvxupshydx] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;

	}

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/


/*.dropdown ::deep a.active {
    border: solid 2px;
    border-color: #1E22AA;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px !important;
}*/


.dropdown[b-gvxupshydx] {
	position: relative;
	display: inline-block;
	/*border: none !important;*/
}



.dropdown-content[b-gvxupshydx] {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	width: 16rem;
	margin-top: 3rem;
	border: solid 1px rgba(33,33,33,0.5);
	border-color: #DDE5ED;
	border-radius: 10px 10px 10px 10px;
	margin-left: -1.11rem;
	box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

	z-index: 99;
}

	.dropdown-content a[b-gvxupshydx] {
		color: #1E22AA;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		line-height: 1.5rem !important;
		border: none !important;
	}

/*.dropdown-content a:hover {
            background-color: rgba(221,228,237,0.8);
            border: none;
            border-radius: 0px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}

            .dropdown-content a:hover:last-child {
                background-color: rgba(221,228,237,0.8);
                border: none;
                border-radius: 0px 0px 10px 10px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}*/

/*
.dropdown ::deep a.active {
    border-radius: 0px !important;
}

.dropdown ::deep a {
    border-radius: 0px !important;
}

    .dropdown ::deep a:hover {
        border-radius: 0px !important;
    }*/

.dropdown .active .dropdown-content[b-gvxupshydx] {
	display: block;
}







/* _content/PortalPoc.Web/Pages/Manage/Routers/NetworkRouterNonAdminGetAll.razor.rz.scp.css */

th[b-hel3sozkbz] {
	border: 0.1em solid #1E22AA;
	/*padding: 0.4rem 1rem 0.4rem 1rem;*/
}

.table-scroll[b-hel3sozkbz] {
	border-collapse: separate;
	border-spacing: 0 .6rem;
	/*width:100%; */
	display: block;
	empty-cells: show;
	/* Decoration */
	/*border-spacing: 0;*/
	/*border: 1px solid;*/
}

	.table-scroll thead[b-hel3sozkbz] {
		/*background-color: #f1f1f1;*/
		position: relative;
		display: block;
		/*width: 100%;*/
		overflow-y: scroll;
		/*overflow:hidden;*/
		height: 3rem;
		/*margin-right: 5px;*/

	}

	.table-scroll tbody[b-hel3sozkbz] {
		/* Position */
		display: block;
		position: relative;
		width: 100%;
		overflow-y: scroll;
		/* Decoration */
		/*border-top: 1px solid rgba(0,0,0,0.2);*/
	}

	.table-scroll tbody tr[b-hel3sozkbz] {
		margin-bottom: .8rem;
	}

		.table-scroll tr[b-hel3sozkbz] {
			width: 100%;
			display: flex;
		}

	.table-scroll td[b-hel3sozkbz], .table-scroll th[b-hel3sozkbz] {
		flex-basis: 100%;
		flex-grow: 2;
		display: block;
		/*padding: 1rem;*/
		text-align: left;
	}

	/* Other options */

	.table-scroll.small-first-col td:first-child[b-hel3sozkbz],
	.table-scroll.small-first-col th:first-child[b-hel3sozkbz] {
		flex-basis: 20%;
		flex-grow: 1;
	}

thead[b-hel3sozkbz], tbody tr[b-hel3sozkbz] {
	display: table;
	width: 100%;
	table-layout: fixed; /* even columns width , fix width of table too*/
}

	tbody tr[b-hel3sozkbz] {
		padding-right:20px;
	}

	.body-quarter-of-screen[b-hel3sozkbz] {
		max-height: 45vh;
	}

tr th[b-hel3sozkbz] {
	border-left: none;
	border-right: none;
	background-color: #1E22AA;
	color: #FFFFFF;
	font-weight:100;
}

	tr th:first-child[b-hel3sozkbz] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr th:last-child[b-hel3sozkbz] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;
	}

td[b-hel3sozkbz] {
	border: 0.1em solid #1E22AA;
	padding: 0.4rem 1rem 0.4rem 1rem;
}

tr td[b-hel3sozkbz] {
	border-left: none;
	border-right: none;
	white-space: nowrap;
	overflow: hidden;
}

	tr td:first-child[b-hel3sozkbz] {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0.1em solid #1E22AA;
	}

	tr td:last-child[b-hel3sozkbz] {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 0.1em solid #1E22AA;

	}

/*tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

tr:first-child td {
	border-top-style: solid;
}

tr td:first-child {
	border-left-style: solid;
}*/


/*.dropdown ::deep a.active {
    border: solid 2px;
    border-color: #1E22AA;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px !important;
}*/


.dropdown[b-hel3sozkbz] {
	position: relative;
	display: inline-block;
	/*border: none !important;*/
}



.dropdown-content[b-hel3sozkbz] {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	width: 16rem;
	margin-top: 3rem;
	border: solid 1px rgba(33,33,33,0.5);
	border-color: #DDE5ED;
	border-radius: 10px 10px 10px 10px;
	margin-left: -1.11rem;
	box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	-o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

	z-index: 99;
}

	.dropdown-content a[b-hel3sozkbz] {
		color: #1E22AA;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		line-height: 1.5rem !important;
		border: none !important;
	}

/*.dropdown-content a:hover {
            background-color: rgba(221,228,237,0.8);
            border: none;
            border-radius: 0px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}

            .dropdown-content a:hover:last-child {
                background-color: rgba(221,228,237,0.8);
                border: none;
                border-radius: 0px 0px 10px 10px;*/
/*height:100%;*/
/*margin: auto;*/
/*line-height: 1.5rem!important;*/
/*}*/

/*
.dropdown ::deep a.active {
    border-radius: 0px !important;
}

.dropdown ::deep a {
    border-radius: 0px !important;
}

    .dropdown ::deep a:hover {
        border-radius: 0px !important;
    }*/

.dropdown .active .dropdown-content[b-hel3sozkbz] {
	display: block;
}







/* _content/PortalPoc.Web/Pages/Settings.razor.rz.scp.css */

input[b-qhhcnnhui6], label[b-qhhcnnhui6] {
	display: block;
	font-size: 0.8rem;
}

.blue-text[b-qhhcnnhui6] {
	color: #1E22AA;
	font-weight: 800;
	font-size: 0.8rem;
}

.settings-box[b-qhhcnnhui6] {
	border: 1px solid rgba(0,0,0,.125);
	height: 100%;
	-webkit-border-radius: 0.65rem 0.65rem 0rem 0rem;
	border-radius: 0.65rem 0.65rem 0rem 0rem;
}

	.settings-box .settings-input[b-qhhcnnhui6] {
		border: 1px solid rgba(0, 0, 0, .2);
		-webkit-border-radius: 1.25rem;
		border-radius: 1.25rem;
		line-height: 2.5rem;
		margin-bottom: 15px;
		width: 45%;
		padding: 0.2rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.settings-box select[b-qhhcnnhui6] {
		border: 1px solid rgba(0, 0, 0, .2);
		-webkit-border-radius: 1.25rem;
		border-radius: 1.25rem;
		line-height:2.5rem;
		height: 3rem;
		font-size: 1rem;
		width: 45%;
		padding: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	/*.settings-box option {
		border: 1px solid rgba(0, 0, 0, .2);
		-webkit-border-radius: 1.25rem;
		border-radius: 1.25rem;
		padding: 10px;
		line-height: 20px;
	}*/

	.settings-box .settings-submit[b-qhhcnnhui6] {
		display: inline-block;
		font-weight: 800;
		line-height: 2.5;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background-color: #1E22AA;
		border: 1px solid transparent;
		padding: .75rem .75rem;
		font-size: 0.5rem;
		-webkit-border-radius: 1.25rem;
		border-radius: 1.25rem;
		margin-bottom: 5px;
		width: 45%;
		margin-top: 5rem;
		margin-bottom: 1rem;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}

	.settings-box .user-photo[b-qhhcnnhui6] {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}

.security-box[b-qhhcnnhui6] {
	border: 1px solid rgba(0,0,0,.125);
	height: 100%;
	-webkit-border-radius: 0rem 0rem 0.65rem 0.65rem;
	border-radius: 0rem 0rem 0.65rem 0.65rem;
}

	.security-box .settings-go-to-security[b-qhhcnnhui6] {
		display: inline-block;
		line-height: 3.5rem;
		height: 3.5rem;
		margin-top: 0;
		text-align: left;
		text-decoration: none;
		cursor: pointer;
		width: 40%;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}

	.security-box .settings-go-to-security-arrow[b-qhhcnnhui6] {
		display: inline-block;
		line-height: 3.5rem;
		height: 3.5rem;
		margin-top: 0;
		text-align: right;
		text-decoration: none;
		cursor: pointer;
		width: 5%;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
/*.settings-box .settings-save-changes {
		display: inline-block;
		font-weight: 800;
		line-height: 1.5;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background-color: #1E22AA;
		border: 1px solid transparent;
		padding: .375rem .75rem;
		font-size: 0.5rem;
		-webkit-border-radius: 1.25rem;
		border-radius: 1.25rem;
		margin-bottom: 5px;
		width: 50%;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}*/
/* _content/PortalPoc.Web/Pages/Shared/LoadingOverlay.razor.rz.scp.css */
html[b-9dph3s6vfq], body[b-9dph3s6vfq] {
    align-items: center;
    background-color: black;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
}
.loading-overlay[b-9dph3s6vfq] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    backdrop-filter: blur(30px);
}
    .loading-overlay .loading-container[b-9dph3s6vfq] {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

.loader[b-9dph3s6vfq] {
    width: 60px;
}

.loader-wheel[b-9dph3s6vfq] {
    animation: spin-b-9dph3s6vfq 1s infinite linear;
    border: 2px solid #ced4da;
    border-left: 4px solid #6c757d;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
}

.loader-text[b-9dph3s6vfq] {
    color: #6c757d;
    font-family: arial, sans-serif;
}

    .loader-text[b-9dph3s6vfq]:after {
        content: 'Loading';
        animation: load-b-9dph3s6vfq 2s linear infinite;
    }

@keyframes spin-b-9dph3s6vfq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes load-b-9dph3s6vfq {
    0% {
        content: 'Loading';
    }

    33% {
        content: 'Loading.';
    }

    67% {
        content: 'Loading..';
    }

    100% {
        content: 'Loading...';
    }
}
/* _content/PortalPoc.Web/Pages/Shared/MainLayout.razor.rz.scp.css */
.page[b-7zhkzr9kiv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7zhkzr9kiv] {
    flex: 1;
}

    




main .top-row[b-7zhkzr9kiv] {
    margin-top: 1rem;
}

.top-row[b-7zhkzr9kiv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7zhkzr9kiv]  a, .top-row .btn-link[b-7zhkzr9kiv] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-7zhkzr9kiv] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7zhkzr9kiv] {
        display: none;
    }

    .top-row.auth[b-7zhkzr9kiv] {
        justify-content: space-between;
    }

    .top-row a[b-7zhkzr9kiv], .top-row .btn-link[b-7zhkzr9kiv] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7zhkzr9kiv] {
        flex-direction: row;
    }

   

    .top-row[b-7zhkzr9kiv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-7zhkzr9kiv], article[b-7zhkzr9kiv] {
      /*  padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}
/* _content/PortalPoc.Web/Pages/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-6o70onvu7g] {
    background-color: #DDE5ED;
    border-radius: 10px;
}

.navbar-toggler[b-6o70onvu7g] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6o70onvu7g] {
    height: 3.5rem;
}

.navbar-brand[b-6o70onvu7g] {
    font-size: 1.1rem;
}

    .navbar-brand img[b-6o70onvu7g] {
        width: 100%;
        max-height: 5rem;
    }

.nav-item[b-6o70onvu7g] {
    font-size: 1rem;
    padding-bottom: 0.8rem;
    color: #1E22AA;
}

    .nav-item:first-of-type[b-6o70onvu7g] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6o70onvu7g] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6o70onvu7g]  a {
        color: #1E22AA;
        border-radius: 10px;
        border: solid 2px;
        border-color: #DDE5ED;
        height: 3rem;
        display: flex;
        align-items: center;
        /*line-height: 3rem;*/
        padding-left: 1rem;
    }

/*        (.nav-item ::deep a):last-child {
            border-radius: 0px !important;
            border: solid 0px !important;
        }
*/
        .nav-item[b-6o70onvu7g]  a ::before {
            color: #1E22AA;
        }

        .nav-item[b-6o70onvu7g]  a.active {
            border: solid 2px;
            border-color: #1E22AA;
            font-weight: bold;
        }

        .nav-item[b-6o70onvu7g]  a:hover {
            border: solid 2px ;
            border-color: #1E22AA;
        }

.hoverable-dropdown[b-6o70onvu7g]  a.active {
    border: solid 2px;
    border-color: #1E22AA;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px !important;
}

  /*      .nav-item ::deep a:hover:nth-child(2) {
            border: solid 2px;
            border-color: #1E22AA;
            border-radius: 0px;
        }*/

.nav-item-strolll-logout[b-6o70onvu7g]  a {
    border: none !important;
    margin-left: 0px;
}

.nav-item-strolll-logout[b-6o70onvu7g]  a.active {
    border: none !important;
    margin-left: 0px;
}

.nav-item-strolll-logout[b-6o70onvu7g]  a:hover {
    border: none !important;
    margin-left: 0px;
}

.nav-item.sidemenu-category[b-6o70onvu7g] {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    margin-top: 1em;
    margin-bottom: 1em;
}

hr.sidemenu-separator[b-6o70onvu7g] {
    border-top: 2px solid #bbb;
}

.nav-item-strolll[b-6o70onvu7g] {
    /* width: 73%;
    margin-left: auto !important;*/
    width: 100%;
    margin-right: auto !important;
    margin-top: 0.3rem;
    text-align: center !important;
    align-items: center !important;
    align-content: center !important;
}

.strolll-icon[b-6o70onvu7g] {
    position: relative;
    font-size: 1.2rem;
    vertical-align: text-top;
    width: 2rem;
    height: 2rem;
    top: -2px;
}

.strolll-admin-icon[b-6o70onvu7g] {
    height: 1.8rem;
    width: 1.8rem;
    margin-right: 1rem;
    display: block;
    box-sizing: border-box;
}

.strolll-icon-home[b-6o70onvu7g] {
    background: url('icons/patient_list_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-icon-marker[b-6o70onvu7g] {
    background: url('icons/marker.png') no-repeat center center;
    background-size: contain;
}

.strolll-icon-statistics[b-6o70onvu7g] {
    background: url('icons/patient_statistics_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-icon-logout[b-6o70onvu7g] {
    background: url('icons/logout_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-admin-icon-logout[b-6o70onvu7g] {
    background: url('icons/admin_logout_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-icon-add[b-6o70onvu7g] {
    background: url('icons/quick_add_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-icon-ifu[b-6o70onvu7g] {
    background: url('icons/ifu_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-admin-add-icon[b-6o70onvu7g] {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 0.6rem;
    margin-left: 1rem;
    display: block;
    box-sizing: border-box;
}

.strolll-icon-add-patient[b-6o70onvu7g] {
    background: url('icons/add_new_patient_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-icon-add-program[b-6o70onvu7g] {
    background: url('icons/add_new_program_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-icon-add-hcp[b-6o70onvu7g] {
    background: url('icons/admin_add_hcp_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-icon-patient-schedule[b-6o70onvu7g] {
    background: url('icons/patient_schedule_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-icon-patient-session-data[b-6o70onvu7g] {
    background: url('icons/patient_session_data_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-icon-admin[b-6o70onvu7g] {
    background: url('icons/admin_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-icon-time[b-6o70onvu7g] {
    background: url('icons/clock_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-icon-profile[b-6o70onvu7g] {
    background: url('icons/my_profile_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-admin-icon-home[b-6o70onvu7g] {
    background: url('icons/admin_home_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-admin-icon-organisation[b-6o70onvu7g] {
    background: url('icons/admin_organisation_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-admin-icon-hcp[b-6o70onvu7g] {
    background: url('icons/admin_hcp_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-admin-icon-device[b-6o70onvu7g] {
    background: url('icons/admin_device_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-admin-icon-router[b-6o70onvu7g] {
    background: url('icons/router_icon.png') no-repeat center center;
    background-size: contain;
}
.strolll-admin-icon-image-marker[b-6o70onvu7g] {
    background: url('icons/image_marker_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-admin-icon-admin[b-6o70onvu7g] {
    background: url('icons/admin_admin_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-admin-icon-add-organisation[b-6o70onvu7g] {
    background: url('icons/admin_add_organisation_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-admin-icon-add-hcp[b-6o70onvu7g] {
    background: url('icons/admin_add_hcp_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-admin-icon-add-device[b-6o70onvu7g] {
    background: url('icons/admin_add_device_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-admin-icon-add-router[b-6o70onvu7g] {
    background: url('icons/admin_add_router_icon.png') no-repeat center center;
    background-size: contain;
}

.strolll-admin-icon-add-admin[b-6o70onvu7g] {
    background: url('icons/admin_add_admin_icon.png') no-repeat center center;
    background-size: contain;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6o70onvu7g] {
        display: none;
    }

    .sidebar[b-6o70onvu7g] {
        width: 15vw;
        height: 96vh;
        position: sticky;
        top: 0;
        margin: 1rem;
    }

    .collapse[b-6o70onvu7g] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}


/*.dropbtn {*/
    /*background-color: #04AA6D;*/
    /*color: #1E22AA;*/
    /*padding: 16px;*/
    /*font-size: 16px;
    border: none;
}*/



.hoverable-dropdown[b-6o70onvu7g] {
    position: relative;
    display: inline-block;
    /*border: none !important;*/
}

/* .dropdown ::deep a:active {
    border-radius: 10px 10px 0px 0px;
}*/
/*
    .dropdown .active ::deep a {
        border-radius: 10px 10px 0px 0px;
    }
*/

.admin-content[b-6o70onvu7g] {
    margin-top: 15rem;
}

.clinical-lead-content[b-6o70onvu7g] {
    margin-top: 12rem;
}


    .hcp-content a:first-child[b-6o70onvu7g] {
        border-radius: 10px 10px 0px 0px;
    }

    .hcp-content a:last-child[b-6o70onvu7g] {
        border-radius: 0px 0px 10px 10px;
        border-bottom: solid 2px;
        border-top: solid 2px;
    }
    .hcp-content a:not(:last-child)[b-6o70onvu7g] {
        border-bottom: 0px;
    }
    .hcp-content a:not(:first-child)[b-6o70onvu7g] {
        border-top: 0px;
    }
    .hcp-content a:not(:first-child):not(:last-child)[b-6o70onvu7g] {
        border-radius: 0px;
    }
    .hcp-content a[b-6o70onvu7g] {
        font-weight: 400;
        border-left: solid 2px;
        border-right: solid 2px;
        border-color: #1E22AA;
        font-size: 0.85rem;
    }


.hoverable-dropdown-content a[b-6o70onvu7g] {
    color: #1E22AA;
    padding: 1.5rem 0.4rem;
    text-decoration: none;
    /*display: block;*/
    line-height: 2rem !important;
    /*border: none !important;*/
    background-color: #f2f5f8;
    font-size: 0.85rem;
    font-weight: 400;
}
.hoverable-dropdown-content .hcp-create-patient[b-6o70onvu7g] {
    border-radius: 10px 10px 0px 0px;
    border-bottom: 0px;
    border-top: solid 2px;
    border-left: solid 2px;
    border-right: solid 2px;
    border-color: #1E22AA;
}

.hoverable-dropdown-content a:hover[b-6o70onvu7g] {
    /*background-color: rgba(221,228,237,0.8);*/
    /*    border: none;
            border-radius: 0px;*/
    /*height:100%;*/
    /*margin: auto;*/
    font-weight: bold !important;
    /*line-height: 1.5rem!important;*/
}
.hoverable-dropdown-content a:first-child[b-6o70onvu7g] {
    border-radius: 10px 10px 0px 0px;
    border-bottom: 0px;
    border-top: solid 2px;
    border-left: solid 2px;
    border-right: solid 2px;
}
.hoverable-dropdown-content a:last-child[b-6o70onvu7g] {
    border-radius: 0px 0px 10px 10px;
    border-top: 0px;
    border-bottom: solid 2px;
    border-left: solid 2px;
    border-right: solid 2px;
    border-color: #1E22AA;
}
.hoverable-dropdown-content a:first-child:last-child[b-6o70onvu7g] {
    border-radius: 10px 10px 10px 10px;
    border-bottom: solid 2px;
    border-top: solid 2px;
    border-left: solid 2px;
    border-right: solid 2px;
}

.hoverable-dropdown-content a:not(:first-child):not(:last-child)[b-6o70onvu7g] {
    border-radius: 0px 0px 0px 0px;
    border-bottom: 0px;
    border-top: 0px;
    border-left: solid 2px;
    border-right: solid 2px;
}

/* _content/PortalPoc.Web/Pages/Shared/TopBar.razor.rz.scp.css */

.topbar-column[b-mcw9iophi2] {
    text-align: right;
    float: right;
}
    .topbar-column .block[b-mcw9iophi2] {
        display: inline-block;
    }
        .topbar-column .block .filter-wrapper-top-bar[b-mcw9iophi2] {
            display: inline-block;
            text-align: center;
        }
    .topbar-column .datetime[b-mcw9iophi2] {
        display: inline-block;
        text-align: right;
    }
        .topbar-column .datetime .inner[b-mcw9iophi2] {
            color: #1E22AA;
            font-size: 1rem;
            padding: 0rem 0rem 0.5rem 0rem;
            white-space: nowrap;
            display: inline-block;
        }
            .topbar-column .block .filter-wrapper-top-bar .photo-show.icon[b-mcw9iophi2] {
                height: 1.8rem;
                display: inline-flex;
                justify-content: flex-start;
                align-items: center;
                flex-wrap: nowrap;
                flex-direction: row;
                margin-right: 1rem;
            }
                .topbar-column .block .filter-wrapper-top-bar .photo-show.icon .inner-icon[b-mcw9iophi2] {
                    height: 1.8rem;
                    width: 1.8rem;
                    border-radius: 0.9rem;
                    border: 1px transparent;
                }
            .topbar-column .block .filter-wrapper-top-bar .entity-column[b-mcw9iophi2] {
                text-decoration: none;
                text-align: right;
            }
                .topbar-column .block .filter-wrapper-top-bar .entity-column .entity-name[b-mcw9iophi2] {
                    display: inline-block;
                    color: #1E22AA;
                    font-size: 1rem;
                    font-weight: 600;
                    margin-top: auto;
                    margin-bottom: auto;
                    text-align: right;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    max-width: 20rem;
                }
                .topbar-column .block .filter-wrapper-top-bar .entity-column .entity-label[b-mcw9iophi2] {
                    display: inline-block;
                    color: #1E22AA;
                    font-size: .8rem;
                    text-align: right;
                    margin-top: auto;
                    margin-bottom: auto;
                    padding-left: 1rem;
                }

.dropdown-content-top-bar[b-mcw9iophi2] {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 30rem;
    margin-top: 1.4rem;
    border: solid 1px rgba(33,33,33,0.5);
    border-color: #DDE5ED;
    border-radius: 10px 10px 10px 10px;
    right: 1rem;
    box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -moz-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -webkit-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    -o-box-shadow: -5px 5px 5px rgba(221,229,237,1);
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 9999;
}

    .dropdown-content-top-bar a[b-mcw9iophi2] {
        color: #1E22AA;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        line-height: 1.5rem !important;
        border: none !important;
    }

.selected-entity[b-mcw9iophi2] {
    background-color: #1E22AA;
    color: #FFFFFF;
}
.non-selected-entity[b-mcw9iophi2] {
    background-color: #FFFFFF;
    color: #1E22AA;
}

.account-icon-topbar[b-mcw9iophi2] {
    background: url('../icons/no_patient_red_cirle.png') no-repeat center center;
    background-size: 28px;
    height: 1.8rem;
    width: 1.8rem;
}

.feedback-icon[b-mcw9iophi2] {
    background: url('../icons/feedback_icon.png') no-repeat center center;
    height: 1.8rem;
    width: 1.8rem;
    background-size: contain;
}
    .account-icon-topbar p[b-mcw9iophi2] {
        margin-left: 50px;
    }

.account-icon-topbar-selected[b-mcw9iophi2] {
    background: url('../icons/patient_is_selected.png') no-repeat center center;
    background-size: 28px;
    height: 1.8rem;
    width: 1.8rem;
}

    .account-icon-topbar-selected p[b-mcw9iophi2] {
        margin-left: 50px;
    }


.arrow-filter-desc-top-bar[b-mcw9iophi2] {
    background-image: url('../icons/arrow_point_down-top-bar.png');
    background-repeat: no-repeat;
    background-size: 50px;
    background-position-x: 50%;
    background-position-y: 50%;
    display: block;
    /*box-sizing: border-box;
    position: relative;
    vertical-align: text-top;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    float: right;
    width: 2rem;
    height: 3rem;
    margin-left: 1rem;
    color: #1E22AA;
    border: none;
}

.arrow-filter-asc-top-bar[b-mcw9iophi2] {
    background-image: url('../icons/arrow_point_up-top-bar.png.png');
    background-repeat: no-repeat;
    background-size: 50px;
    background-position-x: 50%;
    background-position-y: 50%;
    display: block;
    /* box-sizing: border-box;
    position: relative;
    vertical-align: text-top;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
    .arrow-filter-asc-top-bar.dropbtn-top-bar[b-mcw9iophi2] {
        text-align: center;
        float: right;
        width: 2rem;
        height: 3rem;
        margin-left: 1rem;
        color: #1E22AA;
        border: none;
    }

.dropdown-content-top-bar .row[b-mcw9iophi2] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    --bs-gutter-x: 1.5rem;
}
.dropdown-content-top-bar .form[b-mcw9iophi2] {
    display: inline-block;
    text-align: right;
    margin-top: 1rem;
}
    .dropdown-content-top-bar .search-top-bar[b-mcw9iophi2] {
        outline: none;
        cursor: pointer;
        border: none;
        margin-right: -50px;
        padding-left: 20px;
        height: 100%;
    }
.dropdown-content-top-bar .search-term[b-mcw9iophi2] {
    width: 100%;
    padding: 0.3rem 2rem 0.3rem 2.5rem;
    border: 0.1rem solid #1E22AA;
    border-radius: 10px;
}
.dropdown-content-top-bar .entity-list[b-mcw9iophi2] {
    margin-top: 1rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    --bs-gutter-x: 1.5rem;
}
    .dropdown-content-top-bar .entity-list .entity-col[b-mcw9iophi2] {
        text-align: start;
        padding-right: 1rem;
        padding-bottom: 1rem;
    }

.dropdown-content-top-bar .table-scroll[b-mcw9iophi2] {
    border: 0.1rem solid #1E22AA;
    border-radius: 10px;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
}
    .dropdown-content-top-bar .table-scroll .list-item[b-mcw9iophi2] {
        list-style-type: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        border: none;
        padding-right: 1rem;
        width: 100%;
        max-height: 5rem;
        height: 5rem;
        color: #1E22AA;
        border: none;
        font-size: 1.2rem;
        outline: none;
        overflow-y: auto;
        height: 7rem;
        max-height: 7rem;
    }
        .dropdown-content-top-bar .table-scroll .list-item .no-entity[b-mcw9iophi2] {
            cursor: pointer;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
        }
        .dropdown-content-top-bar .table-scroll .list-item .entity[b-mcw9iophi2] {
            cursor: pointer;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
