@charset "UTF-8";
/* CSS Document */
html
{
	/* webkit font rendering fix */
	-webkit-font-smoothing: antialiased;
}

body
{
	background-color: #eeeeee;
	
	/* minimum acceptable width */
	min-width: 650px;
}

body.cover-page
{
	background: url("../images/Cover.jpg") no-repeat bottom center fixed;
	background-size: cover;
}

body.cookie-stumbler
{
	/* lockdown width to min operational width of the "Explore" feature */
	min-width: 1024px;
	background-color: #634c8a;
}

.logo
{
	font-family: 'Lobster', cursive;
	font-size: 24px;
	color: #D90003;
}

.site-wrapper
{
	width: 100%;
	height: 100%;
}

.rating-star
{
	background: url("../images/white-star-rating.png") repeat-x;
	background-size: 17px 16px;
	
	max-width: 85px;
	height: 16px;
	
	display: inline-block;
}

.rating-star.\31star
{
	width: 17px;
}

.rating-star.\32stars
{
	width: 34px;
}

.rating-star.\33stars
{
	width: 51px;
}

.rating-star.\34stars
{
	width: 68px;
}

.rating-star.\35stars
{
	width: 85px;
}

footer
{
	width: 100%;
	height: 30px;
	
	clear: both;
	
	font-size: 13px;
	text-align: center;
	text-shadow: 1px 1px 0px #f3f3f3;
		
	color: #bababa;
	
	margin: 10px 0px;
}

footer.section-footer
{
	text-shadow: none;
}

/* Universal */
.universal-container
{
	width: 90%;
	
	border-radius: 3px;
	border: 1px solid #e5e6e9;

	background-color: white;

	padding: 10px 25px;
	margin: 20px auto 10px;
}

/* Home */
.cover-container
{
	width: 80%;
	height: 30%;
	
	max-width: 865px;
	max-height: 200px;
	
	/* horizontal & vertical centering */
	margin: auto;
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
}

.cover 
{
	text-align: center;
	
	/* Animation */
	opacity: 0;
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
   -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
}

.cover .spacer
{
	height: 20px;
}

.cover .lead
{
	color: white;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-weight: 300;
}

.cover h1.lead
{
	font-size: 36px;
	margin: 0px;
}

.cover p.lead
{
	margin: 0px;

	font-size: 21px;
	line-height: 1.8em;
}

.cover p.lead#author
{
	margin-top: 5px;
	
	/* overrides */
	font-size: 15px;
	text-align: right;
	font-style: italic;
	line-height: normal;
}

.cover .btn-default
{
	padding: 10px 20px;
	font-weight: bold;
	background-color: transparent;
	border-color: #FFFFFF;
	color: #FFFFFF;
}

/* Cookie Stumbler */
.cookie-stumbler-container
{
	width: 100%;
}

.cookie-stumbler-container .cookie-stumbler-icon
{
	background: url("../images/cookiestumbler.png") no-repeat;

	height: 70px;
	width: 70px;

	margin: 0 auto;
}

.cookie-stumbler-container .cookie-stumbler-icon.csbasic
{
	background: url("../images/cookiestumblerbasic.png") no-repeat;
}

.cookie-stumbler-container .btn-default
{
	color: #FFFFFF;
	background-color: transparent;
	border-color: #FFFFFF;
	
	font-weight: bold;
	
	padding: 10px 20px;
	margin: 0px 10px;
}

