﻿.conference {
	width: 233px;
}

.conference-disable {
	background-image: url(/images/2020/9/23/ConferenceDisable.png);
	background-repeat: no-repeat;
	color: #FFF;
}

.conference-enable {
	background-image: url(/images/2020/9/23/ConferenceEnable.png);
	background-repeat: no-repeat;
	color: #FFF;
}

/*.select-room {
	width: 160px;
}*/

.select-room-disable {
	background-image: url(/images/2020/9/23/SelectRoomDisable.png);
	background-repeat: no-repeat;
	color: gray;
}

.select-room-enable {
	background-image: url(/images/2020/9/23/SelectRoomEnable.png);
	background-repeat: no-repeat;
	color: #FFF;
}

.select-room-active {
	background-image: url(/images/2020/9/23/SelectRoomDisable.png);
	background-repeat: no-repeat;
	color: #FFF;
}

/*.room-options {
	width: 173px;
}*/

.room-options-disable {
	background-image: url(/images/2020/9/23/RoomOptionsEnable.png);
	background-repeat: no-repeat;
	color: gray;
}

.room-options-enable {
	background-image: url(/images/2020/9/23/RoomOptionsDisable.png);
	background-repeat: no-repeat;
	color: #FFF;
}

.room-options-active {
	background-image: url(/images/2020/9/23/RoomOptionsEnable.png);
	background-repeat: no-repeat;
	color: #FFF;
}

/*.confirm {
	width: 135px;
}*/

.confirm-disable {
	background-image: url(/images/2020/9/23/ConfirmDisable.png);
	background-repeat: no-repeat;
	color: gray;
}

.confirm-enable {
	background-image: url(/images/2020/9/24/ConfirmEnable.png);
	background-repeat: no-repeat;
	color: #FFF;
}

.confirm-active {
	background-image: url(/images/2020/9/23/ConfirmDisable.png);
	background-repeat: no-repeat;
	color: #FFF;
}

.select-room-border {
	border: 1px solid #5D5D5D;
}

.-ml-71 {
	margin-left: -71px;
}

.-ml-130 {
	margin-left: -130px;
}

.table {
	width: 100%;
	margin-top: 10px;
	background: #262626;
	color: #bababa;
}

.color-white {
	color: #FFF;
}

.validation-message {
	color: #981717;
}

img, video {
	width: 100%;
}

.room-section {
	background: #262626;
}

.room-section-image {
	height: 215px;
}

.room-section-select {
	border-color: #434343 !important;
}

.room-section-active {
	border: 2px solid #FFFFFF !important;
}

.confirm-section {
	background: #262626;
}

.confirm-conference-image {
	height: 125px;
}

table th {
	text-align: left;
}

.pencil-icon {
	width: 15%;
}

.times-circle {
	width: 15%;
}

