/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

/********* ESTE ES EL GENERAL PERO CAMBIO EL MIN Y MAX-WIDTH PARA ADAPTARLO A NUESTRA PLATAFORMA **************/
/*@media (min-width: 768px) and (max-width: 1024px) {
  
  .navbar-nav{
  	border:1px solid red;
  }
}*/

@media (min-width: 990px) and (max-width: 1300px) {
 
  .logok img{
  	max-width:70px;
  	height:auto !important;
  }
  
  
  .navbar-nav.pull-right{
  	margin:0px !important;
  }
  
  .navbar-nav.pull-right li{
  	display:inline-block;
  	vertical-align: middle;
  }
 
  
  .dropdown.user .fa-angle-down{
  	display:none;
  }
  
  .modal .login_div{
  	width:100%;
  }
  
  #sidebar{
  	width:60px !important;
  }
  
  
  #main-content{
  	margin-left :60px !important;
  }
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

/*@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .navbar-nav{
  	border:1px solid black;
  }
  
}*/

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/


/********* ESTE ES EL GENERAL PERO CAMBIO EL MAX-WIDTH PARA ADAPTARLO A NUESTRA PLATAFORMA **************/
/*@media (min-width: 481px) and (max-width: 767px) {

}*/

@media (min-width: 615px) and (max-width: 990px) {
/* 	.navbar-nav{ */
/*   	border:1px solid green; */
/*   } */
  
	
	.login_div{
  	width: 80%;
  }
  
  
  li#header-user{
	margin-top: -2px!important;
	}
  
  
  .logok img{
  	max-width:70px;
  	height:auto !important;
  }
  
  .navbar-nav{
  	font-size:10px;
  }
  
  .navbar-nav.pull-right{
  	margin:0px !important;
  }
  
  .navbar-nav.pull-right li{
  	display:inline-block;
  	vertical-align: middle;
  }
  
 
  .dropdown.user .fa-angle-down{
  	display:none;
  }
  
 
  .modal .login_div{
  	width:100%;
  }
  
  #sidebar{
  	width:60px !important;
  }
  
  
  #main-content{
  	margin-left :60px !important;
  }
  
  div.popup {
    top:30%;
    max-height: 60%;
    overflow-y: scroll;
    min-width: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: 90% !important;
    left: 5% !important;
  }

  div.popup.big {
    top:10%;
    max-height: 80%;
  }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

/*@media (min-width: 320px) and (max-width: 480px) {
	
}*/

@media (min-width: 320px) and (max-width: 615px) {  
  /** Notifications **/
  .dropdown.user a.dropdown-toggle{
    padding: 0 !important;
  }

  .navbar .dropdown-toggle .username{
    font-weight: normal !important;
    font-size: 10px !important;
    padding: 0 !important;
    display: none !important;

  }
  .navbar .dropdown-toggle .idioma{
    font-weight: normal !important;
    font-size: 10px !important;
    padding: 0 !important;
    display: none !important;
    margin-top: 5px !important;

  }

  .navbar-nav.pull-right > li#header-user > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {    
    right: 30px !important;
  }

  .navbar-nav .open .dropdown-menu{
    position: absolute !important;
  }
  /** Fin Notifications **/
  
  div.popup {
    top:30%;
    max-height: 60%;
    overflow-y: scroll;
    min-width: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: 90% !important;
    left: 5% !important;
  }

  div.popup.big {
    top:10%;
    max-height: 80%;
  }

  /** Menú lateral **/
  #sidebar{
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 1000;
    max-width: 100%;
  }

  body #main-content{
    margin-left: 0px !important;
  }

  body #main-content #content{
    padding: 0;
  } 


  /** Fin Menú lateral **/

  .div_equipo_forma_super_container > div{
    width: 100%;
    border-right:none;
    border-bottom: 1px solid var(--color1_alt);
  }

  .clasif_div_tabs_level1,.clasif_div_tabs_level2{
    width: 100%;
  }

  .clasif_div_tabs_level1 > div,.clasif_div_tabs_level2 > div{
    width: 33%;
  }
  
  .div_box_big{
    padding: 15px 5px;
  }

  .clasif_tabla_container .forma_equipo_container{
    width: 300px;
  }

  .clasif_tabla_container img{
    display: none;
  }

  .navbar-brand{
    height: auto;
  }

  .buscador_general{
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
  }

  .div_equipo_partidos_info_div{
    width: 100%;
    margin-right: 0;
    padding: 10px;
    border-bottom: 1px solid var(--color1);
    border-right: none;
  }

  .div_equipo_partidos_info_div:last-child{
    border-bottom:none;
  }

  .indicador_negativo,.indicador_medio,.indicador_positivo{
    font-weight: 600;
  }

  .div_equipo_partido_box{
    margin-right: 4px;
  }

  .div_equipo_partidos_info_div:first-child{
    padding-left: 10px;
  }

  .forma_equipo_container_elem_div_wide{
    font-size: 10px;
    width: 30px;
    margin-bottom: 10px;
  }

  .buscador{
    margin-top: 0 !important;
  }

  #main-content #content{
    padding: 0 5px !important;
  }

  .popup{
    min-width: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: 90% !important;
    left: 5% !important;
  }
  
}