.cookie-stumbler-container .page-section
{
    color: #cdbfe3;
    background-color: #634c8a;
    background-image: linear-gradient(to bottom, #57407e 0%, #634c8a 100%);
    background-repeat: repeat-x;

    /* IE6 fix */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#57407e', endColorstr='#634c8a', GradientType=0);
    
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    text-align: justify;
    
    padding: 30px;
}

.cookie-stumbler-container .page-section h1, .page-section h2, .page-section h3, .page-section h4, .page-section h5, .page-section h6
{
	color: white;
	margin: 0px 0px 15px 0px;
}

.cookie-stumbler-container .page-section p
{
	font-size: 15px;	
	line-height: 1.85em;
}

.cookie-stumbler-container .page-section span.emphasised
{
	color: white;
	font-weight: 500;
}

.cookie-stumbler-container .page-section span.emphasised.underlined
{
	border-bottom: 2px solid white;
	padding-bottom: 3px;
}

.cookie-stumbler-container .counter-section
{
	text-align: center;
	padding: 20px 0px;
}

.cookie-stumbler-container .counter-section h4
{
	color: #cdbfe3;
	font-size: 20px;
}

.cookie-stumbler-container .counter-section h3
{
	color: white;
	font-size: 25px;
}

.cookie-stumbler-container .page-section.banner
{
    text-align: center;
    line-height: normal;
}

.cookie-stumbler-container .page-section.banner h1, .page-section.banner h2, .page-section.banner h3, .page-section.banner h4, .page-section.banner h5, .page-section.banner h6
{
	color: white;
	margin: 15px 0px;
}

.cookie-stumbler-container .page-section.banner p
{
	font-size: 20px;
}

.cookie-stumbler-container .page-section a
{
	color: white;
	text-decoration: none;
}

.cookie-stumbler-container .page-section.banner a:hover
{
	text-decoration: none;
}

.cookie-stumbler-container .cookiestumbler-interactive-wrap
{
	background: url("../images/Galaxy.jpg") no-repeat center center;
	background-size: cover;
	/* backwards compatibility */
	-webkit-background-size: cover;
	-moz-background-size: cover;

	height: 100%;
	width: 100%;
	
	z-index: -999;
}

.cookie-stumbler-container .cookiestumbler-interactive-wrap.csbasic
{
	background: url("../images/Metro.jpg") no-repeat center center;
}

.cookie-stumbler-container .splash-overlay
{
	background-color: rgb(33, 33, 33);
	opacity: 0.95;
	z-index: 10;
}

.cookie-stumbler-container .cookiestumbler-interactive-wrap .cookiestumbler-interactive
{
	display: block;
	
	overflow: hidden;
	border: none;
	
	height: 768px;
	width: 1024px;
	
	margin: 0 auto;
}

.cookie-stumbler-container .review
{
	margin: 10px;
	padding: 10px;
}

.cookie-stumbler-container .review .rating-star
{
	margin: 0px 0px 10px 10px;
}

.cookie-stumbler-container .review label.review-author
{
	width: 100%;

	clear: both;
	text-align: right;
	
	font-weight: 400;
	font-style: italic;
}

/* Software Archive */
.archive-container
{
	width: 80%;
	max-width: 865px;
	
	margin: 0 auto;
}

.archived-application
{
	border-radius: 3px;
	border: 1px solid #e5e6e9;
	
	background-color: white;
	
	padding: 10px 25px;
	margin: 20px 0px;
}

.archived-application a#verification-link
{
	font-size: 11px;
}

.archived-application label
{
	display: block;
}

.archived-application .icon-container
{
	color: #428bca;

	padding: 3px 1px;
	margin-right: 5px;
	
	float: left;
}

.archived-application a:hover
{
	text-decoration: none;
}

.archived-application label#download-name
{
	font-size: 14px;
	font-weight: 500;
	
	padding: 2px 0px;
}

.archived-application label#download-description, table td#download-infofield
{
	font-size: 13px;
	font-weight: normal;
	
	margin-bottom: 10px;
	
	color: gray;
}

/* Properties Table */
.archived-application table td
{
	padding: 3px 10px 2px 0px;
}


.archived-application table td#download-infofield
{
	margin-top: 5px;
}

.archived-application label .label-success, label .label-danger
{
	margin-left: 5px;
}

/* Blog */
.blog-container
{
	/* temporary Mozilla fix */
	-moz-osx-font-smoothing: grayscale;
}

.blog-container .post-container
{
	width: 80%;
	max-width: 865px;
	
	margin: 20px auto 0px;
}

.blog-container .post-container .post-sidebar
{
	width: 84px;
	
	float: left;
		
	overflow: hidden;
	margin: 25px 20px 0px 0px;
}

.blog-container .post-container .post-sidebar img
{
	width: 64px;
	height: 64px;
	
	margin: 0px 10px; /* (84px - 64px) / 2 */
	
	border-radius: 5px;
	border: 2px solid #e5e6e9;
}

.blog-container .post-container .post-sidebar label
{
	width: 100%;

	text-align: center;
	
	font-size: 11px;
	text-shadow: 1px 1px 0px #f3f3f3;
	color: #bababa;
	
	margin-top: 3px;
}

.blog-container .post-container .advert
{
    width: 865px;
    float: left;
}

.blog-container .post-container .advert iframe
{
    	border: 1px solid #e5e6e9;
    border-radius: 3px;
}

.blog-container .post-container .post
{
	width: 80%;
	
	float: left;
	
	border-radius: 3px;
	border: 1px solid #e5e6e9;
	
	background-color: white;
	
	padding: 10px 25px;
	margin: 10px 0px;
}

.blog-container .post-container .post p.post-details
{
	color: #9d9a9a;	
	font-size: 14px;
	margin: 0px;
}

.blog-container .post-container .post h4
{
	font-size: 19px;
}

.blog-container .post-container .post p, .post label, .post li
{
	color: #4f4f4f;

	font-size: 14px;
	line-height: 24px;
	
	text-rendering: optimizeLegibility;

	margin: 0.8em 0;
}

.blog-container .post-container .post a:hover
{
	text-decoration: none;
}

.blog-container .post-container .post ul
{
	color: #3c3b3b;
	list-style: none;
	
	padding: 1px 0px;
	
	/* overrides WebKit default */
	-webkit-padding-start: 20px;
	-moz-padding-start: 20px;
	padding-start: 40px;
}

.blog-container .post-container .post li:before
{
	width: 1.3em;
	
	content: "✧";
	display: inline-block;
	
	margin-left: -1.3em;
}

.blog-container .scroll-to-top
{
	width: 64px;
	height: 48px;
	
	position: fixed;
	bottom: 0px;
	right: 55px;

	background-color: #e4e4e4;
	color: #747474;
	text-align: center;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	padding: 8px;
}

.blog-container .scroll-to-top:hover
{
	background-color: #d8d8d8;
}

.blog-container .scroll-to-top a
{
	color: #606060;
}


.blog-container .scroll-to-top span
{
	font-size: 30px;
}

/* Account Area */
.account-area-container
{
	/* temporary Mozilla fix */
	-moz-osx-font-smoothing: grayscale;
}

.account-area-container .account-container
{
	width: 100%;
	max-width: 695px;
}

.account-area-container .account-container
{
	width: 80%;
	
	border-radius: 3px;
	border: 1px solid #e5e6e9;
	
	background-color: white;
	
	margin: 20px auto 10px;
	padding: 0px 25px;
}

.account-area-container .account-container .logo-container
{
	width: 150px;
	height: 170px;
	
	background-color: #eeeeee;
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #e5e6e9;
	
	text-align: center;
	
	padding: 10px;
	margin-right: 10px;
	
	float: right;
}

.account-area-container .logo-container img
{
	margin: 40px 10px;
	
	border-radius: 130px;
	border: 1px solid #b9b9b9;
}

.account-area-container .account-container .address-container
{
	height: 150px;
	width: 200px;
	
	padding: 35px 5px;
	
	display: inline;
	float: left;
}

.account-area-container .account-container .address-container label
{
	font-weight: 400;
	display: block;
	
	margin: 0px;
}

.account-area-container .account-container .address-container label#name
{
	font-weight: 500;
}

.account-area-container .account-container .address-container label#billedTo
{
	padding-bottom: 5px;
	font-weight: 500;
}

.account-area-container .date-container
{
	font-weight: 500;
	text-align: right;
	margin-right: 10px;
	
	clear: both;
	
	padding: 20px 0px;
}

.account-area-container .account-container h4
{
	font-size: 20px;
	font-weight: 400;
	
	margin: 2px 0px;
}

.account-area-container .account-container small
{
	color: gray;

	font-size: 12px;
	font-weight: 400;
}

.account-area-container .account-container small#empty-list
{
	color: #aeaeae;

	text-align: center;
	padding: 50px 0px;
	
	display: block;
}

.account-area-container .account-container table
{
	width: 90%;
	
	margin: 10px auto;
}

.account-area-container .account-container table th
{
	color: gray;
	
	height: 30px;
	
	font-style: normal;
	font-weight: 400;
}

.account-area-container .account-container table td
{
	height: 25px;
}

.account-area-container .account-container .status-square
{
	background-color: #e3e3e3;

	height: 16px;
	width: 16px;
		
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	
	margin: 3px 10px;
}

.account-area-container .account-container .status-square.success
{
	background-color: #3ba23b;
}

.account-area-container .account-container .status-square.failure
{
	background-color: #c80303;
}

.account-area-container .account-container p
{
	color: #333;	
	font-size: 14px;
	
	padding: 5px 0px;
	margin: 0px;
}

/* convenience selectors */
.page-spacer
{
	height: 15px;
	clear: both;
}

.page-spacer.double
{
	height: 30px;
}

.basicAnimationParameters
{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.defaultAnimationParameters
{
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    animation-duration:1.5s;
}

/* bootstrap fixes */
.navbar
{
	border-radius: 0px;
}

.navbar .avatar
{
	height: 32px;
	width: 32px;
	
	margin: 10px auto;
	margin-left: 5px;

	border: 3px solid #c3c3c3;
	border-radius: 30px;
	
	float: right;
	display: block;
}

nav .input-group
{
	display: inline-table;
}

nav .navbar-form
{
	margin-bottom: 0px;
}

nav .navbar-form span.input-group-addon.default
{
	color: white;
	background-color: #428bca;
	border-color: #357ebd;
}

nav .input-group a
{
	color: white;
}

nav .input-group a#resetLink
{
	color: #555;
}

.navbar-link
{
	border-bottom: 1px gray dotted;
	padding-bottom: 1.5px;
}

.navbar-link:hover
{
	text-decoration: none;
}

/* compensates for cases where image cover should touch the bottom-side of the navigation bar */
.navbar#cover-style
{
	margin-bottom: 0px;
}

.navbar-form .input-group-btn,
.navbar-form .input-group-addon 
{
	width: auto;
}

/* iPad fixes */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape)
{
	/* username and password field needs to be resized to fit landscape screen */
	.form-group
	{
		width: 145px;
	}
}

/* import fonts */
@font-face 
{
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: local('Lobster'), url("../fonts/Lobster.woff") format('woff');
}

/* WebKit animation frames */
@-webkit-keyframes fadeIn { 0% { opacity:0; } 20% { opacity:0.2; } 40% { opacity:0.4; } 60% { opacity:0.6; } 80% { opacity:0.8; } 100% { opacity:1.0; } }
@-moz-keyframes fadeIn { 0% { opacity:0; } 20% { opacity:0.2; } 40% { opacity:0.4; } 60% { opacity:0.6; } 80% { opacity:0.8; } 100% { opacity:1.0; } }
@keyframes fadeIn { 0% { opacity:0; } 20% { opacity:0.2; } 40% { opacity:0.4; } 60% { opacity:0.6; } 80% { opacity:0.8; } 100% { opacity:1.0; } }