/* Common */
h2 {
	font-size: 25px;
	line-height: 25px;
	color: #454545;
	margin-bottom: 40px;
}

/* Header */
#header {
	background: #1b8db7;
	margin-bottom: 20px;
}
#header .l-center {
	height: 133px;
	padding-top: 65px;
	background: url('head.jpg') top left no-repeat;
}
#header h2 {
	color: #ffffff;
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 10px;
}
#header h3 {
	color: #ffffff;
	font-size: 25px;
	line-height: 25px;
	font-weight: normal;
}


/* Selector */
#selector-container {
	margin-bottom: 70px;
}
#selector {
	height: 128px;
	list-style: none;
}
#selector li {
	float: left;
	width: 480px;
}
#selector li.active {
	background: #fafafa url('selector-active.gif') 1px 0px no-repeat;
	margin-left: -1px;
	width: 480px;
	background-size: 100% 100%;
}
#selector li a {
	display: block;
	width: 480px;
	height: 58px;
	color: #0f0f0f;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	padding-top: 70px;
}
#selector li.active a {
	color: #fff;
}

#faq-link a,
#faq-link-after a {
	background: url('faq-icon.gif') center 10px no-repeat;
}
#faq-link.active a,
#faq-link-after.active a {
	background: url('faq-icon-active.gif') center 10px no-repeat;
}

#manuals-link a {
	background: url('manuals-icon.png') center 10px no-repeat;
}
#manuals-link.active a {
	background: url('manuals-icon-active.png') center 10px no-repeat;
}

#retrieve-link a {
	background: url('lostkey-icon.gif') center 10px no-repeat;
}
#retrieve-link.active a {
	background: url('lostkey-icon-active.gif') center 10px no-repeat;
}

#contact-link a {
	background: url('contact-icon.gif') center 10px no-repeat;
}
#contact-link.active a {
	background: url('contact-icon-active.gif') center 10px no-repeat;
}

/* CONTACT */
#support-contact .s-select.w150 .dropdown{
	width: 150%;
}

/* FAQ */
#support-faq {
	margin-bottom: 110px;
}
.faq li {
	margin-bottom: 15px;
}
.faq .answer-container {
	background: url('faq-container.png') 0 20px no-repeat transparent;
	display: none;
	padding: 55px 50px 0;
}
.faq .answer {
	border-left: 4px solid #1b8db7;
	color: #666;
	font-size: 14px;
	padding-left: 30px;
}
.faq .answer div,
.faq .answer p {
	font-size: 15px;
	line-height: 24px;
}
.faq .answer p {
	margin-bottom: 30px;
}
.faq .answer a {
	color: #1b8db7;
	font-size: 14px;
}
.faq .answer .note {
	font-size: 12px;
	white-space: nowrap;
}
.faq .answer .note a {
	font-size: 12px;
}
.faq a.title {
	color: #333;
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
	background: url('marker.gif') top left no-repeat;
	padding-left: 50px;
	cursor: pointer;
}
.faq a.title:hover {
	color: #1B8DB7;
}
.nojs .faq li a.title ,
.faq .active a.title {
	color: #1b8db7;
	font-weight: bold;
	background: url('marker-active.gif') top left no-repeat;
}
.nojs .faq li .answer-container {
	display: block;
}
.delimeter {
	height: 85px;
	background: url('delimeter.gif') 0px 28px repeat-x;
}

.answer-ul li {
	margin: 5px 0;
}
.answer-ul {
	margin: 5px 0 10px;
}
/* CONTACT */
.regular-mail {
	font-size: 12px;
	line-height: 15px;
	padding: 14px 0 0;
	text-align: center;
}
.regular-mail b {
	color: #1B8DB7;
	font-weight: bold;
}
#support-contact .hided {
	display: none;
}
.nojs #support-contact .hided {
	display: block;
}

/* MANUALS */
.manuals-list {
	margin-bottom: 50px;
}
.manuals-list a {
	background: url('marker.png') 0 0 no-repeat;
	color: #595959;
	display: inline-block;
	font-size: 17px;
	padding-left: 45px;
	line-height: 24px;
	margin-bottom: 18px;
	height: 24px;
	text-decoration: none;
}
.manuals-list a:hover {
	background: url('marker.png') 0 -32px no-repeat;
	color: #1b8db7;
}


