@font-face {
    font-family: 'Symantec-Sans';
    src: url('/content/SA______.woff2') format('woff2'), url('/content/SA______.woff') format('woff'), url('/content/SymantecSans.ttf') format('truetype');
}
@font-face {
    font-family: 'Symantec-Sans-Bold';
    src: url('/content/SAMD____.woff2') format('woff2'), url('/content/SAMD____.woff') format('woff'), url('/content/SymantecSans-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'NotoSans';
    src: url('/content/NotoSans-Regular.woff') format('woff');
}
html, body {
    color: #333333;
    font-family: "Symantec-Sans","Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
	padding: 0;
  	margin: 0;
  	height: 95%;
	background-color:#FFF;
}
:link, :visited, 
:link:active, :visited:active {
    color: #398199;
    text-decoration: none;
}
link:hover{
    color:#34b1e0;
    text-decoration: none;
}
#wrap
{
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
  position: relative;
}

header, footer, nav, section
{
  display: block;
}
.hidden
{
  display: none;
}
h1, h2, h3, h4, h5, h6 
{
	font-family: "Symantec-Sans","Helvetica Neue",Helvetica,sans-serif;
}
h1 {font-size: 1.7em; font-weight: normal; }
h2 {font-size: 1.6em; font-weight: normal; }
body#Notices h2 {font-size: 1.6em; font-weight: bold; }
body#Notices h3 {font-size: 1.4em; font-weight: bold; margin-bottom: 0px }
h3 {font-size: 1.5em; font-weight: normal; }
h4 {font-size: 1.3em; font-weight: normal; }
h5 {font-size: 1.2em; font-weight: normal; }
h6 {font-size: 1.1em; font-weight: normal; }
ul, ol, dl
{
}
li
{
}
dt
{
	margin-top: 1em;
}
dd
{
}


/* Basic layout styles, complimentary to the 960 grid
-----------------------------------------------------------*/
body
{
  background: #fff;
  	color: #333333;
    font-size: 14px;
    line-height: 1.42857;
}
.header-row-line{
  margin-top: 110px;
  width: 100%;
  background-color: #FFF;
  border-top: 10px solid #34b1e0;
}
.header-row
{
  height: 110px;
  margin-top: -110px;
}
.header-row #logo
{
  margin-top: 25px;
  float:left;
}
.header-row #logo a {
    background: url("Symantec.png") no-repeat scroll left 0 transparent !important;
    display: block;
    height: 60px;
    text-indent: -700em;
    width: 300px;
}
.footer-row
{
  padding-top: 0;
  text-align: center;
  background: #fff url(symantec_logo.png) no-repeat center top;
}
.footer-row .container
{
  padding-top: 40px;  
}
.footer-row, .push 
{
  height: 100px;
}

.lang
{
  text-align: right; 
  margin-top: 15px
}
/* Panel
-------------------------------------------------------------------------------- */
div.panel
{
  margin: 60px auto;
  width: 700px;
  background: #FFFFFF url(/content/panel-background.png) repeat-x left bottom;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px #888;
  -moz-box-shadow: 0 1px #888;
  -webkit-box-shadow: 0 1px #888;
}

div.panel h1
{
  padding: 4px 10px 4px 10px;
  margin: 2px;
  font-size: 15px;
  background-color: #EFEFEF;
  font-weight: bold;
  color: #000;
}

div.panel div.panel-content
{
  padding: 20px 20px 30px 20px;
}
div.panel div.panel-buttons
{
  border-top: 1px #ccc solid; 
  height: 60px;
}
div.panel div.panel-content p 
{
  margin-bottom: 20px;
  color: #666;
}

/*------------------------------------------------------------------------------
/* =Ajax loading animation
-------------------------------------------------------------------------------- */
#loading
{
}
#loading div
{
  background: transparent url(/content/ajax-loader.gif) no-repeat top left;
  width: 32px;
  height: 32px;
  margin: 100px auto;
}
/*------------------------------------------------------------------------------
/* =Wizard progress
-------------------------------------------------------------------------------- */

