body{
  /*background-color: #560404;*/
  margin-top: 30px;
  background-image: url(../img/conexion_vocal.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#main-panel{
  opacity: 0.9;
}
.list-group-item{
  text-align: center;
}
a {
  cursor: pointer;
}
.more-show-hide {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.ng-binding {
  font-family: 'Rye';
  font-size: 26px;
  color: #FFC96D !important;
}
.ng-binding1 {
  font-family: 'Vast Shadow';
  font-size: 48px;
  color: #FFC96D !important;
}
.ngbinding2 {
  border-radius: .75rem;
  margin-bottom: 15px !important;
  background: linear-gradient(0deg, #4E5371, #D87678);
}
.more-show-hide.ng-hide {
  opacity: 0;
}
.toggle-dots-grey {
  color: darkgrey;
}
.toggle-dots-yellow {
  color: yellow;
}
.toggle-link-yellow {
  color: yellow;
}
.toggle-link-grey {
  color: darkgrey;
}
.toggle-link-blue {
  font-weight: bold;
  font-style: italic;
}
.toggle-dots-blue {
  font-weight: bold;
  font-style: italic;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);

  &:first-child {
    border-top-radius: .25rem;
  }

  &:last-child {
    margin-bottom: 0;
    @include border-bottom-radius(.25rem);
  }

  @include hover-focus {
    text-decoration: none;
  }
/*
  &.disabled,
  &:disabled {
    color: $list-group-disabled-color;
    background-color: $list-group-disabled-bg;
  }

  &.active {
    z-index: 2;
    color: $list-group-active-color;
    background-color: $list-group-active-bg;
    border-color: $list-group-active-border-color;
  }
  */
}


.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .75rem; 

  > hr {
    margin-right: 0;
    margin-left: 0;
  }

  > .list-group:first-child {
    .list-group-item:first-child {
      @include border-top-radius(.25rem);
    }
  }

  > .list-group:last-child {
    .list-group-item:last-child {
      @include border-bottom-radius(.25rem);
    }
  }
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-subtitle {
  margin-top: -(.75rem / 2);
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link {
  @include hover {
    text-decoration: none;
  }

  + .card-link {
    margin-left: 1.25rem;
  }
}

.card-header {
  padding: .25rem 1.25rem;
  margin-bottom: 0;
  background: linear-gradient(180deg, #4E5371, #D87678);
  border-bottom: 1px solid rgba(0,0,0,.125);
  border-radius: .75rem;

  > h1 {
    color: #007bff;
  }
  > h1:hover {
    color: #0056b3;
  }
  &:first-child {
    @include border-radius(calc(.25rem - 1px) calc(.25rem - 1px) 0 0);
  }

  + .list-group {
    .list-group-item:first-child {
      border-top: 0;
    }
  }
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125);

  &:last-child {
    @include border-radius(0 0 calc(.25rem - 1px) calc(.25rem - 1px));
  }
}



.card-header-tabs {
  margin-right: -(1.25rem / 2);
  margin-bottom: -.75rem;
  margin-left: -(1.25rem / 2);
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -(1.25rem / 2);
  margin-left: -(1.25rem / 2);
}

.card-img {
  width: 100%;
  @include border-radius(calc(.25rem - 1px));
}


.card-img-top {
  width: 100%; 
  @include border-top-radius(calc(.25rem - 1px));
}

.card-img-bottom {
  width: 100%; 
  @include border-bottom-radius(calc(.25rem - 1px));
}
