/* BEGIN - Custom tweaks specific to this site */
/* Hide specific form fields in the interface */
.form-ay-group .form-row-ay-group-ordering td,
.form-ay-group.edit .form-row-ay-group-e164-prefix.empty td { 
	display:none;
}


.form-ay-user.edit .form-row-ay-user-receive-email td,
.form-ay-user.edit .form-row-ay-user-admin td,
.form-ay-user.edit .form-row-ay-user-general-account td {
	display:none;
}

.indent-1 .form-ay-user.edit .form-row-ay-user-admin td {
	display:block;
}
 
.form-webrtc-place-call .form-row-webrtc-place-call-your-name td,
.form-webrtc-place-call td.mandatory {
	display:none;
}
/* END - Custom tweaks specific to this site */

/* clickable logo*/
.appVideoChat #appVideochatLogo { content:url("/css/suvantocare-logo.svg") !important; }	

/* tonsku's hcu changes to make stuff bigger and clearer for elderly */

/* */
/* header button font size */
body:not(.appVideoChat).group-type-homecare-users div.header-tab.tab-videochat button span span,
body:not(.appVideoChat).group-type-homecare-users div.header-tab.tab-candidates button span span,
body:not(.appVideoChat).group-type-homecare-users div.header-tab.tab-community-call button span span,
body:not(.appVideoChat).group-type-homecare-users div.header-tab.tab-program-guide button span span,
body:not(.appVideoChat).group-type-homecare-users div.header-tab.tab-recordings button span span {
	font-size: 3em;
}

/* due to the button being quite convoluted, the padding values need to be configured more precisely so that the text at least appears to be centered */
body:not(.appVideoChat).group-type-homecare-users div.header-tab button > span {
	padding: 2.5em 3.5em 4.5em 3em !important;
}

/* notification text size increased, wonder if this should be hidden completely for hcus or the text changed to something simpler instead of "no pros available" */
body.group-type-homecare-users div.notification {
	font-size: 1.5em;
}

/* BEGIN - tabbed menu adjustment */
.area-homecare-header-tabs { padding-top: 5px !important; }
.area-homecare-header-tabs .header-tab { padding-bottom: 5px !important; }
.area-homecare-header-tabs .header-tab button { display:block; padding:0; margin:0; }
.area-homecare-header-tabs .header-tab button span { border: none !important; border-radius: unset !important; }
body:not(.webrtc-in-call).appVideoChat.active-header-tab-candidates.webrtc-fullscreen-enabled .area-homecare-header-tabs,
body:not(.webrtc-in-call).appVideoChat.active-header-tab-community-call.webrtc-fullscreen-enabled .area-homecare-header-tabs,
body:not(.webrtc-in-call).appVideoChat.active-header-tab-view-recording.webrtc-fullscreen-enabled .area-homecare-header-tabs,
body:not(.webrtc-in-call).appVideoChat.active-header-tab-program-guide.webrtc-fullscreen-enabled .area-homecare-header-tabs {
	position:fixed;
	z-index:10;
	top:0;
	padding-top: 20px;
	background: #13124ea8;
}

body:not(.webrtc-in-call).appVideoChat.webrtc-fullscreen-enabled .area-main-container {
	border: 0;
	border-radius: unset;
	margin-top: 36px;
}
/* END - tabbed menu adjustment */
