@charset "UTF-8";
/* CSS Document */

@keyframes toggle-menu {
	50% {
		opacity: 0;
	}
	100% {
		width: 0;
	}
}

body {
	background: #F8f8f8;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a:link,
a:visited {color: inherit; text-decoration: none; }
a:focus,
a:hover,
a:active { text-decoration: underline; }
img{
	border:0;
}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,ul,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
#page {
	margin: 0 auto;
	overflow: hidden;
	text-align:left;
	width: 1140px;
}
.shadowhead {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 0; /* top right bottom left */
	color: #eeeeee;
	text-shadow: #39494F 0px 2px 3px;
}
/* CONTENT */
#content {
	background-color: white; 
	border: 1px solid #CCC;
	border-width: 0 1px 0 0;
	display:inline-block;
	width: 100%;
}

/* HEADER */
#header-logo-bar {
	text-align:left;
	padding: 14px 0 10px 19px;
	position:relative;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top-width: 0px;
}
#header-logo-bar img {
	display: inline-block;
}
#logo {
	position:relative;
	float:left;
	overflow: hidden;
	width: 197px;
	height:71px;
	text-align:left;
	margin-right:20px;

}
#logo-text {
	overflow: hidden;
	width: 500px;
	height:71px;
	text-align:left;
}
#panasonic-header {
	overflow: hidden;
	width: 1040px;
	margin: 20px 0 10px 0;
}
#header-banner-panel {
	overflow: hidden;
	width: 1040px;
	height: 185px;

}
#header-banner-panel img {
	position: static;
}
/* DOMAIN NAVIGATION */
/* PRIMARY NAVIGATION */
#zero-nav-holder,
#primary-nav-holder {
	overflow: hidden;
	margin: 0 auto;
	display: inline-block;
}
#primary-nav {
	padding: 10px;
}
#zero-nav ul,
#primary-nav ul {
	width: 100%;
	overflow: hidden;
	clear: both;
}
#zero-nav li,
#primary-nav li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	list-style:none;
	text-align: left;
	margin: 8px 7px 0 7px;
	overflow: hidden;
	display:inline-block;
}
#zero-nav li.last,
#primary-nav li.last {
	margin-right: 0;
}
#zero-nav li a,
#primary-nav li a {
	margin-left: 0;
	color: #5b5b5b;
	float: none;
	display: block;
}
/* Banner */
#banner-text {
	font-size: 12px;
	font-weight:normal;
	line-height:16px;
	color: #f8f8f8;
}
#banner-download {
	font-size: 12px;
	font-weight:normal;
	line-height:20px;
	color: #f8f8f8;
	margin: 10px; 
	width: 400px; 
	height: 100px; 
	padding-top: 10px; 
	padding-left: 60px; 
	background: url(/images/Download.png) no-repeat
}
/* MODULE CENTRE */
#module-centre {
	position:relative;
	float:left;
	width:1040px;
	margin:16px 0 16px 0;
	text-align:left;
}
#module-right-wrapper {
	position:relative;
	width:100%;
	height: 100%;
	font-size: 12px;
	font-weight:normal;
	line-height:16px;
	color: #5b5b5b;
	text-align:left;
	display:inline-block;
	padding-right: 5px;
	box-sizing: border-box;
	padding: 30px;
	padding-top: 50px;
	transition: width 0.1s;
	-webkit-transition: width 0.1s;
	-moz-transition: width 0.1s;
	-ms-transition: width 0.1s;
	-o-transition: width 0.1s;
}

