/* _content/RoughWebApp/BlazorThreeG/Admin/ApplicationAreaEditForm.razor.rz.scp.css */
.area-image-drop-zone[b-htkxhf8001]
{
	padding: 8px;
}

.drop-zone-area[b-htkxhf8001] {
	background-color: rgba(0, 255, 0);
	padding: 8px;
}
/* _content/RoughWebApp/BlazorThreeG/Controls/Calendar.razor.rz.scp.css */
.hours-label[b-q80qfl6itg] {
	background-color: rgb(105, 105, 105);
	color: white;
	min-width: 50px;
	padding: 2px;
	text-align: center;
	border-radius: 4px;
}

.count-label[b-q80qfl6itg] {
	background-color: rgb(61, 60, 133);
	color: white;
	min-width: 50px;
	padding: 2px;
	text-align: center;
	border-radius: 4px;
	margin-left: 2px;
}

.panel-label[b-q80qfl6itg] {
	color: rgb(25, 135, 84);
}

.truss-label[b-q80qfl6itg] {
	color: rgb(220, 53, 69);
}

.material-label[b-q80qfl6itg] {
	color: rgb(255, 179, 0)
}

.frame-label[b-q80qfl6itg] {
	color: rgb(13, 110, 253);
}

.siding-label[b-q80qfl6itg] {
	color: rgb(101, 49, 245);
}

.hardware-label[b-q80qfl6itg] {
	color: #8a96eb;
}

.plywood-label[b-q80qfl6itg] {
	color: rgb(245, 124, 49);
}

.pickup-label[b-q80qfl6itg] {
	color: rgb(19, 169, 214);
}
/* _content/RoughWebApp/BlazorThreeG/Controls/CreatedByInfo.razor.rz.scp.css */
.info-box[b-50e7deeots]{
	width: 99%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.label[b-50e7deeots] {
	font-size: 1em !important;
	color: var(--bs-primary);
	padding-left: 1.5em;
	margin-top: .5em;
	margin-bottom: .5em;
	font-weight: bolder;
}

.created-by[b-50e7deeots] {
	font-size: 1em !important;
	margin-top: .5em;
	margin-bottom: .5em;
}

.created-date[b-50e7deeots] {
	font-size: 1em !important;
	margin-top: .5em;
	margin-bottom: .5em;
}

.modified-by[b-50e7deeots] {
	font-size: 1em !important;
	margin-top: .5em;
	margin-bottom: .5em;
}

.modified-date[b-50e7deeots] {
	font-size: 1em !important;
	margin-top: .5em;
	margin-bottom: .5em;
}
/* _content/RoughWebApp/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-sqmtg7f19z] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-sqmtg7f19z] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
