#ui-datepicker-div {
  z-index: 9999 !important;
}

.form-filtro{
  border: 1px solid gray;
  padding: 16px;
  background: #f2f2f2;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2),0 6px 15px 0 rgba(0,0,0,0.19) !important;
}
#act_campo div.Tokenize ul.TokensContainer{
  height: 25px ;
  width: 70px ;
 overflow: hidden;
opacity: 1;
background-color: #000;
color: #fff;

}
.modal-open #ui-timepicker-div {


  position: absolute !important;
}
.width-100{
    width:100%;
}
.clasetoken{
  width: 100% !important;
  height: 150px !important;
}
/************************** PANEL DEFAULT **************************/

  .panel.with-nav-tabs .panel-heading{
      padding: 5px 5px 0 5px;
  }
  .panel.with-nav-tabs .nav-tabs{
    border-bottom: none;
  }
  .panel.with-nav-tabs .nav-justified{
    margin-bottom: -1px;
  }

  .with-nav-tabs.panel-default .nav-tabs > li > a,
  .with-nav-tabs.panel-default .nav-tabs > li > a:hover,
  .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
      color: #777;
  }
  .with-nav-tabs.panel-default .nav-tabs > .open > a,
  .with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
  .with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
  .with-nav-tabs.panel-default .nav-tabs > li > a:hover,
  .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
      color: #777;
    background-color: #ddd;
    border-color: transparent;
  }
  .with-nav-tabs.panel-default .nav-tabs > li.active > a,
  .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
  .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
  }
  .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
      background-color: #f5f5f5;
      border-color: #ddd;
  }
  .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
      color: #777;
  }
  .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
  .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
      background-color: #ddd;
  }
  .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
  .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
  .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #555;
  }
  /********************************************************************/
  a.mostrar_estadisticas_partido {


    padding:5px;

    border:1px solid #ccc;

    background-color:#f1f1f1;

    position:relative;

    width:200px;
  }
  #or{
      float: left;
      clear: both;
      width: 100%;
      text-align: center;
      font-weight: bold;
      margin-bottom: 20px;
  }

  #brackets-wrapper, #round-titles-wrapper{
      /*position: relative;
      margin-top: 20px;
      float: left;*/
  }

  #brackets-wrapper{
      top: 70px;
  }

  .round-title{
      height: 30px;
      text-align: center;
      line-height: 30px;
  }

  .round-title, .match-wrapper{
      border: 1px solid #cdc9c9;
      box-sizing: border-box;
      position: absolute;
      width: 150px;
      background-color: #f5f5f5;
  }

  .match-divider{
      width: 100%;
      float: left;
      border-top: 1px solid #cdc9c9;
  }

  .horizontal-connector, .vertical-connector{
      position: absolute;
  }

  .vertical-connector{
      border-left: 3px solid #cdc9c9;
      width: 3px;
  }

  .horizontal-connector{
      border-top: 3px solid #cdc9c9;
      width: 20px;
  }

  .player-wrapper{
      background-color: #f5f5f5;
      border-right: 1px solid #cdc9c9;
      box-sizing: border-box;
      padding-left: 5px;
      width: 80%;
  }

  .score{
      background-color: #f0f0f0;
      box-sizing: border-box;
      text-align: center;
      width: 20%;
      border: 0;
      font-size: 16px;
      font-family: arial, sans-serif;
      border: 1px solid gray;
      width: 8%;
      
  }

  .player-wrapper, .score{
      float: right;
      height: 30px;
      line-height: 30px;
      overflow: hidden;
  }

  #version{
      color: #404040;
      width: 488px;
      text-align: center;
      margin-left: 20px;
  }

.equipo-playoffs{
  font-size: 10px;
  font-family: arial, sans-serif;
float: left;
}
  select{
      border: 0 none;
      border-right: 1px solid #cdc9c9;
      height: 30px;
      width: 60%;
      background-color: #f5f5f5;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: '';
      font-size: 16px;
      font-family: arial, sans-serif;
  }

  select::-ms-expand{
      display: none;
  }

  @media print{
      form, h1, #version{
          display: none;
      }
      .round-title, .match-wrapper, .player-wrapper{
          border-color: black;
      }
      .match-divider, .vertical-connector, .horizontal-connector, select{
          border-color: black;
      }
  }
