/*
	All CSS unique to this Toolkit goes here
*/
:root {
	--sat: env(safe-area-inset-top);
	--sar: env(safe-area-inset-right);
	--sab: env(safe-area-inset-bottom);
	--sal: env(safe-area-inset-left);
}

*{
	overscroll-behavior:none;
}

.table-scrollable{
	overscroll-behavior: auto;
}

img[src=""]{
	display:none;
}

input {
	direction: ltr !important;
}

 #headerBarProfileImage{
	display:none;
}

.jstree-default .jstree-icon:empty {
	height: 22px !important;
}

.asset-style .info-btn{
	height: auto;
    z-index: 1;
    width: auto;
	opacity: 1;
}

.loadingDB .asset-style .info-btn{
	opacity: 0.65;
}

.loadingDB .info-icon{
	opacity: 0.65;
}

#documentInfoModalBody{
	max-height: 80vh;
	overflow-y: scroll;
}

#documentInfoModalBody::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

#documentInfoModalBody::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#documentInfoModal .loading-wheel {
   display:none;
  }

#documentInfoModal .modal-dialog{
	width: fit-content;
    max-width: 80vw;
}

#documentInfoModal.loading .loading-wheel {
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-evenly;
  }

.infoModal.lds-roller{
	position:relative;
	left:unset;
	right:unset;
	top:unset;
	bottom:unset;
	transform:scale(1) !important;
}

.infoGroup{
	display:flex;
	user-select: text;
	flex-flow:row wrap;
}

.infoGroup .infoHeader{
	font-size:15px;
	font-weight:bold;
	width:100%;
}

.infoGroup .infoLabel{
	font-weight:bold;
	margin-right:10px;
	white-space: nowrap;
}

.page-footer .page-footer-inner{
	display:none;
}

.salestoolkit_webapp .dropdown-user {
	margin-right: -25px !important;
}
.salestoolkit_webapp .syncbuttontopbar {
	display: none !important;
}
.salestoolkit_webapp .dropdown-user::after {
    display: none !important;
}

div#mySidebar::-webkit-scrollbar {
	display: none;
}

div#mySidebar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}


/* GENERAL:  Button Background Colour */
.lock-form .form-actions .btn-success {
	background-color: #032452;
}

/* GENERAL:  Button Background Colour (Hover) */
.lock-form .form-actions .btn-success:hover {
	background-color: #008abc;
}

/* GENERAL:  Generic Link Colour */
a, .ticker-content a {
	color: #032452;
}
a:hover, .ticker-content a:hover {
	color: #009fe3;
}
.ticker-swipe span {
	border-bottom-color: #032452;
}

/* GENERAL:  Footer Link Colour (Dark Background) */
.page-footer .page-footer-inner a {
	color: #bbccff;
}

.left-text-inner{
	display:none;
}

/* LOGIN FORM + LOCK FORM:  Page Title Colour */
.login .content .form-title,
.lock-form h4#salestoolkit-name {
	color: #032452;
}


/* USER PROFILE:  Tab Highlight (Hover) */
/* .tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
	border-bottom: 4px solid #697d99;
} */

/* USER PROFILE:  Active Tab Highlight */
.tabbable-line > .nav-tabs > li.active,
.tabbable-line > .nav-tabs > li.active:hover {
	/* background: url("../img/default/profile_pointingarrow.png") no-repeat right; */
	background-repeat: no-repeat;
	background-position: right top 50%;
	background-size: 10px;
}



/* USER PROFILE: Occupation Text Colour */
#salestoolkit-profile-occupation {
	color: #697d99;
}

#salestoolkit-news-ticker-wrapper .ticker-wrapper.has-js, 
#salestoolkit-news-ticker-wrapper .ticker,
#salestoolkit-news-ticker-wrapper .ticker-title,
#salestoolkit-news-ticker-wrapper .ticker-content,
#salestoolkit-news-ticker-wrapper .ticker-swipe {
	background-color: transparent;
}

.login .content .form-actions {
	border-bottom-color: transparent;
}

