/*------------------------------------------\
|                                           |
| Copyright © Epic Systems Corporation 2020 |
|                                           |
+-------------------------------------------+
|             Table of Contents             |
+-------------------------------------------+
| General Tags                              |
| Classes                                   |
| Elements                                  |
| Width Adjustments                         |
\------------------------------------------*/

/*
** theme color 1: rgb(2 171 192) - blu
** theme color 2: rgb(0 190 165) - grn
** neutral blue-gray: rgb(95 124 138)
** selected color: rgba(0 190 165 0.2)
** alert color: rgba(254 192 24 0.2)
*/

/****<General Tags>****/
a:link, a:visited {
  font-weight:bold;
  color: #00A6D3;
}
a:active, a:hover {
    color: #D3D3D3;
}
label{
  font-weight:bold;
}

/****</General Tags>****/

/****<Classes>****/
.acceptButton {
  display:inline-block;
  text-align:center;
  font-size:12px;
  height:25px;
  width: 105px;
  border: none;
  color:RGB(255,255,255);
  cursor:pointer;
  background-color: #00A6D3;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0,0,0,0),
    0 0 0 1px rgba(0,0,0,0.2),
    inset 0 0 0 1px rgba(255,255,255,0.1),
    inset 0 1px 0 rgba(255,255,255,0);
  padding-left:6px;
  margin:5px 0px;
  -webkit-appearance:none;
}
.acceptButton:active {
  background-color: rgb(0,149,135);
  box-shadow: 0 1px rgba(255,255,255,0),
    0 0 0 1px rgba(255,255,255,0.1),
    inset 0 2px 3px rgba(0,0,0,0.5),
    inset 0 0 0 1px rgba(0,0,0,0);
  transition:linear 0.06s;
}
.banner-logo {
  height: 40px;
  width: 120px;
}
.standaloneBanner {
  display: inline-block;
  width: 100%;
  background-image: url("../img/Hubble_Background.png");
  background-repeat: no-repeat;
  background-position: top center;  
  background-size: cover;  
  background-color: rgb(27,20,100);  
}
#header.standaloneBanner {
  height: 54px;
}

.cancelButton {
  display:inline-block;
  text-align:center;
  font-size:12px;
  height:25px;
  width:105px;
  border: none;
  color:RGB(86,86,86);
  cursor:pointer;
  background-color: rgba(255,255,255,0.75);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0,0,0,0),
    0 0 0 1px rgba(0,0,0,0.2),
    inset 0 0 0 1px rgba(255,255,255,0.1),
    inset 0 1px 0 rgba(255,255,255,0);
  padding-left:6px;
  margin:5px 0px;
  -webkit-appearance:none;
}
.cancelButton:active {
  background-color: rgb(255,255,255);
  box-shadow: 0 1px rgba(255,255,255,0),
    0 0 0 1px rgba(255,255,255,0.1),
    inset 0 2px 3px rgba(0,0,0,0.5),
    inset 0 0 0 1px rgba(0,0,0,0);
  transition:linear 0.06s;
}
.acceptButton, .cancelButton {
  background-color: #00A6D3;        
  border-radius: 25px;
  font-size: 14px;
  width: 75%;
  margin-top: 10px;
  color: #ffffff;   
  max-width: 200px;
}
.cancelButton {
  background-color: white;
  color: black;
}
.acceptButton:hover, .cancelButton:hover { 
  background-color: #0277BD;
  color: #ffffff;
} 

.content {
  margin-left:auto;
  margin-right:auto;
  margin-top: 0px;
  padding:2px;
  text-decoration-color:#252525;
  width:254px;  
}