#module-right {
	position:relative;
	float:left;
	width:820px;
	text-align:left;
	display:inline;
	background: url(../images/css/module-right-background.gif) no-repeat top left;
}
#module-right-inner-wrapper {
	position:relative;
	float:left;
	margin: 10px 0 0 10px;
	text-align:left;
	display:inline;
}
#module-right-inner {
	width: 900px;
	display:table-cell;
	vertical-align: middle;
}
#module-right-inner-header {
	position:relative;
	text-align:left;
	display:block;
}
#module-right-footer {
	position:relative;
	float:left;
	width:820px;
	height:14px;
	display:inline;
	margin: 0 0 10px 0;
	background: url(../images/css/module-right-background-footer.gif) no-repeat top left;
}
#module-right-text1 {
	position:relative;
	float:left;
	width:352px;
	text-align:left;
	display:inline;
	margin: 0 16px 0 0;
}
#module-right-text2 {
	position:relative;
	float:left;
	width:352px;
	text-align:left;
	display:inline;
	margin: 0 0 0 0;
}
/* TEXT */
.right-panel-header {
	font-size: 16px;
	font-weight:bold;
	margin: 0 0 0 10px;
	color: #87BB32;
}
.body-copy-para {
	font-size: 12px;
	font-weight:normal;
	line-height:16px;
	margin: 0 0 5px 0;
	color: #5b5b5b;
}
.footer-links {
	font-size: 11px;
	font-weight:normal;
	margin: 6px 0 6px 0;
	color: #5b5b5b;

}
.footer-links li {
	display: inline;
	margin: 0;
	padding-right: 0.5em;
}

.footer-block-header {
	font-size: 15px;
	font-weight:normal;
	margin: 0 0 5px 0;
	color: #555555;
}
.footer-block-links {
	font-size: 11px;
	line-height:16px;
	font-weight:normal;
	margin: 0 0 0 0;
	color: #5b5b5b;
}
a.footer-link-URL:link { color: #5b5b5b; text-decoration: none; }
a.footer-link-URL:visited { color: #5b5b5b; text-decoration: none; }
a.footer-link-URL:hover { color: #5b5b5b; text-decoration: underline; }
a.footer-link-URL:active { color: #5b5b5b; text-decoration: none; }
/* flags menu */
.menu {
	font-size: 11px;
	line-height:16px;
	font-weight:normal;
	margin: 0 0 0 0;
	color: #5b5b5b;
	list-style: none; 
}
div#version-container
{
	display:	inline-block;
	top:		30px;
	right:		220px;
	position:	absolute;
	z-index:	999;
	text-decoration:none;
}
div#language-container{
	display:	inline-block;
	bottom:		15px;
	right:		10px;
	position:	absolute;
	z-index:	999;
	text-decoration:none;
}
div#language {
	list-style: none; margin: 0px; padding: 0px;
}
div#language div a {
	background: white;
	padding: 10px;
	font-weight: bold;
	display: block;
}

div#language span.arrow {
	float: right;
}
div#language div a:hover {
	text-decoration: none;
	border-color: #555555;
}
.menu-opener {
	border: 1px solid rgb(204, 204, 204);
	width: 150px;
	text-align: left;
	margin-right: 5px;
	float: left;
	position: relative;
}
.menu-li {
	color: #aaaaaa;
	width: 150px;
	text-align: left;
	margin-right: 5px;
	float: left;
	position: relative;
}
.menu-li:hover {
	color: #000;
	width: 150px;
	text-align: left;
	margin-right: 5px;
	float: left;
	position: relative;
}
.menu-ul {
	background: #fff;
	padding: 1px 0px 10px; 
	left: 0px; 
	top: 36px; 
	width: 150px; 
	font-weight: normal; 
	margin-left: -1px; 
	display: none; 
	position: absolute;
	border: 1px solid #ccc;
	border-top-width: 0px;
}
div#language li ul.menu li {
	border-width: 0px 1px 1px !important;
}
.menu-opener:hover ul {
	display: block;
}
.menu-opener.over ul {
	display: block;
}
.left-nav-header {
	font-size: 17px;
	font-weight:bold;
	margin: 0 0 8px 0; /* top right bottom left */
	color: #87BB32;
}
.left-nav-links {
	font-size: 13px;
	font-weight:normal;
	margin: 0 0 6px 10px;
	color: #5b5b5b;
}
.logo-text-font {
	font-size: 19px;
	font-weight:normal;
	margin: 28px 0 0 0;
	color: #555555;
}
/* VIDEO ICON */
#video-icon {
	position:relative;
	float:left;
	width:156px;
	height:124px;
	text-align:left;
	margin: 10px 10px 0 10px;
	border: 1px solid #CCC;
	display:inline;
	background: url(../images/video-icons/video-icon-1.jpg) no-repeat left top;
}
#video-text {
	height:124px;
	vertical-align: middle; 
	display: table-cell;
	font-size: 12px;
	font-weight:normal;
	line-height:16px;
	margin: 0 0 5px 0;
	color: #5b5b5b;
}
/* FOOTER */
#footer-wrapper {
	position:relative;
	float:left;
	width:1040px;
	background-color:#FFF;
	margin: 16px 0 0 0;
	padding-top: 14px;
}
.footer-link-block {
	position:relative;
	float:left;
	width:96px;
	background-color:#FFF;
	margin: 0 10px 0 0;
	padding-right:10px;
	border-right: 1px dotted #999;
}
.footer-link-block-last {
	position:relative;
	float:left;
	width:96px;
	background-color:#FFF;
	margin: 0 0 0 0;
}
/* LEFT NAV */
#featuresnav {
	font-size: 13px;
	font-weight:normal;
	margin: 0 0 6px 10px;
	color: #5b5b5b;
	list-style:none;
}
#module-header h2 {
	font-size: 17px;
	font-weight:bold;
	margin: 0 0 8px 0; /* top right bottom left */
	color: #87BB32;
}
#featuresnav li A {
	display: block;
	padding-bottom: 2px;
	padding-top: 2px;
	position: relative;
}
#featuresnav li a img {
	margin-top: -1px;
	vertical-align: middle;
	margin-right: 6px;
}
.accordionhead {
	padding: 2px 0;
	color: #5b5b5b;
}