#salestoolkit-cart-portlet .thumbnail,
#salestoolkit-favourites .thumbnail {
	border-color: transparent;
	background-color: transparent;
	padding: 0;
	/* margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px; */
	margin: auto;
	width: 100%;
	height: 75%;
	float: none;
}

/* .page-sidebar-menu li.customcolor:not(.active):hover a{
	background-color:#34384f !important
}


.page-sidebar-menu li.customcolor.active a{
	background-color:#34384f !important
} */

.thumbnail-image{
	height: 50%;
	width: 50%;
	padding: 0;
	margin: 0;
}

body:not(.login):not(.lock-screen),
body:not(.login):not(.lock-screen) .page-footer,
.page-sidebar, .theme-panel > .theme-options {
    background-color: #292d41;
}



@media (max-width: 991px) {
	.tabbable-line > .nav-tabs > li.active,
	.tabbable-line > .nav-tabs > li.active:hover {
		background: url("../img/default/arrow_small_down.svg") no-repeat right;
		padding-right: 8px;
		box-shadow: 0px 0px 4px 0px#d0d0d0;
		background-origin: content-box;
		margin-right: 1px;
		background-size: 12px;

	}
}



[data-atheneum-item-type]:not([data-atheneum-item-type="collection"]) .collection-style {
	display: none !important;
}
[data-atheneum-item-type]:not([data-atheneum-item-type="asset"]) .asset-style {
	display: none !important;
}

.asset-style .asset-rating {
	margin-top: 0px;
	display: inline-block;
	margin-left: 3px;
	width: 100%;
	text-align: center;
}
.asset-style .thumbnail {
	width: 100%;
    height: 75%;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-size: auto 100%;
	background-position: top;
	position: absolute;
	top: 0;
}
.asset-style .assetThumbnailButtons {
	bottom: 0;
	text-align: center;
	display: block;
	min-height: 22px;
	align-self: flex-end;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 25.5%;
	right:0;
	width: 100%;
}

.asset-style .assetThumbnailButtons .textstarsholder {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	transform: initial;
}

.cropper-point{
    width:15px !important;
    height:15px !important;
    opacity:1 !important;
}

@media (max-width: 450px) {
	.cropper-point {
		width: 20px !important;
		height: 20px !important;
		opacity: 1 !important;
	}

	.cropper-point.point-nw {
		left: -10px;
		top: -10px;
	}

		.cropper-point.point-n {
			top: -10px;
			left: calc(50% - 7px);
		}

		.cropper-point.point-ne {
			right: -10px;
			top: -10px;
		}

		.cropper-point.point-w {
			left: -10px;
			top: calc(50% - 7px);
		}

		.cropper-point.point-e {
			right: -10px;
			top: calc(50% - 7px);
		}

		.cropper-point.point-sw {
			left: -10px;
			bottom: -10px;
		}

		.cropper-point.point-s {
			bottom: -10px;
			left: calc(50% - 7px);
		}

		.cropper-point.point-se {
			right: -10px;
			bottom: -10px;
		}
}

/** custom ui **/
#atheneum-custom-ui{
	display:none;
	font-size:1rem;
}
/*Features enable / disabel css*/
.newsDisabled #newsSideMenuIcon {
	display: none !important;
}

.favouritesDisabled #favouritesSideMenuIcon,
.favouritesDisabled #salestoolkit-asset-favourite-button {
	display: none !important;
}

.favouritesDisabled [data-atheneum-item-action="toggle-favourite"]{
	visibility:hidden !important;
}

.meetingsDisabled #meetingsSideMenuIcon {
	display: none !important;
}

.cartDisabled #cartSideMenuIcon,
.cartDisabled #salestoolkit-asset-cart-button,
.cartDisabled #headerCartLink
 {
	display: none !important;
}

.cartDisabled [data-atheneum-item-action="toggle-cart"]{
	visibility:hidden !important;
}
.hideTopBarCart #headerCartLink {
	display: none !important;
}

.hideSideMenuCart #cartSideMenuIcon {
	display: none !important;
}

.contactsScreenDisabled #contactsSideMenuIcon {
	display: none !important;
}

.adminDisabled #adminSideMenuIcon {
	display: none !important;
}

