@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");
html {
  font-size: 17px;
}
body {
  font-family: "Roboto";
  position: relative;
  min-height: 100vh;
  background-size: 100%;
  background-repeat: no-repeat;
}
.body-background {
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-background::after {
  content: "";
  background: url(./bridge.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.75;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;
}
.link:hover {
	text-decoration: none;
}
main {
  padding-bottom: 2.5rem;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}
.login-card {
  /* margin: 160px auto; */
  width: 50rem !important;
  text-align: center;
  /* padding: 80px; */
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1.25rem;
}
.login-card .card-title {
  font-size: 32px;
}
.icon {
  border: 3px solid #ffffff00;
}
.icon:hover {
  border: none;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}

.tab {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #eee;
}

.btn-orange {
  color: #212529;
  background-color: #ff9052;
  border-color: #ff9052;
}
.btn-options {
  width: 100%;
  padding: 20px 60px;
  color: white !important;
  font-size: 30px;
}
.passcode {
  border: 1px solid;
  display: inline-block;
  padding: 6px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 3px;
  color: #8b6e6e;
}

.btn-orange:hover {
  background-color: #e87d43;
  border-color: #e87d43;
}

.circle {
  border: 1px solid;
  /* border: 1px solid #ccc; */
  border-radius: 100%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.completedCicrcle {
  border: 1px solid;
}

.activeCircle {
  border: 1px solid;
}
.activeCircle:hover {
  box-shadow: 0 0 1px 1px;
}
.fa-custom {
  font-size: 1.5em !important;
}

.fa-10 {
  font-size: 10px;
}

.dullCircleText {
  /* color: #ccc; */
}
.darkCircleText {
  color: #000;
}
/* @media (min-width: 992px) {
  #pills-contractor-photo-sheet-tab {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
  }
} */

th {
  text-transform: uppercase;
}

input[type="file"] {
  font-size: 15px;
}

.alert::first-letter {
  text-transform: uppercase;
}

::placeholder {
  color: #bbb !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbb !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bbb !important;
}
.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}
* {
  box-sizing: border-box;
}

.fa-trash:hover {
  color: #d61818;
}

.deleteIconDlcWebsite {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
}
.deleteIconDlcWebsite button {
  padding: 10px;
  border-radius: 100%;
  background: #eee;
}
.deleteIconDlcWebsite button:hover{
  background: #ddd;
}

.dropdown-menu {
  top: 48px;
  right: 0px;
  left: unset;
  width: 700px;
  box-shadow: 0px 5px 7px -1px #c1c1c1;
  padding-bottom: 0px;
  padding: 0px;
  max-height: 300px;
  overflow: auto;
}

@media (min-width: 640px) {
  .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 12px;
    border: 10px solid #343a40;
    border-color: transparent transparent #343a40 transparent;
  }
}
.head {
  padding: 5px 15px;
  border-radius: 3px 3px 0px 0px;
}
.footer {
  padding: 5px 15px;
  border-radius: 0px 0px 3px 3px;
}
.notification-box {
  padding: 10px 0px;
}
.notification-box > .row {
  margin: auto;
}
.bg-gray {
  background-color: #eee;
}
@media (max-width: 640px) {
  .dropdown-menu {
    top: 50px;
    left: -16px;
    width: 100%;
    margin-bottom: 20px;
  }
  .nav {
    display: block;
  }
  .nav .nav-item,
  .nav .nav-item a {
    padding-left: 0px;
  }
  .message {
    font-size: 13px;
  }
}

#navbarDropdown::after {
  position: absolute;
  top: -3px;
  right: 0px;
  background: #ff5252;
  font-size: 10px;
  padding: 4px 0px;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  text-align: center;
}
.notification-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#mark-all-notifications,
.notification-body {
  cursor: pointer;
}
