﻿
html, body {
    height: 100%;
    background-color: #9d9d9d;
}

#divPrincipal {
    max-width:1024px;
    margin: auto;
    min-height: 100%;
}

::-webkit-scrollbar {
        width: 50px;
    }

#contenido {
    background-color: #9d9d9d;
}


.tituloPartido {
    text-align: left;
    font-size: small;
    font-weight: bold;
    font-family: Roboto !important;
    color: gray;
    width: 100%;
}

.mdl-mini-footer {
    height: 60px;
}

.global {
	width: 1024px;
	max-width: 1024px;
	align-content: center;
}

.ocultar {
    display: none;
}

.thumb {
    height: 75px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}

#uploadBtnImagenFondo {
    cursor: pointer;
    height: 100%;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 4;
}

#imagenFondo {
    box-sizing: border-box;
    width: calc(100% - 32px);
}

#div_uploadBtnImagenFondo{
    right: 0;
}

#uploadBtnImagenFoto {
    cursor: pointer;
    height: 100%;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 4;
}

#imagenFoto {
    box-sizing: border-box;
    width: calc(100% - 32px);
}

#div_uploadBtnImagenFoto {
    right: 0;
}

.fecha {
    float: right;
    margin-left: 10px;
    padding: 35px 5px 0;
    position: relative;
    height: 12px;
    width: 20px;
}
    .fecha .day {
        font-family: Roboto !important;
        font-size: 9pt !important;
        font-weight: 900 !important;
        font-stretch: condensed !important;
        left: -1px;
        line-height: 17px;
        position: absolute;
        top: 0px;
        color: white;
        width: 20px;
        text-align: center;
        vertical-align: middle;
        background-color: #4051b5;
    }

    .fecha .dayQ {
        font-family: Roboto !important;
        font-size: 9pt !important;
        font-weight: 900 !important;
        font-stretch: condensed !important;
        left: -1px;
        line-height: 17px;
        position: absolute;
        top: 0px;
        color: white;
        width: 20px;
        text-align: center;
        vertical-align: middle;
        background-color: #4051b5;
    }

    fecha .dayQ {
        font-family: Roboto !important;
        font-size: 9pt !important;
        font-weight: 900 !important;
        font-stretch: condensed !important;
        left: -11px;
        line-height: 17px;
        position: absolute;
        top: 0px;
        color: white;
        width: 20px;
        text-align: center;
        vertical-align: middle;
        background-color: #4051b5;
    }
    .fecha .month {
        font-family: Roboto !important;
        font-size: 7pt !important;
        font-weight: 300 !important;
        font-stretch: condensed !important;
        text-transform: uppercase;
        bottom: 15px;
        left: -1px;
        position: absolute;
        color: white;
        width: 20px;
        text-align: center;
        vertical-align: middle;
        background-color: #4051b5;
    }

    .fecha .monthQ {
        font-family: Roboto !important;
        font-size: 7pt !important;
        font-weight: 300 !important;
        font-stretch: condensed !important;
        text-transform: uppercase;
        bottom: 33px;
        left: -1px;
        position: absolute;
        color: white;
        width: 20px;
        text-align: center;
        vertical-align: middle;
        background-color: #4051b5;
    }

    .fecha .year {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        position: absolute;
        right: -11px;
        top: 10px;
        font-family: Roboto !important;
        font-size: 7pt !important;
        font-weight: 300 !important;
        color: white;
        width: 26px;
        height: 11px;
        background-color: #5b5b5b;
        display: inline-flex;
        align-items: center;
        vertical-align: middle;
        text-align: center !important;
        padding-left: 6px;
    }

    .fecha .yearQ {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        position: absolute;
        right: -22px;
        top: -6px;
        font-family: Roboto !important;
        font-size: 7pt !important;
        font-weight: 300 !important;
        color: white;
        width: 28px;
        height: 11px;
        background-color: #5b5b5b;
        display: inline-flex;
        align-items: center;
        vertical-align: middle;
        text-align: center !important;
        padding-left: 6px;
    }

    .fecha .hour {
        font-family: Roboto !important;
        font-size: 7pt !important;
        font-weight: 700 !important;
        font-stretch: condensed !important;
        left: -1px;
        position: absolute;
        color: #4051b5;
        width: 30px;
        height: auto;
        text-align: center;
        bottom: -3px;
        background-color:transparent;
    }

    .fecha .hourQ {
        font-family: Roboto !important;
        font-size: 7pt !important;
        font-weight: 700 !important;
        font-stretch: condensed !important;
        left: -1px;
        position: absolute;
        color: #4051b5;
        width: 30px;
        height: auto;
        text-align: center;
        bottom: -3px;
        background-color:transparent;
    }

    .fechaHoy {
        float: right;
        margin-left: 10px;
        padding: 35px 5px 0;
        position: relative;
        height: 12px;
        width: 20px;
    }

    .fechaHoy .day {
        font-family: Roboto !important;
        font-size: 9pt !important;
        font-weight: 900 !important;
        font-stretch: condensed !important;
        left: -1px;
        line-height: 15px;
        position: absolute;
        top: 0px;
        color: white;
        width: 20px;
        text-align: center;
        vertical-align: middle;
        background-color: #018a01;
    }

    .fechaHoy .dayQ {
        font-family: Roboto !important;
        font-size: 9pt !important;
        font-weight: 900 !important;
        font-stretch: condensed !important;
        left: -1px;
        line-height: 17px;
        position: absolute;
        top: 0px;
        color: white;
        width: 20px;
        text-align: center;
        vertical-align: middle;
        background-color: #018a01;
    }
    .fechaHoy .month {
        font-family: Roboto !important;
        font-size: 7pt !important;
        font-weight: 300 !important;
        font-stretch: condensed !important;
        text-transform: uppercase;
        bottom: 15px;
        left: -1px;
        position: absolute;
        color: white;
        width: 20px;
        text-align: center;
        vertical-align: middle;
        background-color: #018a01;
    }

    .fechaHoy .monthQ {
        font-family: Roboto !important;
        font-size: 7pt !important;
        font-weight: 300 !important;
        font-stretch: condensed !important;
        text-transform: uppercase;
        bottom: 33px;
        left: -1px;
        position: absolute;
        color: white;
        width: 20px;
        text-align: center;
        vertical-align: middle;
        background-color: #018a01;
    }

    .fechaHoy .year {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        position: absolute;
        right: -11px;
        top: 10px;
        font-family: Roboto !important;
        font-size: 7pt !important;
        font-weight: 300 !important;
        color: white;
        width: 26px;
        height: 11px;
        background-color: #005700;
        display: inline-flex;
        align-items: center;
        vertical-align: middle;
        text-align: center !important;
        padding-left: 6px;
    }

    .fechaHoy .yearQ {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        position: absolute;
        right: -22px;
        top: -6px;
        font-family: Roboto !important;
        font-size: 7pt !important;
        font-weight: 300 !important;
        color: white;
        width: 28px;
        height: 11px;
        background-color: #005700;
        display: inline-flex;
        align-items: center;
        vertical-align: middle;
        text-align: center !important;
        padding-left: 6px;
    }

    .fechaHoy .hour {
        font-family: Roboto !important;
        font-size: 7pt !important;
        font-weight: 700 !important;
        font-stretch: condensed !important;
        left: -1px;
        position: absolute;
        color: #003e00;
        width: 30px;
        height: auto;
        text-align: center;
        bottom: -3px;
        background-color: transparent;
    }

    .fechaHoy .hourQ {
        font-family: Roboto !important;
        font-size: 7pt !important;
        font-weight: 700 !important;
        font-stretch: condensed !important;
        left: -1px;
        position: absolute;
        color: #003e00;
        width: 30px;
        height: auto;
        text-align: center;
        bottom: -3px;
        background-color:transparent;
    }