.faqsDisabled #faqsSideMenuIcon {
	display: none !important;
}

.languageFlagsDisabled img.language-flag{
	display:none;
}

.usersDisabled #userManagerTabLink,
.groupsDisabled #groupsManagerTabLink,
.registrationsDisabled #registrationsTabLink,
.tagsDisabled #tagsManagerTabLink {
	display: none !important;
}	

.usersDisabled.groupsDisabled.tagsDisabled ul.nav.nav-tabs.border-right > li::after{
	height:0px !important;
} 

.usersDisabled.groupsDisabled.registrationsDisabled.tagsDisabled #profileListsDiv{
	display:none !important;
}

.userQRScanDisabled #headerPrefillQRCode{
	display:none;
}

#profile-lists ul.singleTable li{
	background-image:unset !important;
}

select.library-filters option:checked{
	display:none;
}

/*Single Sign On*/

.singleSignOn .password-form-group,
.singleSignOn #salestoolkit-forgot-password-link,
.singleSignOn .rememberme {
	display: none;
}

/*Filters */
.filters-row {
	display:none;
}
#filters-panel div.portlet{
	display:flex;
	min-height: 50px;
}

#filters-panel div.portlet div.portlet-title{
	border-bottom: none;
    margin: 0;
    height: auto;
    min-height: auto;
	align-self: center;
}

#filters-panel div.portlet div.portlet-body.filters,
#filters-panel div.portlet div.portlet-body.filters-quick-delete{
	min-height: auto !important;
	display:flex;
	flex-wrap:wrap;
	margin-top:-10px;
	gap:10px;
}

#filters-panel div.portlet div.portlet-body.filters select{
	margin-left:10px;
	margin-top:10px;
}

#filters-panel div.portlet div.portlet-body.filters div.filteredDropdown{
	margin-left:10px;
	margin-top:10px;
}

#filters-panel div.portlet div.portlet-body.filters a{
	margin-left:10px;
	margin-top:10px;
}

#filters-panel div.portlet div.portlet-body.filters select option.active{
	font-weight:bold;
}

.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	width: calc(100% + 28px);
	max-height: 80vh;
    overflow-y: scroll;
    background: white;
  }
  .autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff; 
	border-bottom: 1px solid #d4d4d4; 
  }
  .autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9; 
  }
  .autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important; 
	color: #ffffff; 
  }

  td a.user-approval-reject-button{
	background-color: #b00 !important;
	color: #fff !important;
  }

  td a.user-approval-approve-button{
	background-color: #00ba00 !important;
	color: #fff !important;
  }

  div.optionGroup{
	border: #ccc 1px solid;
    border-radius: 15px;
    padding: 15px;
    margin-right: 1rem;
	margin-bottom: 1rem;
  }

  .portlet-fullscreen #atheneum-related-assets-view{
	max-height:100% !important;
  }

  #atheneum-related-assets-view{
	overflow:scroll;
	padding-top: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .related-asset-item{
	padding:0;
	width:100%;
	max-width:100%;
  }
  
  .portlet-fullscreen .related-asset-item{
	width:auto;
	flex: 1 1 20%;
  }

  #filters-panel .portlet-title span{
	font-size:17px;
	font-weight:900;
  }

  input[type=text].error,   input[type=password].error {
    border-color: red;
}

.deleteColumn{
	width:30px;
}

span.error{
	color:red;
}
label.error{
	color:red;
}
label.required::after{
	content : " *";
}

#topLevelFilters{
	font-size:15px;
	line-height:18px;
	margin-left:1rem;
	display:flex;
	float:left;
}

#topLevelFilters span{
	margin-right:1rem;
	padding: 8px 0 0 0;
	cursor:pointer;
}

#topLevelFilters span.active{
	font-weight:bold;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

  @media (min-width: 1300px) {
	.portlet-fullscreen .related-asset-item{
		width:auto;
		flex: 1 1 15%;
	  }
}

@media (max-width: 767px){
	.sidemenu-open .searchdropdown{
		display: none !important;
	}
}


@media (max-width: 991px){
	.portlet-fullscreen .related-asset-item{
		width:auto;
		flex: 1 1 25%;
	}
}

