/* ----- fonts ----- */
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSansRegular.eot");
	src: url("../fonts/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/OpenSansRegular.woff2") format("woff2"),
	url("../fonts/OpenSansRegular.woff") format("woff"),
	url("../fonts/OpenSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSansRegularItalic.eot");
	src: url("../fonts/OpenSansRegularItalic.eot?#iefix")format("embedded-opentype"),
	url("../fonts/OpenSansRegularItalic.woff2") format("woff2"),
	url("../fonts/OpenSansRegularItalic.woff") format("woff"),
	url("../fonts/OpenSansRegularItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: normal;
}
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSansBold.eot");
	src: url("../fonts/OpenSansBold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/OpenSansBold.woff2") format("woff2"),
	url("../fonts/OpenSansBold.woff") format("woff"),
	url("../fonts/OpenSansBold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSansBoldItalic.eot");
	src: url("../fonts/OpenSansBoldItalic.eot?#iefix")format("embedded-opentype"),
	url("../fonts/OpenSansBoldItalic.woff2") format("woff2"),
	url("../fonts/OpenSansBoldItalic.woff") format("woff"),
	url("../fonts/OpenSansBoldItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: bold;
}
/* ----- browser reset ----- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-size: 100%;

	margin: 0;
	padding: 0;

	border: 0;
	/* font: inherit; */
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;

	height: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

/* ----- page components ----- */

body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	color: #666;

	width: 100%;
	margin: 0 auto;

	background: url('../eimages/page-bg.png') left 100px repeat-x;
	background-color: #FFF;

	-webkit-font-smoothing: antialiased;
}

.outer-header {
	width: 100%;
	background: #30445A;
	position: relative;
}
.logo-rect {
	position: absolute;
	top: 15px;
	left: 5px;

	background-repeat:no-repeat;
}

#login-button {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #fff;

	position:relative;

	/* border-radius: 4px; */
	float:right;

	margin: 20px 1px 0 7px;
	padding: 6px 12px 7px 12px;

	cursor: pointer;
	white-space:nowrap;

	border: 1px solid #fff;
}

#login-button:hover {
	background: #fff;
	color: #30445A;
}

#register-superbutton {
	display:table;

	margin:auto;
	margin-bottom:6px;
	
	cursor: pointer;
	white-space:nowrap;

	border: 1px solid #66C9F0;
	border:1px solid #FFF5D5;
	/* -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px; */
	background-color:#F2A739;
}
#register-button,
#trial-button {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #CCEEFA;
	color: #FFF;

	position: relative;

	display:table-cell;
	
	padding: 6px 10px 7px 10px;

	cursor: pointer;

	/* -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px; */
	background-color: transparent;
}
#register-button:hover, #trial-button:hover {
	background-color:#FFC773;
}
#register-button {
	border-right: 1px solid #FFF5D5;
}
#register-small-text {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 11px;
	color: #fff;

	margin:0 -150px 3px;
	padding: 4px 5px 2px 5px;

	text-align: center;
	white-space:nowrap;
}
#register-5GB-text {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;

	text-align: center;
	white-space:nowrap;
}

table.header_line {
	position:relative;
	margin:20px 0 13px;
	left:85px;

	width:884px;

	border-collapse:initial;
}
table.header_line td {
	vertical-align:top;
}


#server-select_infobox {
	position: absolute;
	z-index: 100;
	top: 76px;
	right: 99px;

	display:none;

	width:298px;
	height:77px;

	background-image: url(../images/infobox_bg.png);
}
#server-select_infobox div {
	font-family: "Open Sans", Arial, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#427288;

	padding:13px 19px;
}
#server-select {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 11px;
	color: rgba(0,0,0,.3);

	position: absolute;
	top: 76px;
	right: 3px;
}

#server-choices {
	font-family: "Open Sans", Arial, sans-serif;

	position: absolute;
	z-index: 100;
	top: 14px;

	display: none;

	padding: 2px 0;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	border-radius: 3px;
	background: #FEFEFE;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

#server-choices li {
	font-size: 13px;
	color: #888888;

	padding: 4px 12px;

	cursor: pointer;
	white-space: nowrap;
}

#server-choices li:hover {
	background-color: #F3F3F3;
}

#server-choices li.selected {
	color: #B5BDC0;

	cursor:default;
}
#server-choices li.selected:hover {
	background: transparent;
}