div.panel div.progress-bar
{
  width: 100%;
  clear: right;
  height: 80px;
  margin-top: 30px;
  border-bottom: 1px #ccc solid;  
}
div.panel div.progress-bar ul
{
  margin: 0 auto;
  list-style: none;
  text-align: center;
  height: 70px;
}
div.panel div.progress-bar.size-2 ul
{
  width: 320px;
}
div.panel div.progress-bar.size-3 ul
{
  width: 480px;
}
div.panel div.progress-bar.size-4 ul
{
  width: 640px;
}
div.panel div.progress-bar.size-5 ul
{
  width: 650px;
}
div.panel div.progress-bar ul li
{
  display: block;
  width: 160px;
  float: left;
  background: transparent url(/content/progress-icon-set.png) no-repeat 0 -148px;
  font-size: 12px;
  font-weight: bold;
  color: #ccc;
}
div.panel div.progress-bar ul li.completed, div.panel div.progress-bar ul li.current
{
  color: #000;
}
div.panel div.progress-bar.size-5 ul li
{
  width: 130px;
}
div.panel div.progress-bar ul li.first
{
  background: transparent url(/content/progress-icon-set.png) no-repeat 70px -148px;
}
div.panel div.progress-bar ul li.last
{
  background: transparent url(/content/progress-icon-set.png) no-repeat -170px -148px;
}
div.panel div.progress-bar ul li span.icon
{
  background: transparent url(/content/progress-icon-set.png) no-repeat 0 0;
  width: 42px;
  height: 42px;
  display: block;
  margin: 0 auto;
}
div.panel div.progress-bar ul li.step-1 span.icon
{
  background-position: 0 0;
}
div.panel div.progress-bar ul li.step-1.current span.icon
{
  background-position: 0 -52px;
}
div.panel div.progress-bar ul li.step-2 span.icon
{
  background-position: -52px 0;
}
div.panel div.progress-bar ul li.step-2.current span.icon
{
  background-position: -52px -52px;
}
div.panel div.progress-bar ul li.step-3 span.icon
{
  background-position: -105px 0;
}
div.panel div.progress-bar ul li.step-3.current span.icon
{
  background-position: -105px -52px;
}
div.panel div.progress-bar ul li.step-4 span.icon
{
  background-position: -159px 0;
}
div.panel div.progress-bar ul li.step-4.current span.icon
{
  background-position: -159px -52px;
}
div.panel div.progress-bar ul li.step-5 span.icon
{
  background-position: -211px 0;
}
div.panel div.progress-bar ul li.step-5.current span.icon
{
  background-position: -211px -52px;
}
 span.icon
{
  background-position: 0 -105px;
}
div.panel div.progress-bar ul li.warn span.icon
{
  background-position: -52px -105px!important;
}
div.panel div.progress-bar ul li.error span.icon
{
  background-position: -105px -105px !important;
}
div.panel div.progress-bar ul li.completed span.icon
{
  background-position: 0 -105px !important;
}
/*------------------------------------------------------------------------------
/* =Message template
-------------------------------------------------------------------------------- */
div.message 
{
  margin: 100px auto 90px auto;
  width: 350px;
  height: 70px;
  padding: 0 0 0 80px;
}
div.message.warning
{
  background: transparent url(/content/yellow-aller-icon-large.png) no-repeat top left;
}
div.message.success
{
  background: transparent url(/content/greentick-icon-big.png) no-repeat top left;
}
div.message.error
{
  background: transparent url(/content/exclamation-icon-big.png) no-repeat top left;
}

div.message h2
{
  font-size: 20px;
  font-weight: bold;
}
div.message p
{
  font-size: 15px;
  color: #666;
}


