/*
Theme Name: Biblioteca UPT
Theme URI: http://example.com/twenty-fifteen-child/
Description: Theme of Biblioteca UPT (child theme of Extranews).
Author: Madalin Gageanu
Author URI: http://www.dispersive.ro
Template: extranews
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibilit-ready
Text Domain: bcupt
*/

.sitecontainer .navcontainer {
    background:url('https://library.upt.ro/bcupt_drawing.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    background-padding: 0 132px 0 0;
}

/* Enlarging the dropdown menu to prevent folding */
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	/*width:			13em; /* left offset of submenus need to match (see below) */
	width:			23em; /* @bcupt: larger dropdownmenu */
}

ul.sf-menu li li.sfHover ul {
	/*left:			24.4em; /* match ul width */
	left: 			25em; /* @bcupt: larger dropdownmenu*/
	top:			0;
}
/* --- */

.copierescanareprintare_table TD, .alimentarecard_table TD {
    vertical-align: middle !important;
    background: #FFF !important;
    background-color: #FFF !important;
    font-weight: 100 !important;
}

/* hiding the slanted end of the latest news tab on the homepage */
#news_select:after, .reviewbox .reviewboxtitle h4:after {
    visibility: hidden;
}
