@import '_content/Dashboard.Shared.UI/Dashboard.Shared.UI.bundle.scp.css';

/* /Pages/SharedPhoto.razor.rz.scp.css */

/* Style the tab */
.tab[b-sr8vwyn7ub] {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

	/* Style the buttons inside the tab */
	.tab button[b-sr8vwyn7ub] {
		background-color: inherit;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		transition: 0.3s;
		font-size: 17px;
	}

		/* Change background color of buttons on hover */
		.tab button:hover[b-sr8vwyn7ub] {
			background-color: #ddd;
		}

		/* Create an active/current tablink class */
		.tab button.active[b-sr8vwyn7ub] {
			background-color: #ccc;
		}

.buttonContainer[b-sr8vwyn7ub] {
	padding-top: 5px;
}

.photoContainer[b-sr8vwyn7ub] {
	width: 80%;
	height: 80%;
}

.tabcontent[b-sr8vwyn7ub] {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

.notAvailable[b-sr8vwyn7ub] {
	color: red;
}

.available[b-sr8vwyn7ub] {
	color: forestgreen;
}
/* /Pages/SharedVideo.razor.rz.scp.css */

/* Style the tab */
.tab[b-puigr16e0s] {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

	/* Style the buttons inside the tab */
	.tab button[b-puigr16e0s] {
		background-color: inherit;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		transition: 0.3s;
		font-size: 17px;
	}

		/* Change background color of buttons on hover */
		.tab button:hover[b-puigr16e0s] {
			background-color: #ddd;
		}

		/* Create an active/current tablink class */
		.tab button.active[b-puigr16e0s] {
			background-color: #ccc;
		}

.buttonContainer[b-puigr16e0s] {
	padding-top: 5px;
}

.videoContainer[b-puigr16e0s] {
	width: 80%;
	height: 80%;
}

.tabcontent[b-puigr16e0s] {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

.notAvailable[b-puigr16e0s] {
	color: red;
}

.available[b-puigr16e0s] {
	color: forestgreen;
}