#server-select .current-server {
	color:#fff;

	cursor: pointer;
}

#server-select .arrow-down {
	position: absolute;
	top: 12px;
	right: 1px;

	display: none;

	width: 12px;
	height: 6px;

	background-image: url(../eimages/down-arrow.png);
	background-repeat: no-repeat;
}

/* webinar - home teaser */
.webinar {
	position: relative;

	height: 140px;

	background-color: #FAFAFA;
	background-image: url(../eimages/icon_webinar.png), url(../eimages/shadow-full.png);
	background-repeat: no-repeat;
	background-position: 100px 28px, center top;
}
.webinar .details {
	padding: 26px 0 0 260px;
}
.webinar .title-label {
	font-size: 18px;
	font-weight: bold;
	color: #666;

	padding-bottom: 9px;
}
.webinar .title {
	font-size: 16px;
	font-weight: normal;
	color: #0097E3;

	padding-left: 20px;
}
.webinar .description {
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	color: #999;

	width: 426px;
	padding-bottom: 7px;
}
.webinar .date {
	font-size: 14px;
	font-weight: bold;
	color: #666;

	margin-top: 4px;
}
.webinar .button-webinar {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;

	position: absolute;
	top: 91px;
	right: 190px;

	width: 118px;
	padding: 5px 0 5px 0;

	cursor: pointer;
	text-align: center;

	border: 1px solid;
	border-top-color:#C7E3F3;
	border-right-color:#38A8E9;
	border-bottom-color:#38A8E9;
	border-left-color:#C7E3F3;
	border-radius:5px;
	background-color: #38A8E9;
}

/* webinar signup panel */
.webinar-signup {
	font-family: "Open Sans", Arial, sans-serif;

	position: absolute;
	z-index: 100;
	top: 660px;
	left: 318px;

	display: none;

	width: 380px;
	height: 190px;
	padding: 30px 30px 30px 30px;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	background: #F2F2F2;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#webinar-error {
	font-size: 16px;
	font-weight: normal;
	color: #C33;

	position: absolute;
	top: 30px;
	left: 30px;

	display: none;

	width: 380px;
	padding-bottom: 20px;

	background-color: #F2F2F2;
}
#webinar-success {
	font-size: 16px;
	font-weight: normal;
	color: #0097E3;

	position: absolute;
	top: 30px;
	left: 30px;

	display: none;

	width: 380px;
	padding-bottom: 20px;

	background-color: #F2F2F2;
}

.webinar-signup .title {
	font-size: 16px;
	font-weight: bold;
	color: #0097E3;

	padding-bottom: 20px;
}
.webinar-signup .label {
	font-size: 14px;
	color: #666;

	padding-bottom: 4px;
}
.webinar-signup .field {
	width: 360px;
	padding-bottom: 16px;
}
.webinar-signup .field input {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	color: #444;

	width: 100%;
	padding: 4px 8px 3px 8px;

	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	border-radius: 3px;
}
.webinar-signup input.disabled {
	color: #CCC;

	border: 1px solid #EEE;
}
.webinar-signup .button-webinar {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;

	position: absolute;
	right: 32px;
	bottom: 30px;

	width: 100px;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;

	cursor: pointer;
	text-align: center;

	border: 1px solid;
	border-top-color:#C7E3F3;
	border-right-color:#38A8E9;
	border-bottom-color:#38A8E9;
	border-left-color:#C7E3F3;
	border-radius:5px;
	background-color: #38A8E9;
}
.webinar-signup #button-close {
	position: absolute;
	top: 10px;
	right: 10px;

	width: 21px;
	height: 21px;

	cursor: pointer;

	background: url(../eimages/button-close.png) right top no-repeat;
}


/* white page layout */
.main_front_cont {
	position: relative;
}
.corp-sme {
	position: relative;
	z-index: 10;
	top: 120px;

	width: 977px;
	margin: 0 auto 10px auto;
	margin-bottom:80px;

	border: 1px solid #E6E6E6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFF;
	box-shadow: 0 4px 6px -3px rgba(0,0,0,.2);
}
@media screen and (max-width:360px) {
	.mobile .corp-sme {
		top: 60px;
	}
	.mobile .page-bottom {
		top: 40px;
	}
}

