.add-AR .btn-outline {
    border-color: gray;
    color: black;

    }
.add-AR .btn-outline:hover {
background-image: linear-gradient(to top, #1e3c72 0%, #37474F 1%, #1565C0 100%);
  color: white;
}
.add-AR .btn {
    background: white;
    color: black;
    padding: 5px 15px;
    font-size: 13px;
    cursor: pointer;
    border: gray 1px solid;
    border-radius: 6px
}

/* Notify */
.navbar-nav .badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 3px;
  border-radius: 50%;
  background: red;
  color: white;
}

.glyphicon-bell {
  font-size: 16px;
  padding: 2px -6px;
}
.dropdown-user {
  top: 40px;
  right: 0px;
  left: unset;
  width: 160px;
}
.navbar-default .dropdown-menu.notify-drop {
  min-width: 430px;
  background-color: #fff;
  min-height: 360px;
  max-height: 360px;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 15px 10px 15px;
}

/* scroll */
.navbar-default .dropdown-menu.notify-drop .drop-content {
  min-height: 280px;
  max-height: 280px;
  overflow-y: scroll;
}

/* tamaño de li */
.navbar-default .dropdown-menu.notify-drop .drop-content>li:after {
  content: "";
  clear: both;
  display: block;
}

/* motivo de notifcacion */
.navbar-default .dropdown-menu.notify-drop .drop-content>li p {
  font-size: 13px;
  color: rgb(65, 62, 62);
  font-weight: normal;
  margin: 3px 0;
}

/* Color de fecha hora notificacion */
.navbar-default .dropdown-menu.notify-drop .drop-content>li p.time {
  font-size: 10px;
  font-weight: 600;
  top: -6px;
  margin: 8px 0px 0px 0px;
  padding: 0px 3px;
  border: 1px solid #e2e2e2;
  position: relative;
  background-image: linear-gradient(#fff, #f2f2f2);
  display: inline-block;
  border-radius: 2px;
  color: #B97745;
}

