/*-------------------------------------------------------------------
Name: Single Page PDC - Core CSS
$Author: pendsey $
$DateTime: 2020/06/25 07:12:50 $
$Revision: #13 $
-------------------------------------------------------------------*/

@charset "utf-8";

body {
	background: #282828;
	font-family: adobe-clean, Arial, sans-serif;
	position: relative;
}

body.ModalContent {
	background: #FFF;
}

strong {
	font-weight: 600;
}

p {
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 14px;
}

ul {
	margin-bottom: 14px;
}

ul, li {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.3;
	margin-left: 10px;
	list-style-type: square;
	list-style-position: outside;
}

h1 {
	font-size: 2.8em;
	margin-bottom: 16px;
}

h2 {
	font-size: 2.4em;
	margin-bottom: 16px;
}

h3 {
	font-size: 2.0em;
	margin-bottom: 12px;
}

h4 {
	font-size: 1.6em;
	margin-bottom: 8px;
}

br.clear-both {
	clear: both;
}

/* Links */
a,
a:active,
a:visited {
	color: #0078a5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Main content container */
.MainContent {
	background: #FFF url("http://wayback.fauppsala.se:80/wayback/20200912070738/https://wwwimages2.adobe.com/downloadcenter/singlepage/live/css/images/background.png") top left repeat-x;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* HEADER BAR */
.header {
	height: 82px;
	width: 1000px;
	color: #FFF;
	postion: relative;
	display: block;
	z-index: 1;
}

.header.NoColumns {
	height: 55px;
}

.header .HeaderContent {
	position: relative;
	z-index: 10;
}

.header .TextStep {
	float: right;
	margin: 16px 20px 0 0;
	font-size: 2.6em;
	font-weight: 400;
}

.header .HomeLogo {
    position: absolute;
    left: 30px;
    top: 0;
    height: 62px;
    width: 46px;
    display: block;
    background: url("http://wayback.fauppsala.se:80/wayback/20200912070738/https://wwwimages2.adobe.com/downloadcenter/singlepage/live/css/images/logo.png") no-repeat;
    padding: 0;
    margin: 0;
	text-indent: -9999px;
    overflow: hidden;
	z-index: 90;
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	/* Handle retina screens */
	.header .HomeLogo {
		background-image: url("http://wayback.fauppsala.se:80/wayback/20200912070738/https://wwwimages2.adobe.com/downloadcenter/singlepage/live/css/images/logo-2x.png");
		background-size: 46px 62px;
	}
}

/* CONTENT BODY */
.section {
	min-height: 463px;
	display: block;
	margin: 0;
	padding: 0 20px;
	width: 960px;
	position: relative;
	z-index: 1;
}

body.ModalContent .section {
	width: auto;
	padding: 10px;
}

.section.NoColumns {
	padding: 0;
	width: 1000px;
}

/* Content body columns */
.ContentColumn {
	-moz-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px; 
	border-radius: 5px 5px 0px 0px; 
	border: 0;
	background: rgb(183,183,183);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4ODQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAuMzUiLz48c3RvcCBzdG9wLWNvbG9yPSIjQjdCN0I3IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnODg0KSIgLz4KPC9zdmc+);	background: -moz-linear-gradient(top,  rgba(183,183,183,1) 0%, rgba(255,255,255,1) 63%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,183,183,1)), color-stop(63%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(183,183,183,1) 0%,rgba(255,255,255,1) 63%);
	background: -o-linear-gradient(top, rgba(183,183,183,1) 0%,rgba(255,255,255,1) 63%);
	background: -ms-linear-gradient(top, rgba(183,183,183,1) 0%,rgba(255,255,255,1) 63%);
	background: linear-gradient(to bottom, rgba(183,183,183,1) 0%,rgba(245,245,245,1) 63%);
	height: 423px;
	float: left;
	position: relative;
	padding: 20px;
	z-index: 1;
}

/* Left column */
.ContentColumn-1 {
	width: 316px;
	margin-right: 10px;
}

/* Right columns */
.ContentColumn-2 {
	width: 252px;
	margin-right: 10px;
}

.ContentColumn-3 {
	width: 252px;
}

.ContentColumn-2-3 {
	width: 554px;
}

.ContentFull {
	position: relative;
	height: 463px;
}

/* Column content */
.ContentColumn-1 div.AlignBottom {
	position: absolute;
	bottom: 12px;
	left: 20px;
	max-width: 316px;
}

.ContentColumn-2-3 div.AlignBottom,
.ContentColumn-3 div.AlignBottom {
	position: absolute;
	width: 252px;
	bottom: 12px;
	right: 20px;
}

