.card-Layout {
	height: 111.59px;
    overflow-x: auto;
    overflow-y: auto;
    padding: 20px;
    background-color: white;
    border: 1px solid #e0e0e0;
    color: #666666;
    display: inline-block;
    border-radius: 4px !important;
    cursor: pointer;
    width:100%;
    text-align: center;
    font-size: 17px;
    font-family: Geomanist !important;
}

#notificationsTable {
	color: #666666;
}

.advancedOptionsColumn {
	margin-left:12px; 
	display:inline-block; 
	vertical-align:top;
	padding: 5px;
}

.advancedOptionsHeader {
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

#showSettings {
	color: var(--new-primary-color,#42296E);
}

.eventNameColumn {
	white-space: nowrap !important;
	vertical-align: middle !important;
}
	
.timestampColumn {
}

.detailsColumn {
	word-break: break-word;
}

.audit-section {
	border: none;
    background-color: transparent;
}

#CaptureStationNotificationSettingsBtn {
	margin-bottom: 1em;
	margin-left: 1em;
}

.card-img {
	display:inline-block;
}

.card-title {
	font-weight: bold;
	margin-left: 8px;
}


.card-row {
	padding-bottom: 5px;
}

.audit-section-table {
    font-size: 13px;
    font-family: Geomanist !important;
    color: #666666;
   
}

.audit-section-table .audit-table-filter {
	font-weight: bold;
}

.audit-section-table .audit-table-dropdown {
	font-weight: bold;
	margin-left: 5px;
}

.audit-advanced-settings {
	display: inline-block;
	color: var(--primary-color,#029ce2);
	cursor:pointer;
   
}

.audit-advanced-wrapper {
	 vertical-align: top;
     text-align: right;
}

#TimeStampSearchSelect {
	display:inline-block;
}

.filter-btn {
	display:inline-block;
	width:100px;
	vertical-align:top;
	margin-right:3px;
}

.audit-table {
	background-color:#ffffff;
	max-height:600px;
	overflow:auto;
	margin-top: 10px;
}

.audit-table-content {
	text-align:left;
	display: inline-block;
	max-width: 80%;
    min-width: 100px;
    white-space: break-spaces;
    vertical-align: middle;
	
}
.audit-event-icon {
	height: 20px;
	width: 20px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	display: inline-block;
    vertical-align: middle;
}
.auditEventTitle {
	text-decoration: underline;
	color: var(--primary-color,#029ce2);	
}
.event-header {
	width:20%;
	text-align:center;
}

.event-description {
	width:55%;
	text-align:center;
}

.event-create-time {
	width:25%;
	text-align:center;
}


#di_auditSummaryComponent .line {
    display: inline;
    margin-right: 15px;
}

.audit-advanced-settings-options {
	width: 195px; 
	position: absolute;
	margin-right: 60px;
 	z-index: 50;
 	display: block;
    right: -20px;
}

.audit-advanced-settings-wrapper {
	margin-left:9px;
}

.rosternav {
	margin-top:10px; 
	color:#666666;
	 margin-left:-50px;
}

.customerSelector {
	visibility: visible; 
	margin-bottom: -5px;
	display: inline-block;
	vertical-align: top;
	width: 30%;
}
.custom-time {
	display:inline-block; 
	height:26px; 
	margin-left:10px;
	width:50%;
}
.inline-block {
	display: inline-block;
}

.clickable-row {
	cursor : pointer;
}


#auditTrackingEventDetailBody .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #eaecf4;
    border-radius: .35rem;
    width: inherit;
    margin: 0;
    height: inherit;
}

#auditTrackingEventDetailBody .small{
    font-size: 80%;
    font-weight: 400;
}

#auditTrackingEventDetailBody  .font-weight-bold {
    font-weight: 700!important;
}

#auditTrackingEventDetailBody .bg-info {
    background-color: #36b9cc!important;
}

#auditTrackingEventDetailBody .bg-success {
    background-color: #1cc88a!important;
}

#auditTrackingEventDetailBody .action-description {
	width:70%;
	text-align:center;
}

#auditTrackingEventDetailBody .action-create-time {
	width:30%;
	text-align:center;
}

#auditTrackingEventDetailBody {
	max-height: 500px;
    overflow-y: scroll;
}

#auditTrackingEventDetailBody .alert-primary {
	color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.notificationTableNav .tablenavlink.disabled:hover {
	cursor: default;
	color: #666666;
	text-decoration: none;
}

