tr.captureStation th {
	font-size: 16px !important;
}

tr.captureStation td {
	font-size: 14px !important;
}

td.accessLevel i {
	cursor: pointer;
	width: 16px;
	padding: 0px 3px;
	margin: auto;
}

td.accessLevel a {
	border-bottom: none;
}

#captureStationsContainer{
	background-color: transparent !important;
}

#captureStationsContainer .btn{
	display: inline-block;
}

#captureStationsContainer .spinnerEnabled{
	 min-height: 80vh;
}
#deviceFilter{
	align-items: center;
	gap: 10px;
}

.manageScheduleFilter #extraButtons
{
	align-items: center;
	gap: 10px;
	display: flex;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.captureStationBtn {
	text-align: center;
	position: relative;
	padding: 0px 4px;
}

.captureStationTopBtn {
	/*width: 130px;*/
	width: fit-content;
	
}

.captureStationTopSelect {
	height: 36px;
}

.captureStationBtn i {
	cursor: pointer;
	font-size: 18px;
	width: 16px;
}

.deviceName:focus{
	outline: 0 !important;
}

.monitor-last-modified {
	width : 100%;
	color: #fff;
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
	padding: 0 8px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	transition:  all 0.3s cubic-bezier(.25,.8,.25,1);
}

.monitor-last-modified.success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.monitor-last-modified.warning {
    background-color: #f0ad4e;
	border-color: #eea236;
}

.monitor-last-modified.danger {
    background-color: #d9534f;
	border-color: #d43f3a;
}

.monitor-preview-container {
	margin-top: 1em;
}

.device-preview-container {
	display: flex;
	align-items: center;
	height: 200px;
	background-color: black;
}

.no-preview-enabled{
	width: 40%;
	background: black;
	display: flex;
	justify-content: center;
	color: white;
	background-color: black;
	height: 200px;
	align-items: center;
}

.preview-container {
	width: 100%;
	margin-bottom: 8px;
	-moz-box-shadow: 0px -2px 5px 5px rgba(0, 0, 0, 0.15);
	box-shadow: -4px -2px 5px 3px rgba(0, 0, 0, 0.15);
}

.noSignal{
	width : 100%;
	background: black;
	margin-right: 0.5%;
	height: 200px;
	padding-top: 5em;
}

.waveformContainer {
	display: flex;
	padding: 3px 3px 3px 0;
}

.waveform-preview {
	width: 100%;
}

.waveform-preview wave {
	overflow: hidden !important;
}

/* Bootstrap sm breakpoint */
@media (min-width: 768px) {
	.preview-container {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 0;
	}

	.preview-container:nth-child(n+3) {
		margin-top: 8px;
	}

	.waveform-preview {
		width: 50%;
	}	

}

/* Bootstrap lg breakpoint */
@media (min-width: 1200px) {
	.monitor-preview-container {
		margin-top: 0;
	}
	
}

@media (max-width: 1200px)
{
	.no-preview-enabled{
		 height: 100px;
	}
	
	.noSignal{
		height: 100px;
		padding-top: 2em;
	}
	
	.device-preview-container{
		height:100px
	}
}


.menuOptions {
    background-color: #E9E9E9 !important;
    display: inline-block;
    border: 2px solid light;
    cursor: pointer;
    box-shadow: 2px 2px 2px #F1F1F1	;
}

.menuOptions:focus{
	outline: 0 !important;
}

.captureStationBtn.change{
	border-bottom: none !important;
}

.popover-title {
	color: black;
}

.editable-click.editable-disabled{
	color: inherit !important;
	cursor: pointer !important;
}

.captureStationBtn.change{
	color: #ad7017;
}
.captureStationBtn.change:hover i{
	opacity: 0.7;
}

.captureStationBtn.calendar i {
	color: #03A04F;
}

.captureStationBtn.calendar:hover i {
	opacity : 0.7;
}

.captureStationBtn.schedule i {
	color: #2697A6;
}

.captureStationBtn.schedule:hover i {
	opacity : 0.7;
}

.captureStationBtn.log i {
	color: #0066CC;
}

.captureStationBtn.log:hover i {
	opacity : 0.7;
}

.captureStationBtn.errorLog i {
	color: #CC6600;
}

.captureStationBtn.errorLog:hover i {
	opacity : 0.7;
}

.captureStationBtn.remove i {
	color: #B31919;
}

.captureStationBtn.remove:hover i {
	opacity : 0.7;
}

.captureStationBtn.configure i {
	color: #408080;
}

.captureStationBtn.configure:hover i {
	opacity : 0.7;
}

.captureStationBtn.start i {
	color: #008000;
}

.captureStationBtn.start:hover i {
	opacity : 0.7;
}

.captureStationBtn.stop i {
	color: #e60000;
}

.captureStationBtn.stop:hover i {
	opacity : 0.7;
}

.captureStationBtn.extend:hover{
	opacity : 0.7;
}

.captureStationBtn.linkage{
	color: blue;
}

.captureStationBtn.ysslinkage{
	color: blue;
}

.captureStationBtn.linkage:hover{
	opacity: 0.7;
}

.captureStationBtn.ysslinkage:hover{
	opacity: 0.7;
}

.captureStationBtn>.fa-clock-o {
	color: #0066CC !important;
	top: 1px !important;
	font-size: 20px !important;
}

.captureStationBtn>.fa-plus {
	color: #03a04f !important;
	position: absolute !important;
	left: 1px !important;
	top: 6px !important;
	font-size: 14px !important;
}

table.sortable th {
	cursor: pointer;
}

#preview-header{
	cursor: text;	
}
/*
svg:hover {
    stroke: #0686c1;
    fill: none;
}*/

