/*
    Author: Kevin Bun 
    Jira Ticket: https://engineroomtech.atlassian.net/browse/NLM-12
*/

@media only screen and (max-width: 1024px) {
    .eltdf-top-bar {
        display: block !important;
    }
    
    .eltdf-top-bar .eltdf-grid{
        width: 85%;
    }

    #text-9 {
        display:none;
    }

    .eltdf-top-bar .eltdf-position-left-inner {
        display: flex;
        flex-direction: row;
        justify-content: left;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 680px) {
    .eltdf-position-right-inner .widget.eltdf-button-widget .eltdf-btn.eltdf-btn-medium.eltdf-btn-solid.eltdf-btn-custom-hover-bg.eltdf-btn-custom-hover-color {
        text-align: center;
        line-height: 1.5em;
    }

    .eltdf-top-bar {
        height: 50px;
    }

    .eltdf-top-bar .eltdf-position-right {
        padding: 0 15px;
    }

    .eltdf-top-bar .eltdf-grid .eltdf-vertical-align-containers {
        display: flex;
        justify-content: space-around;
        right: .5rem;
        width: 110%;
    }
}

@media only screen and (max-width: 460px) {
    .eltdf-top-bar .eltdf-grid .eltdf-vertical-align-containers {
        display: flex;
        justify-content: space-around;
        right: 1rem;
        width: 113%;
    }

    .eltdf-top-bar .eltdf-position-left-inner .eltdf-icon-widget-holder.eltdf-icon-has-hover {
        margin: 0 8px 0 0 !important;
    }

    #bhi_widget_displaybusinesshoursindicator-3,
    .eltdf-top-bar .eltdf-icon-widget-holder.eltdf-icon-has-hover .eltdf-icon-text {
        font-size: 10px !important;
    }

    .eltdf-top-bar .eltdf-position-right {
        padding: 0 10px;
    }

    .eltdf-top-bar .eltdf-icon-widget-holder .eltdf-icon-text {
        padding: 0 0 0 6px;
    }
    
}

.eltdf-show-title-holder h5 a {
  text-decoration: none;
}

.eltdf-show.info-bellow .eltdf-show-name:hover {
  color: #525252;
}

.ert-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}