@font-face {
  font-family: 'PFHighwaySansPro-Medium';
  src: url('/css/PFHighwaySansPro-Medium.ttf');
}

@font-face {
  font-family: 'PFHighwaySansPro-Light';
  src: url('/css/PFHighwaySansPro-Light.ttf');
}

@font-face {
  font-family: 'PFHighwaySansPro-Regular';
  src: url('/css/PFHighwaySansPro-Regular.ttf');
}

@font-face {
  font-family: 'PFHighwaySansPro-Thin';
  src: url('/css/PFHighwaySansPro-Thin.ttf');
}

@font-face {
  font-family: 'PFHighwaySansPro-Bold';
  src: url('/css/PFHighwaySansPro-Bold.ttf');
}

.channels_list_container {
  display: block;
  padding: 20px;
  margin-bottom: 0px;
}

.to_print {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 20px;
  font-size: 24px;
  background: grey;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  z-index: 999;
}

@page
    {
        size:  100%;   /* auto is the initial value */
        margin: 5mm;  /* this affects the margin in the printer settings */
    }

html {
  -webkit-print-color-adjust: exact;
}

.channels_list_container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.ch_item {
  padding: 0px;
  height: auto;
}

.ch_nr, .ch_name, .ch_lang {
  font-size: 13px;
}

.ch_nr {
  left: 0px;
  top: 0px;
  top: -3px;
}

.ch_name {
  font-family: 'PFHighwaySansPro-Regular';
  left: 35px;
  top: -1px;
}

.ch_cat {
  height: 30px;
  padding-left: 35px;
  background: #28a79a;
  color:white;
  padding-top: 2px;
  border-width: 0px;
}

.ch_item {
  height: 18px;
  border-bottom: 1px solid #e0e0e0;
}

.ch_item:nth-of-type(odd) {
  background-color: #eaeaea;
}

.ch_lang {
  margin-top: -6px;
}

.ch_options img {
  margin: -8px 2px 0px 2px;
}

.simplu, .premier, .univers, .ch_pack {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  background: rgb(117, 192, 67);
  opacity: 0;
  text-align: center;
  color: white;
  font-size: 10px;
  line-height: 1.3;
}

.simplu {
  opacity: 0.3;
}

.premier {
  opacity: 0.6;
}

.univers {
  opacity: 0.9;
}

.ch_print_table {
  margin: 0px auto;
  border-collapse: collapse;
  background-color: white;
  display: none;
}

.ch_print_table tr td {
  padding: 3px 1px;
  border-bottom: 1px solid grey;
}

.ch_cat_print {
  padding: 10px 1px;
  font-size: 18px;
  font-weight: bold;
}

.ch_pos {
  width: 50px;
}

.ch_category {
  box-sizing: border-box;
  font-size: 28px;
  font-family: 'PFHighwaySansPro-Medium';
  color: #253a7a;
  padding-left: 38px;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: left;
}

.ch_lang {
  margin-right: 7px;
}

.ch_lang {
  width: 80px;
}

.ch_category.type {
  text-transform: uppercase;
}

.resp {
  position: relative;
}

.top_menu_container,
.main_top_space,
.top_bar_holder,
.footer_holder,
.back_top_container {
  display: none;
}

.page_content {
  margin: 0px;
}

.info_canale_print {
  font-size: 13px;
}
