﻿* {
  font-family: "Lato", sans-serif !important;
}

a {
  cursor: pointer;
}

/* a.link-light > sup {
        display: inline-block;
        text-decoration: none;
        border-bottom: 1px solid #0f4291;
        padding-bottom: 10px;
    } */

/*
    additional css
*/

ul.menu-user > li > a:hover {
  text-decoration: none;
}

.BoldText {
  font-weight: bolder;
  color: #000000;
}

#Header {
  margin-bottom: 5px;
  color: #b3c900;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
}

.subheader {
  font-size: 11px;
  font-weight: bolder;
  color: #5f5f5f;
}

#Reportbody {
  margin-bottom: 100px;
}

.Site_Heading1 {
  color: #b3c900;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 20px 0 0 20px;
}

.page-login .login-centerColumn .carousel {
  box-shadow: none !important;
}
/* making height auto due to the fact that text overlaps with error msgs, not provided with traffic*/
.page-login form {
  height: auto !important;
}

.row-appointmenttest span {
  display: inline-block;
}

.modal-logo {
  margin-top: 4px;
  height: 26px;
}

li.nav-item {
  padding: 0 1em;
}

footer.page-footer {
  padding: 10px;
  padding-top: 20px;
  background-color: #f3f6fa;
  color: white;
}

footer.page-footer a {
  color: #13499f;
}

.view-icon:before {
  content: url(../img/view.svg);
}

.view-icon-custom {
  position: relative;
  top: 7px;
  margin-left: 3px;
}
.vertical-line {
  border-left: 2px solid #13499f;
  width: 0px;
  height: auto;
  margin: 0 7px;
}
.copy-right {
  padding-left: 15px;
  padding-right: 15px;
}
.footerLink {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 0.94;
  letter-spacing: 0.24px;
  color: #13499f;
  outline: none;
  text-decoration: none;
  border-bottom: 1px solid #13499f;
}
.list-inline-item:not(:last-child) {
  margin-right: 0rem;
}

.footerLink:hover {
  border-bottom: 2px solid #0b1e3d;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  text-decoration: none;
  text-shadow: 1px 0 0 #0b1e3d !important;
  cursor: pointer;
}

.list-inline-item:not(:last-child) {
  margin-right: 0rem;
}

.list-inline-item a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .page-appointments .expanded {
    width: 149%;
  }
}

@media only screen and (min-width: 992px) {
  .page-appointments .expanded {
    width: 169%;
  }
}

@media only screen and (max-width: 420px) {
  #import-appointments .modal-footer .btn + .btn {
    margin-top: 5px;
  }

  .page-login .login-centerColumn.login-centerColumn2 .form-login #logo {
    margin-top: 50px;
  }
}

/********* 
    Footer
********/
#footer {
  /*Need to revisit this fix*/
  /*z-index:-1;*/
}

.navbar-toggle:hover {
  color: #b5c8e8;
}

#Header {
  margin-bottom: 5px;
  color: #b3c900;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
}

.footer-details {
  padding-left: 15px;
  padding-right: 15px;
}
