body {
  overflow-x: hidden; }

.navbar-inverse {
  background-color: #75848b; }

.page-header + .page-container {
  padding-top: 20px; }

.page-container, #header_row, #link_row, #footer {
  width: 1160px;
  margin-right: auto;
  margin-left: auto; }

.page-container {
  margin-top: 10px;
  min-width: 335px; }

@media screen and (max-width: 1160px) {
  .page-container, #header_row, #link_row, #footer {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px; } }
@media (max-width: 768px) {
  .badge.important_warning {
    background-color: #FF7043 !important;
    border-color: #FF7043 !important;
    color: #ffffff !important; } }
.page-header + .page-container {
  padding-top: 20px; }

.page-header.top_bread {
  background-color: white;
  border-bottom: 1px solid #ddd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd; }
.page-header .breadcrumb-line {
  border-bottom: none; }
.page-header .breadcrumb-elements {
  border-top: none; }

.users_panel .panel-heading .panel-title {
  float: left; }
.users_panel .panel-heading .tools {
  float: right; }
.users_panel .dt-button {
  background-color: #f3f3f3;
  border-color: #ddd;
  border-radius: 3px;
  text-transform: none;
  overflow: visible;
  padding: 6px 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  line-height: 1.6666667;
  margin-right: 10px;
  color: black; }
.users_panel .dt-buttons {
  margin-bottom: 10px; }
.users_panel #user_table {
  border: 1px solid;
  border-color: #eee; }
.users_panel #user_table_filter {
  float: right;
  margin-bottom: 10px; }
.users_panel .mClass {
  margin-right: 10px;
  color: #ff6161; }
.users_panel #btnEditRow.mClass {
  color: #1E88E5; }
.users_panel .delSelected {
  margin: 10px 10px 10px 12px;
  padding: 6px 8px;
  color: #c57171; }
.users_panel .delSelTableTrash {
  margin: 18px 0px 0px 0px; }
.users_panel .dataTables_length {
  margin-bottom: 10px; }
  .users_panel .dataTables_length select {
    border-radius: 3px; }

.client_legend {
  padding-bottom: 10px; }
  .client_legend .btn {
    cursor: default;
    margin-right: 5px;
    color: white;
    padding: 0px 5px; }
  .client_legend .btn:hover {
    box-shadow: none; }

.narrow .ui-pnotify-container {
  padding: 5px !important; }

.has_error {
  color: red; }

span[data-action] {
  font-style: normal;
  cursor: pointer; }

.icons-list span[data-action] {
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.icons-list span[data-action]:after {
  font-family: 'icomoon';
  font-size: 16px;
  min-width: 16px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icons-list span[data-action="collapse"]:after {
  content: '\e9c1'; }

.icons-list span[data-action="reload"]:after {
  content: '\e9fb'; }

.icons-list span[data-action="close"]:after {
  content: '\e9b6'; }

.icons-list span[data-action="move"]:after {
  content: '\e986'; }

.icons-list span[data-action="modal"]:after {
  content: '\e9eb'; }

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #2196f3;
  color: white;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0; }

#back-to-top:hover {
  background: #88cbff; }

#back-to-top.show {
  opacity: 1; }

.navbar-brand > img {
  margin-top: -13px;
  height: 45px; }

.header_row {
  margin: 0px; }

@media (min-width: 769px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto; } }
.page-container {
  padding: 10px !important; }

.breadcrumb {
  margin-right: 0px !important; }

@media (min-width: 769px) {
  .breadcrumb-line .breadcrumb {
    float: none !important;
    margin-right: 0; } }
#chart {
  height: 460px;
  margin-right: -26px;
  margin-left: -16px; }

.main_content .search_phrase {
  font-weight: bold; }
.main_content .found_cats .label {
  font-size: 1.2rem;
  margin: 0 10px 4px 0; }
.main_content .found_cat_title {
  border-bottom: dashed 1px #ddd;
  margin: 0 10px 0 10px;
  text-align: center; }
.main_content .contact_contact, .main_content .contact_email {
  margin-left: auto;
  margin-right: auto; }
.main_content .contact_contact {
  max-width: 400px; }
  .main_content .contact_contact img {
    width: 100%; }
.main_content .contact_email {
  width: 220px; }
  .main_content .contact_email img {
    width: 100%; }
.main_content .alert-warning {
  margin-bottom: 10px; }
.main_content .text_center {
  text-align: center; }
.main_content th {
  border-top: 0; }
.main_content .used_min_price {
  margin-right: 6px; }

.old_price {
  text-decoration: line-through; }

.best_price {
  color: red; }

.home_page .main_logo, .home_page .main_image {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px; }
.home_page .main_logo {
  margin-top: 15px; }
  .home_page .main_logo img {
    width: 100%; }
.home_page .main_image img {
  width: 100%; }
.home_page .example_image img {
  width: 100%;
  border: solid lightgrey 1px; }

.panel-flat > .panel-heading {
  padding: 10px; }

.panel-body {
  padding: 10px; }

.my_alert {
  background-color: transparent !important; }
  .my_alert.clickable {
    cursor: pointer; }

.change {
  margin-right: 6px;
  display: none; }
  .change.active {
    display: inline; }

.currency_word {
  font-size: 1.2rem; }

.multi_row .paginator {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 8px 0 8px;
  height: 35px;
  font-size: 1.5rem; }
  .multi_row .paginator li a {
    color: #2196F3;
    padding: 3px 7px;
    font-size: 16px;
    line-height: 1.6666667; }
  .multi_row .paginator li.active a {
    color: white; }

.media-left.chevron {
  padding-right: 2px; }

#sidebarCollapseTop {
  display: none;
  float: left;
  margin-top: 3px;
  margin-right: -18px; }
  #sidebarCollapseTop i {
    font-size: 30px;
    font-weight: normal; }

.show_in_sm_inline_block {
  display: none; }

.show_in_sm_block {
  display: none; }

@media (max-width: 768px) {
  .show_in_sm_inline_block {
    display: inline-block; }

  .show_in_sm_block {
    display: block; }

  #sidebarCollapseTop {
    display: inline-block; } }
