body {
  padding: 0;
  margin: 0 auto;
  color: #222222;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  background-color: #EEEEEE; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a, input, select, textarea {
  outline: medium none !important; }

a {
  color: #00539F;
  text-decoration: none; }

a:hover,
a:focus {
  color: #ff670a;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 5px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility; }

h1,
h2,
h3 {
  line-height: 40px; }

h1 {
  font-size: 33px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px;
  margin-left: 10px; }

ul,
ol {
  margin: 0 0 10px 25px;
  padding: 0; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hide {
  display: none; }

.show {
  display: block; }

.blink_me {
  animation: blinker 1.1s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0.5; } }
.lavora_link {
  background-color: #ff670a;
  font-weight: bold; }

.banner_lavora {
  background-color: #ff670a;
  padding: 1rem 2rem;
  text-align: center;
  margin-bottom: 10px; }
  .banner_lavora a.gotolavora {
    margin: 0 auto;
    color: white;
    font-weight: bold;
    font-size: 1.7rem; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  clear: both;
  font-size: 0;
  height: 0; }

/* @group Blocco header e navbar */
header {
  position: relative;
  z-index: 99;
  height: 40px; }

header .navbar {
  height: 40px;
  min-height: 40px;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background: url("../img/bac_top.jpg") top left repeat-x #eee; }
  header .navbar .navbar-collapse {
    /*        padding-left:0;
            padding-right:0;*/ }

.navbar-brand, .navbar-nav > li > a {
  font-size: 12px;
  line-height: 28px;
  text-shadow: none;
  text-transform: uppercase; }

.navbar-default .navbar-nav > li > a {
  color: #fff; }
  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #ff670a;
    color: #fff; }

.nav > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
  padding-left: 10px; }

.navbar-header {
  height: 40px; }

.navbar-default .navbar-toggle {
  margin: 0;
  padding: 13px 12px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00539F; }
  .navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.menu_rai {
  display: none;
  position: absolute;
  top: 0;
  left: 0; }

.menu_rai ul {
  margin: 0; }
  .menu_rai ul li {
    float: left;
    margin-right: 2px;
    color: #fff;
    text-align: center;
    list-style-type: none;
    background: url("../img/sprite.png") no-repeat scroll 0px -56px transparent;
    background-size: 600px auto; }
    .menu_rai ul li a {
      display: block;
      margin: 0;
      padding: 6px 10px;
      color: #fff;
      font-size: 14px;
      line-height: 28px; }
      .menu_rai ul li a:hover {
        text-decoration: none;
        color: black; }

.follow_us {
  padding: 0; }
  .follow_us ul {
    margin: 0;
    padding: 0;
    list-style: none outside none; }
    .follow_us ul li {
      float: left;
      margin: 0;
      padding: 0 10px; }
  .follow_us a {
    display: block;
    width: 28px;
    margin: 0;
    padding: 5px 2px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-indent: -9999px;
    background-repeat: no-repeat; }
    .follow_us a.link {
      width: 60px;
      margin-right: 10px;
      text-indent: inherit;
      text-align: center; }
      .follow_us a.link:focus, .follow_us a.link:hover {
        color: #ffffff;
        background-color: #00539F !important; }
    .follow_us a.rss {
      background: transparent url("../img/rss.png") 0 5px no-repeat; }
    .follow_us a.twitter {
      background: transparent url("../img/twitter.png") 0 5px no-repeat; }
    .follow_us a.facebook {
      background: transparent url("../img/facebook.png") 0 5px no-repeat; }

/* @end */
/* @group Gruppo loghi */
.page {
  padding: 15px;
  font-size: 13px;
  background-color: #fff; }

#top_container {
  clear: both;
  background: none repeat scroll 0 0 #FFFFFF; }

.banner {
  position: relative; }
  .banner .logobolzano {
    width: 261px;
    height: 67px;
    margin-bottom: 15px;
    background: url(../img/sprite.png) no-repeat scroll -230px -473px transparent;
    background-size: 600px auto; }
  .banner .logobozen {
    width: 210px;
    height: 67px;
    margin-bottom: 15px;
    background: url(../img/sprite.png) no-repeat scroll 0 -473px transparent;
    background-size: 600px auto; }
  .banner .logotvl {
    width: 203px;
    height: 67px;
    margin-bottom: 15px;
    background: url(../img/sprite.png) no-repeat scroll 0 -565px transparent;
    background-size: 600px auto; }

.banner .logobolzano span,
.banner .logobozen span,
.banner .logotvl span,
.loghi_offline li a span {
  display: block;
  text-indent: -999em;
  overflow: hidden; }

.loghi_offline li a span {
  line-height: 67px; }

.banner .loghi {
  margin-top: 39px; }
  .banner .loghi ul li {
    float: right;
    margin: 0 20px 0 0;
    padding: 0;
    list-style-type: none; }
    .banner .loghi ul li a {
      display: block;
      text-decoration: none; }
  .banner .loghi h4 {
    margin: 0;
    padding: 0; }

span.raibolzano {
  display: block;
  width: 119px;
  height: 30px;
  background: url(../img/sprite.png) no-repeat scroll -105px -125px transparent;
  background-size: 600px auto; }

span.raibozen {
  display: block;
  width: 96px;
  height: 30px;
  background: url(../img/sprite.png) no-repeat scroll 0 -125px transparent;
  background-size: 600px auto; }

span.raitvl {
  display: block;
  width: 93px;
  height: 30px;
  background: url(../img/sprite.png) no-repeat scroll -236px -125px transparent;
  background-size: 600px auto; }

/* @end */
/* @group Tipp detail */
.boxtipp {
  overflow-y: hidden; }

.tipp_detail {
  position: relative;
  z-index: 0;
  height: 100%;
  background: #f2f2f2; }
  .tipp_detail .title_sx {
    font-family: 'Open Sans', sans-serif;
    width: 120px;
    height: 40px;
    color: #fff;
    line-height: 2em;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: #999999; }
  .tipp_detail .tipp_detail_img {
    overflow: hidden;
    max-height: 220px;
    position: relative;
    /*width: 100%;*/
    margin: 4.5%; }
    .tipp_detail .tipp_detail_img .imagetipp {
      width: 90%; }
    .tipp_detail .tipp_detail_img .tipplink .img-icon {
      display: block;
      position: absolute;
      bottom: 15px;
      right: 15px;
      width: 36px;
      height: 36px;
      background: url("../img/sprite.png") repeat scroll -544px -46px transparent;
      background-size: 600px auto;
      text-indent: -9999px; }
  .tipp_detail .tipps_title_contenuto {
    margin: 4%; }
    .tipp_detail .tipps_title_contenuto .title h3 {
      width: 100%;
      margin: 10px 0;
      padding: 0; }
      .tipp_detail .tipps_title_contenuto .title h3 a {
        display: block;
        padding: 0;
        color: #0052a3;
        font-size: 0.7em;
        line-height: 1.1em;
        font-weight: bold; }

/* @end */
/* @group tipps box */
.tipps {
  margin-top: 10px; }
  .tipps h2.title {
    margin: 0 0 19px;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #313131;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: 3px solid #666666;
    border-top: 1px solid #666666; }
  .tipps .img_post {
    /*height: 180px;*/
    overflow: hidden;
    position: relative;
    width: 100%; }
    .tipps .img_post .pimg {
      width: 100%; }
    .tipps .img_post .pointer {
      position: absolute;
      bottom: 0;
      width: 100%; }
    .tipps .img_post .img-icon {
      display: block;
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 36px;
      height: 36px;
      background: url("../img/sprite.png") repeat scroll -544px -46px transparent;
      background-size: 600px auto; }
  .tipps h3.title {
    margin: 10px 0;
    line-height: 1.1em; }
    .tipps h3.title a {
      color: #0052a3;
      font-size: 0.7em;
      font-weight: bold; }

/* @end */
/* @group Box Tg Video */
h6.tgtitle {
  display: none;
  font-size: 11px; }

.content-video-home {
  float: left;
  width: 50%;
  margin: 0px;
  padding: 10px;
  background-color: #f2f2f2; }

.tg-item-content {
  width: 100% !important;
  height: 364px;
  margin: 0;
  padding: 0; }
  .tg-item-content div.tg-hover {
    margin: 0 0 4px;
    padding: 4px 4px 4px 7px;
    font-size: 11px;
    background-color: #ececec;
    border: 1px solid #ffffff; }
    .tg-item-content div.tg-hover:hover {
      background-color: #00539F; }
      .tg-item-content div.tg-hover:hover a span {
        color: #FFFFFF; }
  .tg-item-content div a {
    color: #333;
    line-height: 15px; }
  .tg-item-content .date {
    display: block;
    font-size: 12px;
    font-weight: bold; }
  .tg-item-content span.title {
    line-height: 14px; }

/* @end */
/* @group Box Tg Radio */
.radiocontainer {
  display: none;
  margin-left: 0; }

#radiop_wrapper {
  width: auto;
  margin: 20px;
  padding: 10px;
  text-align: center;
  background-color: #e5e5e5; }
  #radiop_wrapper h3 {
    font-size: 15px;
    color: #585858; }
  #radiop_wrapper object {
    width: 100%;
    height: 30px; }

/* @end */
/* @group Planning */
.planning {
  color: #1E1E1E;
  line-height: 16px;
  font-size: 13px;
  background: none repeat scroll 0 0 #FFFFFF; }
  .planning a {
    color: #1E1E1E; }
  .planning h2.title {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 40px;
    text-transform: none;
    text-transform: uppercase;
    border-bottom: 3px solid #999999;
    border-top: 1px solid #999999; }
  .planning li {
    margin-bottom: 15px;
    padding: 0 0 15px;
    line-height: 16px;
    border-bottom: 1px solid #EAEAEA; }
    .planning li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0 none; }

/* @end */
/* @group Meteo */
#meteo {
  position: relative;
  height: 327px;
  text-align: center;
  list-style: none; }
  #meteo h4 {
    text-align: left; }
  #meteo li {
    float: left;
    width: 50%;
    margin: 1px 0;
    padding: 0;
    font-size: 11px;
    border: none;
    background-color: #f2f2f2; }
    #meteo li p {
      margin: 0;
      padding: 3px 5px;
      border: 1px solid white; }
  #meteo #tdy h4, #meteo #tmw h4 {
    position: relative;
    margin: 0px 0 5px 0;
    padding: 0 30px 5px 8px;
    font-size: 12px;
    line-height: 15px; }

#meteo_cnt {
  position: relative;
  width: 100%; }

.meteomap {
  position: relative;
  width: 100%;
  margin-top: 20px; }
  .meteomap img {
    width: 100%; }

.bozen {
  position: absolute;
  top: 165px;
  left: 155px;
  width: 32px; }

.sterzing {
  position: absolute;
  top: 18px;
  left: 178px;
  width: 32px; }

.bruneck {
  position: absolute;
  top: 58px;
  left: 260px;
  width: 32px; }

.brixen {
  position: absolute;
  top: 120px;
  left: 210px;
  width: 32px; }

.meran {
  position: absolute;
  top: 62px;
  left: 130px;
  width: 32px; }

.schlanders {
  position: absolute;
  top: 75px;
  left: 50px;
  width: 32px; }

.meteoinfo {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-align: center; }

.meteoinfo a {
  color: inherit;
  text-decoration: none;
  font-weight: bold; }

.temperature {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 15px; }

.temperature h5 {
  font-size: 12px; }

.temperature ul {
  margin: 0;
  padding: 2px 0;
  list-style: none; }

#meteo_next, #meteo_prev {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px; }

#meteo_next {
  width: 30px;
  height: 30px;
  background: #f2f2f2;
  color: black;
  padding-top: 6px;
  padding-left: 12px; }

#meteo_prev {
  width: 30px;
  height: 30px;
  background: #f2f2f2;
  color: black;
  padding-top: 6px;
  padding-left: 12px; }

/* @end */
/* @group Programmi */
.content_program {
  width: 100%; }
  .content_program .hour {
    width: 2%;
    padding: 3px 5px;
    background-color: #d0d0d0;
    border-bottom: 5px solid #fff; }
  .content_program .program {
    padding: 5px 8px;
    background-color: #f5f5f5;
    border-bottom: 5px solid #fff; }
    .content_program .program p {
      float: left;
      margin: 0px;
      color: #333;
      font-size: 11px; }

.information {
  display: block;
  width: 23px;
  height: 25px;
  margin: 0;
  float: right;
  background: url("../img/sprite.png") repeat scroll -504px -58px transparent;
  background-size: 600px auto; }
  .information a {
    display: block;
    text-indent: -9999px; }

.nav_tv {
  position: relative;
  height: 30px;
  margin: 0 0 10px 0;
  text-align: center;
  background-color: #f2f2f2; }
  .nav_tv h6 {
    font-size: 12px;
    line-height: 30px; }

a.prg_prev {
  display: blocK;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding-top: 6px;
  background: #0052a3;
  color: white; }

a.prg_next {
  display: blocK;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding-top: 6px;
  background: #0052a3;
  color: white; }

/* @end */
/* @group Palinsesto */
.palinsesto {
  position: relative;
  margin: 20px 10px 0 10px; }
  .palinsesto h4 {
    margin: 0;
    padding: 10px 5px 10px 15px;
    color: white;
    font-size: 11px;
    vertical-align: middle;
    background-color: #00539F; }
  .palinsesto h6 {
    margin: 10px 0 0 0;
    padding: 0 40px;
    font-size: 12px; }
  .palinsesto .table {
    margin-top: 10px; }
  .palinsesto .separator {
    padding-top: 60px;
    border-bottom: 4px solid #D0D0D0; }

#sc_tv, #sc_ra {
  height: 287px;
  background: #f8f8f8; }
  #sc_tv .jspContainer, #sc_ra .jspContainer {
    width: 100% !important;
    margin: 0; }

/* @end */
/* @group Footer */
footer {
  position: relative;
  padding: 0;
  margin-top: 30px;
  font-size: 13px;
  background: none repeat scroll 0 0 #FFFFFF; }
  footer hr {
    border-top: 5px solid #FF670A; }
  footer .copyright {
    margin-left: 0px;
    color: #444444; }
  footer nav {
    padding: 0; }
    footer nav ul {
      margin: 0 0 10px;
      text-align: right; }
      footer nav ul li {
        display: inline;
        text-decoration: none; }
        footer nav ul li a {
          padding: 2px 4px;
          color: #222; }

.footer_bottom {
  font-size: 11px;
  text-align: center; }
  .footer_bottom .credits {
    padding: 0 10px;
    color: #666; }
    .footer_bottom .credits a {
      color: #666666; }
      .footer_bottom .credits a:visited, .footer_bottom .credits a:hover, .footer_bottom .credits a:active {
        text-decoration: underline; }

/* @end */
/* @group Contenuti interni */
#page_content {
  margin: 15px 0 30px 0; }
  #page_content h1 {
    margin: 15px 0;
    font-size: 20px;
    font-weight: normal; }
  #page_content .col-md-4 {
    margin-bottom: 15px;
    float: right; }

.text p, .text ul li, .text table {
  line-height: 1.6em;
  font-size: 13px \9 ;
  /* IE8 and below */
  font-weight: normal \9 ;
  /* IE8 and below */ }

h2.title_modulo {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px; }

/* @group Submenu dei Contenuti interni */
.submenu {
  position: relative;
  height: auto;
  margin: 0 0 20px 0;
  background-color: #FF670A; }
  .submenu ul {
    margin: 0;
    padding: 0; }
    .submenu ul li {
      display: inline;
      background-color: #FF670A; }
      .submenu ul li h3 {
        display: inline;
        margin: 0;
        padding: 0;
        line-height: 20px;
        font-weight: normal; }
      .submenu ul li a {
        display: inline-block;
        padding: 8px 2%;
        color: #ffffff;
        font-size: 15px;
        text-decoration: none; }
        .submenu ul li a:hover {
          background: #333333; }

/* @end */
.content-w-img {
  position: relative;
  min-height: 400px;
  padding: 0; }

.content-no-img {
  min-height: 400px;
  padding: 0; }

.content-w-img h5,
.content-no-img h5 {
  font-size: 14px; }

.imgbox {
  float: right;
  clear: left;
  width: 30%;
  margin-left: 25px; }
  .imgbox img {
    display: block;
    width: 100%;
    margin-bottom: 10px; }

.willkommen {
  width: 25%; }

.rssicon {
  width: 16px; }

.dig_terr_img {
  width: 95%;
  padding: 2%;
  text-align: center;
  background-color: #EEEEEE; }

/* @group Frequenze */
#frequenze table {
  width: 100%;
  border: 1px solid #dddddd; }
#frequenze thead {
  display: table-header-group;
  vertical-align: middle;
  text-align: left;
  font-size: 1em;
  text-transform: uppercase;
  background-color: #e0e1e1;
  border-collapse: separate; }
#frequenze td.evento {
  font-weight: bold; }
#frequenze tbody {
  display: table-row-group;
  vertical-align: middle; }
  #frequenze tbody tr {
    display: table-row;
    vertical-align: inherit; }
    #frequenze tbody tr:nth-child(2n+1) td, #frequenze tbody tr:nth-child(2n+1) th {
      background-color: #F9F9F9; }
#frequenze td, #frequenze th {
  padding: 5px;
  white-space: nowrap;
  border-style: solid;
  border-color: #DDDDDD; }

/* @end */
/* @end Contenuti interni */
.crsl-nav {
  float: right;
  top: 0;
  right: 0;
  width: 68px; }
  .crsl-nav a {
    float: left;
    display: block;
    width: 30px;
    height: 30px; }
  .crsl-nav .previous {
    padding-top: 6px;
    padding-left: 8px;
    margin-top: 6px;
    background: #f2f2f2;
    color: black; }
  .crsl-nav .next {
    padding-top: 6px;
    padding-left: 11px;
    margin-top: 6px;
    margin-left: 6px;
    background: #f2f2f2;
    color: black; }

/* Offline page */
#offline_page header .navbar .col-md-2 {
  width: 65px; }

.loghi_offline {
  width: 100%;
  margin: 0 auto; }
  .loghi_offline li {
    list-style-type: none; }
  .loghi_offline .logo_it {
    width: 261px;
    height: 67px;
    margin: 2% 12% 2% 0;
    background: url("../img/sprite.png") no-repeat scroll -230px -473px transparent;
    background-size: 600px auto; }
  .loghi_offline .logo_de {
    width: 210px;
    height: 67px;
    margin: 2% 14% 2% 0;
    background: url("../img/sprite.png") no-repeat scroll 0 -473px transparent;
    background-size: 600px auto; }
  .loghi_offline .logo_ld {
    width: 203px;
    height: 67px;
    margin: 2% 0% 2% 0;
    background: url("../img/sprite.png") no-repeat scroll 0 -565px transparent;
    background-size: 600px auto; }

#offline_box {
  width: 85%;
  height: 290px;
  margin: 13% auto;
  background-color: #EEEEEE; }
  #offline_box h1 {
    padding: 15% 0 5%;
    color: #555555;
    font-size: 25px;
    line-height: 33px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal; }
  #offline_box img {
    float: left;
    max-width: 212px;
    height: 190px;
    margin: 6% 5% 5% 10%; }

.streaminglogo span {
  display: block;
  width: 195px;
  height: 50px;
  margin: 15px auto; }
.streaminglogo .de {
  background: url(../img/sprite.png) no-repeat scroll 40px -368px transparent;
  background-size: 600px auto; }
.streaminglogo .la {
  background: url(../img/sprite.png) no-repeat scroll -360px -368px transparent;
  background-size: 600px auto; }
.streaminglogo .it {
  background: url(../img/sprite.png) no-repeat scroll -158px -368px transparent;
  background-size: 600px auto; }

.popup_player {
  width: 400px;
  margin: 0 auto;
  padding: 10px; }

#browser_alert {
  padding: 10px;
  text-align: center;
  background-color: #fff; }
  #browser_alert h3, #browser_alert h4 {
    color: #1E1E1E;
    font-size: 16px;
    background: none !important; }
  #browser_alert h4 {
    font-size: 14px; }
  #browser_alert table {
    width: 100%; }
    #browser_alert table td {
      vertical-align: top; }

.centerme {
  margin: 0 auto; }

/***** MEDIATECA *****/
.boxvideo {
  /*position: relative;*/
  z-index: 10; }

.videocontainer {
  display: inline-block;
  position: relative;
  width: 100%;
  /*min-height: 450px;*/
  margin: 0px;
  background: #ececec; }
  .videocontainer p {
    width: 85%;
    margin: 0;
    padding: 20px 0px 0 15px;
    font-size: 12px; }

#player_video,
#player_audio {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 10px 0; }

#player_audio {
  display: none; }

.med_data {
  color: #666666; }

.med_title {
  color: #333333;
  font-weight: bold; }

.playlist {
  display: none;
  z-index: 0;
  position: absolute;
  top: 12px;
  left: 0;
  width: 100% !important;
  min-height: 444px;
  margin: 0;
  padding: 0;
  background: #ececec; }

.searchmedia {
  position: relative;
  z-index: 80;
  margin: 0;
  padding: 0 15px 15px 15px; }
  .searchmedia input {
    z-index: 90;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    background: #7D9BBE;
    border: 1px solid #ffffff; }
    .searchmedia input#medianame {
      padding-left: 38px;
      background: url("../img/sprite.png") no-repeat scroll -575px -510px #7D9BBE;
      background-size: 600px auto; }
    .searchmedia input.date {
      padding-left: 38px;
      background: url("../img/sprite.png") no-repeat scroll -570px -705px #7D9BBE;
      background-size: 600px auto; }

.close_playlist {
  display: block;
  position: absolute;
  top: 3px;
  right: 16px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("../img/sprite.png") no-repeat scroll -572px -446px #999999;
  background-size: 600px auto; }

.open_playlist {
  display: block;
  position: absolute;
  right: 16px;
  top: 15px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("../img/sprite.png") no-repeat scroll -573px -481px #999999;
  background-size: 600px auto; }

/*TAB MEDIATECA */
.menu_tab ul {
  display: inline-block;
  width: 49.5%;
  margin: 0;
  padding: 12px 5px 12px 15px;
  color: #999999;
  font-size: 14px;
  background: #f9f9f9; }
  .menu_tab ul li {
    display: inline;
    font-weight: bold;
    list-style-type: none; }
    .menu_tab ul li a {
      margin: 0;
      padding: 3px 7px;
      color: #a3a3a3;
      text-transform: uppercase;
      font-weight: normal;
      border: 1px solid #ececec; }
.menu_tab .title-tv,
.menu_tab .title-radio {
  margin: 0;
  padding: 3px 7px;
  margin-right: 5px;
  font-size: 18px;
  font-weight: bold; }
.menu_tab ul.select {
  color: #4c4c4c;
  background: #ececec; }
  .menu_tab ul.select .title-tv {
    color: #00539f; }
  .menu_tab ul.select .title-radio {
    color: #ff6a00; }
  .menu_tab ul.select li a {
    color: #4c4c4c;
    background: #fff; }
.menu_tab .menu_radio {
  float: right; }
  .menu_tab .menu_radio a.active {
    color: #ffffff;
    background: #FF6A00; }
  .menu_tab .menu_radio a:hover {
    color: #ffffff;
    background: #FF6A00; }
.menu_tab .menu_tv {
  float: left; }
  .menu_tab .menu_tv a.active {
    color: #ffffff;
    background: #00539F; }
  .menu_tab .menu_tv a.hover {
    color: #ffffff;
    background: #00539F; }

/* PODCAST */
#contenitore_podcast {
  width: 100%; }
  #contenitore_podcast article {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    background: #f8f8f8; }
    #contenitore_podcast article .content_img_text_post {
      min-height: 135px;
      padding: 15px; }
      #contenitore_podcast article .content_img_text_post .img_post {
        height: 135px;
        overflow: hidden; }
        #contenitore_podcast article .content_img_text_post .img_post img {
          width: 100%; }
      #contenitore_podcast article .content_img_text_post h3 {
        margin: 0 0 5px 0;
        font-size: 18px;
        line-height: 23px !important; }
      #contenitore_podcast article .content_img_text_post .podcast_text {
        position: relative;
        min-height: 134px; }
        #contenitore_podcast article .content_img_text_post .podcast_text p {
          margin: 0; }
        #contenitore_podcast article .content_img_text_post .podcast_text a {
          display: block;
          position: absolute;
          bottom: 10px;
          left: 10px;
          margin: 0px 0 0 5px;
          font-weight: bold;
          text-decoration: none; }
          #contenitore_podcast article .content_img_text_post .podcast_text a img {
            margin: 0 5px 0 0px;
            border: none; }
          #contenitore_podcast article .content_img_text_post .podcast_text a:hover img {
            color: transparent;
            border: none; }

.mediapl {
  z-index: 60;
  width: 100%;
  font-size: 12px;
  border-collapse: separate;
  border-spacing: 2px; }
  .mediapl tr {
    background-color: #d0d0d0; }
  .mediapl td {
    background-color: white; }
    .mediapl td.date {
      padding: 8px;
      width: 85px;
      background: #d0d0d0; }
    .mediapl td.title {
      padding: 8px 25px 8px 8px; }
      .mediapl td.title .mediatext {
        color: gray; }
    .mediapl td span.dtime {
      margin-right: 5px;
      font-weight: bold; }
  .mediapl .itemlink {
    cursor: pointer; }
    .mediapl .itemlink i {
      font-size: 125%;
      margin-left: 2px; }
  .mediapl .tdpodcastlink i {
    font-size: 125%;
    margin-left: 2px;
    color: #FF6A00; }
  .mediapl .tdpodcastlink:hover {
    color: #FF6A00; }
  .mediapl .itemlink:hover {
    color: #FF6A00; }

.dimmed {
  color: #7D9BBE; }

.dtgroup,
.namegroup {
  display: inline;
  position: relative; }

a.resetname,
a.resetdt {
  display: block;
  position: absolute;
  top: -6px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: url("../img/sprite.png") no-repeat scroll -580px -745px transparent;
  background-size: 600px auto; }

.picker {
  width: 300px !important; }

.jspContainer {
  width: 95.9% !important; }

.jp-audio {
  min-height: 370px; }

#cookieMessageWrapper {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-family: Verdana, Sans-Serif;
  background: #00539f;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%; }

#cookieMessage {
  position: relative;
  width: 90%;
  /* this needs to be set to the width of the centre container */
  margin: 0 auto;
  padding: 3px 0 3px 0; }

#cookieMessage a {
  color: #e8e8e8;
  text-decoration: underline; }

#cookieMessage:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#cookieMessage p {
  margin: 5px 0; }

a#cookieClose {
  float: right;
  display: block;
  margin-top: 1px;
  padding: 5px 15px;
  color: #fff;
  font-size: 98%;
  letter-spacing: 0.05em;
  text-decoration: none;
  background: #009FED;
  border-radius: 2px; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #00539f; }

table.redaktion {
  margin-left: 2rem; }

table.redaktion td {
  padding-right: 2rem;
  vertical-align: top; }

/* Programmredaktion */
.bg_box > div.col-md-6 {
  padding-left: 0; }

.bg_box > div.col-md-6 > p {
  line-height: 1.6rem !important; }

.bg_box {
  background-color: #eee;
  padding: 1em;
  border: solid 1em white; }

.bg_box p {
  line-height: 1.3em; }

.mainboxsub a {
  text-decoration: underline;
  color: #000; }

.bg_box_progred {
  background-color: #eee;
  padding: 1em;
  border: none;
  margin-bottom: 1.5em; }

/*LAVORA CON NOI*/
.iniziative {
  border-bottom: 1px solid #D0D0D0;
  padding: .5rem 0 0 1rem; }

form h4 {
  margin-top: 1rem;
  font-size: .9rem;
  display: block;
  border-bottom: 1px solid #ff670a; }

.submenu > h3 {
  color: #fff;
  font-size: .9rem;
  font-weight: normal;
  padding: 0 2%; }

.sidecheckbox {
  /*    margin: 0 2em 0 0;*/ }

div.has-feedback > div.col-md-8 {
  padding-left: 0;
  padding-right: 0; }

#application1 .form-control {
  text-transform: capitalize; }
#application1 #contact_email {
  text-transform: lowercase; }
#application1 #tax_num {
  text-transform: uppercase; }

.privacybox {
  width: 100%;
  height: 10em;
  color: gray;
  background: #eee; }

div.form-group > div.col-xs-1 {
  padding-right: 0; }

.bottoni {
  margin-top: 2rem; }

.big-icon {
  font-size: 60px; }

.badge {
  background-color: #00539f;
  border-radius: 24px;
  font-size: 20px;
  line-height: 1.5;
  margin-right: 10px;
  padding: 5px 10px 3px; }

.text-warning {
  color: #ff670a; }

.lavoro_splash {
  background-color: #00539f;
  /*ff670a*/
  border: none;
  border-radius: 0.4rem;
  font-size: 0.9rem;
  padding: 0.3rem 1rem;
  color: #fff; }

a:hover.lavoro_splash {
  background-color: #ff670a; }

#langapp {
  text-align: center; }
  #langapp a {
    margin: 1rem 1rem 0rem 1rem;
    display: inline-block;
    text-decoration: none; }
