.btns_footer a {
  color: #ffffff !important;
}
.btn {
  border-radius: 0px !important;
}

.btn-danger {
  background-color: #ac182e;
  border-color: #ac182e;
  font-size: 15px;
  font-family: Roboto-Medium;
  line-height: 19px;
}

nav * {
  transition: 0.3s all ease;
}

.navbar-brand #imfinzi-logo {
    height: 47px;
  /*
    max-width: 178px
    */
}


body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

main:nth-of-type(1) .innernav {
  background-color: #003865;
}

main:nth-of-type(2) .innernav {
  background-color: #ac182e;
}

main:nth-of-type(3) .innernav {
  background-color: #6389c0;
}

main .innernav a {
  color: #ffffff;
  transition: 0.3s all ease;
}

main .innernav a:hover {
  color: #ffffff;
  opacity: 0.7;
}

main .innernav {
  width: 100%;
  height: 50px;
  position: sticky;
  top: 85px;
  z-index: 100;
  color: #ffffff;
}

.dropdown-menu.show {
  border: solid 2px #b5cef2;
}

#mainnavbar .dropdown-menu a {
  font-family: Roboto-Regular !important;
  color: #003865 !important;
  font-size: 15px;
  line-height: 19px;
}

#mainnavbar .nav-link {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-family: Roboto-Regular;
  color: #003865 !important;

  letter-spacing: -0.4px;
  text-transform: none;
  display: block;
  height: auto;
}

#mainnavbar .nav-link:hover {
  font-family: Roboto-Medium;
}

#mainnavbar .nav-link.active {
  font-family: Roboto-Bold;
}

.select-indication .dropdown-toggle::after {
  border-top: none !important;
}

@media only screen and (min-width: 992px) {
  #mainnavbar .nav-link.active {
    background: none;
    border-bottom: 4px solid #9e2a33;
    margin-bottom: -4px;
    z-index: 4;
    font-family: "RobotoCondensed-Bold";
  }

    #mainnavbar .dropdown .dropdown-menu {
        display: none;
    }

    #mainnavbar .dropdown:hover > .dropdown-menu,
    .dropend:hover > .dropdown-menu {
        display: block;
        margin-top: 0.125em;
        margin-left: 0.125em;
    }
}


@media screen and (min-width: 769px) {
  #mainnavbar .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }

  #mainnavbar .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

@media (max-width: 991px) {
    li.dropdown.select-indication.nsclc-indication a.dropdown-toggle,
    li.dropdown.select-indication.sclc-indication a.dropdown-toggle {
        padding: 12px 35px !important;
    }
}

@media (max-width: 576px) {
  #mainnavbar .dropdown-toggle::after {
    float: right;
  }

  #mainnavbar .dropdown-item {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  #mainnavbar .nav-link {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 19px;
  }

/*  .select-indication a {
    padding: 10px 0px 10px 0px !important;
    margin-top: 5px;
    border-top: 1px solid #7098d2;
    display: block;
  }*/

  .navbar-collapse.collapse.show2 {
    height: 100vh;
  }

  #conrepbtn {
    padding: 14px 0px 14px 0px;
  }
}