.copyright-link {
  text-decoration:underline;
  cursor:pointer;
}
.description {
  margin-top:30px;
  font-size:18px;
  font-family:"Segoe UI", Arial, Helvetica, sans-serif;
  border: 0;
  padding: 20px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  background-color: transparent;
  color: rgb(137,158,168);
}
.epicCheckCopyright {
  padding-top:15px;
}
.epicLoginCopyright {
  margin-top: 15px;
  padding:10px;
  padding-top:0px;
  color: white;
  background-color: transparent; 
}
#poweredBy {
  position: absolute;
  top: 8px;
  right: 8px; 
  text-align: center;
  color: rgb(137,158,168);
  white-space: nowrap;
}
#poweredByText {
  vertical-align: bottom; 
  line-height: 28px; 
  font-size: 14px; 
  font-style: italic;
}
#poweredByLogo {
  vertical-align: middle;
}
#poweredByLogo img {
  height: 22px;
  width: 60px;
  padding-left: 2px;
}
.links {
  color:#FFFFFF;
}
.login {
  width:220px;
  font-size:12px;
  text-align:center;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;  
  color: rgb(137,158,168);
}
.login-labels {
  color:#FFFFFF;
  font-size:14px;
  font-weight:bold;
  display:none;
  text-align:left;
}
.login-links {
  font-size:14px;
  color:RGB(36,164,268);
  text-decoration:none;
  border-bottom:1px dotted RGBA(255,255,255,0.5);
}
a.login-links {
  border: 0;
  color:RGB(36,164,268);
  font-weight: normal;
}
.login-text {
  height: 27px;
  transition:0.15s;
  background-repeat:no-repeat;
  padding-right:25px;
  padding-left:8px;
  width:170px;
  background-color: rgb(255,255,255);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.2),
    inset 0 0 0 1px rgba(0,0,0,0.1),
    inset 0 2px 5px rgba(0,0,0,0.2);
  border:none;
  margin:5px 0px;
  width: 190px;
  background-position: right 5px center;
  border-radius: 0!important;
}
.standalonePageWrap {
  width: 960px; 
  margin-left: auto; 
  margin-right: auto; 
  background-color: white;
}
.loginMsgWrap {
  padding: 16px;
}
.connectL2GIcon, .connectL2GTitle {
  text-align: center;
}
.connectL2GIcon {
  margin-top: 20px;
}
.connectL2GTitle {
  font-size: 22px; 
  color: #09028D; 
  font-weight: 600;
}
.okCancelButtons {
  width: 35%; 
  margin-right: 5px;
  margin-left: 5px;
}

/****</Classes>****/

/****<Elements>****/
#acceptButtonDiv, #cancelButtonDiv {
  text-align: center;
}
#accountReqDiv,
#guestClaimsDiv,
#guestEligDiv {
  margin-top:10px;
}
#Account_ID {
  background-image: url("../img/icon_field_user.png");
}
#Account_Password {
  background-image:url("../img/icon_field_password.png");
}
#Account_ID, #Account_Password {
  border: 1px solid transparent;
  background-color: transparent;
  color: rgb(137,158,168);
  box-shadow: none;
  border-bottom: 1px solid rgba(137, 158, 168, .8);
}
#Account_ID::-webkit-input-placeholder, #Account_Password::-webkit-input-placeholder {
  color: rgb(137,158,168);
}
#Account_ID:-moz-placeholder { /* Firefox 18- */
   color: rgb(137,158,168);
}
#Account_ID::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(137,158,168);
}
#Account_ID:-ms-input-placeholder {  
   color: rgb(137,158,168);
}
#banner-content {
  width:960px;
  margin-left:auto;
  margin-right:auto;  
}
#banner-left {
  padding-top: 6px;
  float:left;
}
#banner-left .epic-logo, #banner-right .epic-logo {
  height: 22px;
  width: 60px;
  padding-left: 25px;
  padding-top: 10px;
  padding-right: 25px;
}
#banner-right {
  padding-top:6px;
  float:right;
}
#copyright {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size:12px;
  color: rgb(27,20,100);
  text-align: left;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  z-index: 10;
}
#copyrightContent {
  text-align: left;
  padding-bottom: 10px;
}
#department,#timezone {
  color: rgb(137,158,168);
  font-size:14px;
  font-weight: normal;
}
#descriptionLeft {
  text-align:left;
}
#epicContentWrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;    
}      
#epicLoginContent {
  padding:20px 30px;
  text-align:center;
  background-color: rgba(27,21,101,.8);
  float: none;
  margin: 0;
  position: relative;        
  width:400px;
  top: 25px;
  background-color: #ffffff;  
  z-index: 20;   
  box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
  border-radius: 4px;
}
#epicLoginContent.wideContent {
  width: auto;
  max-width: 1000px;
}
#epicLoginContent.loginContent {
  width:500px;
  padding:0px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#epicCheckLogin {
  text-align:left;
}
#logo-left {
  position: absolute;
  top: 0;
  left: -15px;
}
#logo-left.epic-logo {
  height: 22px;
  width: 60px;
  padding-left: 25px;
  padding-top: 10px;
  padding-right: 25px;
}
#forgotPwdDiv {
  margin-top: 15px;
}
#login {
  margin-top:60px;
  width:220px;
  font-size:12px;
  float:left;
  margin-left:20px;
  text-align:center;
}

