.asvtlocaltv_hidden{
  display:none !important;
}

.asvtlocaltv_input_error{
  background-color:#f08080 !important;
}

.asvtlocaltv_area{
  background-color:#f2f2f2;
}

.asvtlocaltv_area h4{
  display:inline-block;
}

.asvtlocaltv_one_group{
  width:1123px;;
  margin-bottom:10px;
  padding:5px;
  background-color:#fff;
  border:1px solid #e1e1e1;
}

.asvtlocaltv_one_group table{
  width:100%;
  border:none;  
}

.asvtlocaltv_one_group table td{
  padding:5px;
  border:none;  
  border-bottom:1px dashed #e1e1e1;
}

.asvtlocaltv_one_group table td img{
  vertical-align:middle;
  border:1px solid #e1e1e1;
}

/*
td.asvtlocaltv_name_col{
  min-width:200px;
}

td.asvtlocaltv_logo_col{
  width:150px;
  text-align:center;
  background-color:#f5f5f5;
}

.asvtlocaltv_logo_col img{
  border:1px solid #ccc;
  height:90px;
}
*/

div.asvtlocaltv_text_cut{
 display:inline-block;
 height:50px;
 vertical-align:top;
 overflow:hidden;
}

.asvtlocaltv_desc_ctrl{
  color:#0099df;
  font-weight:bold;
  cursor:pointer;
}

.asvtlocaltv_group_ctrl_btn{
  display:inline-block;
  width:42px;
  height:42px;
  vertical-align:middle;
  border-radius:3px;
  margin-right:10px;
  cursor:pointer;
}

div.asvtlocaltv_open_group{
  background:url(../img/plus_24.png) no-repeat center #0099df;
}

div.asvtlocaltv_close_group{
  background:url(../img/minus_24.png) no-repeat center #0099df;
}



/*MOBILE*/
.asvtlocaltv_body_mobile{
  width:100%;
}

.asvtlocaltv_one_group_mobile{
  margin-bottom:30px;
}

.asvtlocaltv_descr_mob_btn{
 display:inline-block;
 width:27px;
 height:27px;
 margin-right:5px;
 vertical-align:middle;
}

.asvtlocaltv_descr_mob_btn_closed{
 background: url(../img/more_24.png) no-repeat center;
}

.asvtlocaltv_descr_mob_btn_opened{
  background: url(../img/less_24.png) no-repeat center;
}
/
.asvtlocaltv_descr_hidden_mobile{
  display:none;
}

.asvtlocaltv_chbox{
  display:inline-block;
  width:230px;
  height:70px;
  margin:5px;
  white-space:nowrap;
  border-radius:5px;
  background-color:#fff;
  box-shadow: 0 3px 5px #e5e7eb;
  overflow:hidden;
  cursor:pointer;
}

.asvtlocaltv_chboxlogo, .asvtlocaltv_chboxtitle{
  display:inline-block;
}

.asvtlocaltv_chboxtitle{
  margin-top:25px;
}

.asvtlocaltv_chboxlogo{
  display:flex;
  align-items: center;
  float:left;  
  width:65px;
  height:65px;
  margin:0 4px 0 3px;
  border-radius:5px;
  overflow:hidden;
}

.asvtlocaltv_chboxdescr{
  position:fixed;
  top:300px;
  left:calc(50% - 350px);
  width:700px;
  height:300px;
  padding:10px;
  line-height:20px;
  white-space:normal;
  border-radius:5px;
  background-color:#fff;
  border:1px solid #e1e1e1;
  overflow:auto;
}

.asvtlocaltv_chboxdescr_close{
  position:absolute;
  top:0;
  right:0;
  width:32px;
  height:32px;
  background:url(../img/close_32.png) no-repeat center;
  cursor:pointer;
}

.asvtlocaltv_descr_title div{
  display:inline-block;
}

.asvtlocaltv_chbox_desct_text{
  padding-top:20px;
}

.asvtlocaltv_chanel_container_mobile{
  min-height:80px;
  border-radius:5px;
  margin:0 0 30px 0;
  padding:10px;
  background-color:#fff;
  box-shadow: 0 13px 15px #e5e7eb; 
}

.asvtlocaltv_chanel_container_mobile div{
  display:inline-block;
  vertical-align:middle;
}

.asvtlocaltv_descr{
  line-height:40px;
  padding:20px 5px 20px 5px;
}
