@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYbw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* FONTS */
/* Para club */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
form {
  display: inline;
}
a {
  text-decoration: none;
  cursor: pointer;
}
li {
  list-style: none;
}
body {
  padding: 50px 0 0;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 2;
  background: linear-gradient(#2f4b5b, #0a2637) #0a2637;
  box-shadow: 0 1px 7px #000;
  text-align: left;
}
header .menu0 {
  cursor: pointer;
}
header .menu0 span:hover {
  opacity: 0.8;
  transition: opacity 0.2s linear 0s;
}
header .menu0 .ico-menu,
header .menu0 .ico-close {
  margin: 7px 0 0 10px;
}
header .logo img {
  cursor: pointer;
}
header .menu1 {
  cursor: pointer;
  text-align: right;
  margin: 3px 10px 0 0;
  position: relative;
}
header .menu1 span {
  margin: 4px 0 0 10px;
}
header .menu1 span:hover {
  opacity: 0.8;
  transition: opacity 0.2s linear 0s;
}
header .menu1 .menu-user {
  width: 42px;
  height: 42px;
  margin-top: 0;
  background-position: center center;
  display: inline-block;
  background-color: #DBE7F2;
  vertical-align: text-top;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 2px 0;
  text-transform: uppercase;
}
.nav-panel {
  background: #FFF;
  bottom: 0;
  color: #000;
  transition: all 0.4s cubic-bezier(1, 0, 0, 1) 0s;
  position: fixed;
  top: 50px;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav-panel .titulo {
  font-size: 14px;
  text-transform: uppercase;
  margin: 10px;
  padding: 0 0 5px;
  font-family: "Roboto", arial;
  border-bottom: 1px solid #5587c5;
  color: #5587c5;
}
.dep li.dep1 {
  background: #C45424;
}
.dep li.dep1:hover {
  background: #D66535;
}
.dep li.dep2 {
  background: #456D3D;
}
.dep li.dep2:hover {
  background: #547C4C;
}
.dep li.dep3 {
  background: #D5AE83;
}
.dep li.dep3:hover {
  background: #DDBE9D;
}
footer {
  background: #0a2637;
}
footer .cen .logo {
  width: 175px;
  height: 65px;
  display: block;
  background: url("https://storage.googleapis.com/15iguales.es/imgs/logo-footer-white.png");
}
footer .cen > div {
  display: flex;
  flex-direction: column;
  flex: auto;
}
footer .cen > div a {
  color: #CCC;
  margin: 0 0 5px;
}
footer .cen > div a:hover {
  color: #FFF;
}
footer .cen > div .t {
  color: #FFF;
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: bold;
}
footer .cen .social a {
  margin: 0 12px;
}
body,
td,
input,
textarea,
select,
optgroup,
option,
a {
  font: 14px/1.4 "Roboto", arial;
  color: #333;
}
h1,
h2,
h3 {
  font-family: "Roboto Condensed", arial;
  font-size: 38px;
  font-weight: normal;
}
.deporte0 {
  background: #CCC;
}
.deporte1 {
  background: url("https://storage.googleapis.com/15iguales.es/imgs/clay.jpg") top center;
}
.deporte2 {
  background: url("https://storage.googleapis.com/15iguales.es/imgs/grass.jpg") top center;
}
.deporte3 {
  background: url("https://storage.googleapis.com/15iguales.es/imgs/parquet.jpg") top center;
}
h2 {
  font-size: 28px;
  color: #E09A21;
}
h3 {
  font-size: 20px;
  color: #999;
}
h1 a,
h2 a,
h3 a {
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}
input,
select,
textarea {
  padding: 3px 6px;
  border: 1px solid #CCC;
  background-color: #FAFAFA;
  border-radius: 3px;
}
.date {
  width: 110px;
}
.datetime {
  width: 165px;
}
.cuota {
  width: 80px;
  text-align: right;
}
.clear {
  clear: both;
}
/* COLORES */
.green {
  color: green !important;
}
.orange {
  color: orange !important;
}
.red {
  color: #E30922 !important;
}
.blue {
  color: #4650A8 !important;
}
.gray {
  color: gray !important;
}
.black {
  color: #000 !important;
}
.white {
  color: #FFF !important;
}
.bold {
  font-weight: bold !important;
}
/* TAMAÑOS */
.font9 {
  font-size: 9px;
}
.font10 {
  font-size: 10px;
}
.font12 {
  font-size: 12px;
}
/* PUBLI */
div.slotoff {
  background: #000;
  color: #FFF;
  font-size: 32px;
  display: inline-table;
}
div.slotoff div {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.slot {
  text-align: center;
  padding: 10px 0;
  clear: both;
}
.btntop {
  display: none;
  position: fixed;
  z-index: 100;
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 5px;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
.avisocookie {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  background: #000000;
  text-align: center;
  color: #EEE;
  padding: 20px;
}
/* ICONS */
*[class^="ico-"],
*[class^="icomin-"] {
  background-image: url("https://storage.googleapis.com/15iguales.es/imgs/sprite.svg?3");
  background-size: initial;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: text-top;
}
*[class^="ico-"] {
  background-size: auto 100%;
  height: 32px;
  width: 32px;
}
.ico-light,
*[class^="btn-"] *[class^="icomin-"],
*[class^="btn-"] *[class^="ico-"],
.boxnew .rowtit *[class^="icomin-"] {
  filter: invert(99%) sepia(0%) saturate(1442%) hue-rotate(272deg) brightness(121%) contrast(100%);
}
.ico-draw {
  background-position: 0 0;
}
.ico-home {
  background-position: -32px 0;
}
.ico-edit {
  background-position: -64px 0;
}
.ico-img {
  background-position: -96px 0;
}
.ico-dice {
  background-position: -128px 0;
}
.ico-doc {
  background-position: -160px 0;
}
.ico-copy {
  background-position: -192px 0;
}
.ico-folder-open {
  background-position: -224px 0;
}
.ico-folder-plus {
  background-position: -256px 0;
}
.ico-cart {
  background-position: -288px 0;
}
.ico-euro {
  background-position: -320px 0;
}
.ico-credit-card {
  background-position: -352px 0;
}
.ico-calculator {
  background-position: -384px 0;
}
.ico-help {
  background-position: -416px 0;
}
.ico-mail {
  background-position: -448px 0;
}
.ico-location {
  background-position: -480px 0;
}
.ico-time {
  background-position: -512px 0;
}
.ico-calendar {
  background-position: -544px 0;
}
.ico-print {
  background-position: -576px 0;
}
.ico-phone {
  background-position: -608px 0;
}
.ico-undo {
  background-position: -640px 0;
}
.ico-redo {
  background-position: -672px 0;
}
.ico-conversation {
  background-position: -704px 0;
}
.ico-user {
  background-position: -736px 0;
}
.ico-save {
  background-position: -768px 0;
}
.ico-pdf {
  background-position: -800px 0;
}
.ico-user-plus {
  background-position: -832px 0;
}
.ico-user-minus {
  background-position: -864px 0;
}
.ico-user-check {
  background-position: -896px 0;
}
.ico-loading {
  background-position: -928px 0;
  animation: spin 1.5s infinite linear;
  margin: 0 0 0 10px;
}
.ico-search {
  background-position: -960px 0;
}
.ico-key {
  background-position: -992px 0;
}
.ico-locked {
  background-position: -1024px 0;
}
.ico-unlocked {
  background-position: -1056px 0;
}
.ico-config {
  background-position: -1088px 0;
}
.ico-options {
  background-position: -1120px 0;
}
.ico-trophy {
  background-position: -1152px 0;
}
.ico-trash {
  background-position: -1184px 0;
}
.ico-switch {
  background-position: -1216px 0;
}
.ico-menu {
  background-position: -1254px 0;
}
.ico-world {
  background-position: -1312px 0;
}
.ico-view {
  background-position: -1344px 0;
}
.ico-star-empty {
  background-position: -1376px 0;
}
.ico-star-half {
  background-position: -1408px 0;
}
.ico-star-full {
  background-position: -1440px 0;
}
.ico-fav {
  background-position: -1472px 0;
}
.ico-plus {
  background-position: -1504px 0;
}
.ico-minus {
  background-position: -1536px 0;
}
.ico-info {
  background-position: -1568px 0;
}
.ico-close {
  background-position: -1600px 0;
}
.ico-blocked {
  background-position: -1632px 0;
}
.ico-ok {
  background-position: -1664px 0;
}
.ico-up {
  background-position: -1696px 0;
}
.ico-right {
  background-position: -1728px 0;
}
.ico-down {
  background-position: -1760px 0;
}
.ico-left {
  background-position: -1792px 0;
}
.ico-top {
  background-position: -1824px 0;
}
.ico-checkbox-checked {
  background-position: -1856px 0;
}
.ico-checkbox-unchecked {
  background-position: -1888px 0;
}
.ico-radio-checked {
  background-position: -1920px 0;
}
.ico-radio-unchecked {
  background-position: -1952px 0;
}
.ico-share {
  background-position: -1984px 0;
}
.ico-google {
  background-position: -2016px 0;
}
.ico-facebook {
  background-position: -2048px 0;
}
.ico-instagram {
  background-position: -2080px 0;
}
.ico-whatsapp {
  background-position: -2112px 0;
}
.ico-telegram {
  background-position: -2144px 0;
}
.ico-twitter {
  background-position: -2176px 0;
}
.ico-youtube {
  background-position: -2208px 0;
}
.ico-apple {
  background-position: -2240px 0;
}
.ico-android {
  background-position: -2272px 0;
}
.ico-talk {
  width: 36px !important;
  background-position: -2304px 0;
}
.ico-warning {
  width: 36px !important;
  background-position: -2340px 0;
}
.ico-people {
  width: 36px !important;
  background-position: -2376px 0;
}
.ico-racket {
  background-position: -2412px 0;
}
.ico-tags {
  width: 40px !important;
  background-position: -2444px 0;
}
.ico-tag {
  background-position: -2484px 0;
}
.ico-bell {
  background-position: -2516px 0;
}
.ico-pie-chart {
  background-position: -2548px 0;
}
.ico-stats-dots {
  background-position: -2564px 0;
}
.ico-stats-bars {
  background-position: -2596px 0;
}
.ico-padel {
  background-position: -2628px 0;
}
.icomin-draw {
  background-position: 0 0;
}
.icomin-home {
  background-position: -16px 0;
}
.icomin-edit {
  background-position: -32px 0;
}
.icomin-img {
  background-position: -48px 0;
}
.icomin-dice {
  background-position: -64px 0;
}
.icomin-doc {
  background-position: -80px 0;
}
.icomin-copy {
  background-position: -96px 0;
}
.icomin-folder-open {
  background-position: -112px 0;
}
.icomin-folder-plus {
  background-position: -128px 0;
}
.icomin-cart {
  background-position: -144px 0;
}
.icomin-euro {
  background-position: -160px 0;
}
.icomin-credit-card {
  background-position: -176px 0;
}
.icomin-calculator {
  background-position: -192px 0;
}
.icomin-help {
  background-position: -208px 0;
}
.icomin-mail {
  background-position: -224px 0;
}
.icomin-location {
  background-position: -240px 0;
}
.icomin-time {
  background-position: -256px 0;
}
.icomin-calendar {
  background-position: -272px 0;
}
.icomin-print {
  background-position: -288px 0;
}
.icomin-phone {
  background-position: -304px 0;
}
.icomin-undo {
  background-position: -320px 0;
}
.icomin-redo {
  background-position: -336px 0;
}
.icomin-conversation {
  background-position: -352px 0;
}
.icomin-user {
  background-position: -368px 0;
}
.icomin-save {
  background-position: -384px 0;
}
.icomin-pdf {
  background-position: -400px 0;
}
.icomin-user-plus {
  background-position: -416px 0;
}
.icomin-user-minus {
  background-position: -432px 0;
}
.icomin-user-check {
  background-position: -448px 0;
}
.icomin-loading {
  background-position: -464px 0;
  animation: spin 1.5s infinite linear;
  margin: 0 0 0 10px;
}
.icomin-search {
  background-position: -480px 0;
}
.icomin-key {
  background-position: -496px 0;
}
.icomin-locked {
  background-position: -512px 0;
}
.icomin-unlocked {
  background-position: -528px 0;
}
.icomin-config {
  background-position: -544px 0;
}
.icomin-options {
  background-position: -560px 0;
}
.icomin-trophy {
  background-position: -576px 0;
}
.icomin-trash {
  background-position: -592px 0;
}
.icomin-switch {
  background-position: -608px 0;
}
.icomin-menu {
  background-position: -626px 0;
}
.icomin-world {
  background-position: -656px 0;
}
.icomin-view {
  background-position: -672px 0;
}
.icomin-star-empty {
  background-position: -688px 0;
}
.icomin-star-half {
  background-position: -704px 0;
}
.icomin-star-full {
  background-position: -720px 0;
}
.icomin-fav {
  background-position: -736px 0;
}
.icomin-plus {
  background-position: -752px 0;
}
.icomin-minus {
  background-position: -768px 0;
}
.icomin-info {
  background-position: -784px 0;
}
.icomin-close {
  background-position: -800px 0;
}
.icomin-blocked {
  background-position: -816px 0;
}
.icomin-ok {
  background-position: -832px 0;
}
.icomin-up {
  background-position: -848px 0;
}
.icomin-right {
  background-position: -864px 0;
}
.icomin-down {
  background-position: -880px 0;
}
.icomin-left {
  background-position: -896px 0;
}
.icomin-top {
  background-position: -912px 0;
}
.icomin-checkbox-checked {
  background-position: -928px 0;
}
.icomin-checkbox-unchecked {
  background-position: -944px 0;
}
.icomin-radio-checked {
  background-position: -960px 0;
}
.icomin-radio-unchecked {
  background-position: -976px 0;
}
.icomin-share {
  background-position: -992px 0;
}
.icomin-google {
  background-position: -1008px 0;
}
.icomin-facebook {
  background-position: -1024px 0;
}
.icomin-instagram {
  background-position: -1040px 0;
}
.icomin-whatsapp {
  background-position: -1056px 0;
}
.icomin-telegram {
  background-position: -1072px 0;
}
.icomin-twitter {
  background-position: -1088px 0;
}
.icomin-youtube {
  background-position: -1104px 0;
}
.icomin-apple {
  background-position: -1120px 0;
}
.icomin-android {
  background-position: -1136px 0;
}
.icomin-talk {
  width: 18px !important;
  background-position: -1152px 0;
}
.icomin-warning {
  width: 18px !important;
  background-position: -1170px 0;
}
.icomin-people {
  width: 18px !important;
  background-position: -1188px 0;
}
.icomin-racket {
  background-position: -1206px 0;
}
.icomin-tags {
  width: 20px !important;
  background-position: -1222px 0;
}
.icomin-tag {
  background-position: -1242px 0;
}
.icomin-bell {
  background-position: -1258px 0;
}
.icomin-pie-chart {
  background-position: -1274px 0;
}
.icomin-stats-dots {
  background-position: -1290px 0;
}
.icomin-stats-bars {
  background-position: -1306px 0;
}
.icomin-padel {
  background-position: -1322px 0;
}
div[class^="bg-ico-"] {
  display: inline-block;
  border-radius: 5px;
  margin: 0 10px 0 0;
}
.bg-ico-ok {
  background: green;
  padding: 2px 3px 0 5px;
}
.bg-ico-warning {
  background: #e3b70a;
  padding: 5px 5px 2px 8px;
}
.bg-ico-error {
  background: red;
  padding: 5px 5px 2px 5px;
}
/* Animations */
.spin {
  animation: spin 1.5s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* BUTTONS */
a[class^="btn-"],
input[class^="btn-"] {
  padding: 6px 15px;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
}
a[class^="btn-"][data-hovertext]::after,
input[class^="btn-"][data-hovertext]::after {
  content: '';
  opacity: 0;
}
a[class^="btn-"][data-hovertext]:hover::after,
input[class^="btn-"][data-hovertext]:hover::after {
  opacity: 1;
  transition: all ease 0.5s;
  content: attr(data-hovertext) '';
}
.btn-green {
  background: #16BE0A;
  border: 1px solid #0D930D;
}
.btn-green.btntitle,
.btn-green:hover {
  background: #4ED145;
}
.btn-orange {
  background: #E89127;
  border: 1px solid #ED9C34;
}
.btn-orange.btntitle,
.btn-orange:hover {
  background: #ED9C34;
}
.btn-blue {
  background: #1D8DC1;
  border: 1px solid #117AAA;
}
.btn-blue.btntitle,
.btn-blue:hover {
  background: #49AEDD;
}
.btn-red {
  background: #E30922;
  border: 1px solid red;
}
.btn-red.btntitle,
.btn-red:hover {
  background: #FF1E35;
}
.btn-gray {
  background: #999;
  border: 1px solid #666;
}
.btn-gray.btntitle,
.btn-gray:hover {
  background: #AAA;
}
.btnWide {
  display: block !important;
  margin: 0 10px;
}
.btnHuge {
  font-size: 20px !important;
  padding: 7px 18px !important;
}
.btnHuge .icoloading {
  width: 28px;
  height: 28px;
}
.btnHuge span[class^="ico"] {
  vertical-align: middle;
}
.btnMini {
  font-size: 12px !important;
  padding: 2px 5px !important;
}
.btnMini .icoloading {
  width: 12px;
  height: 12px;
}
.btnMini span[class^="icomin-"] {
  transform: scale(0.9);
  vertical-align: middle;
}
/* LAYER */
.layerBg {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  outline: 0;
  display: table;
  background: rgba(0, 0, 0, 0.6);
  text-align: left;
}
.layerBg .layer {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
}
.layerBg .layer .modal {
  position: relative;
  opacity: 0;
  display: table;
  margin: 0 auto 70px;
  font-size: 14px;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.layerBg .layer .btnClose {
  position: absolute;
  right: -37px;
  top: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.layerBg .layer .tit {
  padding: 20px;
}
.layerBg .layer .con {
  padding: 20px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 300px;
  margin: 0 0 20px;
}
.layerBg .layer .nomargin {
  padding: 0;
}
.layerBg .layer .tit {
  font-size: 120%;
  border-bottom: 1px solid #eee;
  background: #e9f2f2;
  border-radius: 5px 5px 0 0;
  padding: 8px 20px;
  text-align: center;
}
.layerBg .layer .but {
  margin: -20px 0 0;
  padding: 10px 10px 5px;
  display: inline-block;
  width: 100%;
  text-align: right;
  border-top: 1px solid #eee;
  font-weight: bold;
}
.layerBg .layer .but a {
  margin: 0 0 7px 7px;
}
.layerBg .layer .lform {
  font-weight: bold;
}
.layerBg .layer .lform .row {
  margin: 0 0 20px;
}
.layerBg .layer .lform input:not([type=checkbox]),
.layerBg .layer .lform select,
.layerBg .layer .lform textarea {
  width: 100%;
  font-size: 14px;
}
.layerok .tit {
  background: #5bb059 !important;
  color: #FFF;
}
.layerwarning .tit {
  background: #dda263 !important;
  color: #FFF;
}
.layererror .tit {
  background: #df5f5f !important;
  color: #FFF;
}
.layerMobile {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 45px 0 0;
  background: #F2F9F9;
  height: 100%;
}
.layerMobile .cabMobile {
  position: fixed;
  height: 45px;
  top: 0;
  left: 0;
  width: 100%;
  background: #e9f2f2;
  text-align: center;
  font-size: 18px;
  padding: 10px 38px 0;
}
.layerMobile .cabMobile .right {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0.7;
}
.layerMobile .bodyMobile {
  overflow: auto;
  height: 100%;
  padding: 10px;
  background: #FFF;
}
.layerMobile .bodyMobile input,
.layerMobile .bodyMobile select,
.layerMobile .bodyMobile textarea {
  max-width: 100%;
}
.layerMobile .bodyMobile .but {
  text-align: right;
  margin: 10px 10px 0 0;
  clear: both;
}
.layerMobile .bodyMobile .but a {
  margin: 0 0 7px 7px;
}
.avisoBg {
  position: fixed;
  opacity: 0;
  text-align: center;
  top: 0;
  width: 100%;
  height: 1px;
}
.avisoBg .aviso {
  background: linear-gradient(#fff, #f6f6f6);
  border: 1px solid #f6f6f6;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 2px 7px #ccc;
  display: inline;
  margin: 0 auto;
  padding: 15px 25px;
  min-width: 300px;
  max-width: 600px;
}
/* LOGIN */
.loginmodal h3 {
  color: #738b99;
  margin: 0 0 10px;
  text-align: center;
}
.loginmodal .loginBox input {
  width: 100%;
  margin: 0 0 5px;
}
.loginmodal .loginBox input[type="checkbox"] {
  width: auto;
}
.loginmodal .loginBox .acceder {
  margin: 5px 0;
  display: block;
}
.loginmodal .loginBox .permanecer {
  margin: 10px 0 0 0;
  display: block;
  font-size: 12px;
  color: #999;
}
.loginmodal .loginBox div {
  margin: 10px 0;
  text-align: center;
}
.loginmodal .loginBox div .btnRecordarPwd {
  color: #3b7493;
  font-size: 12px;
}
.loginmodal .loginSocial iframe {
  height: 110px;
}
.loginmodal .alta,
.loginmodal .login {
  grid-column: 1/3;
  text-align: center;
  color: #3b7493;
  border-top: 1px solid #EEE;
  padding: 20px 0 0;
}
.loginmodal .alta a,
.loginmodal .login a {
  font-weight: bold;
  color: #3b7493;
}
.loginmodal #alta_info {
  margin: 20px 0 0;
  font-size: 12px;
  color: #999;
}
.loginmodal .altamodal div {
  text-align: left;
}
.loginmodal .altamodal .scorepwd {
  border-bottom: 1px solid #FFF;
  font-size: 12px;
  margin: 0 0 3px;
  display: inline-block;
}
.loginmodal .altamodal .scorepwd[score="0"] {
  display: none;
}
.loginmodal .altamodal .scorepwd[score="1"] {
  border-color: #f03636;
  color: #f03636;
}
.loginmodal .altamodal .scorepwd[score="1"]::before {
  content: "Muy débil";
}
.loginmodal .altamodal .scorepwd[score="2"] {
  border-color: #ec7e17;
  color: #ec7e17;
}
.loginmodal .altamodal .scorepwd[score="2"]::before {
  content: "Débil";
}
.loginmodal .altamodal .scorepwd[score="3"] {
  border-color: #10bd10;
  color: #10bd10;
}
.loginmodal .altamodal .scorepwd[score="3"]::before {
  content: "Fuerte";
}
.loginmodal .altamodal .scorepwd[score="4"] {
  border-color: #018f01;
  color: #018f01;
}
.loginmodal .altamodal .scorepwd[score="4"]::before {
  content: "Muy fuerte";
}
.loginmodal .altamodal label {
  font-size: 12px;
}
.loginmodal .altamodal label a {
  color: #3b7493;
  font-size: 12px;
}
.loginmodal .altamodal .crear {
  margin: 10px 0 0;
}
/* BOX */
.box {
  background: #FFF;
  border: 1px solid #EEE;
  border-radius: 5px;
  margin-bottom: 15px;
}
.box .titulo {
  background: linear-gradient(#2f4b5b, #0a2637);
  color: #FFF;
  font-size: 20px;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
.box .titulo .right {
  float: right;
  margin-top: -1px;
}
.box .titulo .right a {
  color: #FFF;
}
.box .titulo .right select {
  font-size: 12px;
}
.box .titulo .right .btnMini {
  font-size: 14px !important;
}
.box .claro {
  background: #3b7493;
}
.box .row {
  padding: 10px;
}
.box .row .rightcol {
  float: right;
}
.box .row:nth-of-type(odd) {
  background: #DEF1F2;
}
.box .row .txt {
  min-height: 20px;
}
.box .more {
  text-align: center;
  padding: 5px 0;
}
.box .more a {
  color: #126ee0;
}
.box.noborder {
  border: none;
}
.boxnew {
  background: #F6FAFB;
  border-radius: 5px;
  padding-bottom: 4px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.boxnew .titulo {
  color: #000;
  background: linear-gradient(#dbecf0, #F6FAFB);
  text-transform: none;
  font-family: "Roboto Condensed", arial;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
.boxnew .titulo [class^="icomin-"] {
  vertical-align: initial;
}
.boxnew .titulo .right {
  float: right;
}
.boxnew .titulo .right [class^="icomin-"] {
  vertical-align: middle;
}
.boxnew .titulo .right a:not([class^="btn-"]) {
  color: #000;
}
.boxnew .titulo.big {
  font-size: 24px;
}
.boxnew .row {
  background: #FFF;
  padding: 10px;
  margin: 0 4px 4px;
  border-radius: 5px;
  display: flex;
  border: 1px solid #EEE;
}
.boxnew .row:hover {
  background: #FAFAFA;
}
.boxnew .row.sel {
  background: orange !important;
}
.boxnew .row.rowtit {
  background: linear-gradient(#87b2cc, #4d8cb3);
  color: #FFF;
}
.boxnew .row.rowtit:hover {
  background: linear-gradient(#87b2cc, #4d8cb3);
}
.boxnew .row.rowsubtit {
  background: #EEE;
  font-weight: bold;
  padding: 5px;
  display: block;
  text-align: center;
}
.boxnew .more {
  text-align: center;
  margin: 10px;
  background: linear-gradient(transparent, #FFF);
  padding: 5px 0;
  border-radius: 0 0 5px 5px;
}
.boxnew .more a {
  color: #3b7493;
}
/* MENU OPCIONES */
.menuopt {
  position: relative;
  z-index: 1;
}
.menuopt > div {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  padding: 24px 0 0;
  right: -10px;
}
.menuopt > div > div {
  width: 200px;
  /*top: 16px; left: 0;*/
  display: table;
  padding: 10px;
  border: 1px solid #EEE;
  background: #FCFCFC;
  color: #666;
  border-radius: 4px;
  background-image: none;
}
.menuopt > div > div div {
  margin: 5px 0;
}
.menuopt > div > div a {
  color: #333 !important;
}
.menuopt:hover > div {
  visibility: visible;
}
.menuoptlabel .menuoptcontrol {
  display: none;
}
.menuoptlabel .menuoptcontrol:checked ~ .menuopt > div {
  visibility: visible;
}
.listado {
  position: relative;
}
.listado .row {
  /*height:25px; padding:3px 0 0 !important;*/
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  position: relative;
}
.listado .row .pos {
  float: left;
  font-size: 12px;
  font-weight: 700;
  padding: 1px 5px 0 0;
  text-align: right;
  width: 42px;
}
.listado .row .pos span {
  cursor: default;
}
.listado .row .name a {
  color: #333;
}
.listado .row .name div {
  height: 20px;
  overflow: hidden;
}
.listado .row.dobles {
  /*height:45px;*/
}
.listado .row.dobles .pos {
  height: 40px;
  font-size: 24px;
  position: relative;
  text-align: center;
  padding: 0;
  margin: -4px 0;
}
.listado .row.dobles .pos span {
  font-size: 14px;
  position: absolute;
  top: 23px;
  width: 42px;
  display: block;
}
.listado .row .full {
  padding: 1px 5px !important;
}
.listado .row .right {
  float: right;
}
.listado .row .txt {
  min-height: 20px;
}
.listado .row .sub {
  font-size: 12px;
  color: #888;
  margin: 0 0 0 16px;
}
.listado .puntos {
  position: absolute;
  top: 3px;
  right: 10px;
  cursor: default;
}
.listado .puntos div {
  float: left;
  width: 40px;
  text-align: center;
}
.listado .titulo .puntos {
  top: 5px;
}
.listado .row .puntos .pt {
  color: green;
  font-weight: bold;
  position: relative;
}
.listado .row .puntos .pt .pe {
  position: absolute;
  color: red;
  right: -17px;
  top: 5px;
  font-size: 10px;
  font-weight: normal;
}
.listado .row .puntos .pg {
  color: green;
}
.listado .row .puntos .pp {
  color: red;
}
.listado .row .puntos .ds {
  color: blue;
}
.listado .rowtit {
  padding: 3px 0 0 5px;
}
.listado .rowtit .puntos div {
  color: #FFF !important;
}
/*
.listado .grupos {height:18px; *height:24px}
.listado .grupos .capi {width:20px; float:left; text-align:center}
.listado .grupos .puesto {font-size:14px; width:30px; text-align:center}
.listado .dobles {height:30px; *height:36px}
.listado .dobles .puesto{font-size:24px}
.listado .dobles .puntos{top:10px}
*/
.tablon {
  clear: both;
}
.tablon .aviso {
  display: grid;
  grid-template-columns: 125px auto 60px;
  gap: 0 5px;
}
.tablon .aviso .nuevoAviso {
  text-align: right;
  padding: 5px 10px;
}
.tablon .aviso .fec {
  margin: 0 0 0 5px;
  color: #666;
  font-weight: bold;
}
.tablon .aviso .btns {
  text-align: right;
}
.tablon .aviso .tex {
  display: none;
  grid-column: 2/3;
  color: #999;
  padding: 5px 0 0;
}
.tablon .botonBorrar {
  display: inline-block;
}
.tablon .botonRecuperar {
  display: none;
}
.tablon .avisoborrado {
  background: #CCC;
}
.tablon .avisoborrado .botonRecuperar {
  display: inline-block;
}
.tablon .avisoborrado .botonBorrar {
  display: none;
}
.tablon .avisoborrado:hover {
  background: #CCC;
}
#text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
  box-sizing: border-box;
  color: grey;
  height: 60px;
  overflow-y: scroll;
  padding: 5px;
  resize: none;
  width: 100%;
}
.previewPosted {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px dashed #b3b3b3;
  box-sizing: border-box;
  color: black;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  margin: 0 10px 20px;
  padding: 5px;
}
.previewPosted a {
  color: #3B5998;
}
.previewPosted a:hover {
  color: #3B5998;
  text-decoration: underline;
}
.previewFotos {
  border-top: 1px dashed #cccccc;
  display: none;
  padding: 8px 0;
}
.previewFotos .previewFoto {
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #cccccc;
  float: left;
  height: 97px;
  margin: 2px;
  width: 128px;
}
.posts {
  text-align: center;
  background: #FFF;
}
.posts img {
  border: 1px solid #cccccc;
  float: left;
}
.posts .hilo {
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  clear: both;
  font-size: 14px;
  margin: 0 10px;
  padding: 15px 0 20px;
}
.posts .hilo .hiloancla {
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-top: 70px solid transparent;
  margin-top: -70px;
}
.posts .hilo .postright {
  margin: 0 0 0 55px;
  position: relative;
}
.posts .hilo .postright a {
  color: #3648A0;
  font-size: 11px;
  text-decoration: none;
}
.posts .hilo .postright .adjunto {
  background: #F7F7F7;
  border: 1px solid #dddddd;
  margin: 20px 0;
  padding: 7px;
}
.posts .hilo .postright .adjunto a {
  color: #0A2637;
  font-weight: bold;
  text-decoration: none;
}
.posts .hilo .postright .adjunto .desc {
  margin: 5px 0;
}
.posts .hilo .postright .adjunto .thumb {
  float: left;
}
.posts .hilo .postright .adjunto .visorfotos {
  float: left;
  position: relative;
  width: 100%;
}
.posts .hilo .postright .adjunto .visorfotos .pagvisor {
  background-color: rgba(0, 0, 0, 0.6);
  border-top: 1px solid #777777;
  bottom: 0;
  color: #ffffff;
  margin: 0 0 0 -1px;
  padding: 13px 0;
  position: absolute;
  right: -1px;
  text-align: right;
  width: 100%;
}
.posts .hilo .postright .adjunto .visorfotos .pagvisor span {
  border-radius: 5px;
  border: 2px solid #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin: 0 6px 0 0;
  padding: 5px 8px;
}
.posts .hilo .postright .adjunto .visorfotos .pagvisor span.sel {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #000000;
  cursor: default;
}
.posts .hilo .cerrar {
  background-image: url("https://storage.googleapis.com/15iguales.es/imgs/close.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 15px;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 15px;
}
.posts .hilo .cerrar:hover {
  background-position: left -32px;
}
.posts .hilo .cerrar:active {
  background-position: left -48px;
}
.posts .hilo .nombre {
  margin: 0 0 5px 0;
}
.posts .hilo .nombre a {
  color: #0A2535;
  font-size: 12px;
  font-weight: bold;
}
.posts .hilo .nombre span {
  color: #999999;
  font-size: 11px;
}
.posts .hilo .titcom {
  color: #ffffff;
  font-weight: bold;
  margin: 15px 0 0 0;
}
.posts .pag {
  background: #F9F9F9;
  margin: 15px 5px;
  padding: 10px 0;
  text-align: center;
}
.posts .hilo > img {
  margin: 0 7px 1px 0;
}
.nopost .linkPreview {
  display: none !important;
}
.nocom .comentariosadd {
  display: none !important;
}
.tooltip .posts .hilo {
  border: none;
  margin: 0;
  padding: 0;
}
.tooltip .comentarios {
  margin: 10px 0 0;
}
.postsadd {
  background: #F2F9F9;
  margin: 0 0 15px;
}
.postsadd img {
  float: left;
  height: 60px;
  margin: 10px 0 10px 10px !important;
  width: 60px;
}
.postsadd textarea {
  border: 1px solid #cccccc;
  float: left;
  height: 60px;
  margin: 10px;
  overflow: none;
  width: 80%;
}
.postsadd .addBotones {
  background: #DEF1F2;
  clear: both;
  height: 40px;
}
.postsadd .addBotones a {
  float: right;
  margin: 7px 20px;
}
.comentarios {
  background: #F2F9F9;
  margin: 10px 0 0 50px;
}
.comentarios div {
  color: #555555;
}
.comentarios .avatar {
  height: 40px;
  width: 40px;
  top: 5px;
  left: 5px;
}
.comentarios .more {
  margin: 0 0 5px;
  padding: 5px 0;
  border-bottom: 2px solid #fff;
  text-align: center;
}
.comentarios .more a {
  font-size: 11px;
  color: #5587c5;
}
.comentario {
  display: grid;
  grid-template-columns: 45px auto;
  border-bottom: 2px solid #ffffff;
  font-size: 11px;
  padding: 5px;
  position: relative;
}
.comentario .nombre {
  margin: 0 0 5px 0;
}
.comentario .nombre a {
  color: #0A2535;
  font-weight: bold;
  text-decoration: none;
}
.comentario .nombre span {
  color: #999999;
}
.comentario img {
  margin: 0 7px 1px 0;
}
.comentariosadd {
  padding: 5px;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 40px auto 75px;
}
.comentariosadd textarea {
  border: 1px solid #CCCCCC;
  color: grey;
  font-size: 12px;
  height: 40px;
  padding: 1px 3px;
}
#preview {
  border-top: 1px dashed #cccccc;
  color: black;
  display: none;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  padding: 5px;
  padding: 8px 0;
}
#previewImages {
  margin: 0 10px;
  width: 130px;
}
#previewButtons {
  display: none;
  margin-bottom: 39px;
  margin-top: 12px;
}
#previewContent {
  font-size: 11px;
  margin: 0 0 0 150px;
}
#previewTitle {
  font-size: 12px;
  font-weight: bold;
}
#previewTitle span {
  cursor: pointer;
  word-break: break-word;
}
#previewUrl {
  color: #666666;
  font-size: 11px;
  margin: 5px 0 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#previewDescription {
  margin: 0 10px 0 0;
}
#previewDescription span {
  cursor: pointer;
  word-break: break-word;
}
.buttonLeftActive {
  background-image: url('https://storage.googleapis.com/15iguales.es/imgs/selectionButtons.gif');
  background-position: 0 -83px;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  height: 22px;
  width: 25px;
}
.buttonLeftActive:active {
  background-image: url('https://storage.googleapis.com/15iguales.es/imgs/selectionButtons.gif');
  background-position: -100px -83px;
  background-repeat: no-repeat;
}
.buttonRightActive {
  background-image: url('https://storage.googleapis.com/15iguales.es/imgs/selectionButtons.gif');
  background-position: -25px -83px;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  height: 22px;
  margin-right: 10px;
  width: 25px;
}
.buttonRightActive:active {
  background-image: url('https://storage.googleapis.com/15iguales.es/imgs/selectionButtons.gif');
  background-position: -125px -83px;
  background-repeat: no-repeat;
}
.buttonLeftDeactive {
  background-image: url('https://storage.googleapis.com/15iguales.es/imgs/selectionButtons.gif');
  background-position: -50px -83px;
  background-repeat: no-repeat;
  float: left;
  height: 22px;
  width: 25px;
}
.buttonRightDeactive {
  background-image: url('https://storage.googleapis.com/15iguales.es/imgs/selectionButtons.gif');
  background-position: -75px -83px;
  background-repeat: no-repeat;
  float: left;
  height: 22px;
  margin-right: 10px;
  width: 25px;
}
.photoNumbers {
  float: left;
  font-size: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
.chooseThumbnail {
  color: #999999;
  float: left;
  font-size: 10px;
  margin-top: 5px;
}
#previewLoading {
  height: 12px;
  position: absolute;
  right: 5px;
  top: 5px;
}
#previewLoading img {
  border: none;
}
.linkPreview {
  position: relative;
}
#noThumbDiv {
  color: #333333;
  font-size: 11px;
}
.noThumbCb {
  clear: both;
  float: left;
  margin-left: 0px;
  margin-right: 4px;
  vertical-align: -2px;
}
.nT {
  cursor: pointer;
  float: left;
  margin-top: 3px;
}
.inputPreview {
  font-size: 11px;
  margin-left: -2px;
  padding: 3px 1px;
  width: 90%;
}
#closePreview {
  background-image: url("https://storage.googleapis.com/15iguales.es/imgs/close.png");
  background-repeat: no-repeat;
  cursor: pointer;
  float: right;
  height: 15px;
  margin: 0 5px 0 0;
  width: 15px;
}
#closePreview:hover {
  background-position: left -32px;
}
#closePreview:active .closePreview:active {
  background-position: left -48px;
}
.closePreview {
  background-image: url("https://storage.googleapis.com/15iguales.es/imgs/close.png");
  background-repeat: no-repeat;
  cursor: pointer;
  float: right;
  height: 15px;
  margin: 0 5px 0 0;
  width: 15px;
}
.closePreview:hover {
  background-position: left -32px;
}
#postPreview {
  background: #F2F9F9;
  border-width: 1px 0;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 0 5px;
}
#postPreview .ico-img {
  float: left;
  margin: 7px 0 0 5px;
}
#postPreview .btn-blue {
  float: right;
  margin: 5px 0;
}
.previewImagesPosted {
  cursor: pointer;
  float: left;
  margin-right: 12px;
  width: 130px;
}
.previewContentPosted {
  float: left;
  font-size: 11px;
}
.previewTitlePosted {
  color: #3B5998;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto 2px auto;
}
.previewTitlePosted a {
  color: #3B5998;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto 2px auto;
}
.previewTitlePosted a:hover {
  color: #3B5998;
  text-decoration: underline;
}
.previewTitlePosted span {
  cursor: pointer;
  word-break: break-word;
}
.previewUrlPosted {
  color: gray !important;
  font-size: 11px;
  margin: 0 auto 9px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.previewUrlPosted a {
  color: gray !important;
  font-size: 11px;
  margin: 0 auto 9px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.previewUrlPosted a:hover {
  color: #3B5998;
  text-decoration: underline;
}
.previewDescriptionPosted {
  margin: 0 auto 8px auto;
}
.previewDescriptionPosted span {
  color: gray;
  word-break: break-word;
}
.previewTextPosted {
  margin-bottom: 10px;
  word-break: break-word;
}
.videoPostPlay {
  background-image: url('https://storage.googleapis.com/15iguales.es/imgs/play.png');
  bottom: 5px;
  float: left;
  height: 26px;
  left: 5px;
  margin-left: 5px;
  margin-top: -31px;
  width: 35px;
  z-index: 1;
}
.partidos {
  text-align: center;
}
.partido {
  background: url("https://storage.googleapis.com/15iguales.es/imgs/marcador.png?1") no-repeat left top #364751;
  box-shadow: 3px 2px 3px #000;
  height: 121px;
  margin: 15px auto;
  position: relative;
  width: 336px;
  text-align: left;
}
.partido div {
  position: absolute;
  color: #feeb0b;
}
.partido .j11,
.partido .j12,
.partido .j21,
.partido .j22 {
  left: 17px;
  width: 180px;
  height: 13px;
  overflow: hidden;
  font-size: 10px;
}
.partido .j11 select,
.partido .j12 select,
.partido .j21 select,
.partido .j22 select {
  font-size: 9px;
  margin: -2px 0 0 -2px;
  width: 163px;
}
.partido .j11 {
  top: 17px;
}
.partido .j12 {
  top: 32px;
}
.partido .j21 {
  top: 66px;
}
.partido .j22 {
  top: 81px;
}
.partido div[class^="set"] {
  right: 110px;
  font-size: 28px;
  font-family: verdana;
}
.partido .set1 {
  top: 11px;
}
.partido .set2 {
  top: 60px;
}
.partido div[class^="jo"] {
  font-size: 28px;
  font-family: verdana;
}
.partido .jo11 {
  top: 11px;
  right: 71px;
}
.partido .jo21 {
  top: 60px;
  right: 71px;
}
.partido .jo12 {
  top: 11px;
  right: 41px;
}
.partido .jo22 {
  top: 60px;
  right: 41px;
}
.partido .jo13 {
  top: 11px;
  right: 11px;
}
.partido .jo23 {
  top: 60px;
  right: 11px;
}
.partido .notas {
  top: 101px;
  left: 10px;
  font-size: 12px;
  width: 320px;
  text-align: center;
  color: white;
}
.partido .notas div {
  left: 0;
}
.partido .notas a {
  color: #fff;
}
.partido .notas input.datetime {
  width: 110px;
  font-size: 12px;
  padding: 0 5px;
  margin: 0 0 0 5px;
}
.partido .notas .horario {
  font-size: 10px;
  margin: 0 0 0 2px;
  color: #FFF;
}
.partido .notas .icoredcross {
  cursor: pointer;
}
.partido .notas .enviarres {
  float: right;
  font-size: 10px;
  cursor: pointer;
}
.partido .notas .enviarres .icomin-edit {
  vertical-align: bottom;
}
.partido .notas label {
  color: #fff;
  float: left;
}
.partido .notas .savePartido {
  float: right;
}
.partido div[class^="winner"] {
  left: 12px;
  width: 188px;
  height: 34px;
  border: 2px solid #E87F17;
  color: white;
}
.partido .winner1 {
  top: 15px;
}
.partido .winner2 {
  top: 63px;
}
.partido .llama1 {
  top: 31px;
  left: 160px;
}
.partido .llama2 {
  top: 80px;
  left: 160px;
}
.partido .lluvia,
.partido .wo,
.partido .woj {
  height: 100px;
  right: 5px;
  position: absolute;
  top: 4px;
  width: 128px;
}
.partido .lluvia {
  background: url("https://storage.googleapis.com/15iguales.es/imgs/lluvia.png");
}
.partido .wo {
  background: url("https://storage.googleapis.com/15iguales.es/imgs/wo.png");
}
.partido .woj {
  background: url("https://storage.googleapis.com/15iguales.es/imgs/woj.png");
}
.partido .notastop {
  width: 100%;
}
.partido .notastop div {
  left: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
.partido .notastop div .instalacion {
  font-weight: normal;
}
@media all and (max-width: 346px) {
  .partido {
    background: url("https://storage.googleapis.com/15iguales.es/imgs/marcador310.png?1") no-repeat left top #364751;
    width: 310px;
  }
  .partido .j11,
  .partido .j12,
  .partido .j21,
  .partido .j22 {
    width: 153px;
  }
  .partido div[class^="winner"] {
    width: 162px;
  }
  .partido .notas {
    width: 294px;
  }
}
.accordion .acc_title {
  display: flex;
  background: #ececec;
  color: #333;
  text-transform: uppercase;
  font-family: "Roboto Condensed", arial;
  font-size: 16px;
  padding: 0 10px;
  border-bottom: 1px solid #FAFAFA;
}
.accordion .acc_title label {
  flex: 1 1;
  margin: 5px 0 0;
}
.accordion .acc_title .flecha {
  width: 32px;
  height: 32px;
  background: none;
  border-radius: 50%;
}
.accordion .acc_title:hover {
  background: #b3f0bf;
}
.accordion .acc_body {
  overflow: hidden;
  max-height: 0;
  padding: 0 5px;
  transition: all 0.3s ease-out;
  background-color: #F9F9F9;
}
.accordion.opened .acc_title {
  background: #b3f0bf;
}
.accordion.opened .acc_title .flecha {
  transform: rotate(180deg);
}
.accordion.opened .acc_body {
  padding: 10px 5px;
  max-height: initial;
}
.comhead {
  margin: 10px 0 0;
}
.comhead .colizq .cartel {
  background: #FFF;
  border: 1px solid #eee;
}
.comhead .colizq .txt {
  margin: 15px 0;
  text-align: center;
}
.comhead .colizq .txt .tit {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: bold;
}
.comhead .colizq .btn {
  margin: 20px 0;
}
.comhead .coldch .tit {
  font-weight: bold;
  color: #666;
  font-size: 12px;
}
.comhead .coldch .txt {
  color: #666;
}
.comhead .coldch .txt.enum li {
  margin: 0 0 5px;
  list-style: square;
}
.comhead .coldch .txt a {
  color: green !important;
}
.comhead .coldch .descr {
  display: initial;
}
.comhead .coldch .info {
  font-size: 11px;
  color: #999;
}
.comhead .coldch .expandible {
  height: 35px;
  overflow: hidden;
  position: relative;
}
.comhead .coldch .expandible .linkExpandir {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.85));
  font-size: 22px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
}
.comhead .coldch .expandible .linkExpandir.linkExpandir:hover {
  background: rgba(255, 255, 255, 0.5);
}
.comhead .coldch .expanded {
  height: auto;
}
.comhead .coldch .expanded .linkExpandir {
  display: none;
}
.comhead .coldch .contacto {
  background: #F0F8FF;
  line-height: 2;
  padding: 10px;
}
.patro {
  text-align: center;
}
.patro .titulo {
  text-align: left;
}
.patro div {
  margin: 0 0 10px;
}
.calendarioe .titulo {
  margin: 0 0 5px;
}
.calendarioe .row {
  display: block;
  text-align: center;
  color: green;
}
.calendarioe .row.rowtit {
  background-color: #EEE;
  color: initial;
  padding: 5px 0;
  font-weight: bold;
}
.calendarioe .row.rowtit:hover {
  background-color: #EEE;
}
.calendarioe .row.aplazados {
  color: #999;
}
.puntosje .row {
  display: grid;
  grid-gap: 0 5px;
  grid-template-columns: 45px auto;
  grid-template-rows: 23px 22px;
  padding: 5px;
}
.puntosje .row .foto {
  grid-row: 1 / 3;
}
.puntosje .row .foto a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #F0F0F0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.puntosje .row .nombre {
  overflow: hidden;
}
.puntosje .row .nombre a {
  font-weight: bold;
}
.puntosje .row .datos {
  font-size: 12px;
}
.comp2 .listado .row .pos,
.comp5 .listado .row .pos {
  width: 25px;
}
.comp2 .listado .dobles .pos,
.comp5 .listado .dobles .pos {
  width: 30px !important;
}
.comp2 .listado .dobles .puntos,
.comp5 .listado .dobles .puntos {
  top: 13px !important;
}
.comp0 .row {
  padding: 5px !important;
}
.comp3 .liga {
  margin: 5px 0 0;
}
.comp3 .enfrentamientos .jornada {
  text-align: center;
  font-weight: bold;
  margin: 30px 0 15px;
  display: block;
}
.comp3 .enfrentamientos .jornada:first-child {
  margin: 15px 0;
}
.combody {
  clear: both;
}
  /* latin */
  @font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjsGyN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