.ContentFull div.AlignBottom {
	position: absolute;
	bottom: 12px;
	right: 32px;
}

.ContentColumn-2-3 .AlignVerticalCenter {
	display: table-cell;
    vertical-align: middle;
	height: 423px;
	width: 554px;
}

.ContentFull .AlignVerticalCenter {
	display: table-cell;
    vertical-align: middle;
	height: 450px;
}

.ContentColumn .AlignCenter,
.ContentFull .AlignCenter,
.NoColumns .AlignCenter {
	text-align: center;
}

.ContentColumn .AlignRight,
.ContentFull .AlignRight,
.NoColumns .AlignRight {
	text-align: right;
}

.ContentColumn h2.HeaderFlashPlayer {
	margin: 6px 0 0 0;
	font-size: 3.4em;
	font-weight: 400;
}

.ContentColumn h2.HeaderReader {
	margin: 6px 0 0 0;
	font-size: 2.8em;
	font-weight: 500;
}

.ContentColumn h1.HeaderFlashPlayer,
.ContentColumn h1.HeaderReader {
	margin: 6px 0 0 0;
	font-size: 3.4em;
	font-weight: 400;
}

.ContentColumn h2.HeaderShockwavePlayer {
	margin: 6px 0 0 0;
	font-size: 2.5em;
	font-weight: 400;
}

.ContentColumn h3 {
	font-size: 1.8em;
	font-weight: 600;
	margin: 20px 0 14px 0;
}

.ContentFull h3 {
	font-size: 2.1em;
	line-height: 1;
	font-weight: 600;
}

.ContentColumn p,
.ContentFull p {
	font-size: 1.4em;
	font-weight: 400;
	margin-bottom: 1.2em;
	line-height: 1.3;
}

.ContentColumn .TextGrey {
	color: #666;
}

.ContentColumn .TextLinkHelp {
	font-size: 1.75em;
}

.ContentColumn .LinkPipeLinks {
	color: #B8B8B8;
}

.ContentColumn .MessageBox {
	background: #F8EFBF;
	border-radius: 5px;
	border: 1px solid #DDD;
	padding: 8px;
	margin-bottom: 12px;
}

.ContentColumn .MessageBox p {
	font-size: 1.3em;
	line-height: 1.2; 
}

.ContentColumn .Progressbar {
	margin: 150px 30px 0 30px;
	font-style: italic;
}

.ContentColumn .DownloadMessage {
	font-size: 2.2em;
	font-weight: 600;
}

.ContentFull .ErrorMessage p,
.ContentFull .ErrorMessage ul {
	margin-left: 25px;
}

.ContentFull .ErrorMessage li {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
    list-style-type: none;
	margin-left: 0;
}

.ContentFull .ErrorHeadline {
	background: url("http://wayback.fauppsala.se:80/wayback/20200912070738/https://wwwimages2.adobe.com/downloadcenter/singlepage/live/css/images/icon_error.png") left bottom no-repeat;
	padding-left: 26px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.ContentFull .ErrorHeadline {
		background: url("http://wayback.fauppsala.se:80/wayback/20200912070738/https://wwwimages2.adobe.com/downloadcenter/singlepage/live/css/images/icon_error.png") left 1px no-repeat;
	}
}

.ContentFull .ErrorMessage {
	margin-left: 250px;
}

.ContentFull .PromoBox {
	position: absolute;
	left: 0;
	top: 290px;
	background: #FFF;
	background-color: rgba(255,255,255,1.00);
	background-color: #FFF;
	border: 2px solid #666; 
	border-left: none;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0; 
	border-radius: 0 8px 8px 0;
	max-width: 610px;
	padding: 20px;
}

.ContentFull .PromoBox .PromoClose { 
	float: right;
	margin: -10px -10px 0 0;
    text-indent: -9999px;
    width: 17px;
    height: 17px;
    background: transparent url("http://wayback.fauppsala.se:80/wayback/20200912070738/https://wwwimages2.adobe.com/downloadcenter/singlepage/live/css/images/close.png") no-repeat;
    cursor: pointer;
}

.ContentFull .PromoBox .PromoFlashPlayer {
	background: transparent url("http://wayback.fauppsala.se:80/wayback/20200912070738/https://wwwimages2.adobe.com/downloadcenter/singlepage/live/css/images/flash.png") left center no-repeat;
	padding-left: 128px;
	min-height: 105px;
}

.ContentFull .PromoBox .PromoReader {
	background: transparent url("http://wayback.fauppsala.se:80/wayback/20200912070738/https://wwwimages2.adobe.com/downloadcenter/singlepage/live/css/images/reader.png") left center no-repeat;
	padding-left: 128px;
	min-height: 105px;
}

