.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle){
  border-right:none;
}

#preloader{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #eee;
  z-index: 99999999;
}
#preloader i{
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  margin: auto;
  color: #aaa;
  left: 50%;
  font-size: 32px;
}
.pagination{
  display: block;
  text-align: center;
}
.pagination li{
  display: inline-block;
  
}
.card{
  transition: all .5s ease;
}
.grabbed{
  box-shadow: 0 0 30px rgba(0,0,0,.2);
  transform: scale(.8);
  transition: all .2s ease;
}

#switch-apps{
  color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    padding: 0.55rem 1rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    
    border-radius: 0.25rem;
    margin-right: 15px;
}

.navbar-collapse{
  text-align: center;
}
nav ul.navbar-nav .nav-item.active{
  font-weight:bold;
}

#auth img,#reset img{
  max-height: 40px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  ul.navbar-nav{
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar .nav-link{
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
}
#apps-modal span.badge[rel=index]{
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  vertical-align: middle;
}
#apps-modal span.badge[rel=label]{
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  font-size: 10px;
  font-weight: normal;
  padding: 4px;
  vertical-align: middle;
  opacity: .5;
}
#apps-modal img{
  width:40px;
  height:40px;
  object-fit: cover;
  border:1px solid #ccc;
}
#apps-modal #img-placeholder{
  width:40px;
  height:40px;
  background-color:#ddd; 
  border-radius:50%;
  border:1px solid #ccc;
}
.navbar-brand{
  font-size: 0;
}
.navbar-brand img{

  max-width: 150px;
  max-height: 24px;
}

nav#top-menu a{
  position: relative;
}
nav#top-menu a span{
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #f00;
  border-radius: 50%;
  z-index: 10;
  width: 16px;
  height: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 16px;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
}
nav#top-menu a span i{
  font-size: 10px;
  line-height: 16px;
  color: #ffff00;
   text-align: center;
}

nav.navbar button.navbar-toggler span.counter{
  position: absolute;
  top: 5px;
  right: 10px;
  background-color: #f00;
  border-radius: 50%;
  z-index: 10;
  width: 16px;
  height: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 16px;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
}
nav.navbar button.navbar-toggler span.counter i{
  font-size: 10px;
  line-height: 16px;
  color: #ffff00;
   text-align: center;
}
#settings h3{
  text-transform: uppercase;
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
#settings h2{
  text-transform: uppercase;
  font-size: 1.3rem;
  
  padding: 5px 0;
}
.settings_menu{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.settings_menu li{
  border-bottom: 1px solid #eee;
  
  margin: 0;

}
.settings_menu li a{
  color: #000;
  text-decoration: none;
  padding: 3px;
  display: block;
}
.settings_menu li a:hover{
  background-color: #eee;
}
.settings_menu .active{
  font-weight: bold;
}

#home .alert{
      display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.card .card-header a[data-refresh]{
    font-size: 12px;
    padding: 5px 7px;
    margin: 0!important;
    border: none;
    float:right;

}

.card .card-header a[data-refresh]:hover{
    color:#155724!important;
}

.text-muted{
  color:#bbb!important;
}


.blink {
  animation: blinker 1s linear infinite;
}


@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.note-editor{
  background-color:#fff;
}

#home .card .card-header a[data-refresh] i.fa-redo:hover{
  color:#000!important;
}
ul.pagination .page-item a{
  color:#666;
}
ul.pagination .page-item.active a{
  background-color:#666;
  border-color:#666;
}
ul.pagination .page-item.disabled a{
  color:#ccc;
}