/* RENEW key validate msg */
.sf-licence-msg {
	font-size: 15px;
	font-weight: bold;
	min-height: 40px;
	padding: 5px 0 0;
}
.sf-licence-msg .icon {
	background: url('sf_icons.png') 1000px 0 no-repeat transparent;
	display: inline-block;
	height: 12px;
	margin: 0 8px;
	vertical-align: middle;
	width: 16px;
}
.sf-licence-msg .success { color: #75b731; display: none;}
.sf-licence-msg .invalid { color: #f32e00; display: none;}
.sf-licence-msg .success .icon {background-position: 0 0}
.sf-licence-msg .invalid .icon {background-position: 0 -12px}
.sf-licence-msg.success .success { display: block; }
.sf-licence-msg.invalid .invalid { display: block;}
.sf-lostkey {
	background: #ebf5f9;
	border: 1px solid #1B8DB7;
	color: #191919;
	float: left;
	line-height: 20px;
	margin-top: 6px;
	padding: 5px 12px 6px;
}
.sf-lostkey a {
	border-bottom: 1px solid #1b8db7;
	color: #1B8DB7;
	display: inline-block;
	margin-left: 7px;
	text-decoration: none;
}
.sf-lostkey a:hover {color: #1fa2d2}

/* SUPPORT FORMS */
.sf-description a {
	color: #1b8db7;
}
.sf-description {
	color: #020202;
	font-size: 18px;
	line-height: 30px;
	margin: 20px 0;
}
.sf-note {
	float: left;
	width: 380px;
}
.sf-note h3 {
	color: #1b8db7;
	font-size: 18px;
	line-height: 21px;

}
.sf-note p {
	color: #666;
	font-size: 16px;
	padding: 15px 0;
}
.sf-thanks {
	color: #333;
	font-size: 18px;
	margin-top: 60px;
}
.sf-thanks b {font-weight: 800}

.support-form {
	padding: 10px 10px 50px;
}
.support-form  input, .support-form textarea {
	font-size: 16px;
}
.support-form .grid {
	color: #454545;
	font-size: 16px;
	font-weight: bold;
	line-height: 33px;
}
.support-form .grid small {
	font-size: 14px;
	font-weight: normal;
}
.support-form .g-row {
	min-height: 50px;
}
.support-form .g-row .gar {
	line-height: 20px;
}
.support-form .captcha-w {
	background: url('/includes/i/c_loading.gif') center center no-repeat transparent;
	float:left;
	height: 40px;
	margin-top: -5px;
	margin-left: -7px;
	width: 90px;
}
.support-form .captcha {
	box-sizing: border-box;
	display: block;
	margin-bottom: 17px;
	height: 50px;
	width: 100%;
	border: 1px solid #999;
}
.support-form .c-submit {
	display: block;
	margin: 0 auto;
}
.support-form .error {
	border-color: red;
}
.support-form .c-input.loading {
	background-image: url('/includes/i/c_loading.gif');
	background-position: right center;
	background-repeat: no-repeat;
}
.support-form .g-cell.gar {
	position: relative;
}
.support-form .s-required {
	color: red;
}
.support-form .required {
	color: red;
	padding-left: 10px;
}
.support-form .j-optional .required {
	display: none;
}
.support-form .s-optional {
	display: none;
}
.support-form .j-optional .optional {
	display: inline;
}

.sr-reload-captcha {
	background: url('reload.png') 0 0 no-repeat transparent;
	border: 0;
	display: inline-block;
	float: right;
	height: 33px;
	line-height: 33px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 42px;
}
.sr-reload-captcha:hover	{background-position: 0 -33px;}
.sr-reload-captcha:active	{background-position: 0 -66px;}

.sf-field-description {
	display: block;
	color: #1b8db7;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}
.sf-field-description b {font-weight: 800}
.sf-field-description.air {
	height: 0;
	overflow: visible;
}

/**
 * Version popup
 */
 #vp-show {
	 text-decoration: underline;
	 cursor: pointer;
	 color: #1b8db7;
 }

 #vp-container {
	 width: 610px;
	 height: auto;
	 position: absolute;
	 left: 50%;
	 margin-left: -305px;
	 top: 50%;
	 margin-top: -225px;
	 border: 1px solid #1b8db7;
	 background: #fafafa;
	 z-index: 100;
	 padding-top: 30px;
	 padding-bottom: 30px;
	 display: none;
 }

 #vp-close {
	 position: absolute;
	 top: 10px;
	 right: 10px;
	 text-indent: -5000px;
	 display: block;
	 width: 12px;
	 height: 11px;
	 background: url('vp-close.gif') top left no-repeat;
	 cursor: pointer;
 }

 #vp-container h4 {
	 text-align: center;
	 color: #1b8db7;
	 font-size: 14px;
	 font-weight: bold;
	 margin-bottom: 20px;
 }

 #vp-container p {
	 width: 550px;
	 margin: auto;
	 text-align: center;
	 font-size: 13px;
	 color: #323232;
	 line-height: 18px;
	 margin-bottom: 25px;
 }

 #vp-screen {
	 height: 329px;
	 background: url('vp-screen.gif') center top no-repeat;
 }

 #vp-container .blue {
	 color: #1b8db7;
 }
 