.tablaDatosGeneralesPartido {
    /*background-color: #4051b5;*/
    vertical-align: middle;
    align-content: center;
    align-self: center;
    width: 100%;
    border-style: solid;
    border-width: thin;
    padding: 2px;
    border-color: lightgrey;
    background-color: white;
}

    .tablaDatosGeneralesPartido tr {
        vertical-align: middle;
        height: 1px;        
    }

.renglonEstadisticas:active {
    /*background-color: #f5f5f5;*/
    background: #6cb4fa;
}

/*.renglonEstadisticas:hover {
    background: rgba(0,0,0,.1);
}*/

.renglonEstadisticas {
    /*background-color: #4051b5;*/
    vertical-align: middle;
    height: 35px;
    background-color: white;
}

.renglonEstadisticasInactivo {
    /*background-color: #4051b5;*/
    vertical-align: middle;
    height: 35px;
    background-color: white;
}

.renglonTabla {
    font-family: Roboto !important;
    font-size: 10pt !important;
    font-weight: 400 !important;
    font-stretch: condensed !important;
    color: grey;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding: 0;
    border-color: lightgrey;
    vertical-align:middle;
}

.renglonTablaLetraChica {
    font-family: Roboto !important;
    font-size: 8pt !important;
    font-weight: 400 !important;
    font-stretch: condensed !important;
    color: black;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding: 0;
    border-color: lightgrey;
    vertical-align: middle;
}

