body {
  background: #FFF;
  color: #333;
  font-family: "Segoe UI",Arial,sans-serif;
  overflow-x:hidden;
    min-height: 100%;
    position: relative;
    padding-bottom: 100px;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none !important;
}

.haliWiseFrame {
  border: none;
  width: 100%;
  overflow: hidden;
  width: 1px;
  min-width: 100%;
  text-align: left;
}

.assocToolsFrame {
  border: none;
  width: 100%;
  overflow: hidden;
  width: 1px;
  min-width: 100%;
  text-align: left;
}

.allButFooter {
    margin: 0 auto;
}

.allButFooterLanding {
    min-height: calc(108vh - 100px);
}

.breadcrumbs {
  color: #777 !important;
  font-family: "Segoe UI",Arial,sans-serif;
  font-size: 14px;   
}

.haliWiseBannerDispAccount {
  font-size: 18pt;
  color: #DBFFA8;
}

.haliWiseBannerDispUser {
  font-size: 14pt;
  color: #DBFFA8;
}


/* ----- In App -----*/

@media (max-width: 990px) {
  .accountname {
    display: none !important; 
  }
}

@media (min-width: 991px) {
  .accountname {
    font-family: 'Comfortaa', serif;
    font-size: 22px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 2px;
    border: 2px solid #222233;
    border-radius: 20px;
    margin-right: 12px;
  }
  
  .tinyFor {
    font-family: 'Comfortaa', serif;
    font-size: 8px;
    margin-bottom: -9px;
  }
}


/* ----- Footer ----- */
.menuDropDown {
  border: 1px solid #ccccd1;
  background-color: #fff;
  position: relative;
  top: 40px;
  display: none;
  z-index: 30;
}


.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

div.accountPanel {
  background-color: white;
  color: black;
  margin-top: 14px;
  padding: 5px;
  color: #333;
}

.accountPanelHeading {
  font-size: 30px;
  font-family: "Segoe UI",Arial,sans-serif;   
}

.accountPanelHeadingSm {
  font-size: 22px;
  font-family: "Segoe UI",Arial,sans-serif;   
}

.modalTextInputHeading {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 600;    
}

.modalTextInputBlurb {
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 14px;
}

hr.settingSplitLine {
  height: 1px;
  background-color: #888;
  margin-top: 2px;
  margin-bottom: 2px;
}

.footerText {  
  font-family: 'Raleway', sans-serif;
  font-size: 10pt;
  color: #89C4F4;  
}

.footerPnlLink {
  text-decoration: underline;
  font-weight: 600;
}

.footerStandardLink {
  text-decoration: underline;
  color: #89C4F4;
  display: inline-block;     
  position: relative;    
  z-index: 1;            
  vertical-align: middle;    
}

.footer {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;  
  background: #134582;
}

.errorText {
  font-size: 15px;
  color: red;
  font-weight: 600;
}

.list-group-customised .list-group-item {
  background-color: #FFF;
}

.list-group-customised .list-group-item:hover {
  background-color: #AED6FF;
}

.stateHeading {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #005CAC;
}

.docoBox {
  border: 1px solid #AAA;
  border-radius: 6px;
  padding: 10px;
}

.docoText {
  font-family: "Segoe UI",Arial,sans-serif;
  font-size: 15px;  
  color: #005CAC; 
}

.switchIcon {
  width: auto;
  height: 40px;
  cursor: pointer;
}

.switchIcon-sm {
  width: auto;
  height: 28px;
  cursor: pointer;
}

.committeeRoleProfileCircle {
  border: 3px solid #333;
  border-radius: 60px;
  width: 60px;
  height: 60px;           
  box-shadow: 4px 4px #888888;
  display: block;
}

.committeeRoleProfileCircle-sm {
  border: 1px solid #333;
  border-radius: 30px;
  width: 30px;
  height: 30px;           
  box-shadow: 2px 2px #888888;
  display: block;
}

.bgAs {
  background-color: #aaa;
}

.bgEs {
  background-color: #eee;
}

.printInfo {
  width: 60%;  
  border: 1px solid #333;
  border-radius: 4px;
  font-family: "Comfortaa",sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 10px;
}

.accountSelectorCard {
  border-radius: 15px;
  text-decoration: none !important;
  border: 1px solid #343a40;
  cursor: pointer;
}

.assocCardLogo {
  max-width: 60%;
  max-height: 60%;
}

.userTypeIcon {
  max-width: 35px;
  max-height: 35px;
}