table.sortable.devices thead tr .header {
	background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    border: 1px solid #fff;
    
}

.calendarDialog {
	max-width: 900px;
	max-height: 498px;
	width: auto;
	height: auto;
	min-width:600px;
}

.calendarDialog .fc-agenda-slots td div {
	height: 30px;
}

.calendarDialog .fc-event.fc-event-vert.meetingCalendarEvent {
	min-height: 15px;
}

#captureStationConfigurationModal .modal-dialog {
	height: 100%;
	width: 75%;
	max-width: 1500px;
}

#captureStationConfigurationModal .modal-content {
	min-height: 600px;
}

#captureStationConfigurationModal .modal-body {
	padding-top: 0;
}

#captureStationConfigurationModal .modal-body {
	height: 95%;
}

#captureStationConfigurationModal .iFrameContainer {
	height: 100%;
}

#captureStationConfigurationModal .iFrameContainer iframe {
	height: 95%;
	width: 100%
}

#captureStationConfigurationModal .modal-body .row {
	display: block;
	position: absolute;
	right: 35px;
	bottom: 30px
}

.deviceName {
	cursor: pointer;
	background-color: rgba(0,0,0,0) !important;
	padding-left: 0px;
	padding-right: 0px;
	width: auto;
	border: none;
	float: none;
	text-align: left;
}

.deviceType {
	font-weight: bold;
}

.deviceType.software {
	color: maroon;
}

.deviceType.hardware {
	color: maroon;
}

