/* ---------------------------------------------------------------- */
/* ------------------- plugins/news/style.css ---------------- */
/* ---------------------------------------------------------------- */
.plugin_backend #news {}
.plugin_backend #news table.vsetky{
  width: 100%;
  /*position: relative;*/
  /*left: -40px;*/
  /*top: -35px;*/
}


.plugin_backend #news tr.news_blog_all_news:hover{background-color: rgba(177, 200, 255, 0.2)  !important}
.plugin_backend #news tr.news_blog_all_news td .linky{visibility:hidden}
.plugin_backend #news tr.news_blog_all_news:hover td .linky{visibility:visible}
.plugin_backend #news .linky{margin-top: 5px}

.plugin_backend #news .news_blog_horny_banner{
  /*width: 900px;*/
  width: 100%;
  height: 50px;
}
.plugin_backend #news .news_blog_horny_banner .horny_banner_hodnoty{

  border-right:1px solid rgb(210, 210, 210);
  position:relative;
  height:50px;
  float:left;
  text-align:center;
  font-size:18px
}
.plugin_backend #news .news_blog_horny_banner .horny_banner_hodnoty input.publish{
  background-color: #dddddd !important;
  /*color: #fff;*/
  height: 15px;
  text-align: center;
}
.plugin_backend #news .news_blog_horny_banner .horny_banner_hodnoty.titulka{
  width:35.5% !important;
  background-color: rgba(0, 0, 0, 0.11);
  color: rgba(0, 0, 0, 0.7);
}
.plugin_backend #news .news_blog_horny_banner .horny_banner_hodnoty.titulka a{
  color: #838383;
  font-size:18px;
  text-decoration: none;
}
.plugin_backend #news .news_blog_horny_banner .horny_banner_hodnoty.titulka a:hover{
  text-decoration: underline;
}
.plugin_backend #news .news_blog_horny_banner .horny_banner_hodnoty.cas{
  width:16% !important;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.plugin_backend #news .news_blog_horny_banner .horny_banner_hodnoty b{
  font-size: 11px;
}
.plugin_backend #news table.news_blog_table_headlines{
 margin: 0 2%;
  width: 96%;
}
.plugin_backend #news tr td.news_blog_nadpisy a{
  font-weight:bold;
  font-size:16px;
  color:#373d54;
}
.plugin_backend #news tr td.news_blog_inputy{
  width: 100%;
  font-size:16px;
  color:#373d54;

}
.plugin_backend #news tr td.news_blog_inputy input{
  font-size:16px !important;
  width: 100%;
  padding: 5px;
  color: #202935;
  margin-bottom: 10px;
}

.plugin_backend #news .sud{
  /*left:-20px !important*/
}
.plugin_backend #news .news_blog_photo{
  margin-top: 50px;
  width: 300px;
  text-align:center;
  height:200px;
  overflow: hidden;
}
.plugin_backend #news .news_blog_photo.nophoto{
  text-align: center;
  margin-top: 50px;
  width: 300px;
  height:200px;
}