@font-face {
    font-family: 'Computerfont'; /*a name to be used later*/
    src: url('Computerfont.ttf'); /*URL to font*/
}

body{
    background-color: rgb(43,47,51) !important;
    color: white !important;
  }
   .titulo{
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    margin-top: 7px;
    color: rgb(253, 31, 31);
    text-shadow: 0px 0px 7px rgb(240, 109, 152);;
  }
  .bar-titulo>.md-nav-bar{
    color: white;
    background-color: rgb(33,36,40) !important;
    padding: 5px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14), 
    0px 0px 2px 2px rgba(0, 0, 0, 0.098), 0px 0px 5px 1px rgba(0, 0, 0, 0.084);
  }
  .bar-menu>.md-nav-bar{
    color: white;
    background-color: rgb(43,47,51) !important;
    padding: 5px;
  }
  md-nav-bar .md-button._md-nav-button.md-unselected{
      color: white;
  }


/* ESTILO PROPIO DE ULTRON */
.tarjeta-partidos {
      background: rgb(33,36,40) !important;
      color: white !important;
      padding: 20px !important;
      margin: 15px !important;
  }
.titulo-tarjeta-partidos{
  box-shadow: 0px 4px 15px -1px rgba(0,0,0,0.2);
margin: -20px -20px 20px;
padding: 22px 30px;
background: rgb(53,57,61);
}
@media (max-width: 600px) {
  .tarjeta-partidos {
      margin: 15px 2px !important;
      
  }
}
  .btn-update-match{
      background: rgb(35,160,100) !important;
      padding: 2px 15px !important;
  }
  .btn-actualizar{
      background: rgb(50,140,200) !important;
      padding: 2px 10px !important;
  }
  .btn-warning{
      background: rgb(230,180,30) !important;
      padding: 2px 10px !important;
  }
  md-input-container:not(.md-input-invalid) .md-input {
    color: white !important;
      border-color: rgb(200,200,200);
  }
  .md-dialog-content md-input-container:not(.md-input-invalid) .md-input {
    background: none !important;
  }
  md-input-container label{
    color: rgb(200,200,200) !important;
  }
  md-select-value.md-select-placeholder {
    color: white !important;
    border-color: rgb(200,200,200);
  }
  md-select.md-default-theme:focus:not([disabled]) .md-select-value, md-select:focus:not([disabled]) .md-select-value {
      color: white;
  }
  .input-50-left{
    margin-top: 5px;
    margin-right: 7px;
  }
  .input-50-right{
    margin-top: 5px;
    margin-left: 7px;
  }
  md-card-actions{
    border-top: 1px solid rgb(100,100,100);
    padding-top: 12px;
  }
  .input-center{
    margin-left: 20px;
    margin-right: 10px;
  }
  .row-3{
    margin-top: -5px;
    margin-bottom: -30px !important;
  }
  .md-button.md-default-theme[disabled], .md-button[disabled] {
      background-color: rgb(150,150,150);
  }

  .btn-quitar-evento{
    padding: 0px 15px;
    background: rgb(210,70,60) !important;
    float: right;
  }
  .flex-div{
    max-height: 100px !important;
  }

 /* Tablas de posiciones */ 
 .table-inverse{
  border-spacing: 0px;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(255,255,255,0.05);
}
.table-inverse td, .table-inverse th, .table-inverse thead th {
    
    border-color: rgb(54,56,58) !important;
}

.input-standings{
  background-color: rgba(0,0,0,0);
  width: 48px;
  border: none;
  border-radius: 4px;
  vertical-align:middle;
   text-align: center;
   color: white; 
   padding: 12px 0px;
}
input:focus {
    background-color: rgb(100,100,100);
}


table{
  width: 100%;
border: 1px solid rgb(60,60,62);
}
table th{
  height: 35px;
}
table td {
    text-align: center; /* center checkbox horizontally */
    vertical-align: middle; /* center checkbox vertically */
}
.table-inverse {
    color: #fff;
    background-color: #212529;
}
.table-striped tr:hover{
  opacity: 0.7;
}

.md-button.md-fab.md-fab-bottom-left {
top: auto;
left: 20px;
bottom: 20px;
right: auto;
position: fixed;
color: white;
width: 65px;
height: 65px;
}
.fondo-final{
  background-color: rgba(0,0,0,0);
  
}
.fondo-final img{
  display: block;
  margin: 0 auto;
  padding: 20px;
}
.tablet {
    position: sticky; /* currently in development for MS Edge */
position: -webkit-sticky;
position: -moz-sticky;
position: -o-sticky;
    top: 0;
    z-index: 10;
    background-color: rgb(33,37,41);
}

/* Corrije el error que produce que se salga de la pantalla el dialog en iOS */
.md-dialog-container {
  height: 100% !important;
  position: fixed !important;
  top: 0px !important;
}

/* Posiciones */
.md-button.md-fab.md-fab-bottom-left {
  top: auto;
  left: 20px;
  bottom: 20px;
  right: auto;
  position: fixed;
  color: white;
  width: 65px;
  height: 65px;
}
.md-button.md-fab.md-fab-bottom-right {
  top: auto;
  right: 30px;
  bottom: 25px;
  left: auto;
  position: fixed;
  color: white;
  width: 65px;
  height: 65px;
}

md-menu-item > .md-button span {
  margin-left: 12px;
}
md-menu-item > .md-button .fa {
  font-size: 14px !important;
}

/* Cambios para ver dos partidos en una pantalla grande */
@media (min-width: 1024px) {
  .tarjeta-partidos-propio{
    width: 46%;
    float: left;
    margin-left: 30px !important;
    padding: 16px !important;
  }
}

html {
  background: rgb(43,47,51);
}

.input-marcador{
  font-weight: bolder;
  font-size: 20px;
  border: none !important;
  pointer-events:none;
  color: white !important;
}
