@font-face {
    font-family: 'Symantec-Sans';
    src: url('../Common/SymFonts/SA______.woff2') format('woff2'), url('../Common/SymFonts/SA______.woff') format('woff'), url('../Common/SymFonts/SymantecSans.ttf') format('truetype');
}
html, body
{
  font-family: 'Symantec-Sans', Helvetica, Arial, Verdana, sans-serif;
  color: #232323;
  background-color: #fff;
  padding: 0;
  margin: 0;
  height: 100%;
}
#wrap
{
  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;
}
a, :link , :visited, :link:active, :visited:active  
{
  color: #357BC2;
  text-decoration: none;
}
:link:hover, :visited:hover,
{ 
	color: #357BC2;
}
.hidden
{
  display: none;
}
h1, h2, h3, h4, h5, h6 
{
	font-family: 'Symantec-Sans', Helvetica, Arial, Verdana, sans-serif;
}
h1 {font-size: 1.7em; font-weight: normal; }
h2 {font-size: 1.6em; font-weight: normal; }
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 url(./images/page-background.png) repeat-x left top;
}
.header-row
{
  height: 110px;
}
.header-row #logo
{
  margin-top: 25px;
}
.header-row #logo a {
    background: url("./Images/logo_atea.png") no-repeat scroll left 0 transparent !important;
    display: block;
    height: 83px;
    text-indent: -700em;
    width: 960px;
}
.footer-row
{
  width: 100%;
  background: #fff url(./images/footer-background.png) repeat-x left top;
  padding-top: 0;
}
.footer-row .container
{
  padding-top: 20px;  
}
.footer-row, .push 
{
  height: 100px;
}

.lang
{
  position: absolute;
  left: 800px;
  top:15px;
}
/* Panel
-------------------------------------------------------------------------------- */
div.panel
{
  width: 100%;
  min-height: 75vh;
  background: url('../Common/Image/EmailSecurityBG.png') center 80px no-repeat;
}
div.panel h1
{
  padding: 6px 10px 6px 10px;
  margin: 0px;
  font-size: 18px;
  background-color: #f4f4f4;
  color: #000;
}

div.panel div.panel-content
{
  padding: 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
{
  animation: 1.1s linear 0s normal none infinite running loader-rotation;
    border-color: rgba(216, 237, 255, 0.6) rgba(216, 237, 255, 0.55) rgba(216, 237, 255, 0.5) rgba(0, 137, 198, 0.8);
    border-radius: 50%;
    border-style: solid;
    border-width: 0.4em;
    bottom: auto;
    left: auto;
    margin: 100px auto;
    position: initial;
    right: auto;
    text-indent: -9999em;
    top: auto;
    width: 6em;
    height: 6em;
 }

@keyframes loader-rotation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*------------------------------------------------------------------------------
/* =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(../images/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(../images/progress-icon-set.png) no-repeat 70px -148px;
}
div.panel div.progress-bar ul li.last
{
  background: transparent url(../images/progress-icon-set.png) no-repeat -170px -148px;
}
div.panel div.progress-bar ul li span.icon
{
  background: transparent url(../images/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(../images/yellow-aller-icon-large.png) no-repeat top left;
}
div.message.success
{
  background: transparent url(../images/greentick-icon-big.png) no-repeat top left;
}
div.message.error
{
  background: transparent url(../images/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: #fff !important;
}

.vip-logo
{
  background: transparent url(../images/viplogo.png) no-repeat right top;
}
.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;
}