.deviceStatus {
	/* display: inline; */
	border-radius: 5px !important;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.deviceStatus.active {
	background-color: #9400D3;
}

.deviceStatus.processing {
	background-color: #447B9B;
}

.deviceStatus.connected {
	background-color: var(--primary-color,#029ce2);
}

.deviceStatus.notready {
	background-color: #ff8000;
}

.deviceStatus.disconnected {
	background-color: var(--primary-color-light-text,#909090);
}

.details {
	display: inline;
	color: grey;
	cursor: pointer;
	margin-left: 4px;
}

#showDetailsBtn{
	font-size: 1em;
}

svg {
    stroke: none;
	fill: var(--icon-grey-color,#B3B3B3);
}



.clear-style svg {
    stroke: initial;
    fill: initial;
}

.clear-style svg:hover {
    stroke: initial;
    opacity: 0.8;
}

.icons-fill {
    display: inline-block;
    text-align:center;
    /* width: 50% */
}
#devicesTable .icons-fill{
    min-width: 170px !important;	
} 
.icons-fill svg {
    stroke: none;
    fill: var(--icon-grey-color,#B3B3B3);
}

.icons-fill svg:hover {
    fill: var(--icon-grey-color,#B3B3B3);
}

.station-icon svg{
	width:20px;
	height: 20px;
	margin-left: 5px;
	margin-right:5px;
	margin-top: 8px;
	padding-top: 1px;
}

.station-icon i{
	width:20px;
	height: 20px;
	margin-left: 5px;
	margin-right:5px;
	margin-top: 8px;
	padding-top: 3px;
}

.station-icon img:hover {
	background-color: #B3B3B3;
}

.station-icon .hub-profile-icon {
	width:20px;
	height: 20px;
	margin-left: 5px;
	margin-right:5px;
	font-weight: 800;
	margin-top: 8px;
	padding-top: 2.5px;
}

.station-owner svg:hover{
	fill:var(--primary-color,#029ce2);
	stroke:none;
	stroke-width: 2px;
}

.station-icon .fa-eye:hover {
	color:var(--primary-color,#029ce2) !important;;
}

.station-icon .fa-eye-slash:hover {
	color:var(--primary-color,#029ce2) !important;
}

#HubProfileSettingsDialogBody :focus-visible:not(.Select-input) {
    outline: 0px !important;
}

.station-icon .fa-eye-slash:hover {
	color:var(--primary-color,#029ce2) !important;
	cursor: pointer;
}

.waveplaybtn:hover {
	color:var(--primary-color,#029ce2) !important;
	cursor: pointer;
}

.waverefreshbtn:hover {
	color:var(--primary-color,#029ce2) !important;
	cursor: pointer;
}

.station-icon svg:hover{
	fill:var(--primary-color,#029ce2);
	stroke:none;
	stroke-width: 2px;
}

.deviceDropdown{
	background-color: #E9E9E9;
	margin-left: 5px;
	margin-right: 8px;
	margin-top: 8px;
	display: inline-block;
	bottom: 5px;
}

.deviceDropdown select{
	background-color: #E9E9E9;
	color: #404040;
}

.deviceNameEdit{
	margin-bottom: 5px;
	min-width: 120px;
	/* width: 100%; */
}

.station-owner svg{
	width:20px;
	height: 20px;
	margin-left: 8px;
	margin-right:5px;
}

.accept-close svg{
	width:15px;
	height: 15px;
	margin-left: 8px;
	margin-right:5px;
}

.accept-close svg:hover{
	fill:var(--primary-color,#029ce2);
	stroke:none;
	stroke-width: 2px;
}

.pause-btn svg{
	fill: white;
}

.pause-btn svg:hover{
	background-color: #B3B3B3;
	fill: white;
	stroke: white;
}

.hide-modal {
	display:none;
}

.show-modal {
	display:block;
}
.margin-left-35px {
	margin-left: 35px;
}

.document-list {
	    width: 86%;
    margin: 0 auto;
}

.document-list-title {
	width: 100%;
    text-align: center;
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.document-list-container {
	max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: left;
    font-size: 13px;
    width: 86%;
    margin: 0 auto;
    font-weight: initial;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif;
}

#uploadDocumentBtnList {
	text-align: center;
    padding-bottom: 10px;
}

.uploadDocumentBtn {
	width : 150px;
	margin : 0 5px;
}

#uploadDocuments {
	display:none; 
}

.linkageBtn {
	margin : 0 5px;
}

.LinkageBtnList {
	text-align: center;
	padding-top : 10px;
}
#uploadSessionDocumentBtn .modal {
	    z-index: 10055 !important;
}


#uploadSessionDocumentBtn .upgraded-modal-content {
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    border-radius: 5px !important;
}

.add-media-modal-dialog .add-media-list-item {
	    text-align: left;
}

.folderBtnDown {
    padding-top: 22px;
}

#generateLink.modal {
	z-index: 10090 !important;
}

#uploadDocumentFolderSelector.uploadDocumentFolderSelector{
	cursor: pointer;
}

.uploadDocumentFolderSelector {
	cursor: pointer !important;
}
.inpage-prompt {
	background-color: #f2f4f4;
	padding: 10px 0px;
	margin: 5px 0px;
	color: #000;
}
.inpage-prompt a {
	color: #017ebc;
	font-weight: bolder;
}

.hubSettinsRowSpace .hubDviceRow {
	display: flex; 
	justify-content: space-between;
}

.hubSettinsRowSpace .inline-block {
	display: inline-block;
}

.hubSettinsRowSpace .block {
	display: block;
}

#HubProfileSettingsDialogBody .row {
	   margin-right: 0px;
     margin-left: 0px;
}

#HubProfileSettingsDialogBody .hubProfileSelectorLabel {
	white-space: nowrap;
    margin-right: 5px;
    padding: 15px;
    display: flex;
    align-items: center;
    width: 215px;
}

#HubProfileSettingsDialogBody .hubSettinsRowSpace {
	padding-top: 10px;
}

#HubProfileSettingsDialogBody label{
	font-weight: bold;
}

#HubProfileSettingsDialogBody .inline-block {
	display:inline-block;
}

#HubProfileSettingsDialogBody .hubProfileRow {
	display: flex;
	width:100%;
}