.clasificado {
    background-color: #c4ebc4;
}

.noClasificado {
    background-color: white;
}

.colorFondo {
    background-color: #9d9d9d;
}

.renglonTablaResaltado {
    font-family: Roboto !important;
    font-size: 10pt !important;
    font-weight: 400 !important;
    font-stretch: condensed !important;
    color: black;
    background-color: #c4ebc4;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding: 0;
    border-color: lightgrey;
    vertical-align: middle;
}

.renglonTablaBordeSuperior {
    font-family: Roboto !important;
    font-size: 10pt !important;
    font-weight: 400 !important;
    font-stretch: condensed !important;
    color: black;
    font-size: smaller;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding: 0;
    border-color: lightgrey;
    border-bottom: none;
    border-left: none;
    border-right: none;
    vertical-align: middle;
}

.renglonTablaBordeBackground {
    font-family: Roboto !important;
    font-size: 10pt !important;
    font-weight: 400 !important;
    font-stretch: condensed !important;
    color: black;
    font-size: smaller;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding: 0;
    border-color: lightgrey;
    background-color: dodgerblue;
    vertical-align: middle;
}

.labelPenales {
    font-size: large;
    font-weight: bold;
    font-family: Roboto !important;
    color:dodgerblue;
}

.renglonTablaSinBorde {
	font-family: Roboto !important;
	font-size: 10pt !important;
	font-weight: 400 !important;
	font-stretch: condensed !important;
	color: black;
	font-size:x-small;
	padding: 0;
    vertical-align:middle;
}

.renglonTituloEstadisticasTorneo {
    font-family: Roboto !important;
    font-size: 14pt !important;
    font-weight: 600 !important;
    font-stretch: condensed !important;
    color: black;
    font-size: larger;
    padding: 0;
    vertical-align: middle;
    text-align:left;
}

.letrasEstadisticasTorneo {
    font-family: Roboto !important;
    font-size: 14pt !important;
    font-weight: 800 !important;
    font-stretch: condensed !important;
    color: dodgerblue;
    font-size: larger;
}

.letrasEstadisticasTorneo2 {
    font-family: Roboto !important;
    font-size: 12pt !important;
    font-weight: 500 !important;
    font-stretch: condensed !important;
    color: dodgerblue;
    font-size:large;
}

.renglonTablaNegrita {
    font-family: Roboto !important;
    font-size: 10pt !important;
    font-weight: 600 !important;
    font-stretch: condensed !important;
    color: black;
    font-size: smaller;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding: 0;
    border-color: lightgrey;
    vertical-align: middle;
}

.renglonTablaNegritaResaltado {
    font-family: Roboto !important;
    font-size: 10pt !important;
    font-weight: 600 !important;
    font-stretch: condensed !important;
    color: green;
    font-size: smaller;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding: 0;
    border-color: lightgrey;
    vertical-align: middle;
}

.renglonTablaNegritaGris {
    font-family: Roboto !important;
    font-size: 10pt !important;
    font-weight: 600 !important;
    font-stretch: condensed !important;
    color: white;
    font-size: smaller;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding: 0;
    border-color: lightgrey;
    text-align: left;
    vertical-align: middle;
}

