@import url("font-awesome.min.css");

#popup
	{
    background: rgba(61, 110, 168, .8);
    color: #fff;
    display: none;
    min-height: 20px;
    padding: 15px;
    max-width:500px;
    position: relative;
    padding-bottom:10px;
	border-bottom:7px solid #fff;
	}

.popup-content {
	/*float: left;*/
    font-size: 0.9em;
    height: auto;
/*    overflow-y: scroll;*/
    /*height: 85%;
    margin-top: 0;
    position: absolute;
    width:auto;
    min-width: 260px;*/
	}

.popup-content li:hover
	{
	cursor:pointer;
	font-weight:bold;
	}

.to_details img		{margin-right:5px;}

.popup-content hr {
	background: none;
	border: 0px;
	border-top: 1px solid #fff;
	}

.popup-content table {
	width: 100%;
	}

.popup-content table th {
	text-align: left;
	vertical-align: top;
	}

.popup-content table td {
	font-size: 1em;
	color: #fff;
	vertical-align: top;
	}

.popup-content a
	{
	color:#fff;
	text-decoration:underline;
	margin-right:7px;
	}

.popup-content a:hover						{ color:#f26d39; }

.popup-close
	{
	position: relative;
	float:right;
	background:url('/ukdmos/grfx/popup_close.png') no-repeat;
	text-indent:-9999px;
	z-index: 1;
	width:9px;
	height:13px;
	cursor:pointer;
	list-style:none;
	}

.details, .title-popup
	{
	font-weight:bold;
	}

.details:after
	{
	content:"\f054";
	font-size:0.7em;
	font-family: FontAwesome;
	margin-left:10px;
	}

.view_series_all, .view_series
	{
	float:left;
	margin-right:10px;
	font-size:0.8em;
	color:#fff;
	padding:2px 10px;
	border-radius:2px;
	cursor:pointer;
	background:#304e96;	
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:2px solid #304e96;
	}

.view_series_all:after, .view_series:after
	{
	content:"\f054";
	margin-left:10px;
	font-family: FontAwesome;
	font-size:0.7em;
	}

.view_series_all:hover, .view_series:hover	
	{
    background:#fff;
	color:#000;
	}

.title-popup	{font-size:1.1em; text-decoration:underline;}

.details:hover	{text-decoration:underline;}

li.to_details
	{
	list-style:none;
	padding-bottom:7px;
	}

#hover_info {
	background-color: #304e96;
	border-radius: 3px;
	font-size: 0.8em;
	color: #fff;
	white-space: nowrap;
	width: auto;
	padding: 5px 10px 5px 10px;
	display: none;
	position: absolute;
	top: -8px;
	left: 14px;
	z-index: 9999;
	}