/* ACCELA style.css OVERRIDES GO HERE */
#divNaviMenu,
#ctl00_HeaderNavigation_divMenu {
  display: block !important;
}
 
.nav_bar_container,
#ctl00_HeaderNavigation_btnLogin,
#ctl00_HeaderNavigation_btnRegister,
#ctl00_HeaderNavigation_btnLogout {
  display: block;
}
 
#divctl00_hlSkipNavigation,
#divctl00_hlSkipToolBar {
  height: 0px !important;
}
div#ACARegisterLoginMenu{
  display: none;
}
 
 
/* Add shadow to ACA */
.aca_wrapper {
  background-image: var(--aca-background-image-url);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px ;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
 
#aspnetForm {
  overflow: hidden;
  height: auto;
}
 
.welcome-page>table>tbody>tr>td:last-child {
  order: 2 !important;
}
 
.footer {
  padding-top: 0px !important;
  border-top: 0px !important;
  height: auto !important;
  text-align: left;
}
 
.footer-title {
  font-size: 1.75rem;
  color: rgb(255, 255, 255);
  font-family: "Poppins", "sans-serif", sans-serif !important;
  font-weight: 500;
 
}
 
.footer-widget-social {
  width: 25%;
  flex: 0 0 auto;
  justify-content: space-around;
}
 
.footer-widget-links {
  width: 42%;
}
 
.menu {
  display: none;
}
 
.ACA_RightItem {
  width: 95% !important;
}
 
.ACA_Title_Bar {
  background-color: var(--border-color) !important;
}
 
/* ~~~~~~~~~~~~~~~~~~All Records List Custom Styles Start ~~~~~~~~~~~~~~~~~~ */
.ServiceListContainer {
  display: flex;
  border-radius: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}
 
.ServiceListGroupName {
  background-color: rgb(238, 238, 238);
  border: 4px solid var(--border-color);
  padding: 5px;
  border-radius: 5px 5px 5px 5px;
  font-size: medium;
  margin-right: 20px;
  cursor: pointer;
}
 
.ACA_Title_Color {
  color: rgb(0, 0, 0);
}
 
 
span.ACA_Title_Color {
  color: rgb(0, 0, 0);
}
 
span.ACA_Title_Color:hover {
  color: rgb(173, 173, 173);
  text-decoration: underline;
 
}
 
.ServiceItemList {
  padding: 5px;
  border-radius: 0 0 5px 5px;
  font-size: small;
}
 
.aca_checkbox {
  display: flex;
  align-items: center;
  justify-content: start;
}
 
.ACA_Help_Icon {
  display: none;
}
 
.ACA_Sub_Label {
  font-size: small;
  color: var(--text-color);
  display: flex !important;
  flex-direction: column;
  padding-left: 20px;
  padding-top: 5px;
  background-color: transparent;
  margin-right: 20px;
  padding-bottom: 5px;
  font-size: small;
}
 
img.ACA_NoBorder {
}
 
[class^="container_"] {
  display: contents !important;
}
 
div#ctl00_PlaceHolderMain_BreadCrumpToolBar {
  overflow: scroll;
}
 
.ACA_Dialog {
  max-width: 95vw !important;
}
 
/*~~~~~~~~~~~~~~~~~~~~~~~All Records List Styles End ~~~~~~~~~~~~~~~~~~ */
 
 
 
 
 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~Responsive Styles Start ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
 
/*~~~~~~~~~~~~~~~~~~~~~~ LARGE SCREEN STYLES START ~~~~~~~~~~~~~~~~~~~~~~*/
.aca_wrapper>div {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  width: 85vw !important;
  max-width: 1750px;
}
 
.aca_wrapper>div>div {
  width: 100% !important;
}
 
.ACA_NaviTitle {
  width: 80vw !important;
}
 
.ACA_Content {
  width: 80vw !important;
}
 
/* .ACA_RightContent {
  width: 80vw !important;
} */

#messageSpan {
  display: block;
  width: 80vw !important;
}
 