.spinner {
	border: 16px solid silver;
	border-top: 16px solid #337AB7;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 700ms linear infinite;
	top: 40%;
	left: 50%;
	position: absolute;
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.background-color {
	background: #000;
}

.preview-image {
	width: 246.98px;
	height: 246.98px;
}

.preview-list-image-height {
	height: 255px;
}

.selected-preview-image {
	margin-top: -211px;
}

.selected-background-image {
	margin-top: -375px;
}

.right-115 {
	right: 115px;
}

.right-25 {
	right: 25px;
}

.right--3 {
	margin-right: -3px;
}

.right-5 {
	margin-right: 5px;
}

.right-8 {
	margin-right: 8px;
}

a:focus {
	outline: none !important;
	outline-offset: none !important;
}

.create-conference-body {
	background: #f5f6f5;
	color: #333;
}

/* helper classses */

.margin-top-20 {
	margin-top: 20px;
}

.margin-bottom-20 {
	margin-top: 20px;
}

.no-margin {
	margin: 0px;
}

/* box component */
.box {
	border-color: #e6e6e6;
	background: #FFF;
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	padding: 10px;
	margin-bottom: 40px;
}

.box-center {
	margin: 20px auto;
}
/* input [type = file]
----------------------------------------------- */
input[type=file] {
	display: block !important;
	right: 1px;
	top: 1px;
	height: 34px;
	opacity: 0;
	width: 100%;
	background: none;
	position: absolute;
	overflow: hidden;
	z-index: 2;
}

.control-fileupload {
	display: block;
	border: 1px solid #d6d7d6;
	background: #191919;
	border-radius: 4px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px 2px 10px;
	overflow: hidden;
	position: relative;
	/* File upload button */
}

	.control-fileupload:before,
	.control-fileupload input,
	.control-fileupload label {
		cursor: pointer !important;
	}

	.control-fileupload:before {
		/* inherit from boostrap btn styles */
		padding: 6px 45px;
		margin-bottom: 0;
		font-weight: bold;
		color: #000000;
		vertical-align: middle;
		cursor: pointer;
		background-color: #8c8c8c;
		border: 1px solid #cccccc;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		border-bottom-color: #b3b3b3;
		border-radius: 4px;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		-webkit-transition: color 0.2s ease;
		transition: color 0.2s ease;
		/* add more custom styles*/
		content: 'Browse';
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		line-height: 20px;
		text-align: center;
	}

	.control-fileupload:hover:before,
	.control-fileupload:focus:before {
		background-color: #e6e6e6;
		color: #333333;
		text-decoration: none;
		background-position: 0 -15px;
		-webkit-transition: background-position 0.2s ease-out;
		transition: background-position 0.2s ease-out;
	}

	.control-fileupload label {
		line-height: 24px;
		color: #999999;
		font-size: 14px;
		font-weight: normal;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		z-index: 1;
		margin-right: 90px;
		margin-bottom: 0px;
		cursor: text;
	}

.presenter-image-size {
	width: 50px;
	height: 50px;
}

.blazored-typeahead.valid.modified {
	outline: none !important;
	border: 1px solid #5E5E5E;
	box-sizing: border-box;
	border-radius: 5px;
}

.blazored-typeahead__results {
	border: 1px solid #5E5E5E !important;
	background: #1A1A1A !important;
}

.blazored-typeahead__input-icon:hover {
	background-color: #1A1A1A !important;
}

.blazored-typeahead {
	border: 1px solid #5E5E5E !important;
}

.blazored-typeahead__results {
	border: none !important;
	background: #1A1A1A !important;
	color: #FFF;
}

.blazored-typeahead__result,
.blazored-typeahead__notfound,
.blazored-typeahead__results-help-template,
.blazored-typeahead__results-header,
.blazored-typeahead__results-footer {
	padding: .25rem 1.25rem .25rem 1.25rem !important;
	border-top: none !important;
	border-bottom: none !important;
}

.blazored-typeahead__selected-item {
	background-color: #000 !important;
}

.blazored-typeahead__input {
	background: #1A1A1A;
	padding-left: 1.25rem !important;
}

	.blazored-typeahead__input:focus {
		border: 1px solid #5E5E5E !important;
		color: #FFF;
	}

.blazored-typeahead:focus-within {
	box-shadow: none !important;
}

.blazored-typeahead__input-icon:focus {
	outline: none;
	box-shadow: none !important;
}

.blazored-typeahead__input-icon:hover {
	background-color: #1A1A1A !important;
}

.blazored-typeahead__input-mask {
	color: #FFF;
}

.blazored-typeahead__active-item,
.blazored-typeahead__result:hover,
.blazored-typeahead__result:focus {
	background-color: #1A1A1A !important;
	border-top: none !important;
	border-bottom: none !important;
	color: #fff;
}

.invalid {
	border-color: #5E5E5E !important;
}

.select-room {
	margin-left: -36px;
}

.room-options {
	margin-left: -143px;
}

.confirm {
	margin-left: -238px;
}

.btn:disabled,
.btn.disabled {
	color: #fff;
	border-color: #a0a0a0;
	background-color: #a0a0a0;
}

	.btn:disabled:hover,
	.btn:disabled:focus,
	.btn.disabled:hover,
	.btn.disabled:focus {
		color: #fff;
		border-color: #a0a0a0;
		background-color: #a0a0a0;
		pointer-events: none;
	}


/*	input[type="date"] {
	height: 47px;
	text-align: center;
	background-image: url(/images/2020/11/19/calendar-alt.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	background-origin: content-box;
}*/

/*input[type="time"] {
	height: 47px;
		text-align: center;
	background-image: url(/images/2020/11/19/calendar-alt.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	background-origin: content-box;
}*/

input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 1;
	display: block;
	background: url(/images/2020/11/19/caret-down.png) no-repeat;
	border-width: thin;
	border: none;
	outline: none;
	cursor: pointer;
	background-position-x: 2px;
	background-position-y: 7px;
}

input[type="time"]::-webkit-calendar-picker-indicator {
	opacity: 1;
	display: block;
	background: url(/images/2020/11/19/caret-down.png) no-repeat;
	border-width: thin;
	border: none;
	outline: none;
	cursor: pointer;
	background-position-y: 7px;
}

select {
	/*height: 47px;*/
	/*background: url(/images/2020/11/19/caret-down.png) no-repeat;
	-webkit-appearance: none;
	background-position-x: 307px;
	background-position-y: 19px;*/
	cursor: pointer;
}

.image-section{
	max-height: 450px;
	overflow-y: auto;
}

.scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
	background-color: #0f0f0f;
	border: 1px solid #262626;
}

.spinner-small {
	position: relative;
}

	.spinner-small::after {
		content: '';
		position: absolute !important;
		top: calc(50% - (1em / 2));
		left: calc(50% - (5em));
		display: block;
		width: 1em;
		height: 1em;
		border: 2px solid currentColor;
		border-radius: 9999px;
		border-right-color: transparent;
		border-top-color: transparent;
		animation: spinAround 500ms infinite linear;
	}

@keyframes spinAround {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}