#button_to_top {
  display: inline-block;
  background-color: #2196f3;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 60px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#button_to_top::before {
  content: "\e113";
  font-family: Glyphicons Halflings;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff; }

#button_to_top:hover {
  cursor: pointer;
  background-color: #333; }

#button_to_top:active {
  background-color: #555; }

#button_to_top.show {
  opacity: 1;
  visibility: visible; }

.serach_row {
  margin-bottom: 10px; }

.live {
  color: white;
  border-radius: 3px; }
  .live.red {
    background-color: #FF0000;
    width: 32px;
    text-align: center;
    border-radius: 3px;
    display: inline-block; }
  .live.green {
    background-color: #4caf50;
    padding: 0 5px; }

.mature {
  color: grey;
  display: inline-block;
  padding-left: 5px; }

span.span_status {
  margin-left: 6px;
  font-weight: bold;
  color: grey; }
span.state {
  display: inline-block;
  margin-left: 6px; }

.state {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  overflow: hidden;
  line-height: 12px;
  padding-left: 1.5px;
  color: white; }
  .state.offline {
    background-color: #FF0000;
    font-size: 25px;
    line-height: 12px;
    padding-left: 3px; }
  .state.online {
    background-color: #4caf50; }

.stream_table {
  table-layout: fixed;
  width: 100%; }
  .stream_table th, .stream_table td {
    padding: 5px !important; }
  .stream_table td {
    color: grey; }
  .stream_table .channel_name {
    /*display: block;*/
    color: black;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .stream_table .link_table {
    table-layout: fixed;
    width: 100%;
    max-width: 100%; }
    .stream_table .link_table td {
      padding: 5px !important; }
      .stream_table .link_table td .channel_link {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }

.streams_table .inlist {
  background-color: #ebffec; }

.flag img {
  width: 16px;
  height: 11px; }

.vlc_url {
  margin-left: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: none;
  /*visibility: hidden;*/ }

.add_to_list, .get_vlc, .remove_from_list {
  cursor: pointer;
  border-width: 0px; }
  .add_to_list.inactive, .get_vlc.inactive, .remove_from_list.inactive {
    display: none; }

.play_m3u8 i {
  color: #3cb7c9;
  font-size: 21px;
  cursor: pointer; }

.get_vlc {
  background-color: #eaf6ff; }
  .get_vlc:hover {
    background-color: #eaf6ff !important; }

.add_to_list {
  background-color: #ebffec; }
  .add_to_list:hover {
    background-color: #ebffec !important; }

.download {
  background-color: #66BB6A !important;
  color: #fff !important;
  border-radius: 2px;
  border: none; }
  .download:hover {
    color: white !important; }

.remove_from_list {
  background-color: #fffefe; }
  .remove_from_list:hover {
    background-color: #fffefe !important; }

div.span {
  display: inline-block; }

.popover {
  max-width: 600px !important; }

.popover_channel_holder {
  width: 100%; }
  .popover_channel_holder td {
    /*padding: 4px;*/
    vertical-align: top; }
    .popover_channel_holder td.image_holder {
      width: 200px;
      vertical-align: top;
      /*padding-bottom: 10px;*/ }
    .popover_channel_holder td.adaptive_stream {
      font-weight: bold; }
    .popover_channel_holder td .channel_name {
      font-weight: bold;
      font-size: 14px; }
    .popover_channel_holder td .titile_span {
      display: inline-block;
      width: 80px;
      font-weight: bold; }
    .popover_channel_holder td .titile_span_small {
      display: inline-block;
      font-weight: bold;
      padding-right: 10px; }
    .popover_channel_holder td .minor_content {
      color: grey; }
    .popover_channel_holder td .minor_content_server {
      color: grey;
      padding-right: 20px; }
    .popover_channel_holder td.title_row {
      text-align: left;
      font-weight: bold;
      padding: 0 !important; }
    .popover_channel_holder td.server_row {
      padding: 0 !important; }
  .popover_channel_holder .last_row {
    padding: 10px 0 10px 0; }
  .popover_channel_holder img {
    width: 180px; }

h1.tag_title {
  padding: 0;
  margin: 0px 0px 10px 0px;
  font-size: 22px; }

.paginator {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 0px 0 0px;
  height: 35px;
  font-size: 1.5rem; }
  .paginator li a {
    color: #2196F3;
    padding: 3px 7px;
    font-size: 13px;
    line-height: 1.6666667; }
  .paginator li.active a {
    color: white; }
  .paginator .pagination-separated > li > a, .paginator .pagination-separated > li > span {
    margin-left: 1px; }

.do_search, .clear_search {
  cursor: pointer; }

#get_stream {
  border-left: none;
  border-right: none; }

.region_chouse {
  max-height: 400px;
  overflow: auto; }

.input-group-btn.regions {
  width: 120px; }
  .input-group-btn.regions select {
    cursor: pointer; }
    .input-group-btn.regions select option {
      cursor: pointer; }
.input-group-btn option {
  padding: 4px; }

.blockUI.blockMsg.blockElement {
  top: 100px !important; }

.new_list_holder {
  max-height: 340px;
  overflow: auto; }
  .new_list_holder .list_item {
    border-bottom: solid 1px #ddd;
    margin-left: 5px;
    margin-right: 5px; }
    .new_list_holder .list_item td {
      padding: 4px; }
    .new_list_holder .list_item .flags {
      width: 46px;
      float: left; }
    .new_list_holder .list_item .names {
      display: table;
      table-layout: fixed;
      max-width: 100%;
      width: calc(100% - 48px); }
    .new_list_holder .list_item .link_row {
      display: table-cell; }
      .new_list_holder .list_item .link_row .channel_link, .new_list_holder .list_item .link_row .channel_name {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: grey; }
      .new_list_holder .list_item .link_row .channel_name {
        color: #333333;
        font-weight: bold; }
  .new_list_holder .read_more {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    font-size: 16px;
    height: 30px; }

.my_list.inactive {
  display: none; }
.my_list .list_title {
  text-align: center;
  padding: 4px 0 4px 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #66bb6a;
  background-color: #f4f4f4;
  margin: 4px; }
  .my_list .list_title .download_list {
    cursor: pointer;
    border-width: 0px;
    background-color: #66BB6A !important;
    color: #fff !important;
    border-radius: 2px; }
    .my_list .list_title .download_list.inactive {
      display: none; }
  .my_list .list_title .clear_list {
    cursor: pointer;
    border-width: 0px;
    background-color: #F44336 !important;
    color: #fff !important;
    border-radius: 2px;
    float: right;
    margin-right: 4px;
    margin-top: 2px; }
    .my_list .list_title .clear_list.inactive {
      display: none; }
.my_list .list_holder {
  max-height: 510px;
  overflow: auto; }
  .my_list .list_holder .list_item {
    border-bottom: solid 1px #ddd;
    margin-left: 5px;
    margin-right: 5px;
    cursor: grab; }
    .my_list .list_holder .list_item:hover {
      background-color: #EAF6FF; }
    .my_list .list_holder .list_item .mover_holder {
      width: 3px;
      padding: 0; }
      .my_list .list_holder .list_item .mover_holder .mover {
        background-color: #f5f5f5;
        width: 100%;
        height: 50px; }
    .my_list .list_holder .list_item td {
      padding: 4px; }
    .my_list .list_holder .list_item .buttons, .my_list .list_holder .list_item .flags {
      width: 180px;
      float: left; }
    .my_list .list_holder .list_item .flags {
      width: 46px; }
      .my_list .list_holder .list_item .flags .flag {
        float: left; }
    .my_list .list_holder .list_item .link_div, .my_list .list_holder .list_item .names {
      display: table;
      table-layout: fixed;
      max-width: 100%;
      width: calc(100% - 93px); }
    .my_list .list_holder .list_item .names {
      width: calc(100% - 48px); }
    .my_list .list_holder .list_item .link_row {
      display: table-cell; }
      .my_list .list_holder .list_item .link_row .channel_link, .my_list .list_holder .list_item .link_row .channel_name {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: grey; }
      .my_list .list_holder .list_item .link_row .channel_name {
        color: #333333;
        font-weight: bold; }

.top_nav li a:hover, .top_nav li a.active {
  background-color: #ddd; }

.get_vlc_list {
  margin-left: 4px;
  cursor: pointer; }

.get_vlc.list_copy {
  margin-left: 4px;
  background-color: #00BCD4;
  border-radius: 2px; }
  .get_vlc.list_copy:hover {
    background-color: #00BCD4 !important; }

.add_all_to_list {
  margin-left: 4px;
  cursor: pointer;
  margin-left: 4px;
  background-color: #ebffec;
  border-color: #ebffec;
  border-radius: 2px; }

.footer {
  border: none !important;
  position: initial;
  background-color: #101417; }
  .footer.navbar-default .navbar-nav > li > a {
    color: #c3c3c3;
    background-color: #101417; }
  .footer.navbar-default .navbar-nav > li > a:hover {
    color: #000000;
    background-color: #ddd; }

.footer_content_aa {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  text-align: center;
  min-height: 280px; }

.header_aa {
  max-width: 1160px;
  margin-top: 10px;
  /* margin-bottom: 10px; */
  margin-right: auto;
  margin-left: auto;
  min-height: 280px; }

.border-solid.aa {
  min-height: 282px; }

.notice_panel .na {
  min-height: 250px; }

.footer_content {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto; }

.footer_about {
  background-color: #37474F;
  padding: 0 10px 10px 10px;
  color: white; }
  .footer_about.navbar {
    border: none; }
  .footer_about .foter_logo {
    margin-top: 40px;
    margin-bottom: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    .footer_about .foter_logo img {
      width: 100%; }

.navbar.last {
  background-color: #101417;
  min-height: 26px; }
  .navbar.last .navbar-text {
    color: #444;
    padding: 3px 20px; }
  .navbar.last .navbar-nav > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #777; }
    .navbar.last .navbar-nav > li > a:hover {
      background-color: #101417;
      color: #777;
      text-decoration: underline; }

.footer_wrapper {
  position: fixed;
  bottom: 0;
  width: 100%; }

.right_panel {
  margin-bottom: 10px; }
  .right_panel hr {
    margin: 0 0 2px 0;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    border-style: dotted; }
  .right_panel h3 a:hover {
    color: #1E88E5; }
  .right_panel.notice_panel {
    margin-top: 10px; }

.captcha_form .captcha {
  margin-bottom: 8px; }

.channel_info h1 .flags {
  display: inline-block;
  line-height: 19px;
  margin-right: 10px; }
  .channel_info h1 .flags a {
    margin-left: 10px; }
    .channel_info h1 .flags a img {
      width: 32px; }
.channel_info h1 .logo {
  margin-left: 20px;
  margin-right: 5px;
  display: inline-block;
  line-height: 70px; }
  .channel_info h1 .logo img {
    height: 70px;
    max-height: 70px; }
.channel_info .channel_image {
  margin: 0 auto 10px auto;
  max-width: 540px; }
  .channel_info .channel_image img.preview {
    width: 100%; }

.faq_page {
  /*	h1{
		  font-weight: bold;
		  font-size: 28px;
	  }*/ }
  .faq_page h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px; }
  .faq_page h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px; }
  .faq_page li {
    margin-bottom: 5px; }
    .faq_page li p {
      padding-left: 25px; }

.aa td {
  padding: 0px !important; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.ad_footer {
  padding: 5px; }

.aa_h {
  padding: 0 !important; }

.google-auto-placed {
  display: none; }

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  /*cursor: pointer;*/ }
  #overlay .text {
    position: absolute;
    padding: 20px;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    user-select: none;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #2196f3;
    border: 5px solid #fff;
    border-radius: 5px;
    width: 400px; }

.tags_holder .tag {
  display: inline-block;
  border: #dddddd 1px solid;
  border-radius: 2px;
  padding: 0 6px;
  margin-right: 6px;
  margin-bottom: 5px; }

.download_alist {
  cursor: pointer; }

.np {
  padding: 0px; }

.fuck_off {
  font-size: 111px;
  text-align: center; }

.custom_info .image_holder {
  max-width: 400px;
  margin: 0 auto 0 auto; }
  .custom_info .image_holder img {
    width: 100%; }
.custom_info .info_href {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  text-align: center; }

.ban_160, .ban_300, .ban_728 .ban_468 {
  text-align: center; }

.ban_300.head {
  display: none; }

.ban_728, .ban_468, .ban_300 {
  text-align: center; }
  .ban_728.head, .ban_468.head, .ban_300.head {
    margin-top: 15px; }

@media (max-width: 768px) {
  .navbar-default .navbar-text:not([data-toggle="collapse"]) {
    border-bottom: 1px solid #333; } }
@media (max-width: 728px) {
  .ban_728 {
    display: none; } }
@media (min-width: 728px) {
  .ban_468.head {
    display: none; } }
@media (max-width: 468px) {
  .ban_468 {
    display: none; }

  .ban_300.head, .ban_300.row {
    display: block; } }
@media (min-width: 468px) {
  .ban_300.row {
    display: none; } }
.devban {
  background-color: #98ff98;
  display: inline-block; }
  .devban.devban_728 {
    width: 728px;
    height: 90px; }
  .devban.devban_300 {
    width: 300px;
    height: 250px; }
  .devban.devban_468 {
    width: 468px;
    height: 60px; }
  .devban.devban_160 {
    width: 160px;
    height: 300px; }

/*# sourceMappingURL=custom.css.map */