.DisclaimerContainerStyle {
  width: 80vw !important;
  padding-right: 0%;
  margin-right: 5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~ LARGE SCREEN STYLES END ~~~~~~~~~~~~~~~~~~~~~~*/
 
/*~~~~~~~~~~~~~~~~~~~~~~ SMALL SCREEN STYLES START ~~~~~~~~~~~~~~~~~~~~~~*/
@media screen and (max-width: 768px) {
  .aca_wrapper {
    padding: 0%;
  }
 
  .aca_wrapper>div {
    width: 95vw !important;
    border-radius: 0px;
 
  }
 
  .ACA_NaviTitle {
    width: 90vw !important;
  }
 
  .ACA_Content {
    width: 90vw !important;
    padding-right: 10px;
 
  }
 
  .ACA_RightContent {
    width: 90vw !important;
    padding-right: 10px;
 
  }
 
  #messageSpan {
    width: 90vw !important;
  }
 
  .DisclaimerContainerStyle {
    width: 90vw !important;
  }
 
  .ServiceListContainer {
    flex-direction: column;
  }
 
  .ServiceListGroupName {
    margin-right: 0px;
    margin-bottom: 10px;
  }
 
  .ServiceItemList {
    margin-right: 0px;
  }
 
  .ACA_Sub_Label {
    padding-left: 0px;
    margin-right: 0px;
  }
 
  .ServiceItemList {
    padding: 5px;
    border-radius: 5px;
    font-size: small;
  }
 
  .ACA_Sub_Label {
    padding-left: 0px;
    padding-top: 5px;
    margin-right: 0px;
    padding-bottom: 5px;
    font-size: small;
  }
 
  .ServiceListGroupName {
    margin-right: 0px;
    margin-bottom: 10px;
  }
 
  .ServiceItemList {
    margin-right: 0px;
  }
 
  .ACA_Sub_Label {
    padding-left: 0px;
    margin-right: 0px;
  }
 
  .ServiceItemList {
    padding: 5px;
    border-radius: 5px;
    font-size: small;
  }
 
  .ACA_Sub_Label {
    padding-left: 0px;
    padding-top: 5px;
    margin-right: 0px;
    padding-bottom: 5px;
    font-size: small;
  }
 
  .ServiceListGroupName {
    margin-right: 0px;
    margin-bottom: 10px;
  }
 
  .ServiceItemList {
    margin-right: 0px;
  }
 
  .ACA_Sub_Label {
    padding-left: 0px;
    margin-right: 0px;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~ SMALL SCREEN STYLES END ~~~~~~~~~~~~~~~~~~~~~~*/
 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~Responsive Styles End ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

 /* UNIQUE FOR SANTACLARA */
 .record-detail .record-summary, .record-detail .record-nav, .record-detail .record-main-section {
  width: 100% !important;
 }
 div#ctl00_HeaderNavigation_divNavigation{
  display: none !important;
 }
 .ACA_Continue {
  margin-top: 0px;
  padding: 10px 16px;
  border-radius: 2px;
  }
  
  .ACA_Continue > a {
  background: #d85836;
  }
  
  .ACA_Continue:hover > a {
      background: #E28065;
  }
  
  .ACA_Continue a span, .ACA_Continue:hover a span {
    color: black;
  }
  
  .ACA_Resume {
    border: 2px none;
  }
  
  /*ACA Schedule or Request an Inspection Button*/
  div#lnkInspectionSchedule {
    margin: 20px 20px 20px 0px;
    border-radius: 5px;
  }
  
  span#ctl00_PlaceHolderMain_InspectionList_lblInspectionSchedule {
    color: black;
    background: #d85836;
    padding: 15px;
  }
  
  span#ctl00_PlaceHolderMain_InspectionList_lblInspectionSchedule:hover {
    background: #DE7254;
  }
  
  /* Hiding Collections on Dashboard.aspx page */
  .grid-mycollection {
  
    display: none;
    }
  .ACA_Body_Text_FontSize UL {
      font-size: 1.1em;
      font-family: MuseoSans, Sans-Serif, CalciteWebCoreIcons;
  }