﻿/*-----------------------------------------------\
|                                                |
| Copyright © Epic Systems Corporation 2013-2021 |
|                                                |
\-----------------------------------------------*/

html, body, #standalonePageBody {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #E0FCFB;
}

.mainBody {
  background-image: url("../img/Hubble_Background.png");
  background-repeat: no-repeat;
  background-position: center center;  
  background-size: cover;  
  background-color: rgb(27,20,100);
  overscroll-behavior-y: none;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
}

.mainBody.standaloneBody {
  background-image: url("../img/Satellite-Login.png");
}

iframe {
  margin: 0px;
  padding: 0px;
  border: none;
  display: block;
}
#HiddenFrame, #NoBackFrame, #HSWebFrame, #SlicerDicerFrame {
  display: none;
}

#content {
  overflow-y: auto;
  z-index: 10000; /* Be above most things (like the jQuery overlay) */
  background-color: #F0EDE2;
}

#LinkShield {
  position: absolute;
  z-index: 9999;
  opacity: 0;
}

.CopyrightFrame {
  z-index: 10000;
}

.JSErrorContainer {
  padding: 5px;
}

.JSErrorHeader {
  padding: 5px;
  font-size: medium;
}

.JSErrorDetails {
  padding: 5px;
}

.alertLightboxMessage {  /* pull forward from DLG 495552 */
  padding: 15px;         /*                              */
  font-size: 16px;       /*                              */
}                        /*                              */ 
.confirmationLightboxMessage {
  padding: 15px;
  font-size: 16px;
}

.alertLightboxMessage > .lbSched,
.confirmationLightboxMessage > .lbSched {
  padding-bottom: 15px;
}

div.logoutLoadingMessage {
  margin: 6px;
}

.logoutLoadingMessage a {
  color: #00A6D3;
  padding: 5px 0;
  text-decoration: none;
}

.clearCacheWarning {
  color:red;
  font-weight: bold;
}

ul.showDiscs li {
  list-style-type: disc;
}

/********** Pretty **********/
#header {
  background-color: rgba(27,20,100,.5);
}

#menu {
  background-color: rgba(0,188,212,.5);      
}

#innerAppWrap {
  background-color: #E0FCFB;
}


/****<Mega Menu>****/
#hoverMenu {
  background-color: #ffffff;
  background-size: cover;
  padding:25px;
  padding-top: 10px;
  color: #ffffff;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 13px;
  border-left: 1px solid rgba(0,166,211,0.5);
  border-right: 1px solid rgba(0,166,211,0.5);
  border-bottom: 1px solid rgba(0,166,211,0.5);      
}
#settingsWrap {
  color: black;
}
.settingOption,  .settingImageUtilities, .settingImageSecure {
  font-size: 13px;
}
.settingImageUtilities {
  background-image: url(../img/utilities_dark.png);
}    
.settingImageSecure {
  background-image: url(../img/securescreen_dark.png);
}    
#hoverMenuItems .itemTab, #hoverMenuItems .itemGroup > .itemTitle {
  color: #00A6D3;
  font-weight: bold;
  font-size: 15px;      
  padding-top: 5px;
}
#hoverMenuItems .itemTab:hover, #hoverMenuItems .itemGroup > .itemTitle > span:hover {
  color: #0277BD;
}      
#hoverMenuItems .itemGroup > .item {
  padding: 3px;
  color: #315360;
}    
#hoverMenuItems .itemGroup > .item > span:hover {
  color: #016F79;
}    
/****</Mega Menu>****/   
    
/****<HS Web Printing>****/
#HSWebPrintMenu {
  background-color: #ffffff;
  background-size: cover;
  padding: 5px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 13px;
  position: absolute;
  display: none;
  z-index: 10001;
  border-top: 1px solid #E0FCFB;
  border-left: 2px solid rgba(0,166,211,0.5);
  border-right: 2px solid rgba(0,166,211,0.5);
  border-bottom: 2px solid rgba(0,166,211,0.5);
}

.HSWebPrintMenuMenuSeparator {
  border-bottom: 1px solid black;
}

.HSWebPrintMenuMenuItem {
  color: #315360;
  padding: 10px;
}

.HSWebPrintMenuMenuItem:hover {
  cursor: pointer;
  background-color: #edf9fc;
}

#HSWebDocsAlert {
  display: none;
  position: relative;
  padding-left: 20px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.HSWebPrintAlertLink {
  padding-top: 3px;
  padding-bottom: 2px;
}

#HSWebIEPrintPopup {
  display: none;
}

#HSWebIEPrintHelp {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  height: 20px;
  cursor: default;
}

#HSWebIEPrintHelpText {
  padding-left: 5px;
}

#HSWebPrintFrame {
  width: 100%; 
  height: calc(100% - 30px);
}

/****</HS Web Printing>****/

#content.patient-header-visible {
}

#content {
  background-color: #E0FCFB;
}

.no-box-shadow {
  box-shadow: none !important;
}
/********** /Pretty **********/

/********** Print Warning **********/
div.printWarning {
  display: none;
}
/********** /Print Warning **********/


/********** Print media **********/
@media print {
  html, body, #standalonePageBody {
    background-color: #ffffff;
    background-image: none;
  }

  div, iframe {
    display: none;
  }

  #content {
    display: none;
  }
  
  #standalonePageBody div {
    display: block;
  }
  #standalonePageBody div.noScroll {
    display: none;
  }
  
  div.printWarning {
    display: block;
    font: normal 14.4px arial, helvetica, sans-serif;
    text-align: center;
  }
}
/********** /Print media **********/