/*------------------------------------------\
| Copyright © Epic Systems Corporation 2023 |
\------------------------------------------*/

#AccReqOptionsBody {
  text-size-adjust: none;
}

.AccountRequestAppImage {
  display: block;
  margin-left: auto;
  margin-right: auto;  
}

.AccountRequestActivityHeader {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

.AccountRequestActivitySubheader {
  text-align: center;
  padding-top: 10px;
}

.AccountRequestOptionsContentWrap {
  max-width: 850px;
  margin: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  padding-top: 10px;
  border: 1px solid #C0C0C0;
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(208, 208, 208, 0.7);
  background-color: #ffffff;
}

.AccountRequestOptionsWrap {
  margin-left: 50px;
  margin-right: 50px;
}

.AccountRequestSectionHeader {
  color: #1273E6;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 55px;
  padding-right: 50px;
  padding-top: 10px;
}

.AccountRequestSectionHeaderWithSubtext {
  padding-top: 2px;
}

.AccountRequestSectionHeaderSubtext {
  padding-left: 55px;
  padding-right: 50px;
  font-weight: normal;
  margin-top: -7px;
  font-size: 14px;
  white-space: nowrap;  
  overflow-x: hidden;
  text-overflow: ellipsis; 
}

.AccountRequestSectionHeaderIcon {
  position: absolute;
  height: 42px;
  width: 42px;
  background-color: #C2E7F4;
  margin: 5px;  
  background-repeat: no-repeat, no-repeat;    
  background-size: 42px 42px;
  background-position: center center;
  border-radius: 50%;  
  margin-top: 4px;
  margin-left: 4px;
}

.AccountRequestSectionHeaderIconUser {
  background-image: url(../img/new-user-icon.png);
}

.AccountRequestSectionHeaderIconSite {
  background-image: url(../img/new-site-icon.png);
}

.AccountRequestOptionsHeader {
  font-weight: bold;
  position: relative;
  margin-top: 0px;  
  min-height: 50px;
  border-radius: 25px;
}

div.AccountRequestSectionChevron {
  position: absolute;
  height: 16px;
  width: 16px;
  margin: 5px;  
  background-repeat: no-repeat, no-repeat;    
  background-size: 20px 20px;
  background-position: center center;
  padding: 5px;
  margin-top: 12px;
  margin-left: 4px;
  right: 5px;
}

.AccountRequestOptionsHeaderClickable {
  cursor: pointer;
}

.AccountRequestOptionsHeaderClickable:hover, .AccountRequestOptionsHeaderClickable:focus { 
  background-color: rgba(18,115,230,0.05);    
} 

.AccountRequestOptionsHeaderClickable:hover div.AccountRequestSectionChevron, .AccountRequestOptionsHeaderClickable:focus div.AccountRequestSectionChevron {   
  background-image: url(../img/EIL/chevron-down.png);
} 

.AccountRequestOptionsHeaderClickable.optionsExpanded:hover div.AccountRequestSectionChevron, .AccountRequestOptionsHeaderClickable.optionsExpanded:focus div.AccountRequestSectionChevron {  
  background-image: url(../img/EIL/chevron-up.png);
}

.AccountRequestOptionCard {
  border: 1px solid #888888;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px; 
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding-left: 10px;
  position: relative;
  padding-right: 20px;
}

.AccountRequestOptionCard:hover, .AccountRequestOptionCard:focus { 
  background-color: rgba(18,115,230,0.05);  
  box-shadow: 0 0 0 1px #888888;
}

div.AccountRequestCardGoArrow {
  position: absolute;
  height: 16px;
  width: 16px;  
  background-repeat: no-repeat, no-repeat;    
  background-size: 20px 20px;
  background-position: center center;  
  right: 5px;
  top: 17px;
}

.AccountRequestOptionCard:hover div.AccountRequestCardGoArrow, .AccountRequestOptionCard:focus div.AccountRequestCardGoArrow { 
  background-image: url(../img/EIL/LOAD_NEXT.png);
}


#AccReqSiteFormBody select[id^='AddrCtl'], #AccReqUserFormBody select[id^='AddrCtl'] { 
  max-width: 400px; 
}

.AccountRequestVerifyEmailWrap {
  margin: 10px; 
  margin-left: 25px; 
  margin-right: 25px; 
  padding: 10px; 
  border-radius: 5px; 
  border: 1px solid #888888;
  font-size: 14px;  
  position: relative;
  padding-left: 75px;
  padding-top: 0;
}

.AccountRequestVerifyEmailWrapVerified {
  border: 1px solid #006A00;
  background-color: #edffed;  
  min-height: 65px;
}

.AccountRequestVerifyEmailWrapVerified .AccountRequestVerifyEmailHeader {
  padding-top: 15px;
  font-weight: bold;
  color: #000000;
}

.AccountRequestVerifyEmailInformation {
  margin-top: 10px;
}

.AccountRequestVerifyEmailHelpHeader {
  font-weight: bold;
  margin-top: 10px;
}

.AccountRequestVerifyEmailHelpDetails ul {
  margin: 5px;
}

.AccountRequestWillSendEmailContainer {
  border: 1px solid #888888;
  border-radius: 12px;
  margin: 0; 
  padding-right: 10px;
  background-color: #FFFCE5;
  color: #000000;
  display: inline-block;
  max-width: 700px;
  position: relative;
}

.AccountRequestWillSendEmailIcon {
  position: absolute;
  top: 4px;
  left: 4px;
}

.AccountRequestWillSendEmailText {
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-right: 5px;
}

.AccountRequestNoEmailWrap {
  margin: 10px; 
  margin-left: 25px; 
  margin-right: 25px; 
  padding: 10px; 
  border-radius: 5px; 
  border: 1px solid #888888;
  font-size: 14px;  
  border: 1px solid #880015;
  background-color: #FFF0F2;
  font-weight: normal;
}

.AccountRequestNoEmailTextHeader {
  font-weight: bold;
  font-size: 18px;
}

.AccountRequestVerifyEmailHeader {
  color: #1273E6;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 0;
  font-weight: bold;  
  font-size: 18px;
}

.AccountRequestVerifyEmailHeaderIcon {
  position: absolute;
  height: 44px;
  width: 44px;
  background-color: #1273E6;
  margin: 5px;  
  background-repeat: no-repeat, no-repeat;    
  background-size: 36px 36px;
  background-position: center center;
  border-radius: 50%;
  padding: 5px;
  margin-top: 5px;
  margin-left: 4px;
  margin-top: 0;
  left: 5px;
}

.AccountRequestVerifyEmailHeaderIconNeedVerify {
  background-image: url(../img/email-icon.png);
}

.AccountRequestVerifyEmailHeaderIconVerified {
  background-image: url(../img/email-checked-icon.png);
}


@media print {
  .AccountRequestVerifyEmailWrapVerified, .AccountRequestVerifyEmailHeaderIconNeedVerify {
    display: none;
  }
  
  .AccountRequestVerifyEmailWrap {
    margin: 10px;
    padding: 10px;
  }
  
  .AccountRequestVerifyEmailHeader {
    margin-top: 0;
    margin-bottom: 0;
  }
}