/* adminJornadasPATT responsive */
.subPestanyes {
  /*float: left;*/
  text-align: center;
  padding: 0;
  margin: 0;
}

.subPestanyes a {
  display: block;
  margin-right: 1px;
  padding: 2px 0px;
  cursor: pointer;
}

.linkPresentacio {
  width: 16%;
}

.linkAdministracio {
  width: 14%;
}

.linkAdministracioPonencias {
  width: 14%;
}

.linkFichasTecnicas {
  width: 14%;
}

.linkUsuaris {
  width: 14%;
}

.linkSubscripcions {
  width: 14%;
}

.linkAdministracioEnquestes {
  width: 14%;
}

@media only screen and (max-width: 600px) {
  .subPestanyes {
    padding: 0px;
    width: 100%;
  }
  .subPestanyes a {
    margin-right: 1px;
    padding: 12px 0px;
  }
}
/* /////////adminJornadasPATT responsive */
/* adminJornadasPATT taula responsive */
table tr td, table tr td {
  /*text-align: center;*/
}

@media only screen and (max-width: 500px) {
  [data-title=aaa] {
    width: 100%;
  }
  caption {
    display: block;
  }
  .hideResponsive {
    display: none;
  }
  table, head, tbody, th, td, tr {
    display: block;
  }
  thead tr {
    display: none;
  }
  tr {
    border: 1px solid #ccc;
  }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    min-height: 30px;
    overflow: hidden;
    word-break: break-all;
  }
  td:before {
    /*position: absolute;*/
    top: 6px;
    left: 6px;
    /*width: 45%;*/
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    display: block;
  }
  td:before {
    content: attr(data-title);
  }
}
@media only screen and (max-width: 400px) {
  caption,
  .flyout-table table,
  .flyout-table th,
  .flyout-table td,
  .flyout-table tr {
    display: block;
  }
  .hideResponsive {
    display: none;
  }
}
/* /////////adminJornadasPATT taula responsive */
/* definicion de pestanas */
.pestanas {
  /*float: left;
  width: 100%;
  height: 60px;
  padding-top: 11px;*/
  font-size: 12px;
  text-decoration: none;
}

.pestanasDerecha {
  width: 100%;
  background-image: url(../../img/common/fondoTabs.gif);
  background-repeat: repeat-x;
  padding-top: 11px;
}

.pestanas .active a {
  background-color: #FFFFFF;
  color: #e18e02;
  text-decoration: none;
  border-right: 1px solid #A4A4A4;
  border-left: 1px solid #A4A4A4;
  border-top: 1px solid #A4A4A4;
}

.pestanas .inactive a {
  background-color: #c4c4c4;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid #A4A4A4;
}

.pestanasDerecha .active a {
  background-color: #FFFFFF;
  color: #e18e02;
  text-decoration: none;
}

.pestanasDerecha .inactive a {
  background-color: #818181;
  color: #FFFFFF;
  text-decoration: none;
}

ul.pestanyes li ul#subPestanyes {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.pestanyes li ul#subPestanyes li {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 0.9em;
  border: 0px solid #FFFFFF;
  border-right: 1px dashed #29543A;
  background-color: transparent;
}

ul.pestanyes li ul#subPestanyes li a {
  margin: 0;
  padding: 0 5px;
  border: 0px solid #FFFFFF;
  background-color: transparent;
  background-image: url(none.gif);
  color: #857E41;
}

ul.pestanyes li ul#subPestanyes li a:hover {
  background-color: transparent;
  color: #29543A;
}

ul.pestanyes li ul#subPestanyes li a.active {
  border: 0px solid #FFFFFF;
  background-color: transparent;
}

ul.pestanyes li ul#subPestanyes li a:visited {
  color: #857E41;
}

.pestanyes li {
  float: left;
  padding: 10px;
  margin: 10px;
}