.accordionhead a:hover {
	color: #000;
	text-decoration: none;
}

.accordionhead.selected {
	color: #000;
	font-weight: bold;
}
div.tooltip {outline:none; }
div.tooltip strong {line-height:30px;}
div.tooltip:hover {text-decoration:none;} 
div.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:25px; margin-left:-240px;
    width:500px; line-height:16px;
}
div.tooltip:hover span{
    display:inline; 
  	position:absolute; 
    border:2px solid #FFF;  
  	color:#EEE;
    background:#000 url(src/css-tooltip-gradient-bg.png) repeat-x 0 0;
}
.callout {
	z-index:20;
	position:absolute;
	border:0;
	top:-14px;
	left:210px;
}
/*CSS3 extras*/
div.tooltip span{
    zoom: 1;
    border-radius:2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; 
    -moz-box-shadow: 0px 0px 8px 4px #666;
    -webkit-box-shadow: 0px 0px 8px 4px #666;
    box-shadow: 0px 0px 8px 4px #666;
    opacity: 1;
	filter:alpha(opacity=100);  /* For IE8 and earlier */
}
th {
	margin: 0px;
	padding: 0px;
}
th.comparison {
	margin:0px;
	padding:5px 10px;
	background-color:#76933C;	
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	border:0;
}
td {
	margin:0px;
	padding:0px;
}
td.comparison {
	margin:0px;
	padding:2px 10px;
	border-bottom:1px solid #76933C;
}
.comparison-blank {
	color:#000000;
	font-size:medium;
	font-weight:bold;
	padding:5px 10px;
}
.comparison-blank-title {
	color:#76933C;
	font-size:medium;
	font-weight:bold;
	padding:5px 10px;
}
.software-container {
	-webkit-border-top-right-radius:4px;
    -webkit-border-top-left-radius:4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-topleft:4px;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-bottomleft:4px;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
	width:350px;
	margin:0 0 8px;
	padding:10px;
	background-color:rgb(242,252,242);
	overflow:auto;
}
.software-subcontainer {
	width:300px;
}
.software-title {
	font-weight:bold;
	margin:2px 8px 4px 0;
	padding:2px 0 0;
}
.software-dropdown {
	float:right;
	margin:2px 0 4px 0;
}
.software-buttons {
	float:right;
	clear:right;
}
.mobile-container {
	width:300px;
}
.mobile-version {
	width:350px;
	display: none;
	margin:0;
}
.mobile-text {
	float:left;
	margin:0;
}
.mobile-text-info {
	float:left;
	margin:0 4px 0 0;
}
.mobile-text-app {
	float:right;
	margin:0 0 0 4px;
	text-align:right;
	clear:none;
}
.mobile-qrtext {
	margin:0;
	clear:none;
}
.mobile-qrcode {
	float:right;
	margin:0 0 0 8px;
	clear:none;
}
th.airpform {
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
	font-size:14px;
	padding-top:10px;
	padding-bottom:5px;
}
td.airpform {
	width:50%;
	padding-top:3px;
}
td.airpformfirstcolumn {
	width:40%;
	padding-top:3px;
	padding-right:10px;
}
/* REPORT PAGE */
div#report-page-container {
	position:		fixed;
	right:			0;
	top:			150px;
	border:			1px solid #CCC;
	margin-right:	-230px;
	width:			250px;
	background-color:#ffffff;
	z-index:999;
}
div#report-page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#87BB32;
	position:relative;
	right:0;
	top:0;
	padding:	3px;
}
div#report-page-form {
	display:none;
	position:relative;
	right:0;
	top:0;
	padding:	3px;
}
#report-page-textarea {
	width:100%;
	margin:2px;
}
ul.list {
	padding: 0px;
	margin: 0 0 10px;
}
ul.list li {
	margin-left: 30px;
	padding-left: 10px;
	padding-bottom: 5px;
}
ol.list {
	padding: 0px;
	margin: 0 0 10px;
}
ol.list li {
	margin-left: 30px;
	padding-left: 10px;
	padding-bottom: 5px;
}
div.warning {
	color:#DD0003;	
}
div.warning a {
	color:#DD0003;
	font-weight:bold;
}
section.section {
	overflow: auto;
}
/* Login */
div.primary-login-holder {
	padding: 10px;
	border-width: 0 1px 0 1px;
	box-sizing: border-box;
}
div.primary-login-holder input {
	padding: 2px 5px;
    border: 1px solid #ccc;
}
div.primary-login-holder input[type="submit"] {
	background-color: #fff;
}
table#addin-cred_req-form td{
	vertical-align:top;
}
p.cred_req-help-block {
	color:#ff0000;
	font-size:small;
}
/* Login END */
.red {
	color: rgb(255,0,0);	
}
.green {
	color: rgb(0,255,0);
}
.blue {
	color:rgb(0,0,255);	
}
.deepskyblue2 {
	color: rgb(0,178,238);
}
.emeraldgreen {
	color: rgb(0,201,87);	
}
.mediumorchid4 {
	color: rgb(122,55,139);	
}
.bold {
	font-weight: bold;	
}
#footer
{
	background-color: #fff;
	margin-bottom: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px;
}
#footer #primary-nav li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	list-style:none;
	float: right;
	display: block;
	text-align: left;
	height:31px;
	margin-left:15px;
	margin-top:8px;
	overflow: hidden;
	display:inline;
}

