.dropdown-large {
  min-width: 350px !important;
}

.subscribe-plan-mobile {
  display: none;
}

@media (max-width: 700px) {
  .subscribe-plan {
    display: none;
  }

  .subscribe-plan-mobile {
    display: block;
  }
}

.subscribe-plan .content,
.subscribe-plan-mobile .content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffa636;
  font-weight: 500;
  padding: 10px;
}

.subscribe-plan .content a,
.subscribe-plan-mobile .content a {
  margin-left: 4px;
}

.subscribe-plan .content a:hover,
.subscribe-plan-mobile .content a:hover {
  color: #fff;
}

@media (max-width: 768px) {

  .subscribe-plan .content a,
  .subscribe-plan-mobile .content a {
    width: 41%;
    font-size: 0.7rem;
    background: #19427f;
    color: #fff;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 3px;
  }
}

@media (max-width: 380px) {

  .subscribe-plan .content a,
  .subscribe-plan-mobile .content a {
    font-size: 0.65rem;
  }
}

@media (max-width: 330px) {

  .subscribe-plan .content a,
  .subscribe-plan-mobile .content a {
    font-size: 0.6rem;
    width: 37%;
  }
}

.subscribe-plan .content p,
.subscribe-plan-mobile .content p {
  color: #fff;
  margin: 0;
}

@media (max-width: 768px) {

  .subscribe-plan .content p,
  .subscribe-plan-mobile .content p {
    width: 53%;
    font-size: 0.75rem;
  }
}

@media (max-width: 380px) {

  .subscribe-plan .content p,
  .subscribe-plan-mobile .content p {
    font-size: 0.65rem;
  }
}

@media (max-width: 330px) {

  .subscribe-plan .content p,
  .subscribe-plan-mobile .content p {
    font-size: 0.6rem;
    width: 56%;
  }
}

.subscribe-plan-mobile {
  width: 100%;
}

.dropdown-notifications .dropdown-container>.dropdown-menu+.dropdown-menu,
#bravo_notify .dropdown-container>.dropdown-menu+.dropdown-menu {
  padding-top: 0;
}

.dropdown-notifications .dropdown-menu>li>a,
#bravo_notify .dropdown-menu>li>a {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-decoration: none;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  transition: none;
}

.dropdown-notifications .dropdown-toggle,
#bravo_notify .dropdown-toggle {
  cursor: pointer;
}

.dropdown-notifications .dropdown-header,
#bravo_notify .dropdown-header {
  white-space: nowrap;
}

.dropdown-notifications .open>.dropdown-container>.dropdown-menu,
#bravo_notify .open>.dropdown-container>.dropdown-menu,
.dropdown-notifications .open>.dropdown-container,
#bravo_notify .open>.dropdown-container {
  display: block;
}

.dropdown-notifications .dropdown-toolbar,
#bravo_notify .dropdown-toolbar {
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-notifications .dropdown-toolbar>.form-group,
#bravo_notify .dropdown-toolbar>.form-group {
  margin: 5px -10px;
}

.dropdown-notifications .dropdown-toolbar .dropdown-toolbar-actions,
#bravo_notify .dropdown-toolbar .dropdown-toolbar-actions {
  float: right;
  line-height: 12px;
}

.dropdown-notifications .dropdown-toolbar .dropdown-toolbar-title,
#bravo_notify .dropdown-toolbar .dropdown-toolbar-title {
  margin: 0;
  font-size: 14px;
  color: #212529 !important;
}

.dropdown-notifications .dropdown-footer,
#bravo_notify .dropdown-footer {
  padding: 5px 20px;
  border-top: 1px solid #ccc;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
}

.dropdown-notifications .anchor-block small,
#bravo_notify .anchor-block small {
  display: none;
}

@media (min-width: 992px) {

  .dropdown-notifications .anchor-block small,
  #bravo_notify .anchor-block small {
    display: block;
    font-weight: normal;
    color: #777777;
  }

  .dropdown-notifications .dropdown-menu>li>a.anchor-block,
  #bravo_notify .dropdown-menu>li>a.anchor-block {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media (min-width: 992px) {

  .dropdown-notifications .dropdown.hoverable:hover>ul,
  #bravo_notify .dropdown.hoverable:hover>ul {
    display: block;
  }
}

