/*
     Symantec copyright header start

 Copyright © 2016, Symantec Corporation, All rights reserved.

 THIS SOFTWARE CONTAINS CONFIDENTIAL INFORMATION AND TRADE SECRETS OF SYMANTEC
 CORPORATION.  USE, DISCLOSURE OR REPRODUCTION IS PROHIBITED WITHOUT THE PRIOR
 EXPRESS WRITTEN PERMISSION OF SYMANTEC CORPORATION.

 The Licensed Software and Documentation are deemed to be commercial computer
 software as defined in FAR 12.212 and subject to restricted rights as defined
 in FAR Section 52.227-19 "Commercial Computer Software - Restricted Rights"
 and DFARS 227.7202, “Rights in Commercial Computer Software or Commercial
 Computer Software Documentation”, as applicable, and any successor regulations.
 Any use, modification, reproduction release, performance, display or disclosure
 of the Licensed Software and Documentation by the U.S. Government shall be
 solely in accordance with the terms of this Agreement.

 Symantec copyright header stop

 BrowserFramework
 watermark CB70-6840-3597-44-15-4
 PROPRIETARY/CONFIDENTIAL.  Use of this product is subject to license terms.
 Copyright © 2016, Symantec Corporation, All rights reserved.
*/

/* the static styles for the iframe */
#symc-in-page-popup {
  overflow: hidden;
  position: absolute;
  display: block;
  z-index: 2147483646;
  background-color: transparent;
  visibility: visible;
}

#symc-modal-popup {
  position:fixed;
  top:0;
  left:0;
  display:block;
  z-index:1000;
  width: 100%;
  height:100%;
}

#symc-notification-popup {
  position: fixed;
  top: 30px;
  display: block;
  z-index: 2147483646;
  background-color: transparent;
  min-height: 170px;
}

#compromised-password-ribbon {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2147483646;
  min-height: auto;
} 

.theme_default.login.compromised-password-ribbon-padding {
  padding-top: 55px;
}

#container.compromised-password-ribbon-padding {
  padding-top: 55px;
}

#compromised-password-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2147483646;
  min-height: auto;
}

.symc-notification-show {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 2147483646;
  background-color: transparent;
  visibility: visible;
  min-height: 170px;
}

.symc-notification-show[dir="rtl"] {
  left: 30px;
}

.symc-notification-hide {
  visibility: hidden;
}

.symc-notification-show {
  visibility: visible;
}

[data-autochangebyidsafe] iframe.symc-notification-show[src*="notification.html"]  {
  display: none;
}
