button[data-bind*="text: DWResources.WebClient.MyProfileDialog_PersonalData_Subscribe"],
span[data-bind*="text: DWResources.WebClient.MyProfileDialog_PersonalData_SubscrDescription"]{
    display: none !important;
}

.ui-menu.scroll-wrapper {
	max-height: 100%;
}

.document-relations-specific-result-list.table-scroll-content {
    height: 350px;
}
/*#loginBox, .dw-logo*/
/* .orgid_1 #loginBox, .orgid_1 .dw-logo */
/* .org_Peters_Engineering #loginBox, .org_Peters_Engineering .dw-logo */
/*{
    background-image: url('orgid_1_logo.png') !important;
    background-repeat: no-repeat;
    background-size: 100px 21px;
}*/

/*.dw-logo {
    background-position: 0 8px;
}*/

/*#loginBox:before, .dw-logo:before {
    display: none;
}*/

/*NOTIFICATIONS POSITIONING*/

/* Hide notifications - all except confirm*/
/*
.toast-container:not(#toast-confirm-container){
	display: none !important;
}
*/

/*Notification - top-right*/
/*
.toast-container:not(#toast-confirm-container){
	right: 12px !important;
    top: 12px !important;
}
*/

/*Notification - top-left*/
/*
.toast-container:not(#toast-confirm-container){
	left: 12px !important;
    top: 12px !important;
}
*/

/*Notification - bottom-right*/
/*
.toast-container:not(#toast-confirm-container){
	top: auto !important;
	left: auto !important;
	bottom: 12px !important;
    right: 12px !important;
}
*/

/*Notification - bottom-left*/
/*
.toast-container:not(#toast-confirm-container){
	top: auto !important;
	right: auto !important;
	bottom: 12px !important;
    left: 12px !important;
}
*/

/*Notification - center*/
/*
.toast-container:not(#toast-confirm-container){
    position: fixed !important;
	right: auto !important;
	bottom: auto !important;
    top: 50% !important;
    left: 50% !important;
    height: auto !important;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
*/