.logged_in .corp-sme {
	top: 30px;
}
.corp-sme #google_translate_element {
	position: absolute;
	top: -24px;
}
.corp-sme #google_translate_element .goog-te-gadget {
	float:left;
}
.corp-sme #google_translate_element .goog-te-gadget-simple {
	background: transparent;
	border: none;
}
.corp-sme #google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
	color: #888;
}
.corp-sme #google_translate_element .goog-te-gadget-simple .goog-te-gadget-icon {
	display: none;
}
.corp-sme #google_translate_element #hide_translate_btn {
	color: #888;
	border-bottom: 1px dotted #888;
	margin-left: 10px;
	font-size: 11px;
	cursor:pointer;
}
body.hide_google_translate_element .corp-sme #google_translate_element {
	display: none;
}

.corp-title {
	font-size: 32px;
	color: #30445A;

	width: 977px;
	padding-top: 32px;
	padding-bottom: 16px;

	text-align:center;
}


.platform {
	position: relative;

	width:937px;
	height: 116px;
	margin:0;
	padding: 0 20px;

	background-color: #F5F5F5;
	background-image: url('../eimages/shadow-full.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.platform-available {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ABABAB;

	float: left;

	width: 132px;
	height: 73px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding: 20px 22px 0 30px;

	text-align: right;

	border-right: 1px solid rgba(0,0,0,.16);
	background: url('../eimages/platform-arrow.png') left bottom no-repeat;
}

.platform-box {
	font-size: 14px;
	font-weight: bold;
	color: #878787;

	float: left;

	width: 178px;
	height: 93px;

	cursor: pointer;
	text-align: center;

	border-right: 1px solid rgba(0,0,0,.16);
	border-left: 1px solid rgba(255,255,255,.95);
}

.platform-spacer {
	float: left;

	width: 1px;
	height: 93px;

	border-left: 1px solid rgba(255,255,255,.95);
}

#platform-saas {
	background: url('../eimages/platform-saas.png') center 22px no-repeat;
}

#platform-hosted {
	background: url('../eimages/platform-hosted.png') center 22px no-repeat;
}

#platform-onsite {
	background: url('../eimages/platform-onsite.png') center 26px no-repeat;
}
#platform-onsite {
	background: url('../eimages/platform-onsite.png') center 26px no-repeat;
}
#download-white-paper {
	border-right-style:none;
	background: url('../eimages/download_white_paper.png') center 20px no-repeat;
}


a.content-link,
a.content-link:visited{
	font-size: 17px;
	color: #0978AC;

	cursor: pointer;
}

.message-blocks a.content-link,
.message-blocks a.content-link:visited,
.message-blocks a.content-link:hover {
	font-size: 15px;
	color: #0978AC;
}

a.content-link:hover,
.message-blocks a.content-link:hover {
	color: #264B79;
}

.message-blocks {
	line-height: 20px;

	width: 100%;
	padding: 20px 0 0 0;
}

.message-blocks p {
	padding-bottom: 10px;
}

.block-left {
	float: left;

	width: 400px;
	margin-bottom: 20px;
	padding: 18px 40px 0 40px;

	border-right: 1px solid #E5E5E5;
}

.block-right {
	float: right;

	width: 416px;
	margin-bottom: 20px;
	padding: 18px 40px 20px 10px;

	border-right: none;
}

.block-title {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 20px;
	color: #000;

	padding-bottom: 12px;

	text-align: center;
}

.block-content {
	padding-bottom: 20px;
}

.block-addon {
	padding-top: 10px;
}

.block-content-center {
	text-align: center;
}

.block-legislative {
	line-height: 20px;

	padding: 29px 30px 36px 30px;

	text-align: center;

	background: #FCFCFC;
}

.block-legislative .title {
	font-size: 18px;
	color: #000;

	padding-bottom: 11px;
}

.block-legislative .highlight {
	color: #0094DE;
}

.corp-sme div.footer {
	position: relative;

	clear: both;

	width: 100%;
	min-height: 228px;
	margin: 0 0;

	border-top: 1px solid #FCFCFC;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	        border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	        border-bottom-left-radius: 4px;
	background: #FAFAFA url('../eimages/shadow-full.png') center top no-repeat;

	-moz-border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
}