#height {
	display:flex;
}

#module-navigation-wrapper {
	border-left: 1px solid #ccc;
	position:relative;
	text-align:left;
	display:inline-block;
	box-sizing: content-box;
	box-shadow: inset -3px 0px 16px -6px rgba(0, 0, 0, 0.5);
	background-color: #fafafa;
	max-width: 300px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
#module-navigation-wrapper.closed {
	transition: all 0.2s 0.2s;
	-webkit-transition: all 0.2s 0.2s;
	-moz-transition: all 0.2s 0.2s;
	-ms-transition: all 0.2s 0.2s;
	-o-transition: all 0.2s 0.2s;
}
#module-navigation-wrapper #featuresnav {
	padding: 40px 20px;
	min-width: 200px;
	max-width: 300px;
	transition: transform 0.2s 0.4s;
	-webkit-transition: transform 0.2s 0.4s;
	-moz-transition: transform 0.2s 0.4s;
	-ms-transition: transform 0.2s 0.4s;
	-o-transition: transform 0.2s 0.4s;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}
#module-navigation-wrapper.closed #featuresnav {
	transition: transform 0.4s;
	-webkit-transition: transform 0.4s;
	-moz-transition: transform 0.4s;
	-ms-transition: transform 0.4s;
	-o-transition: transform 0.4s;
}
.toggle {
	display:none;
	z-index: 999;
}
.toggle .bar {
	width: 20px;
	height: 2px;
	background-color: #5b5b5b;
	margin: 3px 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.toggle:focus {outline: 0}
.toggle.opened .bar:nth-child(1) {
	transform: rotate(-45deg) translate(-3px, 3px);
	-webkit-transform: rotate(-45deg) translate(-3px, 3px);
	-moz-transform: rotate(-45deg) translate(-3px, 3px);
	-ms-transform: rotate(-45deg) translate(-3px, 3px);
	-o-transform: rotate(-45deg) translate(-3px, 3px);
}
.toggle.opened .bar:nth-child(2) {
	opacity: 0;
}
.toggle.opened .bar:nth-child(3) {
	transform: rotate(45deg) translate(-4px, -4px);
	-webkit-transform: rotate(45deg) translate(-4px, -4px);
	-moz-transform: rotate(45deg) translate(-4px, -4px);
	-ms-transform: rotate(45deg) translate(-4px, -4px);
	-o-transform: rotate(45deg) translate(-4px, -4px);
}

@media screen and (max-width: 1200px) {
	#footer,
	#header-logo-bar,
	#content,
	#module-centre,
	#page {
		width: 100%;
	}
	.toggle {
		display: block;
		position: absolute;
		top: 5px;
		left: 5px;
		background-color: transparent;
		border: 0;
		padding: 6px;
		cursor: pointer;
	}
	#module-navigation-wrapper.closed {
		max-width:0px;
	}
	#module-navigation-wrapper.closed #featuresnav {
		transform: translateX(-999px);
		-webkit-transform: translateX(-999px);
		-moz-transform: translateX(-999px);
		-ms-transform: translateX(-999px);
		-o-transform: translateX(-999px);
	}
}