.filterOption {
	display: inline;
	margin-left: 5px;
}

.media_event {
	background: url(/Dashboard/icons/auditLog/media-event.svg) no-repeat;
	background-position: left;
	background-size: contain;
}

.folder_event {
	background: url(/Dashboard/icons/auditLog/folder-event.svg) no-repeat;
	background-position: left;
	background-size: contain;
}

.capture_event {
	background: url(/Dashboard/icons/auditLog/capture-event.svg) no-repeat;
	background-position: left;
	background-size: contain;
}

.zoom_event {
	background: url(/Dashboard/icons/auditLog/zoom-event.svg) no-repeat;
	background-position: left;
	background-size: contain;
}

.archiving_request {
	background: url(/Dashboard/icons/auditLog/archiving-request.svg) no-repeat;
	background-position: left;
	background-size: contain;
}

.new_media{
	background: url(/Dashboard/icons/NewMedia.svg) no-repeat;
	background-position: left;
}
.new_user{
	background: url(/Dashboard/icons/NewUser.svg) no-repeat;
	background-position: left;
}
.new_course{
	background: url(/Dashboard/icons/NewCourse.svg) no-repeat;
	background-position: left;
}
.user_promoted{
	background: url(/Dashboard/icons/PromoteUser.svg) no-repeat;
	background-position: left;
}
.user_demoted{
	background: url(/Dashboard/icons/DemoteUser.svg) no-repeat;
	background-position: left;
}
.new_publish{
	background: url(/Dashboard/icons/NewPublish.svg) no-repeat;
	background-position: left;
}
.new_auto-caption{
	background: url(/Dashboard/icons/NewCaption.svg) no-repeat;
	background-position: left;
}
.new_liveStream{
	background: url(/Dashboard/icons/NewLiveStream.svg) no-repeat;
	background-position: left;
}
.new_capture{
	background: url(/Dashboard/icons/NewCapture.svg) no-repeat;
	background-position: left;
}
.new_human-caption{
	background: url(/Dashboard/icons/NewCaption.svg) no-repeat;
	background-position: left;
}
.captureAlert{
	background: url(/Dashboard/icons/CaptureAlert.svg) no-repeat;
	background-position: left;
}
.systemAlert{
	background: url(/Dashboard/icons/SystemAlert.svg) no-repeat;
	background-position: left;
}
.new_videoClassroom{
	background: url(/Dashboard/icons/NewVideoClassroom.svg) no-repeat;
	background-position: left;
}
.new_view{
	background: url(/Dashboard/icons/NewView.svg) no-repeat;
	background-position: left;
}
.new_schedule{
	background: url(/Dashboard/icons/NewSchedule.svg) no-repeat;
	background-position: left;
}
.quotaAlert{
	background: url(/Dashboard/icons/QuotaAlert.svg) no-repeat;
	background-position: left;
}
.failCaptureRecording {
    background: url(/Dashboard/icons/FailCaptureRecording.svg) no-repeat;
    background-position: left;
}
.failYujaDevice {
    background: url(/Dashboard/icons/FailYujaDevice.svg) no-repeat;
    background-position: left;
}
.delete_user {
    background: url(/Dashboard/icons/DeleteUser.svg) no-repeat;
    background-position: left;
}

.trackedDevices {
	border-spacing : 5px;
}

.trackedSpacing {
	border-bottom : 1px solid black;
}

#selectAlertType {
	margin-top: 10px;
}

#multiSelectITManagerEmailSection {
	margin-top: 10px;
}

.input-group.input-daterange.date input {
	display: flex; top:	-9px;  height: 33px;padding: 7px 8px;justify-content: center;align-items: center;gap: 30px;border-radius: 3.11px !important;border: 0.609px solid #D0D0D0;background: #FFF;
}

.input-group.input-daterangepicker.date input {
	display: flex; top:	-9px;  height: 33px; width:185px; padding: 7px 34px 5px 2px;justify-content: center;align-items: center;gap: 30px;border-radius: 3.11px !important;border: 0.609px solid #D0D0D0;background: #FFF; z-index: 0 !important;
}

.leftAlignLabelAndSelect{
	display: flex;
	flex-direction: column;
}

.leftAlignLabelAndSelect label{
	margin-left: 5px;
}

@media screen and (max-width: 947px){
	.screenSizeReadjust{
		position: static !important;
	}
	
}