@media (max-width: 580px){
	.portlet-fullscreen .related-asset-item{
		width:auto;
		flex: 1 1 50%;
	  }
}

@media (max-width: 400px){
	.portlet-fullscreen .related-asset-item{
		width: 100%;
	  }
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	position:absolute;
	right:0;
	bottom:0;
	transform:scale(0.4);

  }
  .lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
  }
  .lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #333;
	margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
  }
  .lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
  }
  .lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
  }
  .lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
  }
  .lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
  }
  .lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
  }
  .lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
  }
  .lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
  }
  @keyframes lds-roller {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

  #collectionHeader{
	display:none;
	width:100%;
  }

  .filtering #collectionHeader{
	display: none !important;
  }
  
  .searching #collectionHeader{
	display: none !important;
  }
  
  /*Custom ui*/
  #atheneum-calview-ui{
	display:none;
	width:100%;
	border:none;
	margin-left: 0px;
    margin-right: 0px;
  }

  body.no-cal-view #calendarViewToggle{
	display:none !important;
  }
  
  body.searching #calendarViewToggle{
	display:none !important;
  }

  body.filtering #sort-action-wrapper{
	display:none !important;
  }

  body.searching #sort-action-wrapper{
	display:none !important;
  }

  body.showing-cal-view #atheneum-home-page {
	display:none;
  }
/* 
  body.showing-cal-view #breadcrumbsbuttonhide {
	display:none;
  } */

  body.showing-cal-view #atheneum-calview-ui {
	display:block;
  }
  body.showing-cal-view #topLevelFilters {
	display:none !important;
  }

  body.showing-cal-view #calendar-icon-on{
	display:block;
  }

  body.showing-cal-view #calendar-icon-off{
	display:none;
  }

  body:not(.showing-cal-view) #calendar-icon-on{
	display:none;
  }

  body:not(.showing-cal-view) #calendar-icon-off{
	display:block;
  }

  body.showing-cal-view #sort-action-wrapper {
	display:none !important;
  }

  body.showing-cal-view .actions .view-toggler {
	display:none !important;
  }

  body.filtering .actions #calendarViewToggle.view-toggler,
  body.searching .actions #calendarViewToggle.view-toggler{
	opacity:0.5;
	cursor:not-allowed;
  }

  body.filtering #calendar-icon-on, body.filtering #calendar-icon-off,
  body.searching #calendar-icon-on, body.searching #calendar-icon-off{
	pointer-events: none;
  }

  body.showing-cal-view .actions #calendarViewToggle.view-toggler{
	display:block !important;
  }

  body.showing-cal-view #collectionHeader{
	display:none !important;
  }

  body.showing-cal-view #main-panel .portlet{
	padding-bottom:0;
	margin-bottom:0;
  }

  body.showing-cal-view #main-div-center{
	padding-bottom:0;
  }

  li.automaticTag{
	pointer-events: none;
	color:#ccc !important;
  }
  
  li.ms-optgroup-label{
	color:#ff3300 !important;
  }


  ul.ms-list::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 5px;
  }
  
  ul.ms-list::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }



  #main-div-center::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 5px;
  }
  
  #main-div-center::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }


 body.infoIconDisabled .info-icon{
	display:none;
 } 

 body.infoIconDisabled .info-btn{
	visibility:hidden;
 }

/* modal for pdfs */
#assetModal{
	position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
	display: none;
}



#assetModal.show{
	display: block;
	z-index: 99999;
}

#assetModalClose{
	display: block;
	height: 30px;
	text-align: right;
	color: #fff;
}