.ContentFull .PromoBox .PromoShockwave {
	background: transparent url("http://wayback.fauppsala.se:80/wayback/20200912070738/https://wwwimages2.adobe.com/downloadcenter/singlepage/live/css/images/shockwave.png") left center no-repeat;
	padding-left: 128px;
	min-height: 105px;
}

.ContentFull .PromoBox h2 {
	font-size: 2.4em;
	line-height: 1.1;
	font-weight: 600;
	padding-top: 35px;
}

.ContentFull .PromoBox p {
	font-size: 1.6em;
	line-height: 1.2;
}

#promoReturnButton {
	position: absolute;
	left: 0;
	top: 0;
}

.PromoReturnButton {
    text-indent: -9999px;
    width: 201px;
    height: 33px;
	padding: 0 !important;    
    cursor: pointer;
}

.ContentColumn .NoBottomMargin,
.ContentFull .NoBottomMargin {
	margin-bottom: 0;
}

.ContentColumn .SmallBottomMargin,
.ContentFull .SmallBottomMargin {
	margin-bottom: 0.6em;
}

.NeedHelpContainer {
	max-height: 445px;
	display: block;
	margin: 0;
	padding: 0 5px;
	position: relative;
	z-index: 1;
	overflow: auto;
}

#learnMorePanel p {
	font-size: 1.2em;
}

/* Content body form element styling */
div.Checkbox {
	display: table;
}

div.Checkbox label {
	display: table-row;
}

div.Checkbox.dialog {
	margin-bottom: 5px;
}

div.Checkbox.dialog.child {
	position: relative;
	left: 25px;
}

label {
	font-size: 1.4em;
	line-height: 1.3;
}

input[type="checkbox"] {
    opacity:0;
    position:absolute;    
}

input[type="checkbox"] + label span.CheckboxImage {
    display: inline-block;
    width: 25px;
    height: 21px;
    vertical-align: middle;
    background: url("http://wayback.fauppsala.se:80/wayback/20200912070738/https://wwwimages2.adobe.com/downloadcenter/singlepage/live/css/images/checkboxes.png") left top no-repeat;
	background-position: 0px 0px;
    cursor: pointer;
	display: table-cell;
}

input[type="checkbox"]:checked + label span.CheckboxImage {
	background-position: -32px 0px;
}

.selectBox {
	background: #FFF;
	width: 280px;
	font: 1.1em Arial, sans-serif;
	padding: 8px 12px 6px 12px;
	line-height: 1.1;
	border-radius: 5px;
	border: 1px solid #CCC;
	-webkit-appearance: none;
	margin-top: 12px;
}

.selectBox-wrapper {
    position: relative;
}

a.selectBox,
a:link.selectBox,
a:hover.selectBox,
a:visited.selectBox,
a:active.selectBox,
.selectBox a:link,
.selectBox a:hover,
.selectBox a:visited,
.selectBox a:active,
.selectBox-dropdown-menu a,
.selectBox-dropdown-menu a:link,
.selectBox-dropdown-menu a:hover,
.selectBox-dropdown-menu a:visited,
.selectBox-dropdown-menu a:active {
	text-decoration: none;
}

.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    text-decoration: none;
    text-align: left;
    color: #000 !important;
    outline: none;
    vertical-align: middle;
    background: #FFF;
    display: inline-block;
    cursor: default;
}

.selectBox-dropdown .selectBox-arrow {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
}

.selectBox-arrow {
	background: url("http://wayback.fauppsala.se:80/wayback/20200912070738/https://wwwimages2.adobe.com/downloadcenter/singlepage/live/css/images/select_arrow.png") right center no-repeat;
}

.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 300px;
    min-height: 1.5em;
    border: none;
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
}

.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #ECECEC;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