#wrapper-fullwidth {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top-width: 0px;
	position:relative;
	width:100%;
	height: 100%;
	font-size: 12px;
	font-weight:normal;
	line-height:16px;
	color: #5b5b5b;
	text-align:left;
	display:block;
	padding-right: 5px;
	box-sizing: border-box;
	padding: 30px;
	padding-top: 50px;
}
div.error {
	padding: 10px;
	width: 100%;
	background-color: #ff5757;
	text-align: center;
}
div.error p {
	margin: 0;
	color: rgba(255,255,255,0.9);
	font-weight: bold;
}

div#searchBar {
	position: relative;
	float: right;
    margin-right: 15px;
}
input#search {
	padding: 10px;
	padding-right: 35px;
	color: rgb(91, 91, 91);
	border: 1px solid rgb(204, 204, 204);
	border-bottom-width: 2px;
}
input#search:focus {
    outline: 1px solid rgb(204, 204, 204);
}
button#submitSearch {
	background: none;
	border: none;
	position: absolute;
	top: 8px;
	right: 6px;
}
svg#searchIcon {
	overflow: visible;
	stroke: rgb(91, 91, 91);
}
ul#results li {
	list-style: none;
	border-bottom: 1px solid rgb(204, 204, 204);
	margin-bottom: 10px;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}
ul#results a {
	text-decoration: none;
	display: block;
	padding: 10px;
}
ul#results h3 {
	font-size: 1.2rem;
}
ul#results li:hover {
	background-color: rgb(250, 250, 250)
}
h2#resultsTitle {
	margin-top: 0;
	font-size: 0.8rem;
	letter-spacing: normal;
}

div.cookie-consent {
    position: fixed;
    bottom: 0;
    background-color: #111827;
    padding: 10px;
    width: 100%;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

button.cookie-consent__agree {
    background: #009966;
    color: #ffffff;
    border: none;
    padding: .5rem;
    border-radius: 2px;
}

@media screen and (max-width: 800px) {
    div.cookie-consent {
        display: block;
        text-align: center;
    }

    button.cookie-consent__agree {
        width: 100%;
        margin-top: 8px;
    }
}