#assetModalClose:before{
	content: '';
	background:url('../img/default/search_icon.svg');
	background-size: 30px 30px;
	position:absolute;
	width:30px;
	height:30px;
}

  #sync-blocker{
	display:none;
	width: 100%;
    height: 100%;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 0.2;
  }

  .fullscreen-video{
	opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .fullscreen-video video{
	width: 100%;
    height: 100%;
    background: black;
    z-index: 999999;
    position: absolute;
  }

  .fullscreen-video #attractorControls {
	position: absolute;
    z-index: 1000000;
	display:none;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
  }

  .fullscreen-video #attractorControls #attractorControlsWrapper{
	display: flex;
    flex-direction: column;
	justify-content: center;
    align-items: center;
	gap:20px;
  }

  #page-calview-tabs{
	display:none;
	margin-left: 15px;
	width:calc(100% - 35px);
	border-bottom:1px solid #e2e2e2;
	height:55px;
  }

  .showing-cal-view #page-calview-tabs{
	display: flex;
	width:calc(100% - 35px);
    height: 55px;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 0px;
	margin-left:15px;
  }

  .showing-cal-view #page-calview-tabs::-webkit-scrollbar {
	-webkit-appearance: none;
	height:4px;
  }

  .showing-cal-view #page-calview-tabs::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }

  .showing-cal-view #page-calview-tabs.hidden{
	display:none;
  }

  
  #page-calview-tabs .journalTab{
	height: 100%;
    width: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 	5px;
    background-color: #b9b9bb;
    flex: none;
    border: 1px solid #e2e2e2;
	border-bottom:none;
	display:flex;
	justify-content: space-around;
	cursor:pointer;
	padding:10px;
  }

  #page-calview-tabs .journalTab.image-tab{
	padding:2px;
  }

  #page-calview-tabs .journalTab span{
	align-self: center;
  }

  #page-calview-tabs .journalTab.active{
	background-color: #ffffff;
  }

  .contactsTablePagingWrapper{
	width:100%;
	height:50px;
	position:relative;
}
	
.pagingControls{
	width:calc(100% - 15px);
	height:42px;
	display:flex;
	position: absolute;
    top: 4px;
    flex-direction: row-reverse;
}

.pagingControls .ui-multiselect {
	height:37px;
}
.pagingControls button{
	margin-right:10px;
}

.pagingControls input {
	height: calc(50px - 19px);
    margin-right: 10px;
    text-align: center;
}

.pagingControls button:disabled{
	opacity:0.5;
}

.contactsTableLoader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
  margin-top: 10px;
  display:none;
}

.contactsTableError{
	width:90%;
	height:auto;
	margin:0 auto;
	color:red;
	display:none;
	margin-top:20px;
	text-align:center;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#headerPrefillQRCode{
	cursor:pointer;
}

#prefill-barqrcode{
    display: flex;
    justify-content: center;
}

#prefillCameraModal{
	z-index:1000000 !important;
}

.sidemenu-open .page-footer{
	padding-left:95px;
}

.sidemenu-mode-toggle-compact.sidemenu-closed .page-footer{
	padding-left:57px;
}

.sidemenu-mode-toggle-hide.sidemenu-closed .page-footer .page-footer-inner:first-child{
	padding-left:12px;
}

.filtering #page-calview-tabs,
.searching #page-calview-tabs{
	display:none !important;
}

#languageSelector{
	display:none;
}

#languageSelector .dropdown-menu.dropdown-menu-default{
	top:67px;
	right:20px;
}

/*CB Groups */
.collectionBrowser-group-wrapper{
	display:flex;
	
	flex-direction:column;
	width:100%;
	margin:0;
}

#atheneum-home-page > .collectionBrowser-group-wrapper {
	width:calc(100% - 30px);
	margin:0 15px;
}

.collectionBrowser-group-wrapper .cbGroup{
	margin-bottom:15px;
}

.collectionBrowser-group-wrapper .cbGroupHeader{
	position: relative;
}

.collectionBrowser-group-wrapper h1
{
	cursor:pointer;
	font-size:2rem;
	line-height:50px;
	margin:0;
	padding-left:20px;
}

.collectionBrowser-group-wrapper .pageControls{
	font-size:2rem;
	display: flex;
    width: 100%;
    margin: 0 15px;
	gap:15px;
}

.collectionBrowser-group-wrapper .pageControls .first,
.collectionBrowser-group-wrapper .pageControls .last,
.collectionBrowser-group-wrapper .pageControls .previous,
.collectionBrowser-group-wrapper .pageControls .current,
.collectionBrowser-group-wrapper .pageControls .next{
	cursor:pointer;
}