.tag-outer {
	height: 48px;
	margin-top: 40px;

	font-family: "Open Sans", Arial, sans-serif;
}

.tag-outer a,
.tag-outer a:active,
.tag-outer a:visited {
	text-decoration: none;
}

.tag-outer a:hover {
	text-decoration: none;
}

.tag-outer a.banner {
	text-decoration: none;
}

.tag-outer a.banner:hover {
	color: rgba(255,255,255,.6);

	text-decoration: underline;
}

.tag-wrapper {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #FFF;

	float: left;

	padding: 12px 20px;
	margin-left: -6px;

	background-color: #527495;
	position: relative;
}
.tag-wrapper:before {
	position: absolute;
	top: 100%;
	left: 0;
	content: '';
	border-width: 6px 0 0 6px;
	border-color: #1d2a3a transparent transparent;
	border-style: solid;
}
.tag-wrapper:hover {
	background: #577C9F;
}


.personal-register {
	font-size: 12px;
	color: #8E8E8E;
	/* do to breakes bottom with this line */

	position:absolute;

	margin: 20px 0 0 6px;
}

.personal-register div {
	float: left;

	padding: 8px 13px 8px 19px;

	text-align: right;

	background-color: #D9F0FB;
}

.personal-register .bold {
	font-size: 14px;
	font-weight: bold;
	color: #767676;

	display: block;

	padding-bottom: 3px;
}

.personal-register .size {
	background-color: #E5F4FC;
}	

.social-media {
	font-size: 13px;

	position: relative;


	margin-left: -13px;

	text-align: right;
	vertical-align: top;
}
.social-media:after {
	content: ' ';
	display: table;
	clear: both;
	height: 0;
}
.social-media_foot {
	padding-right: 28px;
	margin-top: 15px;
	float: right;
}

.social-media__ico {
	text-align: center;
	font-size: 19px !important;
	height: 26px;
	line-height: 24px;
	width: 26px;
	float: left;
	color: #527495 !important;
	margin: 0 0 0 7px !important;
	position: relative;
	padding: 0 !important;
	border: 1px solid #93A6B7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.social-media__ico:hover {
	top: -1px;
	opacity: 0.8;
}

.device-support {
	font-size: 13px;

	position: absolute;
	top: 78px;
	right: 28px;

	width: 395px;
	margin-top: 15px;
	padding-right: 0;

	text-align: right;
	vertical-align: top;
}

.device-support .support-label {
	color: #969696;

	position: absolute;
	top: 6px;
	right: 272px;

	display: inline-block;

	white-space:nowrap;
}

