@charset "utf-8";
div.list a {
  display: inline-block;
  font-size: 22px;
  width: 100%;
  color: #133f6d;
}
.left-menu .btn {
  max-width: 250px;
}
input[type="color"] {
  width: 50px!important;
}
.loading {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.feed-copy-dlg {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-left: -150px;
  margin-top: -200px;
  border: solid 1px #808080;
  border-radius: 4px;
  padding: 21px 14px;
  text-align: center;
  background: white;
  z-index: 10000;
}
.btn-open {
  position: relative;
}
input[type="checkbox"] {
  width: 30px !important;
  outline: none !important;
}
.main-content {
  background: #e6f2ff;
  border-radius: 20px;
  padding: 21px 35px;
  margin-bottom: 20px;
  margin-top: 7px;
  min-width: 400px;
}
.feed-item {
  /*border-top: dashed 1px #808080;*/
  /*padding-top: 21px;*/
}
div.delim {
  height: 2px;
  background: white;
  border-radius: 20px;
}
.menu a.btn-sh-1,
.menu h6 {
  display: inline-block;
  width: 100%;
  /*width: 300px;
        max-width: 100%;*/
}
a#aMenu {
  /*min-width: 400px;
    width: 100%;*/
}
a.logo {
  display: block;
  text-align: right;
}
img.logo {
  display: inline-block;
  max-width: 100%;
  width: 300px;
  margin-top: 8px;
}
.channel {
  margin-left: 24px !important;
}
.channel > span:nth-child(1) {
  /*font-weight: bold;*/
  font-size: 18px;
}
.channel > span:nth-child(2) {
  font-size: 14px;
  padding-left: 7px;
  position: relative;
  top: -1px;
}
.group-edit p {
  margin-top: -10px;
  font-size: 12px;
}
.group-edit input[type="text"] {
  color: black;
  font-size: 18px;
  border-radius: 7px;
  /*position: relative;
        top: -2px;*/
  outline: none !important;
  /*text-transform: uppercase;*/
}
.group-edit span#channelButtons {
  display: inline-block;
  width: 250px;
}
.row.feed-item {
  max-width: 800px;
}
div.menu > div {
  text-align: right;
}
input.new-channel {
  width: 300px !important;
}
@media (max-width: 768px) {
  div.menu > div {
    text-align: center;
  }
  div.menu a {
    text-align: center;
  }
  input.new-channel {
    width: 150px !important;
  }
}
@media (max-width: 576px) {
  span.label {
    display: inline-block;
    margin-bottom: 10px;
  }
  h6.checkbox-row {
    height: 65px;
  }
  h6.checkbox-row input {
    width: 35px;
    margin-left: 0 !important;
  }
}