.renglonTituloTabla {
    font-family: Roboto !important;
    font-size: 10pt !important;
    font-weight: 600 !important;
    font-stretch: condensed !important;
    color: black;
    font-size: smaller;
    padding: 0;
    vertical-align: middle;
}


.mdl-badge[data-badge]::after,
.mdl-badge[data-badge]::after {
	top: -1.2em;
	right: -1.2em;	
}

#autogol.mdl-badge[data-badge]::after,
#autogol.mdl-badge[data-badge]::after {
	color: #ffffff;
	background-color: tomato;
	top: -1.2em;
	right: -1.2em;
}

#gol.mdl-badge[data-badge]::after,
#gol.mdl-badge[data-badge]::after {
    color: #ffffff;
    background-color:green;
    top: -1.2em;
    right: -1.2em;
}

#asistencia.mdl-badge[data-badge]::after,
#asistencia.mdl-badge[data-badge]::after {
    color: #ffffff;
    background-color: dodgerblue;
    top: -1.2em;
    right: -1.2em;
}

#tarjAmarillas.mdl-badge[data-badge]::after,
#tarjAmarillas.mdl-badge[data-badge]::after {
    color: #ffffff;
    background-color:#eeaf00;
    top: -1.2em;
    right: -1.2em;
}

#tarjRojas.mdl-badge[data-badge]::after,
#tarjRojas.mdl-badge[data-badge]::after {
    color: #ffffff;
    background-color:red;
    top: -1.2em;
    right: -1.2em;
}

.paper-snackbar {
    transition-property: opacity, bottom, left, right, width, margin, border-radius;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    font-family: Roboto;
    font-size: 14px;
    min-height: 14px;
    background-color: #2760c7;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    line-height: 22px;
    padding: 18px 24px;
    bottom: 200px;
    opacity: 0;
    z-index: 99999;
    left: 5%;
    align-content:center;
}

@media (min-width: 640px) {
    .paper-snackbar {
        /*
    Desktop:
      Single-line snackbar height: 48 dp tall
      Minimum width: 288 dp
      Maximum width: 568 dp
      2 dp rounded corner
      Text: Roboto Regular 14 sp
      Action button: Roboto Medium 14 sp, all-caps text
      Default background fill: #323232 100%
    */
        min-width: 288px;
        max-width: 568px;
        display: inline-flex;
        border-radius: 2px;
        margin: 24px;
        bottom: -100px;
    }
}

@media (max-width: 640px) {
    .paper-snackbar {
        /*
  Mobile:
    Single-line snackbar height: 48 dp
    Multi-line snackbar height: 80 dp
    Text: Roboto Regular 14 sp
    Action button: Roboto Medium 14 sp, all-caps text
    Default background fill: #323232 100%  
  */
        left: 0px;
        right: 0px;
    }
}

.paper-snackbar .action {
    background: inherit;
    display: inline-block;
    border: none;
    font-size: inherit;
    text-transform: uppercase;
    color: gainsboro;
    margin: 0px 0px 0px 24px;
    padding: 0px;
    cursor: pointer;
    /*min-width: min-content;*/
}

/** Shadows **/
.paper-shadow-animated.paper-shadow {
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.paper-shadow-top-z-1 {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

.paper-shadow-bottom-z-1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.paper-shadow-top-z-2 {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.paper-shadow-bottom-z-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.paper-shadow-top-z-3 {
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.paper-shadow-bottom-z-3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}

.paper-shadow-top-z-4 {
    box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}


.pointer {
    cursor: pointer;    
}


/*
    TABLE SCROLL
    class='scroll'



    .scroll {
        border: 0;
        border-collapse: collapse;
    }

    .scroll tr {
        display: flex;
    }

    .scroll td {
        padding: 3px;
        flex: 1 auto;
        width: 1px;
    }

    .scroll thead tr:after {
        content: '';
        overflow-y: scroll;
        visibility: hidden;
        height: 0;
    }

    .scroll thead th {
        flex: 1 auto;
        display: block;
    }

    .scroll tbody {
        display: block;
        width: 100%;
        overflow-y: auto;
        height: calc(100% - 300px);
    }

*/