#HubProfileSettingsDialogBody .hubProfileSelector {
	white-space: nowrap;
    padding: 15px;
    display: inline-block;
    width: 100%;
    padding-left: 0px;
}

.admin-tabs {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#devicesTable {
	width: 100%;
	min-width: 1200px;
	table-layout: fixed;
}

#devicesTable tbody{
	min-height: 370px;
}

.manageScheduleFilter {
	padding: 10px 15px;
	margin-bottom: 15px;
	margin-right: 0px;
	display: flex;
	border-radius: 7.77266px;
	justify-content: center;
	flex-wrap: wrap;
	min-width: 0px;
}

.space-between-filter-options {
	padding: 5px;
}

.transparentButtonAccessible .fa-chevron-circle-right,
	.transparentButtonAccessible .fa-chevron-circle-down {
	color: var(--new-primary-color, #42296E);
}

.buttonTitleText {
	color: black;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.035em;
    text-align: left;
	padding: 4px 0px 6px 4px;
}

#captureStationsContainer .table-header-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 2px
}

#captureStationsContainer .statusIcon {
	height: 20px;
	width: 20px;
	padding-right: 5px
}

#captureStationsContainer #filterDevicesBox {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #c0c0c0;
	padding: 5px;;
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	border-radius: 4px !important;
	margin-top: 5px;
}

#captureStationsContainer .extraButtonsPopup {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
	/* position: absolute;  */
	margin-left: 1px;
	background-color: grey;
	border: 1px solid #c0c0c0;
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	z-index: 600;
}

#captureStationsContainer .filterButtons {
	width: fit-content;
	margin-right: 5px
}

#captureStationsContainer .menuButton {
	padding: 2px 2px;
	float: left;
	display: flex;
}
.extraButtonsPopup .menuButton{
	gap:5px;
}

#previewTime.overlayContentText.titleText {
	display: block;
	font-size: small;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#captureStationsContainer .buttontext {
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
	text-align: left;
	cursor: pointer;
	padding: 5px 2px;
}

#captureStationsContainer.pagination {
	display: flex;
	justify-content: center;
}

#captureStationsContainer.pagination div {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}

#captureStationsContainer .pagination div.active {
	background-color: var(- -primary-color, #029ce2);
	color: white;
}

#captureStationsContainer .pagination div:hover:not(.active) {
	background-color: #ddd;
}

#devicesTable>tbody>tr>td:not(.deviceTypethirdparty):not(.deviceTypesoftware):not(.deviceTypehardware)>span
	{
	white-space: nowrap;
	overflow: hidden;
	display:block;
}

#devicesTable>tbody>tr>td:not(.deviceTypethirdparty):not(.deviceTypesoftware):not(.deviceTypehardware)>span>div {
	max-width: calc(100% - 25px);
}

#devicesTable>tbody>tr>td:not(.deviceTypethirdparty):not(.deviceTypesoftware):not(.deviceTypehardware)>span>div>i {
	float: left;
}

#devicesTable>tbody>tr>td:not(.deviceTypethirdparty):not(.deviceTypesoftware):not(.deviceTypehardware)>span>div>span {
	width: 95%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.manageScheduleRowHighlight {
	background-color: #bae1f3 !important;
}

/*Footer bar css*/
.no-signal-sq-1, .no-signal-sq-2, .no-signal-sq-3, .no-signal-sq-4,
	.no-signal-sq-5, .no-signal-sq-6, .no-signal-sq-7 {
	height: 8px;
	float: left;
	width: 14%
}

.no-signal-sq-1 {
	background: #FEFEFE;
}

.no-signal-sq-2 {
	background: #FBE34D;
}

.no-signal-sq-3 {
	background: #74FBD9;
}

.no-signal-sq-4 {
	background: #68DB42;
}

.no-signal-sq-5 {
	background: #EA40F7;
}

.no-signal-sq-6 {
	background: #D22E26;
}

.no-signal-sq-7 {
	background: #0935B3;
}

#captureStationsContainer table.sortable th:before {
	border-bottom-color: #666;
	margin-top: -9px;
}

#captureStationsContainer table.sortable th:after {
	border-top-color: #666;
	margin-top: 1px;
}

#captureStationsContainer .editIcon {
	border: 0px !important;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	width: 20px;
	height: 32px;
	cursor: pointer;
	color: var(--new-primary-color, #42296E);
}

#customSelector > div:nth-child(1) > div.input-group, #customSelector > div:nth-child(2) > div.input-group{
	display:inline
}

