/*
 * =====================================================================================
 * This stylesheet should only contain styles specific to the Commercial Services Portal
 * If you would like to create a style used across all Commercial Services apps, add
 * it to Naus.CommercialServices.Shared.UI/wwwroot/css/site.css
 * =====================================================================================
 */

.search-type-button {
	min-width: 100px;
	max-width: 100px;
	/* ReSharper disable once CssBrowserCompatibility */
	border-radius: 10px 10px 10px 0;
	min-height: 28px;
	margin-top: 11px;
	border-width: 0;
	cursor: pointer;
	font-weight: 500;
	border-bottom: #949494 solid 1px;
	color: #545454;
	padding: 8px;
}

.inline-button {
	position: absolute;
	right: 36px;
	top: 108px;
}

.video-container {
	position: relative;
	object-fit: cover;
	border-radius: 10px;
	padding: 10px 0 10px;
}

.btn-carousel {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	padding: 0;
	text-align: center;
	background: 0 0;
	border: 0;
	cursor: pointer;
}

.btn-prev {
	left: 0;
}

.btn-next {
	right: 0;
}

.icon-carousel {
	opacity: 0.9;
	transition: all 0.15s ease;
}

.icon-carousel:hover {
	opacity: 0.7;
}

.icon-carousel:active {
	opacity: 0.7;
}

.icon-next {
	transform: scale(4);
	padding-top: 2px;
	padding-right: 10px;
}

.icon-prev {
	transform: scale(4);
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 2px;
}

.btn-arrow-background {
	background-color: rgba(151, 212, 226, 0.7);
	position: absolute;
	height: 100px;
	width: 75px;
}

.btn-arrow-background.prev {
	border-radius: 25px 25px 0 25px;
}

.btn-arrow-background.next {
	border-radius: 25px 25px 25px 0;
	right: 0;
}

.readonly-user {
	color: gray !important;
}

@media (min-width: 800px) {
	.video-container {
		max-width: 90%;
	}
}

@media (min-width: 1200px) {
	.video-container {
		max-width: 80%;
	}
}

@media (min-width: 1600px) {
	.video-container {
		max-width: 70%;
	}
}

@media (min-width: 2000px) {
	.video-container {
		max-width: 60%;
	}
}

@media (min-width: 2500px) {
	.video-container {
		max-width: 50%;
	}
}