.collectionBrowser-group-wrapper .toggleAccordionButton{
	display:none;
	font-size: 3rem;
    color: inherit;
	position:absolute;
	top:0px;
	right:20px;
	font-weight: bold;
    line-height: 50px;
	width:3rem;
	text-align:center;
}

.collectionBrowser-group-wrapper .toggleAccordionButton.active{
	display:block;
}

.theme-panel > .theme-options > .theme-option > span:last-child{
	text-align:right;
}

form.form-history-form{
	max-height:63vh;
	overflow:scroll;
}

form.form-history-form::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 5px;
  }
  
  form.form-history-form::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }

  /*CONTACT SESSION INFO POPUP*/

  #contactSessionStatus{
	width:calc(100% - 64px);
	padding:10px;
	position:absolute;
	bottom:39px;
	left:0px;
	z-index: 1000;
	margin-left:32px;
	background-color:white;
  }

  #contactSessionStatus::after{
	content: "";
	position: absolute;
	left: 6px;
	height: 10px;
	width: 10px;
	background: white;
	transform: rotate(45deg);
	border-bottom:inherit;
	border-right:inherit;
	box-shadow:inherit;
  }

  #contactSessionStatus .contactSessionInfoGroup{
	height:auto;
	line-height: normal;
  }

  #contactSessionStatus .contactSessionInfoGroup label{
	margin-bottom:0px;
	margin-right:5px;
	font-weight:bold;
  }

  #contactSessionIcon {
	position:absolute;
	left:0px;
	bottom:4px;
	z-index: 1000;
	margin-left:32px;
  }
  #contactSessionIcon img{
	width:25px;
	height:25px;
  }

  #contactSessionIcon img.regular{
	display:block;
  }

  #contactSessionIcon img.testMode{
	display:none;
  }

  body.testMode #contactSessionIcon img.regular{
	display:none;
  }

  body.testMode #contactSessionIcon img.testMode{
	display:block;
  }

  body.testMode #testModeBorderUp,  body.testMode #testModeBorderDown,  body.testMode #testModeBorderLeft, body.testMode #testModeBorderRight{
	display:block !important;
  }

  #testModeBorderUp,  #testModeBorderDown,  #testModeBorderLeft, #testModeBorderRight{
	display:none !important;
	position:fixed;
	z-index:9999999;
  }

  #testModeBorderUp, #testModeBorderDown{
	width:100vw;
	left:0;
  }
  
  #testModeBorderUp{
	top:0;
  }

  #testModeBorderDown{
	bottom:0;
  }

  #testModeBorderLeft, #testModeBorderRight{
	height:100vh;
	top:0;
  }

  #testModeBorderLeft{
	left:0;
  }

  #testModeBorderRight{
	right:0;
  }

  #profileTestModeDivider{
	display:none;
  }

  #dropdownButtonTestMode{
	display:none;
  }

  #dropdownButtonTestMode a{
	display:flex;
	align-items: center;
	gap:9px;
	justify-content: space-between;
  }

  body.testMode #headerBarProfileFormHistoryImage{
	filter: none !important;
  }

  body.testMode #headerBarProfileWarningImage{
	filter: none !important;
  }

  #contactSessionInfoTestMode{
	display:none;
	text-align: center;
	width:100%;
  }

  body.testMode #contactSessionInfoTestMode{
	display: block;
	color:white;
  }

  body.lock-screen #contactSessionIcon, body.lock-screen #contactSessionStatus{
	display: none!important;
  }

  @media (min-width: 992px){
	#contactSessionIcon{
		margin-left:35px;
	}

	#contactSessionStatus{
		margin-left:35px;
		width:calc(100% - 60px);
	}
  }

  @media (max-width: 768px){
	#contactSessionIcon{
		margin-left:15px;
	}

	#contactSessionStatus{
		margin-left:15px;
		width:calc(100% - 30px);
	}
  }


  /*START SLIDERS*/
  /* The switch - the box around the slider */
  .toggleSwitch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin-bottom: 0px;
  }
  /* The slider */
  .toggleSlider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .toggleSlider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  body.testMode .toggleSlider {
	background-color: #2196F3;
  }
  
  body.testMode .toggleSlider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .toggleSlider.round {
	border-radius: 34px;
  }
  
  .toggleSlider.round:before {
	border-radius: 50%;
  }
  /*END SLIDERS*/

  body.hideProfileOnFormHistory #headerBarProfileImage{
	visibility:hidden !important
  }

  body.hideProfileOnShareHistory #headerBarProfileImage{
	visibility:hidden !important
  }

