/*************************************** MOT-5423 favoritos: realocando para cima (requisica DASA) ***********************************/
#bookmark {
	background-color: transparent !important;
	background-image: initial !important;
	width: auto !important;
	border: initial !important;
	height: 38px !important;
    /* simulação do contextSeparatorBar */
    border-left: 1px solid !important;
    border-left-color: rgb(0 0 0 / 30%) !important;
}

#bookmark .bar .item {
	position: relative !important;
	/* 	border-right: 1px solid rgb(128, 128, 128) !important; */
	margin-top: 3px !important;
	margin-right: 3px !important;
	padding: 5px 3px 3px 3px !important;
}

#bookmark .bar .item:hover {
	/* 	border-right: 1px solid rgb(128, 128, 128) !important; */
	border-right: 1px solid gray !important;
	border-bottom: 1px solid gray !important;
	border-left: 1px solid white !important;
	border-top: 1px solid white !important;
	background: transparent !important;
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-top: 1px solid white !important;
}

#bookmark .drop-down-button {
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	background-image: url(/imagens/healsMenuIconWhite.png) !important;
	border: 1px solid transparent !important;
}

#bookmark .drop-down-button:hover {
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-bottom: 1px solid gray !important;
	border-right: 1px solid gray !important;
	border-left: 1px solid white !important;
	border-top: 1px solid white !important;
}

#bookmark .drop-down-button:hover {
	background-color: transparent !important;
}

#bookmark [ttype=bookmark] .bar-container .text {
	color: white !important;
}

/*espaco para o breadcrumb*/
#screen.hasBookmark:not(.headerless) #screenContents{
	padding-top: 51px;
}

#screen #widgets{
	padding-top: 51px;
	padding-left: 5px;
}

#screen:not(.hasBookmark) #screenMainArea{
	padding-top: 17px
}
.healsMenuButtonIcon {
	display: inline-flex !important;
}

#menu-disabled {
	height: 40px !important;
}
#screen.hasBookmark:not(.headerless){
	padding-top:40px !important;
}

#bookmark [ttype=bookmark] {
	display: inline-block;
	float: none;
    padding-top: 2px;
    /* simulação do contextSeparatorBar */
    border-left: 1px solid !important;
    border-left-color: rgb(255 255 255 / 30%) !important;
}

#screen > .healsHeader > #bookmark [ttype=bookmark] .bar-container {
	display: inline-block;
	float: none;
	height: fit-content;
	vertical-align: middle;
	margin-right: 0px ;
	min-height: 36px;
}
#bookmark [ttype=bookmark] .bar {
	height: fit-content;
}

#bookmark [ttype=bookmark] .bar .item {
	display: inline-block;
	float: none;
	height: fit-content;
}

#screen > .healsHeader > #bookmark [ttype=bookmark] .drop-down-button {
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-left: 0px;
	margin-top: 0px;
}

#bookmark [ttype=bookmark] .menu {
    display: inline-block;
    right: initial;
}

#screen > .healsHeader > #bookmark [ttype=bookmark] .bar .item a {
	white-space: initial;
	height: fit-content;
}

/* nowrap para que o texto não quebre caso não caiba em sua área e possa ser agrupado pelo adaptToWindowSize */
#screen > .healsHeader > #bookmark [ttype=bookmark] .menu .item a {
	white-space: nowrap;
}

/*************************************** MOT-5423 favoritos: realocando para cima (pro DASA) ***********************************/