.dropdown-notifications .dropdown-position-topright,
#bravo_notify .dropdown-position-topright {
  top: auto;
  right: 0;
  bottom: 100%;
  left: auto;
  margin-bottom: 2px;
}

.dropdown-notifications .dropdown-position-topleft,
#bravo_notify .dropdown-position-topleft {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 0;
  margin-bottom: 2px;
}

.dropdown-notifications .dropdown-position-bottomright,
#bravo_notify .dropdown-position-bottomright {
  right: 0;
  left: auto;
}

.dropdown-notifications .dropmenu-item-label,
#bravo_notify .dropmenu-item-label {
  white-space: nowrap;
}

.dropdown-notifications .dropmenu-item-content,
#bravo_notify .dropmenu-item-content {
  position: absolute;
  text-align: right;
  max-width: 60px;
  right: 20px;
  color: #777777;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
}

.dropdown-notifications small.dropmenu-item-content,
#bravo_notify small.dropmenu-item-content {
  line-height: 20px;
}

.dropdown-notifications .dropdown-menu>li>a.dropmenu-item,
#bravo_notify .dropdown-menu>li>a.dropmenu-item {
  position: relative;
  padding-right: 66px;
}

.dropdown-notifications .dropdown-submenu .dropmenu-item-content,
#bravo_notify .dropdown-submenu .dropmenu-item-content {
  right: 40px;
}

.dropdown-notifications .dropdown-menu>li.dropdown-submenu>a.dropmenu-item,
#bravo_notify .dropdown-menu>li.dropdown-submenu>a.dropmenu-item {
  padding-right: 86px;
}

.dropdown-notifications .dropdown-inverse .dropdown-menu,
#bravo_notify .dropdown-inverse .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.9);
}

.dropdown-notifications .dropdown-inverse .dropdown-menu .divider,
#bravo_notify .dropdown-inverse .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #2b2b2b;
}

.dropdown-notifications .dropdown-inverse .dropdown-menu>li>a,
#bravo_notify .dropdown-inverse .dropdown-menu>li>a {
  color: #cccccc;
}

.dropdown-notifications .dropdown-inverse .dropdown-menu>li>a:hover,
#bravo_notify .dropdown-inverse .dropdown-menu>li>a:hover,
.dropdown-notifications .dropdown-inverse .dropdown-menu>li>a:focus,
#bravo_notify .dropdown-inverse .dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #262626;
}

.dropdown-notifications .dropdown-inverse .dropdown-menu>.active>a,
#bravo_notify .dropdown-inverse .dropdown-menu>.active>a,
.dropdown-notifications .dropdown-inverse .dropdown-menu>.active>a:hover,
.dropdown-notifications .dropdown-inverse .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #337ab7;
}

.dropdown-notifications .dropdown-inverse .dropdown-menu>.disabled>a,
#bravo_notify .dropdown-inverse .dropdown-menu>.disabled>a,
.dropdown-notifications .dropdown-inverse .dropdown-menu>.disabled>a:hover,
.dropdown-notifications .dropdown-inverse .dropdown-menu>.disabled>a:focus {
  color: #777777;
}

.dropdown-notifications .dropdown-inverse .dropdown-header,
#bravo_notify .dropdown-inverse .dropdown-header {
  color: #777777;
}

.dropdown-notifications .table>thead>tr>th.col-actions,
#bravo_notify .table>thead>tr>th.col-actions {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-notifications .table>thead>tr>th.col-actions .dropdown-toggle,
#bravo_notify .table>thead>tr>th.col-actions .dropdown-toggle {
  color: #777777;
}

.dropdown-notifications .notifications,
#bravo_notify .notifications {
  list-style: none;
  padding: 0;
}

.dropdown-notifications .notification,
#bravo_notify .notification {
  display: block;
  padding: 9.6px 12px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #eeeeee;
  background-color: #fff;
  color: #333333;
  text-decoration: none;
}

.dropdown-notifications .notification:last-child,
#bravo_notify .notification:last-child {
  border-bottom: 0;
}

.dropdown-notifications .notification:hover,
#bravo_notify .notification:hover,
.dropdown-notifications .notification.active:hover {
  background-color: #f9f9f9;
  border-color: #eeeeee;
}

.dropdown-notifications .notification.active,
#bravo_notify .notification.active {
  background-color: #f4f4f4;
}

.dropdown-notifications .active .markAsRead,
#bravo_notify .active .markAsRead {
  font-weight: bold !important;
}