/*  
body.hideProfileOnFormHistory #headerBarProfileFormHistoryImage {
	position: relative;
	top: 0px;
}

body.hideProfileOnShareHistory #headerBarProfileWarningImage {
	position: relative;
	top: 0px;
*/

	/*Saved Carts*/
  #atheneum-saved-carts-view{
	display:flex;
	flex-direction: column;
	overflow-y:hidden;
	flex:1;
  }

  #saved-carts-wrapper{
	overflow-y:auto;
	position:relative;
  }
 
  .saved-cart-wrapper{
	display:flex;
	padding:10px;
	cursor:pointer;
	flex-direction: column;
	gap:2px;
	position:relative;
 }

 .saved-cart-wrapper .meta-wrapper{
	display:flex;
	gap:2px;
 }

 .saved-cart-wrapper .text-wrapper{
	flex:1;
	width:calc(100% - 80px)
 }
 
 .saved-cart-wrapper .button-wrapper{
	width:65px;
 }

 #atheneum-saved-carts-view .saved-cart-wrapper .info-group{
	font-size:1.1rem;
 }
 
 .saved-cart-wrapper.current{
	background:#333;
	color:white;
 }

 .saved-cart-wrapper.active{
	background:#cecece;
	color:black;
	font-weight:700 !important;
 }

 .button-wrapper{
	display:flex; 
	gap:25px;
	justify-content: right;
 }

 .button-wrapper div{
	display: flex;
 }

 .button-wrapper div img{
	width:25px;
 }

 .saved-cart-wrapper.current .shareSaveCart,
 .saved-cart-wrapper.shared .shareSaveCart,
 .shareSaveCart.noShare{
	visibility:hidden;
	pointer-events: none;
 }

 .saved-cart-wrapper.current .deleteSaveCart{
	visibility:hidden;
	pointer-events: none;
 }


 #saved-carts-paging.collectionBrowser-group-wrapper .pageControls{
	margin:0;
	justify-content: space-between;
 }

 .saved-cart-wrapper .info-wrapper{
	display: flex;
	flex-direction:column;
	padding-right:10px;
 }
 
 .saved-cart-wrapper .info-group.email{
	margin-top:5px;
 }

 .saved-cart-wrapper span.cartName{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 10px);
    display: inline-block;
 }

 .saved-cart-wrapper .info-group.email span.info{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 70px);
    display: inline-block;
	vertical-align:bottom;
 }

 .saved-cart-wrapper .info-group.date span.info{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 70px);
    display: inline-block;
	vertical-align:bottom;
 }
 
 
 .saved-cart-wrapper.active .info-group.email span.info{
	width: calc(100% - 75px);
 }

#saved-carts-panel > .portlet.light {
	padding-bottom:0px;
	margin-bottom:0px;
}

#saveCartModalLabel{
	font-weight:700;
}

#shareSavedCartNote{
	resize:none;
	min-height:50px;
	overflow:hidden;
}

@media (max-width: 990px) {
    #saved-carts-panel.col-sm-0 {
        width: 0%;
		display:none !important;
    }
}

@media (min-width:991px) and (max-width: 1199px) {
    #saved-carts-panel.col-md-0 {
        width: 0%;
		display:none !important;
    }
}

#saved-carts-panel .portlet-body{
	display: flex;
    flex-direction: column;
    height: calc(100% - 55px);
}
  /*END saved carts*/

  /*JW PLAYER*/
  .portlet.light .portlet-body .row #iframe-holder div.jwplayer-container {
	width: 100% !important;
	aspect-ratio: 16 / 9;
	max-height: 100% !important;
	max-width: 100% !important;
	position: relative !important;
}

