.ingoGeneral
{
      background-color:#00F;
      margin:200px 0;
}
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css")
.pie{
 background-color:#FF0;
}
body {

  background-image: url('../fotos/images/container_bg.png');
  background-size: 400px 350px;
}

.rotate90 {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  .deckBlock{
      margin-bottom: 12px;
      font-size: 16px;
      text-align: center;
      font-weight: bold;
      color: #fff;
      padding: 10px;
      width: calc(33% - 16px);
      float: left;
  }
  .input-filro{
      margin-top: 16px;   
  }
  .card-list{     
      padding-bottom: 10px;
      width: 100%;
  }
  .card-li{
      border-bottom: 2px solid #78d77c;
      padding: 10px 0px;
      cursor: pointer;
  }
 
 .filtosDeckbuild {

      margin-bottom: 16px;
      margin-left: 16px;
      margin-right: 16px;
      margin-top: 16px;
 }
.cardLitem{
    margin-left:15px;
    color:  #fff ;
    background-color: #070c01;
    border-bottom: 2px solid #78d77c;
    padding: 10px 0px;
    cursor: pointer;
}  
  .maneuver-title {
      background-color: #e6e600;
      border-radius: 5px 5px 0 0;
  }
  .reversal-title {
      background-color: #FF0000;
      border-radius: 5px 5px 0 0;
  }
  .actions-title {
      background-color: #30a7d7;
      border-radius: 5px 5px 0 0;
  }
  .midmatch-title {
      background-color: #30a7d7;
      border-radius: 5px 5px 0 0;
  }
  .prematch-title {
      background-color: #8669b4;
      border-radius: 5px 5px 0 0;
  }
  .backstage-title {
      background-color: #8669b4;
      border-radius: 5px 5px 0 0;
  }

  /* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
  }
  
  /* The search field */
  #myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  
  /* The search field when it gets focus/clicked on */
  #myInput:focus {outline: 3px solid #ddd;}
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {   
    position: absolute;
    background-color: #ddd;
    width: 100%;
    height: 140px;
    overflow: scroll;
    border: 1px solid #ddd;
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}
  
  .StarSelect{
    height: 320px;
    overflow: scroll;
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .starImageItem{
    height:250px ;
  }
  #cmpPersonajes {
    height:100% ;
  }
  .center {
    margin: auto;    
    padding: 5px;
  }
.btnStarFace
{
  position:absolute;
  left:20%;
  bottom:10px;
}
.selectedChar{
  border-style: inset;
}
.dlCname{
  color:black;
  font-size: 12 px;      
}
#dvArsenal{
  margin-top:20px;
  height: 350px;
}


  
  /* external css: flickity.css */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body { 
    font-family: sans-serif; 
}
.bodyMain{
    background-image: url("../fotos/images/Logo2022 2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #343a40;
}
.bodyMain h1 {
    color:white;
}
nav{
    background-color: #343a40; 
}

.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
.inpCantCard {width: 35px;}

#dvDpCardList 
{
text-align: center;
}
.overflowy{
    overflow-y: auto;
    white-space: nowrap;
}
@media only screen and (max-width: 600px) {
    #starChosen{
        display: none;
    }
    #dvArsenalName{
        width: 100%;      
        margin-left: 20px;
    }
    #dvDpCardList{
        width: 87%;  
    }
    .deckBlock{
        width: 90%;  
    }
    
}



.participant-list-item {
    background-color: #2b2f39;
    border-bottom: 1
px
 solid #363b47;
    padding: 8
px
;
    line-height: 20px;
    margin-bottom: 3
px
;
    border-radius: 3
px
;
    font-weight: 700;
}

.participant-list-item--seed {
    float: left;
    display: inline-block;
    width: 40
px
;
    margin-right: 5
px
;
    text-align: center;
    font-size: 14px;
    background-color: rgba(39,42,51,0.5);
    color: #cbcbcb;
    -webkit-border-radius: 2
px
;
    -moz-border-radius: 2px;
    border-radius: 2
px
;
}

#navMenu{
    border-radius: 0px 30px 1px 30px;

}

#divBanerPlay{
  opacity: 1;
  background-color:rgba(0,0,0,0.7);
  position: absolute;
  margin-top:30px; 
  width:60%;
}