.selectBox-options,
.selectBox-options li,
.selectBox-options li a,
.selectBox-options ul {
	font-size: 1.1em;
    line-height: 1.2;
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options li a {
    color: #000;
    padding: 0 0.5em;
    white-space: nowrap;
    overflow: hidden;
    background: center no-repeat;
    border: 1px solid transparent;
    position: relative;
}

.selectBox-options li.selectBox-hover a {
    color: #000;
    background-color: #EEE;
    border: 1px solid #E8E8E8;
    text-decoration: none !important;
}

.selectBox-options li.selectBox-disabled a {
    color: #888 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.selectBox-options li.selectBox-selected a {
    background-color: #0078a5;
	color: #FFF;
}

.selectBox-options .selectBox-optgroup>span {
    color: #666;
    background: #EEE;
    border: 1px solid #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
    display: block;
}

ul.selectBox-options li.selectBox-optgroup > span {
    background: none;
    border-top: 1px solid #B0B0B0;
    font-size: 0;
    line-height: 0;
    margin: 2px 0;
}

ul.selectBox-options li.selectBox-optgroup:first-child > span {
    border: 0;
    margin: 0;
}

.selectBox.selectBox-disabled,
.selectBox.selectBox-disabled .selectBox-options a {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options a {
    color: #888 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

/* Buttons */
.Button {
	border: none;
    border-radius: 5px;
    box-shadow: none;
    color: #555;
	display: inline-block;
    font-size: 1.4em;
	line-height: 1.2;
    font-weight: 600;
    padding: 8px 30px;
	cursor: pointer;
	text-align: center;
	min-width: 140px;
}

.Button:hover {
	text-decoration: none;
}

.Button:active,
.Button:visited {
	color: #555;
}

.Button1 {
	border: 1px solid #000055;
    border-radius: 5px;
    box-shadow: none;
    color: #555;
	display: inline-block;
    font-size: 1.4em;
	line-height: 1.2;
    font-weight: 600;
    padding: 8px 30px;
	cursor: pointer;
	text-align: center;
	min-width: 140px;
}

.Button1:hover {
	text-decoration: none;
}

.Button1:active,
.Button1:visited {
	color: #555;
}

.ButtonYellow {
	background: #FFDB19;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFDB19), to(#F7AA00));
    background: -webkit-linear-gradient(top, #FFDB19, #F7AA00);
    background: -moz-linear-gradient(top, #FFDB19, #F7AA00);
    background: -o-linear-gradient(top,#FFDB19, #F7AA00);
    background: -ms-linear-gradient(top, #FFDB19, #F7AA00);
    background: linear-gradient(top, #FFDB19, #F7AA00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFDB19', EndColorStr='#F7AA00');
}

.ButtonYellow1 {
	background: #FFFFFF;	
}

.ButtonGrey {
	background: #EEEEEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#DDDDDD));
    background: -webkit-linear-gradient(top, #EEEEEE, #DDDDDD);
    background: -moz-linear-gradient(top, #EEEEEE, #DDDDDD);
    background: -o-linear-gradient(top,#EEEEEE, #DDDDDD);
    background: -ms-linear-gradient(top, #EEEEEE, #DDDDDD);
    background: linear-gradient(top, #EEEEEE, #DDDDDD);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#EEEEEE', EndColorStr='#DDDDDD');
	cursor: default;
}

/* FOOTER */
.footer {
	background: #3c3c3c;
	background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#3C3C3C));
	background: -moz-linear-gradient(top, #555555, #3C3C3C);
	background: -ms-linear-gradient(top, #555555, #3C3C3C);
	background: -o-linear-gradient(top, #555555, #3C3C3C);
	font-size: 1.2em;
	height: 55px;
	color: #FFF;
	position: relative;
	z-index: 1;
	display: block;
}

.footer p {
	font-size: 1em;
	margin: 0;
}

.footer .Region {
	text-align: center;
	float: left;
	margin: 10px 0;
	padding: 19px 14px 0 14px;
	border-right: 1px solid #999;
	background: url("http://wayback.fauppsala.se:80/wayback/20200912070738/https://wwwimages2.adobe.com/downloadcenter/singlepage/live/css/images/region.png") top center no-repeat;
}

.footer .Copyright {
	float: left;
	margin: 9px 14px;
}

.footer .RetryButton {
	float: right;
	margin: 8px 20px;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer a:active, .footer a:visited {
	color: #FFF;
}

/* WCMS Columns CSS for Region Panel */
.Column{_height:1em;width:689px;padding-left:10px;padding-right:10px;}
.Column:after{clear:left;content:"\0020";display:block;height:0;}
.Column-1{width:164px;}
.Column-1-2{width:339px;}
.Column-1-3{width:514px;}
.Column-1-4{width:689px;}
.Column-2{width:164px;}
.Column-2-3{width:339px;}
.Column-2-4{width:514px;}
.Column-3{width:164px;}
.Column-3-4{width:339px;}
.Column-4{width:164px;}
.Column-1,.Column-1-2,.Column-1-3,.Column-1-4,.Column-2-3 .Column-2,.Column-2-4 .Column-2,.Column-2-4 .Column-2-3,.Column-3-4 .Column-3{clear:left; margin-left:0;}
.Column-1,.Column-1-2,.Column-1-3,.Column-1-4,.Column-2,.Column-2-3,.Column-2-4,.Column-3,.Column-3-4,.Column-4{float:left;}
.Column-2,.Column-2-3,.Column-2-4,.Column-3,.Column-3-4,.Column-4{margin-left:11px;}

/* WCMS SiteFooter Region Panel CSS (Adapted for PDC) */
.footer .SiteFooterRegionPanel {
	background-color: #FFF;
	color: #333;
    position: absolute;
    border: 1px solid #333;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 5px 10px -moz-rgba(0,0,0,.5);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
    width: 700px;
    padding: 16px;
	bottom: 52px;
	left: 10px;
	font-size: 1em;
	z-index: 99;
}

.footer .SiteFooterRegionPanelHeader {
    font-size: 1.4em;
}

.footer .SiteFooterRegionPanelHeaderClose {
    float: right;
    text-indent: -9999px;
    width: 17px;
    height: 17px;
    background: transparent url("http://wayback.fauppsala.se:80/wayback/20200912070738/https://wwwimages2.adobe.com/downloadcenter/singlepage/live/css/images/close.png") no-repeat;
    cursor: pointer;
}

.footer .SiteFooterRegionPanelRegionHeader {
	margin: 12px 0 0 0;
	font-weight: 400;
}

.footer .SiteFooterRegionPanel ul,
.footer .SiteFooterRegionPanel li {
	list-style: none outside none;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 4px;
}

.footer .SiteFooterRegionPanel a {
    cursor: pointer;
}

.footer .SiteFooterRegionPanel a,
.footer .SiteFooterRegionPanel a:link {
	color: #069;
}

.footer .SiteFooterRegionPanel a:visited {
    color: #627282;
}

.footer .SiteFooterRegionPanel a:link:hover,
.footer .SiteFooterRegionPanel a:visited:hover,
.footer .SiteFooterRegionPanel a:hover,
.footer .SiteFooterRegionPanel a:visited:hover {
    color: #224466;
    text-decoration: underline;
}

.footer .SiteFooterRegionPanel .Column {
    padding-left: 0;
	padding-right: 0;
}

.footer .SiteFooterMenuItemIconRegionBlack {
    background: transparent url("http://wayback.fauppsala.se:80/wayback/20200912070738/https://wwwimages2.adobe.com/downloadcenter/singlepage/live/css/images/region.png") left center no-repeat;
	padding: 0 0 0 38px;
}

/* Modal overrides */
.ui-dialog .ui-dialog-title {
    font-size: 1.2em;
	font-weight: 600;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin: -5px 0 0;
}

.ui-widget-overlay {
	background: #000;
	opacity: .75;
	filter: Alpha(Opacity = 75);
}

.ui-dialog {
	max-width: 900px !important;
	max-height: 500px !important;
}

.ui-state-default .ui-icon,
.ui-state-default .ui-icon:hover,
.ui-widget-header .ui-icon,
.ui-widget-header .ui-icon:hover,
.ui-widget-content .ui-icon,
.ui-widget-content .ui-icon:hover {
	background: none;
}

.ui-dialog-titlebar .ui-icon-closethick,
.ui-dialog-titlebar .ui-icon-closethick:hover {
	background: url("http://wayback.fauppsala.se:80/wayback/20200912070738/https://wwwimages2.adobe.com/downloadcenter/singlepage/live/css/images/close_button.png") center right no-repeat;
}

.close-button .ui-dialog-titlebar-close {
	top: 8px;
	right: 5px;
}

/* PAGER */
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0078A5;
}

/* Help Steps modal */
.HelpSteps {
	width: 30px;
	margin: 0 10px 0 0;
	float: left;
}

.HelpText {
	width: 300px;
	margin: 0 14px 0 0;
	float: left;
}

.HelpImage {
	width: 390px;
	margin: 0 0 24px 0;
	float: left;
}

.HelpSteps p {
	font-size: 4em;
	font-weight: 400;
	line-height: 1;
	text-align: right;
	color: #666;
}

.HelpText p {
	font-size: 1.8em;
	line-height: 1.2;
}

.HelpImage p img {
	font-size: 1.6em;
	line-height: 1;
	max-width: 100%;
	height: auto;
}

.HCMcheckboxAlign {	
	display: table-cell;
	vertical-align: middle;
	width: 25px;
}

.error-block {
	background-color: #ffffcb;
	color: #f00;
	padding: 6px 8px;
	margin-bottom: 1em;
	border: 1px solid #CCC;
	_zoom: 100%;
}





/*
     FILE ARCHIVED ON 7:07:38 Sep 12, 2020 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 11:02:10 Oct 13, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