.hclub {
  /*.box .titulo{background: linear-gradient(#44718c, #425a77);}*/
}
.hclub header {
  background: linear-gradient(#2f4b5b, #0a2637);
  box-shadow: 0 1px 3px #2B2B2B;
}
.hclub header .hcenter {
  display: flex;
}
.hclub header .hcenter .logo {
  float: none !important;
  margin: -45px 0 0 !important;
  transition: all 0.3s ease;
  overflow: hidden;
}
.hclub header .hcenter .logo img {
  height: 40px;
  border-radius: 3px;
}
.hclub header .hcenter .name {
  margin: -45px 0 0;
  transition: all 0.3s ease;
  width: 0;
  overflow: hidden;
}
.hclub header .hcenter .name a {
  font-family: "Ubuntu", Arial;
  font-size: 30px;
  color: #FFF;
}
.hclub header .hcenter .social {
  margin: 18px 0 0;
}
.hclub header .hcenter .social span {
  margin: 0 10px 0 0;
}
.hclub header .hcenter .secciones {
  flex: 1 1 auto;
}
.hclub header .hcenter.scroll .logo {
  margin-top: 5px !important;
}
.hclub header .hcenter.scroll .name {
  margin: 3px 20px 0 10px;
  width: auto;
}
.hclub .head {
  background-position: 0 -76px;
  background-size: cover;
  margin: 0 0 10px;
  display: flex;
}
.hclub .head .wrapper {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  align-self: flex-end;
  width: 100%;
  text-align: center;
}
.hclub .head .wrapper h1 {
  color: #EEE;
  text-shadow: 1px 1px 1px #000;
  font-family: "Ubuntu", arial;
  line-height: 1;
  font-size: 90px;
  margin: 40px 0 0;
}
.hclub .head .wrapper .txt {
  color: #CCC;
  font-size: 16px;
}
.hclub footer {
  background: #f4f6fb;
  border: none;
  color: #999;
  padding: 20px 0;
}
.hclub footer .wrapper a {
  color: #1D3C4F;
  font-size: 12px;
}
.hclub footer .wrapper a:hover {
  color: #738b99;
}
.hclub footer .wrapper .links {
  float: none;
  margin: 0;
  border-bottom: 1px solid #1D3C4F;
}
.hclub footer .wrapper .links a {
  margin: 0 30px 0 0;
  color: #1D3C4F;
  font-size: 14px;
}
.hclub footer .wrapper .links a:hover {
  color: #738b99;
}
.hclub footer .wrapper .logoc img {
  max-height: 100px;
  border-radius: 5px;
}
.hclub footer .wrapper .logo15i {
  margin: 10px 0 0;
}
.hclub {
  background: #d5deee;
}
.hclub .head {
  height: 450px;
}
.hclub .head .wrapper .txt {
  margin: 10px 250px 50px;
}
.hclub footer {
  text-align: center;
}
.hclub footer .wrapper {
  margin: 20px auto;
  width: 1255px;
  text-align: left;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 30px auto;
  grid-gap: 20px 50px;
}
.hclub footer .wrapper .logoc {
  text-align: right;
}
.hclub footer .wrapper .links {
  grid-column: 1/3;
}
.hclub footer .wrapper .texto {
  grid-row: 2;
}
body {
  padding: 50px 0 0;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
header {
  display: flex;
  text-align: left;
}
header .menu {
  flex: 1 1;
}
header .hcenter {
  width: 1255px;
}
header .hcenter .logo {
  float: left;
  margin: 4px 0 0 10px;
}
header .hcenter .dep {
  float: left;
  margin: 11px 0 0 20px;
  padding: 0 0 0 10px;
}
header .hcenter .dep li {
  float: left;
  list-style: none;
  margin: 0 8px 0 0;
  padding: 3px 30px;
  border-radius: 2px;
}
header .hcenter .dep li a {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Roboto", arial;
  color: #FFF;
}
@media (max-width: 1460px) {
  header .menu {
    flex: none;
  }
  header .hcenter {
    flex: 1 1;
  }
}
@media (max-width: 720px) {
  header .dep {
    display: none;
  }
}
.topad {
  margin: 10px 0;
  text-align: center;
}
.nav-panel {
  box-shadow: 1px 3px 3px #666;
  text-align: left;
}
.nav-panel.nav0 {
  left: -290px;
  width: 280px;
}
.nav-panel.nav0.opened {
  left: 0;
}
.nav-panel.nav1 {
  right: -330px;
  width: 320px;
}
.nav-panel.nav1.opened {
  right: 0;
}
.curtain {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 1;
}
.main {
  background: #FFF;
  margin: 10px auto 30px;
  width: 1255px;
  border-radius: 4px;
  text-align: left;
  flex: 1 0 auto;
}
.maincol2 {
  display: flex;
}
section {
  flex: 1 1;
  padding: 10px;
}
section.wide {
  width: 100%;
}
aside {
  width: 336px;
  margin: 0 10px 0 0;
  padding: 10px 0;
}
aside .slot,
aside .slotoff {
  margin: 0 0 10px;
}
footer {
  padding: 0 0 5px;
  margin: 100px 0 0;
  text-align: left;
}
footer .cen {
  margin: 50px auto 40px;
  width: 1255px;
  display: flex;
}
.loginmodal {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 50% 50%;
  width: 650px;
}
.loginmodal .loginBox {
  width: 100%;
  margin: 0 0 10px;
  padding: 0 15px 0 0;
  border-right: 1px solid #EEE;
}
.loginSocial {
  padding: 0 0 0 15px;
}
.comhead .colizq {
  float: left;
  margin: 0 10px 0 0;
  width: 252px;
}
.comhead .coldch {
  float: left;
  width: 627px;
}
.comhead .coldch .tit {
  width: 120px;
}
.comhead .coldch .txt {
  flex: 1 1;
}
.comhead .coldch .contacto {
  margin: 10px 10px 10px 0;
}
.combody {
  clear: both;
  margin: 10px 0 0;
}
.clasif {
  float: left;
}
.muro {
  float: left;
  margin: 0 0 0 10px;
}
.titulo .right select {
  font-size: 14px;
  padding: 0;
}
.comp0 .listado {
  width: 439px;
  float: left;
}
.comp0 .listado:first-child {
  margin: 0 11px 0 0;
}
.comp0 .listado .row {
  padding: 5px !important;
}
.comp1 .clasif {
  width: 320px;
}
.comp1 .muro {
  width: 559px;
}
.comp2 .clasif {
  width: 430px;
}
.comp2 .muro {
  width: 449px;
}
.comp3 .clasif,
.comp3 .muro {
  float: none;
}
.comp3 .ligatitulo {
  float: right;
}
.comp3 .ligatitulo div {
  float: left;
  text-align: center;
}
.comp3 .liga .part {
  width: 80px;
}
.comp3 .liga .sets {
  width: 100px;
}
.comp3 .liga .juegos {
  width: 120px;
}
.comp3 .liga .pt {
  width: 60px;
}
.comp3 .ligajornada .lires {
  width: 60px;
  text-align: center;
}
.comp3 .ligajornada .livisitante,
.comp3 .ligajornada .lilocal {
  width: 200px;
}
.comp3 .ligajornada .lilocal {
  text-align: right;
}
.comp3 .ligajornada .livs {
  font-weight: bold;
  margin: 0 15px;
}
.comp3 .ligajornada .lisede {
  flex: 1 1;
}
.comp3 .ligajornada .lidia {
  color: gray;
  padding: 0 10px 0 0;
  width: 138px;
}
.comp3 .ligajornada .lidia input {
  padding: 0 0 0 3px;
  font-size: 12px;
  width: 105px;
}
.comp3 .ligajornada .ligo {
  width: 16px;
}
.comp3 .listado {
  margin: 10px 0 0;
}
.comp3 .enfrentamientos,
.comp3 .muro {
  margin: 30px 0 0;
}
.comp3 .clasif > .box {
  border: none;
}
.comp4 .muro {
  width: 100%;
}
.comp5 .clasif {
  width: 430px;
}
.comp5 .muro {
  width: 449px;
}
.hclub .secciones {
  grid-row: 2;
  grid-column: 3;
  text-align: right;
  margin: 18px 0 0;
  font-family: "Roboto", arial;
}
.hclub .secciones ul {
  font-size: 0;
  list-style-type: none;
}
.hclub .secciones ul li {
  display: inline-block;
  padding: 0 0 15px;
  position: relative;
}
.hclub .secciones ul li label + input {
  display: none;
}
.hclub .secciones ul li a {
  color: #FFF;
  padding: 0 15px;
  text-transform: uppercase;
}
.hclub .secciones ul li a.admin {
  color: #FFA719;
}
.hclub .secciones ul li:hover a {
  color: #FFA719;
}
.hclub .secciones ul li ul {
  display: none;
  z-index: 2;
  margin-top: 12px;
  width: 200px;
  left: 10px;
  position: absolute;
  text-align: initial;
  box-shadow: 1px 1px 3px #666;
}
.hclub .secciones ul li ul li {
  display: block;
  background-color: #F9F9F9;
  padding: 0;
  /* span {float: right; color: red;	background-color: blue;	padding: 2px 5px; text-align: center; border-radius: 3px;} */
}
.hclub .secciones ul li ul li a {
  color: #666 !important;
  display: block;
  padding: 10px;
  font-weight: bold;
  text-transform: none;
}
.hclub .secciones ul li ul li a:hover {
  margin-left: 7px;
  color: #738b99 !important;
  transition: all 0.2s ease;
}
.hclub .secciones ul li:hover {
  cursor: pointer;
}
.hclub .secciones ul li:hover ul {
  display: block;
}