.portlet.light .portlet-body .row #iframe-holder div.jwplayer-container > div {
	width: 100% !important;
	height: 100% !important;
}

.jw-aspect,
.jwplayer-aspect {
	display: none !important;
}

  /*END JW PLAYER*/
  body #inboxSideMenuIcon{
	display:block !important;
  }

  body.inboxDisabled #inboxSideMenuIcon{
	display:none !important;
  }

@media (max-width: 767px) {
	.row:has(#saved-carts-panel){
		display:flex;
		flex-direction: column-reverse;
	}

	#saved-carts-panel{
		overflow:hidden;
	}

	#atheneum-saved-carts-view{
		flex-direction: column;
		overflow-x: hidden;
		flex:unset;
	}
	
}

@media (max-width: 400px){
	#saved-carts-panel{
		width:100% !important;
	}
}

/*START DYNAMIC PROFILE */
.dynamicProfile #profile-form-fields label{
	margin-right:3px;
}

.dynamicProfile .input-group-addon{
	display:none;
}

.dynamicProfile select{
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;

	background-size: 12px;
    background-position: right 5px top 50%;
    background-repeat: no-repeat;
}

.dynamicProfile input.invalid, .dynamicProfile select.invalid, .dynamicProfile textarea.invalid{
	box-shadow: 0rem 0rem 0.3125rem #f99 inset;
}
.dynamicProfile label.invalid{
	color:red !important;
}
/*END DYNAMIC PROFILE */

/*Vertical Switches*/
.toggle-switch-container {
	align-content: center;
	padding: 0px;
	position: relative;
    top: -5px;
  }
  
  .toggle-switch {
	margin: 0;
  }
  
  .toggle-switch {
	width: 10px;
	position: relative;
  }
  
  .toggle-switch input {
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
  }
  
  .toggle-switch input:checked {
	z-index: 1;
  }
  
  .toggle-switch input:checked + label {
	cursor: default;
  }
  
  .toggle-switch label {
	color: #fff;
	cursor: pointer;
	transition: color 0.3s ease-in-out;

	max-width: 150px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .toggle-switch .toggle-outside {
	height: 100%;
	border-radius: 17px;
	padding: 11px;
	overflow: hidden;
	transition: opacity 0.3s ease-in-out;
	border: 2px solid blue;
  }
  
  .toggle-switch .toggle-inside {
	border-radius: 50%;
	background: #424242;
	position: absolute;
	transition: all 0.3s ease-in-out;
  }
  
  .switch-vertical {
	background-color: transparent;
	width: auto;
	height: 35px;
	padding-left: 18px;
  }
  
  .switch-vertical input {
	height: 100%;
	width: 100%;
	left: 0;
	margin: 0;
  }
  
  .switch-vertical label {
	font-size: 12px;
	line-height: 15px;
	display: block;
	width: auto;
	height: 50%;
	margin: 0;
	text-align: left;
	padding-left: 12px;
	color:black;
  }
  
  .switch-vertical .toggle-outside {
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	width: 25px;
	height: 100%;
	left: 0;
	top: 0;
  }
  
  .switch-vertical .toggle-inside {
	height: 16px;
	left: 3px;
	top: 3px;
	width: 16px;
  }
  
  .switch-vertical input:checked ~ .toggle-outside .toggle-inside {
	top: 2px;
  }
  
  .switch-vertical input ~ input:checked ~ .toggle-outside .toggle-inside {
	top: 13px;
  }
/*end vertical switches*/

input.italicPlaceholder::-webkit-input-placeholder{
	font-style: italic !important 
}
input.italicPlaceholder:-moz-placeholder{
	font-style: italic !important 
}
input.italicPlaceholder::-moz-placeholder{
	font-style: italic !important 
}
input.italicPlaceholder::-ms-input-placeholder
{ 
	font-style: italic !important 
}

.form-actions.justifyEnd { justify-content: end !important }


.collection-browser-bottom-html-wrapper{
	font-size:1rem;
	color:black;
	width:100%;
	display:flex;
	padding: 0 17px 0 15px;
}