/* Generic useful styles
-----------------------------------------------------------*/
.red
{
  color: #C1272D !important;
}
.black
{
  color: #000 !important;
}
.grey
{
  color: #666 !important;
}
.blue
{
  color: #069 !important;
}
.green
{
  color: #693 !important;
}
.white
{
  color: #333 !important;
}
.right
{
  text-align: right;
}
.vip-logo
{
  background: transparent url(/content/viplogo.png) no-repeat right top;
  height: 60px;
}
.hide, .sectionend hr 
{
    display: none;
}

/* Styles for basic forms
-----------------------------------------------------------*/
input[type="text"]
{
  border: 1px solid #A6A6A6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;  
}
fieldset
{
  border: 1px solid #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}

legend
{
  font-size: 1.2em;
  font-weight: bold;
}

textarea
{
  min-height: 75px;
}

.editor-label
{
  margin: 1em 0 0 0;
}

.editor-field
{
  margin: 0.5em 0 0 0;
}
/*------------------------------------------------------------------------------
/* =Debug elements
-------------------------------------------------------------------------------- */
div#debug-exception
{
  margin: 0 10px;
  font-size: 10px;
}

/* =Password strength meter
-------------------------------------------------------------------------------- */
.password-indicator-outer
{
  display: inline-block;
  vertical-align: top;
}
.password-indicator
{
  width: 140px;
  height: 10px;
  background-color: #fff;
}
.password-indicator-label
{
  width: 140px;
  height: 11px;
  font-size: 8px;
}
.password-indicator .block1, .password-indicator .block2, .password-indicator .block3, .password-indicator .block4
{
  width: 34px;
  height: 10px;
  margin-right: 1px;
  background-color: #ccc;
  float: left;
}
.password-bad .block1, .password-short .block1
{
  background-color: #c00;
}
.password-weak .block1, .password-weak .block2
{
  background-color: #f90;
}
.password-medium .block1, .password-medium .block2, .password-medium .block3 
{
  background-color: #fc3;
}
.password-strong .block1, .password-strong .block2, .password-strong .block3, .password-strong .block4
{
  background-color: #693;
}

/* =Password Policy
-------------------------------------------------------------------------------- */
.jquerybubblepopup{width:auto;height:auto;margin:0px;padding:0px;position:absolute;border:0px;z-index:20000;text-align:center;background-color:transparent;}
	.jquerybubblepopup-ie{filter:progid:DXImageTransform.Microsoft.Shadow(color="#666666", Direction=135, Strength=3);} /* the plugin adds this class only if browser is IE; if IE9, it's added to main <DIV> else to <TABLE> */
	.jquerybubblepopup table{width:auto;height:auto;margin:0px;padding:0px;display:table;border-collapse:collapse;border-spacing:0px;border:0px;empty-cells:show;background-color:transparent;}
	.jquerybubblepopup tbody{display:table-row-group;vertical-align:middle;border:0px;background-color:transparent;}
	.jquerybubblepopup td{margin:0px;padding:0px;background-color:transparent;}
	.jquerybubblepopup-top-left,    .jquerybubblepopup-top-right,
	.jquerybubblepopup-bottom-left, .jquerybubblepopup-bottom-right{width:21px;height:21px;overflow:hidden;background-repeat:no-repeat;}
	.jquerybubblepopup-top-middle,  .jquerybubblepopup-bottom-middle{overflow:hidden;background-repeat:repeat-x;}
	.jquerybubblepopup-middle-left, .jquerybubblepopup-middle-right{overflow: hidden;background-repeat: repeat-y;}
	.jquerybubblepopup-tail{border:0px;margin:0px;padding:0px;display:inline;}
	
.jquerybubblepopup-tooltip .jquerybubblepopup-innerHtml
{
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  background-color: #FFFFFF;
  text-align: left;
  padding-left:20px;
  padding-right:15px;
  padding-bottom: 15px;
  padding-top:10px;
}
.password-policy-outer
{
  padding-left: 2px;
  position: absolute;
}