#LoginButton, .okCancelButtons {
  display:inline-block;
  text-align:center;
  font-size: 14px;
  font-weight:bold;
  height:40px;
  border: none;
  color:RGB(255,255,255);
  cursor:pointer;
  background-color: #00A6D3;        
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  border-radius: 25px;
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  margin-top: 10px;
}

#LoginButton {
  width: 75%;
}

#LoginButton:hover, .okCancelButtons:hover {
  background-color: #0277BD;
}
#LoginButton:active, .okCancelButtons:active {
  background-color: rgb(0,149,135);
  box-shadow: 0 1px rgba(255,255,255,0.2),
    0 0 0 1px rgba(255,255,255,0.1),
    inset 0 2px 3px rgba(0,0,0,0.5),
    inset 0 0 0 1px rgba(0,0,0,0.2);
  transition:linear 0.06s;
}
#loginButtonDiv {
  padding-right:10px;
  margin:5px 0px;
}
#msgBox {
  font-family:'Segoe UI';
}
#multipleWindowsFrm {
  text-align:center;
}
#selTimeZone {
  width:220px;
  background-color: rgb(255,255,255);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.2),
    inset 0 0 0 1px rgba(0,0,0,0.3),
    inset 0 2px 5px rgba(0,0,0,0.5);
  border:none;
  margin:5px 0px;
}
#txtWTDept{
  height: 22px;
  transition:0.15s;
  background-repeat:no-repeat;
  background-position:right;
  padding-left:8px;
  width:185px;
  background-color: rgb(255,255,255);
  box-shadow: 0 0 0 1px rgba(255,255,255,0),
    inset 0 0 0 1px rgba(0,0,0,0.3),
    inset 0 2px 5px rgba(0,0,0,0);
  border-top:none;
  border-bottom:none;
  border: 0px solid #a0a0a0;
  margin:5px 0px;
}
#standaloneFullWidthPageBody * #banner-content {
  width: 100%;
}
#loginEnvironmentIndicator {
  text-align: center;
  word-wrap: break-word;
}
/****</Elements>****/

/****<Height Adjustments>****/
@media screen and (min-height: 675px) {
  #epicLoginContent {
    top: 50px;  
  }
}
@media screen and (min-height: 750px) {
  #epicLoginContent {
    top: 100px;
  }
}
@media screen and (min-height: 800px) {
  #epicLoginContent {
    top: 150px;
  }
}
@media screen and (min-height: 880px) {
  #epicLoginContent {
    top: 200px;
  }
}
/****</Height Adjustments>****/

/****<Width Adjustments>****/
@media screen and (min-width: 1260px) {
  #banner-content {
    width: 1050px;
  }     
  .standalonePageWrap {
    width: 1050px;
  }     
}
@media screen and (min-width: 1340px) {
  #banner-content {
    width: 1136px;
  }     
  .standalonePageWrap {
    width: 1136px;
  }     
}
/****</Width Adjustments>****/
@media print {
  .standalonePageWrap {
    width: auto; 
    box-shadow: none;
  }
}