#captureStationsContainer .box {
	max-height: 300px;
	color: #fff;
	padding: 5px;
	position: absolute;
	margin: 0px -9px 5px;
	background-color: white;
	border: 1px solid #c0c0c0;
	width: 255px;
	border-radius: 2% !important;
	overflow: auto;
	font-size:13px;
}

@media screen and (max-width: 630px) {
	#captureStationsContainer .box {
		right: 80px;
	}
}
  
  #captureStationsContainer .ActionButtonsBox.arrow-top {
	  content: '';
	  margin: -5px 1px 14px;
	  top: 14px;
	  width: 10px;
	  background-color: white;
	  height: 10px;
	  border-top: #c0c0c0 solid 1px;
	  border-left:#c0c0c0 solid 1px;
	  transform: rotate(45deg);
	  z-index:601;
  } 

#registerDevices.nav-tabs>li>button {
    font-size: medium;
}

#registerDevices.nav-tabs>li.active>button,
#registerDevices.nav-tabs>li>button:hover,
#registerDevices.nav-tabs>li>button:focus {
    font-size: medium;
}

#YSCProfileSettingsDialogBody .yscProfileRow {
	display: flex;
	width:100%;
}

#YSCProfileSettingsDialogBody .yscProfileSelectorLabel {
	white-space: nowrap;
    margin-right: 5px;
    padding: 15px;
    display: flex;
    align-items: center;
    width: 200px;
}

#YSCProfileSettingsDialogBody .yscProfileSelector {
	white-space: nowrap;
    padding: 15px;
    display: flex;
    width: 100%;
    padding-left: 0px;
}

#YSCProfileSettingsDialogBody .yscProfileSlider {
	white-space: nowrap;
    padding: 0px;
    display: flex;
    width: 100%;
    align-items: center;
}

.yscSourcesTable {
	color: #575757;
	font-size: 14px;
	background: #fff;
	border-radius: 10px 10px 10px 10px !important;
	margin: 15px;
}

.yscSourcesTable .src-th {
	font-weight: bold;
	text-align: center;
	color: black;
}

.yscSourcesTable .src-tr {
	padding: 10px 10px 10px 10px;
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #8D8D8D;
	align-items: center;
}

.yscSourcesTable .src-tr:last-child {
	padding: 10px 10px 10px 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	border: 0;
}

.yscSourcesTable .src-td {
	flex: 1 1 0px;
  	max-width: 170px;
  	text-align: left;
  	overflow: hidden;
  	padding: 0px 4px;
  	display: flex;
  	justify-content: center;
}

.yscSourcesTable .src-td:first-child {
	flex: 1 1 0px;
  	max-width: 165px;
  	text-align: left;
  	overflow: hidden;
  	padding: 0px 4px;
  	display: flex;
  	justify-content: center;
}

.yscSourcesTable .src-td:last-child {
	flex: 1 1 0px;
  	max-width: 240px;
  	text-align: left;
  	overflow: hidden;
  	padding: 0px 4px;
  	display: flex;
  	justify-content: center;
}

.yscSourcesTable .src-label {
	margin: 2px 0px 0px 5px;
	width: 90px;
}

.yscSrcImage {
	width: 30px;
	height: 30px;
}

.hubUpdateLabel {
    white-space: nowrap;
    margin: 5px;
    font-weight: 500;
	font-size: 15px;
    padding-bottom: 5px;
	color: black;
}

.hubNoteLabel {
    white-space: break-spaces;
    font-weight: italic;
}

.scr-slider {
	height: 55px;
}

.yscSourcesTable .src-td button {
	width: 190px;
}
.collapsible-source-title {
	margin: 20px;
}

.collapsible-source-title > div > label {
	font-weight: bolder;
	color: #343434
}

.collapsible-source-title > div > img {
	margin-left: 5px;
}

.yscProfileRow {
	display: flex;
	width:100%;
}

.yscProfileSelectorLabel {
	white-space: nowrap;
    margin-right: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 240px;
    font-weight: bold;
}
#YSCScrollableContent {
	overflow: auto;
	max-height: 570px;
}

#YSCScreenSettingsDialogBody .yscProfileSelectorLabel {
	white-space: nowrap;
    margin-right: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 300px;
    font-weight: bold;
}

.yscProfileSelector {
	white-space: nowrap;
    padding: 10px;
    display: flex;
    width: 100%;
    padding-left: 0px;
}