.device-support a {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.device-support a:hover {
	top: -1px;
	opacity: 0.8;
}


.links {
	font-family: "Open Sans", Arial, sans-serif;
	padding-top: 76px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	clear: both;
	text-align: right;
}

.links .primary {
	margin-bottom: 9px;
}

.links .primary a {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	color: #666;

	padding: 0 9px;

	text-decoration: none;

	position: relative;
}
.links .primary a:hover {
	color: #30445A;
}
.links .primary a:before {
	content: '\2022'; /* '•' */
	width: 6px;
	margin-left: -3px;
	left: 0;
	top: 2px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	color: #666;
	text-decoration: none;
}
.links .primary a:first-child:before {
	display: none;
}

.links .secondary {
	white-space: nowrap;
}

.links .secondary a {
	font-size: 13px;
	color: #7D7D7D;

	padding: 0 9px;

	text-decoration: none;

	position: relative;
}


.links .secondary a:hover {
	color: #30445A;
}

.links .primary a:hover,
.links .secondary a:hover{
	text-decoration: underline;
}

.links .secondary a:before {
	content: '\2022'; /* '•' */
	position: absolute;
	left: 0;
	top: 0;
	color: #7D7D7D;
	width: 6px;
	text-align: center;
	margin-left: -3px;
	font-size:10px;
	top:3px;
	line-height: normal;
	text-decoration: none;
}

.links .secondary a:first-child:before {
	display: none;
}

.page-bottom {
	position:relative;
	top:100px;

	width: 977px;
	height:50px;
	margin: 0 auto;
	z-index:15;
	pointer-events: none;
}
.logged_in .page-bottom {
	top:12px;
}

.copyright {
	font-size: 14px;
	color: #999;
	width: 110px;
	padding-left:10px;
	margin-top:-35px;
}

.mobile-secure {
	float: left;

	width: 450px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.pagination {
	position: absolute;
	z-index: 1000;
	right: 6px;
	bottom: 15px;

	width:180px;
}

.pagination li {
	float:left;

	margin:0 0 0 3px;

	list-style:none;
}

.pagination li a {
	display:block;
	float:left;
	overflow:hidden;

	width:17px;
	height:0;
	padding-top:17px;

	background-image:url(../eimages/pagination.png);
	background-position:0 0;
}

.pagination li.current-slide a {
	background-position:0 -17px;
}

.msgCont {
	line-height:22px;

	padding-top: 14px;
}

/* ----- about / inner page header and navigation ----- */

.inner-page-header {
 width: 977px;
}

.inner-page-header .title {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #222;
	padding: 0 0 19px 0;
	text-align: center;
}

.inner-page-header .menu {
	margin: 0 20px;
	padding: 5px 0;
	box-sizing: border-box;
	text-align: center;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.inner-page-header .menu ul {
	margin: 0 auto;
}

.inner-page-header .menu ul li {
	display: inline-block;
	padding: 0 0.5em;
	margin: 0.5em;
	position: relative;
}
.inner-page-header .menu ul li:before, .inner-page-header .menu ul li:after {
	content: '\2022'; /* '•' */
	color: #CCC;
	font-size: 15px;
	position: absolute;
	top: 0;
	left: -10px;
}
.inner-page-header .menu ul li:after {
	left: auto;
	right: -9px
}

.inner-page-header .menu ul li a,
.inner-page-header .menu ul li a:hover,
.inner-page-header .menu ul li a:visited {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-style:normal;
	color: #4C4C4C;
	display: inline;
	padding: 0 5px 12px 5px;
	text-decoration: none;
	white-space:nowrap;
}

.inner-page-header .menu ul li a:hover {
	color: #0978AC;
	padding: 0 5px 7px 5px;
}

.inner-page-header .menu ul li a.selected {
	font-weight: bold;
	color: #191919;
	display: inline;
	padding: 0 5px 7px 5px;
	cursor:pointer;
	border-bottom: 5px solid #264B79;
}

.mobileview .inner-page-header {
	width: auto;
}
@media screen and (max-width:860px) {
	.mobileview .inner-page-header .menu ul {
		max-width: 540px;
	}
}


.page-content {
	padding: 30px 0 30px 0;
}


/* ---- inner page layouts  ---- */

.full-page {
	padding: 17px 0 0 0;
}

.full-page-margins {
	padding: 17px 50px 0 50px;
}


/* ---- inner page layouts - right margin ---- */

.left-content {
	line-height: 22px;
	color: #808080;

	float: left;

	width: 100%;
	width: 661px;
	min-height: 430px;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-right: 35px;
	padding-left: 50px;

	border-right: 1px solid #E5E5E5;
	box-sizing: border-box;
}

.left-content-nopadding {
	line-height: 22px;
	color: #808080;

	float: left;

	width: 100%;
	width: 625px;
	min-height: 430px;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-right: 35px;

	border-right: 1px solid #E5E5E5;
}

.right-margin {
	color: #808080;

	float: left;

	width: 305px;
	margin-bottom: 28px;
	padding: 18px 30px 0 30px;
	box-sizing: border-box;
}

.right-margin .highlight,
.left-margin .highlight {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

/* ---- inner page layouts - left margin ---- */

.left-margin {
	color: #808080;

	float: left;

	width: 360px;
	margin-top: 18px;
	margin-bottom: 28px;
	padding: 0 30px 0 50px;
	box-sizing: border-box;

	border-right: 1px solid #E5E5E5;
}

.right-content {
	line-height: 22px;
	color: #808080;

	float: left;

	width: 100%;
	width: 601px;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 30px;
	box-sizing: border-box;
}

/* ---- inner page layouts - left / right halves ---- */

.left-half {
	color: #808080;

	float: left;

	width: 480px;
	padding: 0 16px 0 50px;
	box-sizing: border-box;
}

.right-half {
	color: #808080;

	float: left;

	width: 476px;
	padding: 0 38px 0 20px;
	box-sizing: border-box;
}

/* ---- inner page components ---- */

.content-title {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;

	padding-bottom: 19px;
}

.margin-title {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;

	padding-bottom: 8px;
}

.inline-image-l {
	float: left;

	width:128px;
	height:128px;
	margin: 5px 27px 10px 1px;

	border: none;
} 

.margin-primary {
	line-height: 20px;
	color: #333;

	padding-bottom: 9px;
}
.margin-primary-content {
	line-height: 19px;
}

.margin-subtitle {
	font-size: 13px;
	font-weight: bold;
	color: #333;

	padding-top: 55px;
}

.margin-subcontent {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #808080;

	padding-top: 9px;
	padding-right: 40px;
}

.page-content a,
.page-content a:visited {
	font-family: "Open Sans", Arial, sans-serif;

	text-decoration: none;
}

.page-content a:hover {
	text-decoration: underline;
}

.photo-team {
	margin-bottom: -31px;
	padding-top: 37px;
}

td.cebit_center {
	width:968px;
}


.inputNotice {
	position:relative;
	left:-1px;

	width:18px;height:18px;

	vertical-align:top;

	background-image:url(../images/els_in.png?24.06.14);
	background-repeat:no-repeat;
	background-position:-69px 0;
}

/*TEMPORARY*/
.b-hint-container > table{
	width: auto !important;
}
/*!-TEMPORARY*/

.b-hint-container {
	margin: 5px 5px 10px 10px;
	display: none;
	position: absolute;
	z-index: 99999;
	background: #fff;
	border: 1px solid #CECFD0;
	padding: 7px 10px 8px;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	max-width: 260px;
	min-width: 110px;
	line-height: 1.2em;
}

.b-hint-container__title {
	background: #F0F0F0;
	color: #888888;
	padding: 5px;
	margin: -7px -10px 7px;
}
[class*="b-hint-container_storage-used"],
[class*="b-hint-container_using-provider-space"] {
	max-width: none;
}
.gsib_a {
	padding-top: 3px !important;
}

#sme_login .modal-footer {
	text-align:center;
	padding-bottom:17px;
}

/* Mobile-friendly static pages */
#main-nav-button { display: none; }

body.mobileview > table.header_line {
	display: none;
}

#electro #wl-practice .mobile-table {
	display: flex;
	margin:0 auto;
}
#electro #wl-practice .mobile-table > div {
	text-align:left;
}



@media screen and (max-width:1000px) {
	body.mobileview {
		width: 100%!important;
	}
	/*body.page-pricing,
	body.page-anotherPublicStorageCloud,
	body.page-personal,
	body.page-iphone,
	body.page-Android,
	body.page-BlackBerry,
	body.page-WindowsPhone,
	body.page-WindowsSurface,
	body.page-about,
	body.page-management,
	body.page-customers,
	body.page-partners,
	body.page-investors,
	body.page-jobs,
	body.page-press,
	body.page-contacts,
	body.page-personal_solution,
	body.page-cloud_list {
		width: 1000px!important;
	}
	body.page-default {
		width: 1007px!important;
	}
	body.page-uploader,
	body.page-windowsapps,
	body.page-maccloudapps,
	body.page-LinuxDrive,
	body.page-CloudDav,
	body.page-CloudFTP,
	body.page-business_file_sharing {
		min-width: 800px!important;
	}*/
	
	/* header */
	body.mobileview .outer-header {
		min-width: inherit !important;
		max-width: 100%;
	}
	body.mobileview .outer-header .header {
		max-width: none;
		width: auto;
		min-height: 100px;
	}
	body.mobileview.logged_in .outer-header .header {
		min-height: auto;
	}
	body.mobileview .logo_cont {
		display: block;
		margin: 20px auto;
		width: 76px;
	}
	body.mobileview.logged_in .logo_cont {
		display: block;
		margin: 0 auto;
		width: 76px;
	}
	body.mobileview .logo-rect {
		position: static;
	}
	body.mobileview #server-select {
		display: none;
	}
	body.mobileview table.header_line td:nth-child(2),
	body.mobileview table.header_line td:nth-child(3) {
		display: none;
	}
	body.mobileview table.header_line {
		/* left: 0;
		margin: 0 auto 13px;*/
		display: none;
		width: auto;
		position: absolute;
		top: 87px;
		right: 0;
		left: auto;
		z-index: 500;
		text-align: right;
		margin: 0;
		padding: 0;
		border: 1px solid #61768D;
		box-shadow: 1px 1px 37px rgba(0,0,0,0.62);
		border-bottom-style: none;
	}
	body.mobileview #main-nav {
		margin: 0;
		height: auto;
		text-align: center;
		white-space: normal;
		line-height: 24px;
	}
	body.mobileview #main-nav a {
		font-size: 20px;
		line-height: 32px;
		color: #FFF;
		padding: 5px 10px 5px 12px;
		position: relative;
		display: block;
		text-align: right;
		background-color: #30445A;
		border-bottom: 1px solid #61768D;
	}
	body.mobileview #main-nav a:hover {
		background-color: #7594B7;
	}
	body.mobileview #main-nav a:before {
		display: none;
	}
	body.mobileview #main-nav-button {
		color: #CDD6DF;
		font-size: 56px;
		position: absolute;
		right: 10px;
		top: 25px;
		cursor: pointer;
		display: block;
	}
	
	/* footer */
	body.mobileview .page-bottom {
		width: auto;
		height: 15px;
	}
	body.mobileview .corp-sme div.footer {
		min-height: 45px;
	}
	body.mobileview .tag-outer {
		display: none;
	}
	body.mobileview .copyright {
		padding-left: 0;
		margin: -10px auto 0;
		text-align: center;
	}
	
	/* body */
	body.mobileview .corp-sme {
		width: auto;
		border-left: none;
		border-right: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-bottom: 0!important;
	}
	body.mobileview .centerBg {
		width: auto;
	}
	body.mobileview .epagesCont {
		display: block;
	}
	body.mobileview .page {
		width: auto;
		margin: 0 auto;
	}
	body.mobileview .e-up {
		float: none;
	}
	body.mobileview .pagesCont .title h1 {
		white-space: normal;
	}
	body.mobileview #electro .page-intro {
		width: auto;
	}
	body.mobileview #electro .page-intro header {
		text-align: center;
	}
	body.mobileview #electro .page-intro .subtitle {
		text-align: center;
		max-width: 480px;
		margin: 0 auto;
	}
	body.mobileview #electro header h1 {
		line-height: 28px!important;
	}
	body.mobileview #electro header h1 div {
		height: auto!important;
	}
	body.mobileview #electro #home-graphic,
	body.mobileview #electro #business-graphic,
	body.mobileview #electro #enterprise-graphic {
		width: auto;
		margin: 10px 20px;
		padding: 0;
	}
	body.mobileview #electro img.main-img,
	body.mobileview #electro .main-video,
	body.mobileview #electro img {
		max-width: 100%;
		height: auto!important;
	}
	body.mobileview #electro img.main-img,
	body.mobileview #electro .main-video {
		width: 100%!important;
		max-width: 800px!important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	body.mobileview #electro>img:nth-of-type(1) {
		float: none!important;
		display: block;
		left: 0!important;
		margin: 0 auto;
	}
	body.mobileview #electro iframe {
		max-width: 100%;
	}
	body.mobileview #electro #graphic-s3-cloud {
		background: none!important;
		width: auto;
		height: auto!important;
	}
	body.mobileview #electro a.bright-link {
		color: #63ADFF;
	}
	body.mobileview #electro #wl-practice {
		width: auto;
	}
	body.mobileview #electro #wl-practice table {
		display: none!important;
	}
	body.mobileview #electro #wl-practice .mobile-table {
		display: block!important;
		margin: 0 auto;
		/* width: 390px; */
		text-align: left;
		padding-bottom:20px;
	}
	#wl-practice .whitepaper {
		padding-top:30px;
	}
	body.mobileview #graphic-s3-cloud .left-text,
	body.mobileview #graphic-s3-cloud .right-text {
		margin: 0 auto 10px!important;
		float: none!important;
		text-align: center;
		width: auto;
		max-width: 320px;
	}
	body.mobileview #graphic-s3-cloud .left-text br,
	body.mobileview #graphic-s3-cloud .right-text br {
		display: none;
	}
	body.mobileview #electro #s3-features {
		width: auto;
		margin: 10px 20px 0;
	}
	body.mobileview #amazon-s3-link {
		margin-top: 0;
	}
	body.mobileview #electro #wl-storage-features {
		margin: 15px 20px;
		display: block!important;
	}
	body.mobileview #electro #wl-storage-features h2 {
		max-width: 480px;
		text-align: center;
		margin: 0 auto;
	}
	body.mobileview #s3-features p {
		max-width: 480px;
	}
	body.mobileview #sitemap .sitemap-left,
	body.mobileview #sitemap .sitemap-right,
	body.mobileview #wl-storage-features .features-left,
	body.mobileview #wl-storage-features .features-right,
	body.mobileview #s3-features .s3-features-left,
	body.mobileview #s3-features .s3-features-right {
		float: none;
		width: auto;
		margin: 0 auto;
		max-width: 480px;
		background: none;
		padding-left: 0;
		padding-right: 0;
	}
	body.mobileview #sitemap .sitemap-left,
	body.mobileview #sitemap .sitemap-right {
		padding-bottom: 0;
		padding-top: 0;
	}
	body.mobileview #electro .section-shadow {
		width: auto;
		text-align: center;
		margin: 0 auto;
		padding: 17px 40px 0;
	}
	body.mobileview #electro #feature-shadow {
		width: auto;
		margin: 0;
	}
	body.mobileview #feature-right .feature-content .extra-feature {
		margin-top: 0;
	}
	body.mobileview #feature-slideshow iframe {
		margin-left: -20px;
	}
	
	body.mobileview .business_page_center_cont {
		width: auto;
		height: auto!important;
		top: 0;
		background: none;
	}
	body.mobileview .business_page_center_cont>img.mobile-img {
		display: block!important;
		
	}
	body.mobileview .business_page_center_cont>div,
	body.mobileview .business_page_center_cont>a {
		position: static!important;
		top: 0!important;
		left: 0!important;
		margin: 20px auto!important;
	}
	body.mobileview .business_page_center_cont>div {
		height: auto!important;
		width: auto!important;
		max-width: 480px;
	}
	body.mobileview .business_page_center_cont>div>div {
		padding: 0 20px!important;
	}
	
	body.mobileview #electro #feature-swap {
		width: auto;
		max-width: 480px;
		margin: 0 auto;
		height: auto;
	}
	body.mobileview #feature-swap .feature-menu ul {
		display: none;
	}
	body.mobileview #feature-swap .feature-menu,
	body.mobileview #feature-swap .feature-menu h3 {
		width: auto;
	}
	body.mobileview #feature-swap .feature-left {
		position: static;
		left: 0;
		height: auto;
		width: auto;
		max-width: 480px;
		margin: 0 auto;
	}
	body.mobileview #feature-swap .feature-right {
		position: static;
		left: 0;
		height: auto;
		max-width: 480px;
		width: auto;
		background: none;
	}
	body.mobileview #feature-swap .feature-right>div {
		position: static;
		left: 0!important;
		display: block!important;
		max-width: 480px;
		width: auto;
		margin: 0 auto;
	}
	body.mobileview #feature-swap .feature-right .feature-title img {
		float: left;
		padding: 5px 10px 0 25px;
	}
	body.mobileview #feature-availability .contact-info {
		width: auto;
		max-width: 390px;
		margin: 20px auto 0;
	}
	
	body.mobileview #electro #about-clouds .clouds-left img {
		max-width: inherit;
		height: inherit!important;
	}
	
	body.mobileview .clientsTools .up>img {
		display:none;
	}
	
}
@media screen and (max-width:480px) {
	body.mobileview .logo_cont {
		margin: 20px;
	}
	body.mobileview.logged_in .logo_cont {
		margin: 0;
	}
}



  /* ************ */
 /* for ms-teams */
/* ************ */
body.hosted-by-msteams {
	background-position: 0 0;
}

body.hosted-by-msteams
	.outer-header,
body.hosted-by-msteams
	#FM_Header,
body.hosted-by-msteams
	.outer-header *,
body.hosted-by-msteams
	#FM_Header *
{
	overflow: hidden;
	height: 0;
}

body:not(.hosted-by-msteams) .ms-teams-logout {
	display: none;
}
body.hosted-by-msteams .ms-teams-logout {
	float: right;
	width: 50px;
	height: 38px;
	text-align: center;
	border-bottom: 1px solid #cacaca;
	background-color: orange;
}
body.hosted-by-msteams .ms-teams-logout > .fa {
	line-height: 38px;
	font-size: 1.5em;
}
