#masthead nav .navbar-nav {
	padding-right: 1.925rem;
}
body.alerts-loaded #masthead nav .navbar-nav {
	padding-right: 0;
}

#nav-search {
	border-right: 0 !important;
}

#nav-alerts {
	padding-right: .5rem;
	padding-left: .5rem;
	display: inline-block;
	position: relative;
}
#nav-alerts svg {
	width: .925rem;
	height: auto;
}

body.alerts-counted #masthead nav #nav-alerts::before {
	display: block;
	position: absolute;
	right: -5px;
	top: -3px;
	width: 18px;
	height: 18px;
	background-color: red;
	border-radius: 50%;
	content: var(--alerts-count);
	color: white;
	font-size: .55rem;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
	border:1px solid #fff;
	font-family: system-ui;
}

.btn.alert-button {

}
.alert-button {
  font-size: 0.875rem;
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .alert-button:hover {
    color: #fff;
    background-color: #600;
    border-color: #fff; }
  .alert-button:focus, .alert-button.focus {
    color: #fff;
    background-color: #600;
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .alert-button.btn[href*="//"]:not([href*="it.tamu.edu"]) {
    position: relative;
    padding-right: 2.5rem;
    text-align: left; }
    .alert-button.btn[href*="//"]:not([href*="it.tamu.edu"])::after{
      position: absolute;
      right: 1rem;
      font-family: "it-icons-2018", serif;
      color: #fff;
      content: "\68"; }
    .alert-button.btn[href*="//"]:not([href*="it.tamu.edu"]):hover::after {
      color: #fff; }
  .alt-link-color {
      color:#f8ec95;
  }

.has-active-alerts .btn.alert-button {
  color: #212529;
  background-color: #f8ec95;
  border-color: #f8ec95; }
  .has-active-alerts .btn.alert-button:hover {
    color: #212529;
    background-color: #f6e671;
    border-color: #f5e365; }
  .has-active-alerts .btn.alert-button:focus, .has-active-alerts .btn.alert-button.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 206, 133, 0.5); }
  .has-active-alerts .btn.alert-button.disabled, .has-active-alerts .btn.alert-button:disabled {
    color: #212529;
    background-color: #f8ec95;
    border-color: #f8ec95; }
  .has-active-alerts .btn.alert-button:not(:disabled):not(.disabled):active, .has-active-alerts .btn.alert-button:not(:disabled):not(.disabled).active,
  .show > .has-active-alerts .btn.alert-button.dropdown-toggle {
    color: #212529;
    background-color: #f5e365;
    border-color: #f4e159; }
    .has-active-alerts .btn.alert-button:not(:disabled):not(.disabled):active:focus, .has-active-alerts .btn.alert-button:not(:disabled):not(.disabled).active:focus,
    .show > .has-active-alerts .btn.alert-button.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 206, 133, 0.5); }
		.has-active-alerts	.alert-button.btn[href*="//"]:not([href*="it.tamu.edu"])::after{
	      color: #212529;
	  		}
	   .has-active-alerts .alert-button.btn[href*="//"]:not([href*="it.tamu.edu"]):hover::after {
	      color: #212529; }
.has-active-alerts .btn.alert-button #italerts-message {
	color:#500000
}

.has-active-alerts .alt-link-color {
      color:#212529;
  }

.has-active-alerts .btn.alert-button #italerts-message::before {
	content: var(--alerts-count);
	padding-right:5px;
	font-weight:bold;
}