.yscProfileSliderSelector {
	white-space: nowrap;
    padding: 10px;
    display: inline-block;
    width: 100%;
    padding-left: 0px;
}

.yscProfileSliderLabel {
	white-space: nowrap;
    margin-right: 5px;
    padding: 10px;
    display: flex;
    align-items: baseline;
    width: 240px;
    font-weight: bold;
}

#YSCScreenSettingsDialogBody .yscProfileSliderLabel {
	white-space: nowrap;
    margin-right: 5px;
    padding: 10px;
    display: flex;
    align-items: baseline;
    width: 300px;
    font-weight: bold;
}

.yscProfileSlider {
	display: flex;
	width: inherit;
}

.yscSliderLabel {
	display: flex;
	justify-content: center;
	padding: 5px;
}

.yscAudioOffsetSlider {
	-webkit-appearance: none;
	background: #dfdfdf;
	border-radius: 10px;
	height: 10px;
	opacity: 0.7;
	margin-top: 5px;
}

.yscAudioOffsetSlider:hover {
  opacity: 1;
}

.yscAudioOffsetSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 7px;
  height: 17px;
  background: #0075FF;
  cursor: pointer;
  border-radius: 5px;
}

.yscAudioOffsetSlider::-moz-range-thumb {
  width: 7px;
  height: 17px;
  background: #0075FF;
  cursor: pointer;
  border-radius: 5px;
}

.yscSourceDivider {
	border-top: solid;
	margin: 0px 15px 0px 15px;
	border-width: 2px
}

.yscProfileLabel {
	white-space: nowrap;
    margin-right: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

#YSCSettingsSpinner .dcls_spinner.safe-removeable {
	margin-bottom: 0px;
}

#YSCSettingsSpinner .dcls_spinner {
	position: relative;
}

.yscProfileRow .yscRadioRow {
	display: flex;
	justify-content: space-evenly;
}

.yscRadioDiv {
	display: flex;
}

.yscRadioDiv input {
	display: flex;
	margin: 0px 0px 5px 0px;
	width: 20px;
}

.yscRadioDiv label {
	display: flex;
	align-items: center;
	padding-left: 5px;
}

.yscRequiredField:after {
	content: "*";
	color: #C93E3E;
}

.yscPlusIcon {
	font-size: 24px;
	display: flex;
	align-items: center;
	color: #00578C;
	cursor: pointer;
	margin-left: 5px;
	opacity: 0.9;
}

.yscMinusIcon {
	font-size: 24px;
	display: flex;
	align-items: center;
	color: #C93E3E;
	cursor: pointer;
	margin-left: 5px;
	opacity: 0.9;
}


.yscPlusIcon .yscMinusIcon:hover {
	opacity: 1;
}

.yscLeftAlignedBtn {
	display: inline-flex;
	width: 50%;
	justify-content: flex-start;
}

.yscRightAlignedBtn {
	display: inline-flex;
	width: 50%;
	justify-content: flex-end;
}

.yscRightAlignedSingleBtn {
	display: inline-flex;
	width: 100%;
	padding: 10px;
	justify-content: flex-end;
}

.yscIPcamTitle {
	font-weight: bold;
	color: #343434;
	padding: 10px 0px 0px 0px;
	display: flex;
}

.yscIPcamAttributes {
	padding: 0px 0px 0px 5px;
	display: flex;
}

.yscIPcamAttributes b {
	margin-right: 5px;
}

th>i.fa-sort{
	cursor: pointer
}

.YSCSpinnerCSS{
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: 50%;
    margin-top: -40px;
}
#profileDetailTable th{
	text-align: center;
}
#profileDetailTable td{
	text-align: center;
}
.healthStatusRow {
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 7px;
}
.healthStatusCard {
	height: 140px;
	padding: 10px;
	border-radius: 15px !important;
	background: rgba(2, 119, 173, 0.03);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.16);
	flex: 1 1 30%;
}