.agreement-chk input[type=checkbox]{display: none;}
.agreement-chk input[type=checkbox] + label {cursor: pointer; font-family: "Open Sans", Arial;font-weight: bold; font-size: 14px; line-height: 18px; padding-left: 48px; padding-top: 2px; display: inline-block;background-image:url('checkbox.png');background-position: top left; background-repeat: no-repeat;background-position: 0px 4px;background-size: 31px 31px; min-height: 31px;}
.agreement-chk input[type=checkbox]:checked + label {background-image:url('checkbox_checked.png');}
.agreement-chk input[type=checkbox] + label a {color: #3fa7cd; text-decoration: none}
.agreement-chk input[type=checkbox] + label a:hover {text-decoration: underline}

.support-phones {
	padding: 20px 0;
}

select.countries-select {
	display: none;
}

.countries-select .jq-selectbox__select {
	height: 44px;
	width: 45px;
	border-radius: 22px;
	background-color: white;
	cursor: pointer;
}

.countries-select .jq-selectbox__trigger {
	top:5px;
	right: 5px;
}
.countries-select .jq-selectbox__trigger {
	border-left: none;
}

.countries-select .jq-selectbox__select-text {
	height: 100%;
	color: transparent!important;
}

.countries-select .jq-selectbox__dropdown {
	width: 186px;
	background-color: #ffffff;
	color: #000000;
	padding: 16px;
}

.countries .jq-selectbox__dropdown {
	border: none;
	top: 60px;
	left: -24px;
}


.countries .jq-selectbox__dropdown::after {
	content: '';
    position: absolute;
    top: -19px;
    left: 90px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}

.countries .jq-selectbox__dropdown li {
	padding: 8px 50px;
}

.countries .jq-selectbox.opened .jq-selectbox__trigger {
	border: none;
	background-color: transparent;	
}

.countries .jq-selectbox.opened .jq-selectbox__trigger-arrow {
	border-top: 6px solid #5C6162;
}

.countries .jq-selectbox__dropdown li:hover {
	background-color: #FAFAFA;
	background-size: 24px;
	background-position-y: center;
	color: #000000;
}

.countries-select-au, 
.countries-select-au .jq-selectbox__select-text {
	background: url('../ijscss/flags/au.svg') 10px no-repeat;
	background-position-y: center; 
	background-size: 34px;
}

.countries-select-ca, 
.countries-select-ca .jq-selectbox__select-text {
	background: url('../ijscss/flags/can.svg') 10px no-repeat;
	background-position-y: center; 
	background-size: 34px;
}

.countries-select-de, 
.countries-select-de .jq-selectbox__select-text {
	background: url('../ijscss/flags/de.svg') 10px no-repeat;
	background-position-y: center; 
	background-size: 34px;
}

.countries-select-fr, 
.countries-select-fr .jq-selectbox__select-text{
	background: url('../ijscss/flags/fr.svg') 10px no-repeat;
	background-position-y: center; 
	background-size: 34px;
}

.countries-select-gb, 
.countries-select-gb .jq-selectbox__select-text {
	background: url('../ijscss/flags/gb.svg') 10px no-repeat;
	background-position-y: center; 
	background-size: 34px;
}

.countries-select-us, 
.countries-select-us .jq-selectbox__select-text {
	background: url('../ijscss/flags/usa.svg') 10px no-repeat;
	background-position-y: center; 
	background-size: 34px;
}

.countries-select-au, 
.countries-select-ca, 
.countries-select-de, 
.countries-select-fr, 
.countries-select-gb, 
.countries-select-us {
	background-size: 24px;
}



.jq-selectbox__dropdown .countries-select-au:hover {
	background: url('../ijscss/flags/au.svg') 10px no-repeat;
}

.jq-selectbox__dropdown .countries-select-ca:hover {
	background: url('../ijscss/flags/can.svg') 10px no-repeat;
}

.jq-selectbox__dropdown .countries-select-de:hover {
	background: url('../ijscss/flags/de.svg') 10px no-repeat;
}

.jq-selectbox__dropdown .countries-select-fr:hover {
	background: url('../ijscss/flags/fr.svg') 10px no-repeat;
}

.jq-selectbox__dropdown .countries-select-gb:hover {
	background: url('../ijscss/flags/gb.svg') 10px no-repeat;
}

.jq-selectbox__dropdown .countries-select-us:hover {
	background: url('../ijscss/flags/usa.svg') 10px no-repeat;
}

.phone-value {
	font-size: 26px;
	font-weight: bold;
}
.phone-info {
	padding: 5px 0;
}

.hidden {
	display: none;
}

.send-popup {
	background: rgba(0,0,0,0.4) !important;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 1000;
}
.send-popup-body {
	position: fixed;
	text-align: center;
	line-height: 20px;
	width: 500px;
	border: 2px solid #F2F2F2;
	padding: 118px 80px 26px 80px;
	box-sizing: border-box;
	background: url('popup-body.svg') center 18px no-repeat #fff;
	background-size: 100px auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.send-popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 10px;
	height: 10px;
	background: url('close.svg') 0 0 no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.send-popup-body > h4 {
	color: #FF8B27;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0;
}
.send-popup-text {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	text-align: left;
	margin-top: 14px;
	margin-bottom: 28px;
}
.send-popup-text > span, .send-popup-text > a {
	color: #FF8B27;
}
.send-popup-chat {
	margin: auto;
	display: inline-block;
	padding: 5px 7px;
	color: #fff;
	background-color: #FF8B27;
	font-size: 12px;
	cursor: pointer;
}

.send-popup.error .send-popup-body {
	background: url('popup-body-error.svg') center 18px no-repeat #fff;
	background-size: 80px auto;
}