.dropdown-notifications a.notification:hover,
#bravo_notify a.notification:hover {
  text-decoration: none;
}

.dropdown-notifications .notification-title,
#bravo_notify .notification-title {
  font-size: 15px;
  margin-bottom: 0;
}

.dropdown-notifications .notification-desc,
#bravo_notify .notification-desc {
  margin-bottom: 0;
}

.dropdown-notifications .notification-meta,
#bravo_notify .notification-meta {
  color: #777777;
  font-size: 12px;
}

.dropdown-notifications .dropdown-notifications>.dropdown-container,
#bravo_notify .dropdown-notifications>.dropdown-container,
.dropdown-notifications #bravo_notify>.dropdown-container,
#bravo_notify #bravo_notify>.dropdown-container,
.dropdown-notifications .dropdown-notifications>.dropdown-menu,
#bravo_notify .dropdown-notifications>.dropdown-menu,
.dropdown-notifications #bravo_notify>.dropdown-menu,
#bravo_notify #bravo_notify>.dropdown-menu {
  width: 350px;
  max-width: 350px;
}

.dropdown-notifications .dropdown-menu,
#bravo_notify .dropdown-menu {
  padding: 0;
}

.dropdown-notifications .dropdown-toolbar,
#bravo_notify .dropdown-toolbar,
.dropdown-notifications .dropdown-footer,
#bravo_notify .dropdown-footer {
  padding: 9.6px 12px;
}

.dropdown-notifications .dropdown-toolbar,
#bravo_notify .dropdown-toolbar {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-notifications .dropdown-footer a,
#bravo_notify .dropdown-footer a {
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 2px;
  color: #212529 !important;
  border: solid 1px #a7a7a7;
}

.dropdown-notifications .notification-icon,
#bravo_notify .notification-icon {
  position: absolute;
  top: -5px;
  left: 35px;
}

.dropdown-notifications .notification .media-body,
#bravo_notify .notification .media-body {
  padding-top: 5.6px;
}

.dropdown-notifications .btn-lg .notification-icon:after,
#bravo_notify .btn-lg .notification-icon:after {
  margin-left: -8.253px;
  margin-top: -8.253px;
  min-width: 16.506px;
  height: 16.506px;
  line-height: 16.506px;
  font-size: 13.755px;
}

.dropdown-notifications .btn-xs .notification-icon:after,
#bravo_notify .btn-xs .notification-icon:after {
  content: "";
  margin-left: -4.1265px;
  margin-top: -2.06325px;
  min-width: 6.25227273px;
  height: 6.25227273px;
  line-height: 6.25227273px;
  padding: 0;
}

.dropdown-notifications .btn-xs .notification-icon,
#bravo_notify .btn-xs .notification-icon {
  margin-right: 3.43875px;
}

.dropdown-notifications .media-object .avatar-text,
#bravo_notify .media-object .avatar-text,
.dropdown-notifications .media-object img,
#bravo_notify .media-object img {
  border-radius: 50%;
  text-align: center;
  background: #e67e22;
  color: white;
  font-size: 17px;
  display: block;
  height: 32px;
  line-height: 32px;
  width: 32px;
  margin-right: 10px;
}

.dropdown-notifications .media-left,
#bravo_notify .media-left {
  margin: 10px;
}

.dropdown-notifications a:hover,
#bravo_notify a:hover,
.dropdown-notifications a:active,
#bravo_notify a:active,
.dropdown-notifications a:visited,
#bravo_notify a:visited {
  text-decoration: none;
}

.dropdown-notifications .markAllAsRead,
#bravo_notify .markAllAsRead,
.dropdown-notifications .notification .media-body a,
#bravo_notify .notification .media-body a {
  color: #212529 !important;
}

.dropdown-notifications .notification .media-body a:hover,
#bravo_notify .notification .media-body a:hover {
  background: none !important;
}

.user-form-settings .dropdown-notifications,
.user-form-settings #bravo_notify {
  top: 5px;
  right: 10px;
}

.user-form-settings .notification-icon {
  min-width: 15px !important;
  top: -1px;
  left: 14px;
  font-size: 9px !important;
}

.user-form-settings .notification .media-body a {
  font-size: 12px;
}

@media (max-width: 990px) {

  .user-form-settings .dropdown-notifications,
  .user-form-settings #bravo_notify {
    left: -35px;
    top: 5px;
  }
}