.healthStatusCardTitle {
	font-weight: bolder;
	color: black;
	font-size: 15px;
	margin-top: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.healthStatusCardRow{
	display: flex;
}

.healthChartRow {
	height: 60px;
	margin-top: 5px;
}

.healthModalChartRow {
	height: 40px;
	width: 100%;
}

.healthStatusIcon {
	height: 25px;
	width: 25px;
	margin-right: 5px;
}

.healthStatusInfo {
	color: black;
	font-size: 17px;
	display: flex;
	justify-content: flex-start;
	margin-top: 5px;
}

.healtStatusInfoModal {
	display: flex;
	justify-content: space-between;
	margin: 35px;
	flex-wrap: wrap;
	row-gap: 25px;
}

.healtStatusInfoCard {
	display: flex;
	border: 0.75px solid #969696;
	flex-basis: 31%;
	height: 110px;
	border-radius: 15px !important;
	flex-wrap: wrap;
}

.healtStatusInfoCardTitleRow {
	flex-basis: 100%;
	margin-left: 15px;
	margin-right: 15px;
	display: flex;
	align-items: center;
}

.healtStatusInfoCardContentRow {
	flex-basis: 100%;
	margin-left: 15px;
	margin-right: 15px;
	display: flex;
	align-items: center;
}

.healthStatusInfoContent {
	font-size: 18px;
	font-weight: bolder;
}
.healthStatusChartContent {
	margin-left: 10px;
	width: 100%;
}

.healtStatusInfoCardTitle {
	font-size: 15px;
	margin-left: 8px;
	margin-top: 1px;
}

.healthStatusGreenBox {
	border: 1px solid #09852F;
    height: 30px;
    width: 50%;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
}

.healthStatusBlueBox {
	border: 1px solid #006B9B;
    height: 30px;
    width: 50%;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
}

.healthInfoCardIcon {
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

/* width */
.extraButtonsPopup::-webkit-scrollbar {
	width: 16px;
  }
  
  /* Track */
.extraButtonsPopup::-webkit-scrollbar-track {
	border-radius: 5px;
	  margin: 10px;
  }
  
  /* Handle */
.extraButtonsPopup::-webkit-scrollbar-thumb {
	border: 4px solid white;
	background: rgba(229, 229, 229, 1);
	border-radius: 8px;
  }

#wrapper.toggled-2.admin-devices{
    overflow: visible;
}

.visually-hidden{
	position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

.sessionImportTable {
	background-color: white;
    height: 236px;
    overflow-y: hidden;
    padding: 0px;
    width: 100%;
    border-radius: 10px 10px 0px 0px !important;
    position: relative;
}

.sessionImportTableData {
	width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    color: black;
}

.sessionImportTableData thead th {
	position: sticky;
    top: 0;
    background-color: #F7F6FB;
    font-weight: 700;
    padding: 7px 12px;
    z-index: 1; /* Ensure the header stays above the table body when scrolling */
}

.sessionImportTableData tbody {
	display: block;
    max-height: 193px; 
    overflow-y: auto;
    width: 100%;
    border: 1px solid #66666630;
}

.sessionImportTableData tbody tr {
	display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #66666630;
}

.sessionImportTableData td, .sessionImportTableData th {
	padding: 7px 12px;
}

.sessionImportTableData tbody td {
	font-weight: 400;
}

.sessionImportTableData thead, 
.sessionImportTableData tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.xmlImportSpan {
    font-size: 15px;
    font-weight: 400;
    line-height: 16.71px;
}

.text-overflow-xml-import{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload-section-device{
	margin-top: 15px;
    overflow: auto;
}

.add-video-drop-box-device{
	overflow-x: hidden;
    text-align: left;
    border: 2px dashed #42296E;
    background-color: var(--light-violet, #FCFBFF);
    margin: 0px;
    color: #777777;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 6.17806px !important;
    min-height : 200px;
    max-height: 200px;
}

.add-video-drop-box-second-frame{
	overflow-x: hidden;
    text-align: left;
    border: 2px solid #0B6F85;
    background-color: #E6F2F7;
    margin: 15px 0px 0px 0px;
    color: #777777;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 6.17806px !important;
    min-height : 200px;
    max-height: 200px;
}

.final-state-import{
	margin-top: 15px;
    border: 1px solid #000000;
    border-radius: 5px !important;
    padding: 10px;
}

.file-name-uploaded{
	display: inline-block; 
	width: 95%;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
}

.fa-sort-asc::before {
	content: url('/Dashboard/icons/SortAscNewIcon.svg') !important;
	margin-left: 3px;
}

.fa-sort-desc::before {
	content: url('/Dashboard/icons/SortDescNewIcon.svg') !important;
	margin-left: 3px;
}

.fa-sort-asc.active::before {
	content: url('/Dashboard/icons/UpCaretClicked.svg') !important;
	margin-left: 3px;
}

.fa-sort-desc.active::before {
	content: url('/Dashboard/icons/DownCaretClicked.svg') !important;
	margin-left: 3px;
}

.xmlTableSort{
	display: inline-flex;
	flex-direction: column;
	margin-left: 5px;
	margin-bottom: 5px;
}

.xmlImportTableHeading{
	border-radius: 5px !important;
	border: 1px solid #E0E0E0;
}

#devicesTable .table-body-row .table-body-cell:nth-child(1),
	#devicesTable .table-header-row .table-header-cell:nth-child(1) {
	width: 15%;
}

#devicesTable .table-body-row .table-body-cell:nth-child(2),
	#devicesTable .table-header-row .table-header-cell:nth-child(2) {
	width: 25%;
}

#devicesTable .table-body-row .table-body-cell:nth-child(2),
#devicesTable .table-body-row .table-body-cell:nth-child(3) {
	vertical-align: top;
}
#devicesTable .table-body-row .table-body-cell:nth-child(3) ,
#devicesTable .table-body-row .table-body-cell:nth-child(4) 
{
	padding: 20px 40px 20px 20px;
}

#devicesTable .table-body-cell {
	overflow: visible !important;
}

