/* This is for the redirect page search dropdown. */ .indent-depth-0.ui-menu-item { padding-left: 10px; width: -moz-available; /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ width: stretch; } .indent-depth-1.ui-menu-item { padding-left: 20px; width: -moz-available; /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ width: stretch; } .indent-depth-2.ui-menu-item { padding-left: 30px; width: -moz-available; /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ width: stretch; } .indent-depth-3.ui-menu-item { padding-left: 40px; width: -moz-available; /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ width: stretch; } .indent-depth-4.ui-menu-item { padding-left: 50px; width: -moz-available; /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ width: stretch; } .indent-depth-5.ui-menu-item { padding-left: 60px; width: -moz-available; /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ width: stretch; } .indent-depth-6.ui-menu-item { padding-left: 70px; width: -moz-available; /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ width: stretch; } .indent-depth-7.ui-menu-item { padding-left: 80px; width: -moz-available; /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ width: stretch; } .indent-depth-8.ui-menu-item { padding-left: 90px; width: -moz-available; /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ width: stretch; } .indent-depth-9.ui-menu-item { padding-left: 100px; width: -moz-available; /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ width: stretch; } .ui-autocomplete li { font-family: Arial,Helvetica,sans-serif; font-size: 1em; padding: 0px 10px; max-height: 400px; overflow-y: auto; /* prevent horizontal scrollbar */ overflow-x: hidden; padding-left: 0px; } ul .ui-autocomplete-category { font-weight: bold; margin: .8em 0 .2em; line-height: 1.5; /** custom **/ display: flex; color: gray; font-weight: normal; padding-left: 0px; } /* This hides the last empty element when the data is truncated and the final element is added only so that the final category will be added. */ .hide-me-please { display: none; } ul .ui-autocomplete-category.data-overflow-category { color: black; font-weight: bold; font-style: italic; } /* -- - - - - -- - - - - - -- - - - - - - - - - - - - - -*/ .lefty-tooltip { position: relative; display: inline-block; border-bottom: 1px dotted black; } .lefty-tooltip .lefty-tooltiptext { visibility: hidden; width: 120px; background-color: black; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; /* Position the tooltip */ position: absolute; width: 350px; top: 100%; left: -200px; margin-left: -60px; z-index: 1; } .lefty-tooltip:hover .lefty-tooltiptext { visibility: visible; } #captured_404s_bulk_apply { margin-right: 10px; }