#YSCUpdateSettingsDialog h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
}

#YSCUpdateSettingsDialogBody {
    margin: 5px;
}

.yscProfileLabel.yscProfileLabelText {
	font-size: 15px;
	font-weight: 400;
	color: #6B6B6B;
}

#HubProfileSettingsDialogBody .react-form-group {
	margin-bottom: 15px;
}

#HubProfileSettingsDialogBody .react-header {
	margin-bottom: 20px;
}

#HubProfileSettingsModal .modal-dialog {
	width: 50%;
}

.devices-card-container{
	display: grid;
    grid-auto-flow: column;
	grid-auto-columns: 1fr;
    gap: 5px;
}

.devices-card-info{
	display: inline-block;
    border-radius: 4px !important;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 10px;
    background-color: white;
    border: 1px solid #e0e0e0;
    color: #666666;
}

#captureStationsContainer #devicesTable tr:last-of-type:not(:only-of-type) .box{
	top: -327px;
}
#captureStationsContainer #devicesTable tr:last-of-type:not(:only-of-type) .ActionButtonsBox.arrow-top{
	transform: rotate(-135deg);
	position: absolute;
	top: -27px;
}

@media screen and (max-width: 1280px) {
	.devices-card-container{
	    grid-template-rows: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.devices-card-container{
	    grid-template-rows: repeat(3, 1fr);
	}
}
.station-container{
	display:flex;
	align-items:center;
}
.dc_removeUserContainer{
	padding: 5px 8px;
    margin-right: 8px;
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #6F6F6F;
    border-radius: 20px !important;
    width: fit-content;
    color: black;
    float: left;
    height: fit-content;
    background: #F7F6FB;
}

#deleteUploadedFile {
	width: 18px;
	height: 21px;
}

#deleteUploadedFile {
	width: 18px;
	height: 21px;
}

.sourceColumn{
	width: 40%;
}

.enableDisableColumn{
	width: 20%;
}

.settingColumn{
	width: 40%;
}

.yscSrcCell{
	display: flex;
	gap: 5px;
	align-items: center;
}

.dropdownSpanDevice{
	width: 250px;
}

.dropdownSpanDeviceWithButton{
	width: 200px;
}

@media (max-width: 502px) {
	.dropdownSpanDevice{
		width: 150px;
	}
}

@media (max-width: 570px) {
	.dropdownSpanDeviceWithButton{
		width: 100px;
	}
	.yscProfileToggleRow{
		display: block !important;
	    margin-right: 0px !important;
	}
}

@media screen and (max-width: 420px) {
    .dropdownSpanDevice{
		width: 50px;
	}
	.dropdownSpanDeviceWithButton{
		width: 50px;
	}
	.dropdown-toggle-component {
		min-width: 130px !important;
	}
}

.yscProfileToggleRow{
	display: flex;
    margin-right: 15px;
}

.yscProfileToggle{
	display: flex;
    width: 100%;
}

.modalHeading{
	margin-top: 0px;
}

.modal-header {
	margin-top: 10px;
}

#VacationPeriod .modal-body .table-wrapper{
	overflow-x: auto !important;
    overflow-y: overlay !important;
}

.devicesPageTab{
	width: 18em;
}

@media screen and (max-width: 600px) {
	.devicesPageTab{
		width: 200px;
	}
}

@media screen and (max-width: 490px) {
	.devicesPageTab{
		width: 150px;
	}
}

.station-icon span {
	color: rgba(87, 87, 87, 1) !important;
}