/*ESTILOS PROPIOS DE WING23*/
/*-------------------------------*/
/*CLASES CON PROPIEDAD BOX SIZING*/
.box .team, .logo_team, .score_head .team_1, .score_head .team_2, .score_head .team_1 .score, .score_head .team_2 .score, .last_action, .last_action li, .list_actions, .list_actions_edit, .list_actions .score, .number_players, .number_players li, .timeline, .timeline .point, .comparison, .list_users, .list_players, .switch_tab, .team_profile, .player_profile, .player_profile_head, .team, .team .score, .timer, .team_action, .team_action .team_1, .team_action .team_2, .time_action, .comparison .team, .stats_chart, .frame_img, .team_popup, .player_box.card, .player_profile .box_player_profile, .circular_graph{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
/*CLASES CON PROPIEDAD BORDER RADIUS*/
.last_action, .number_players, .timeline, .comparison, .list_actions, .list_actions_edit, .list_users li, .list_players, .user_profile, .team_profile, .team_popup, .player_profile, .player_profile_head, .team, .timer, .timeline .point, .timer .badge, .team .badge, .stats_chart, .list_players li, .status_bar, .player_box.card, .player_box .frame_img, .player_profile .box_player_profile{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
/*CLASES CON PROPIEDAD TRANSITION*/
.player_box, .player_box .frame_img{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*LIST STATUS Iconos que muestran check frente a un elemento de una lista*/
.list_status{
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
/*-----------------------------------*/
/*COLORES LAYOUT*/
/*COLOR 1*/
.team .score:hover, .time_action, .number_players li:hover{
    background: rgba(0, 47, 63, 1);
}
.list_name, .list_players li, .player_box{
    color: rgba(0, 47, 63, 1);
}
/*COLOR 2*/
.score_head, .player_profile_head{
    background: rgba(0, 152, 196, 1);
}
/*COLOR 3*/
.switch_tab.selected, .player_box .frame_img:hover{
    background: rgba(239, 104, 96, 1);
}
.player_box:hover{
    color: rgba(239, 104, 96, 1);
}
.player_box .frame_img:hover, .last_action .frame_img:hover, .list_players .frame_img:hover, .team_action .frame_img:hover{
    border: 3px solid rgba(239, 104, 96, 1);
}
/*--------------------------------*/
/*SWITCH TABS*/
.switch_tab{
    width: auto;
    display: inline-block;
    vertical-align: top;
    background: #AAAAAA;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    margin: 0 5px -5px 5px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.switch_tab:hover{
    background: #777777;
    color: #FFF;
    cursor: pointer;
    border-bottom: 4px solid #FFFFFF;
}
.switch_tab.selected{
    border-bottom: none;
    padding: 8px 10px 12px 10px!important;
}
.switch_tab .title_h6{
    font-size: 22px;
}
.switch_tab.switch_vs{
    width: 49%;
    padding: 8px 5px;
    margin: 0 0.5% -5px 0.5%;
}
/*--------------------------------*/
/*PLAYER BOX*/
.player_box{
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}
.team_action .player_box{
    min-width: 130px;
}
.team_action.success .player_box {
    padding: 0 5px 5px 0;
}
.player_box.card{
    width: 100%;
    margin: 0;
    padding: 8px 5px 10px 5px;
    background: #CCCCCC;
}
.player_box hr{
    border-top: 1px solid #FFFFFF;
    margin: 5px 0 7px 0;
}
.player_box .frame_img{
    width: 50px;
    height: 65px;
    display: inline-block;
    margin: 0;
}
.frame_img .frame_img_wrapper{
    height: 48px;
}
.player_box .player_name{
    font-weight: bold;
    display: inline-block;
    width: 115px;
    height: 40px;
    padding: 0 0 0 15px;
    text-align: left;
    overflow: hidden;
}
.player_box .title_h5{
    margin: 0 0 10px 0;
}
.player_box .player_box_data{
    margin: 0 5px 0 0;
    display: inline-block;
}
/*INTERMEDIO*/
.player_box.player_i .detail_1{
    width: 50px;
    padding: 0 0 0 45px!important;
    position: relative;
}
.player_box.player_i .detail_2{
    text-align: inherit;
    vertical-align: top;
    padding: 5px 5px 5px 15px;
}
/*PLAYER NO NUMERO*/
.player_box.no_badge .detail_1{
    padding: 0 0 0 5px!important;
}
.player_box .badge{
    width: 50px;
    height: 50px;
    padding: 5px 3px!important;
    margin: -5px 0 0 -20px!important;
    font-size: 16px;
    line-height: 35px!important;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 25px;
    border-radius: 50%;
    font-weight: bold;
    border: 3px solid rgba(255, 255, 255, 1);
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*COMPACTO*/
.player_box.player_c .detail_1{
    width: 50px;
    position: relative;
    padding: 5px 0;
}
.player_box.player_c .frame_img{
    display: none!important;
}
.player_box.player_c .detail_2{
    vertical-align: middle;
    padding: 5px 5px 5px 15px;
}
.player_box.player_c .detail_2 .title_h5{
    margin: 0;
}
.player_box.player_c .badge{
    position: static;
    margin: 0!important;
}
/*--------------------------------*/
/*CONTENIDOS*/
.timeline, .list_actions, .list_actions_edit,
.list_players, .team_profile{
    overflow-x: visible;
    overflow-y: auto;
    padding: 10px;
}
/*--------------------------------*/
/*SCORE & TIMER*/
.team, .timer{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    background: #EEEEEE;
    position: relative;
}
/*SCORE HEAD*/
.score_head{
    color: #FFFFFF;
    height: 50px;
    margin: -10px -15px 10px -15px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.score_head .team_1, .score_head .team_2{
    width: 48%;
    display: inline-block;
    text-align: center;
    margin: 0 1%;
    padding: 5px 0;
}
.score_head .team_1 .logo, .score_head .team_2 .logo{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    height: 40px;
}
.score_head .team_1 .logo img, .score_head .team_2 .logo img{
    height: 40px;
}
.score_head .team_1 .score, .score_head .team_2 .score{
    width: 40px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding: 2px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-box-shadow: 2px 2px 0 rgba(70, 70, 70, 0.8);
    -moz-box-shadow: 2px 2px 0 rgba(70, 70, 70, 0.8);
    box-shadow: 2px 2px 0 rgba(70, 70, 70, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.score_head .separador_teams{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
/*SCORE HEAD AL HACER SCROLL*/
.score_head_fixed{
    width: 100%;
    height: 65px;
    border-radius: 0;
    margin: 0!important;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 38;
    padding: 0 0 0 55px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 0 rgba(100, 100, 100, 0.4);
    -moz-box-shadow: 0 4px 0 rgba(100, 100, 100, 0.4);
    box-shadow: 0 4px 0 rgba(100, 100, 100, 0.4);
}
.score_head .team_1.score_head_team_fixed, .score_head .team_2.score_head_team_fixed{
    padding: 14px 0 11px 0;
}

.team .tab_bar.set_bar{
    position: relative;
    padding: 0;
    top: 0;
    left: 0px;
    margin: -10px -15px 0 -15px;
    min-height: 50px;
}
.team .tab_bar.set_bar .btn, .team .tab_bar.set_bar .badge{
    margin: 0;
}
.team .score{
    min-width: 135px;
    font-size: 70px;
    line-height: 75px;
    font-weight: bold;
    text-align: center;
    margin: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 3px 10px 5px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-box-shadow: 2px 2px 0 rgba(70, 70, 70, 0.8);
    -moz-box-shadow: 2px 2px 0 rgba(70, 70, 70, 0.8);
    box-shadow: 2px 2px 0 rgba(70, 70, 70, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.team .score .badge{
    background: #00B07C;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 5px;
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box .team.score_inline{
    min-height: 0;
}
.box .team.score_inline .score{
    min-width: 70px;
    max-width: 70px;
    padding: 4px;
}
.box .team.score_inline .main_name{
    width: auto;
    padding: 5px;
    font-size: 20px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}
.logo_team{
    width: 40px;
    height: 40px;
    margin: 0 auto 5px auto;
    display: block;
    vertical-align: middle;
}
.logo_team .frame_img{
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
}
.team .team_head{
    position: relative;
    display: block;
    text-align: left;
    margin: 0 -5px;
}
.team .team_head .detail_1{
    padding: 0!important;
    vertical-align: middle;
    display: inline-block;
    width: auto;
}
.team .team_head .detail_2{
    margin: 0;
    padding: 0 0 0 10px!important;
    vertical-align: middle;
    display: inline-block;
    width: 70%;
}
.team .team_head .detail_2 .title_h4{
    width: 100%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.team .logo_team{
    display: inline-block;
    margin: 0;
}
.logo_team .frame_img{
    border: none!important;
}
.posession{
    width: 50px;
    height: 50px;
    margin: 15px 0 0 0;
    padding: 0;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    opacity: 0.3;
    -webkit-box-shadow: 2px 2px 0 rgba(70, 70, 70, 0.8);
    -moz-box-shadow: 2px 2px 0 rgba(70, 70, 70, 0.8);
    box-shadow: 2px 2px 0 rgba(70, 70, 70, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.posession.selected{
    opacity: 1;
}
.timer .title_h5{
    display: inline-block;
}
.team .title_h5{
    margin: 0;
}
.team .title_h6{
    font-weight: normal;
    display: inline-block;
    margin: 0 5px 0 5px;
}
.timer{
    width: 36%;
    font-size: 18px;
    background: none;
}
.timer .timer_controls .btn, .timer .timer_controls .btn i{
    font-size: 12px;
    line-height: 20px;
}
.timer .main_time{
    font-size: 50px;
    line-height:50px;
    font-weight: bold;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
}
.timer .badge, .team .badge, .team_profile .badge.name_badge{
    padding: 5px 10px;
    font-size: 16px;
    line-height: 18px;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
/*-----------------------------------*/
/*ACTIONS*/
.list_actions, .list_actions_edit{
    /*max-height: 400px;*/
    background: #EEEEEE;
}
.list_actions_edit{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5%;
}
.team_action, .team_action_edit{
    position: relative;
    background: #EEEEEE;
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    min-height: 46px;
    padding: 8px 10px 0 10px;
    margin: 0 0 10px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.team_action_edit{
    background: #DDDDDD;
    padding: 8px 15px 10px 15px;
}
.team_action_edit .head_action_edit{
    border-bottom: 1px solid #CCCCCC;
    margin: 0 -5px 15px -5px;
    padding: 0px 0 5px 0;
}
.team_action_edit .head_action_edit .badge{
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.team_action .score{
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 4px 15px 5px 15px;
}
.team_action .title_h5{
    font-size: 18px;
    display: block;
}
.team_action .title_h3{
    margin: 0 10px 5px 0;
    display: block;
}
.team_action .team_1, .team_action .team_2{
    min-height: 70px;
    display: block;
    vertical-align: top;
    position: relative;
    padding: 3px 45px 3px 3px;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.team_action .logo_team{
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}
.team_action .action_icon{
    width: 50px;
    height: 60px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}
.team_action .col_1, .team_action .col_2{
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 0px 10px 5px 0;
}
.team_action .col_2{
    width: 50%;
    margin: 0 0 5px 0;
}
.team_action .col_1 td, .team_action .col_2 td{
    vertical-align: top;
}
.time_action{
    width: 80px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    color: #FFF;
    top: -7px;
}
.team_1 .time_action{
    padding: 6px 5px 6px 10px;
    border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    left: -94px;
}
.team_2 .time_action{
    padding: 6px 10px 6px 5px;
    border-radius: 0 25px 25px 4px;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    right: -94px;
}
/*TEAM ACTION SUCCESS*/
.team_action.success{
    background: #CCCCCC;
}
.team_action .player_action{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.team_1 .player_action{
    margin: 0 8px 5px 5px;
}
.team_2 .player_action{
    margin: 0 5px 5px 8px;
}
.team_action .team_action_hide{
    display: none;
}
.team_action .badge{
    margin: 0 2px 4px 2px;
    padding: 4px 8px 4px 8px;
    line-height: 10px;
    vertical-align: top;
}
.team_action .detail_1{
    width: 148px;
}
.team_action .detail_2{
    vertical-align: top;
}
.team_action .arrow_to{
    display: inline-block;
    font-size: 25px;
    vertical-align: top;
    margin: 10px 5px 0 5px;
}
.team_action .anonymous_frame{
    display: inline-block!important;
}
/*ACTION ROSTER*/
.team_action.action_roster{
    
}
.team_action.action_roster .team_1, .team_action.action_roster .team_2{
    padding: 3px 5px 10px 5px;
}
.team_action.action_roster td{
    vertical-align: top;
}
.team_action.action_roster .player_box {
    min-width: 95px;
    margin: 0 5px 5px 5px;
}
.team_action.action_roster .player_box .player_name{
    display: none;
}
.team_action.action_roster .player_box .detail_1{
    display: table-cell;
    padding: 0!important;
    vertical-align: middle;
    padding: 0 0 0 45px!important;
}
.team_action.action_roster .logo_team{
    display: inline-block;
}
.team_action.action_roster .badge{
    position: absolute;
    margin: -5px 0 0 -20px!important;
}
.team_action.action_roster .frame_img{
    display: inline-block;
}
/*-----------------------------------------*/
/*LAST ACTION*/
.last_action, .number_players{
    background: #EEEEEE;
    color: #FFF;
    padding: 10px;
    margin: 0;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.last_action li{
    list-style-type: none;
    margin: 0 0 3px 0;
    padding: 16px 55px 15px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.last_action .title_h6{
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin: 0 0 5px 0;
}
.last_action li li{
    padding: 4px 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    display: block!important;
}
.last_action li:nth-child(even){
    background: rgba(0, 0, 0, 0.3); 
}
.last_action li:nth-child(odd){
    background: rgba(0, 0, 0, 0.5);
}
.last_action li:last-child{
    margin: 0; 
}
.last_action li .btn{
    position: absolute;
    top: 5px;
    right: 5px;
}
.last_action li .detail_1{
    width: 40px;
    vertical-align: middle;
    padding: 0;
}
.last_action li .detail_2{
    vertical-align: middle;
    padding: 10px;
    text-align: left;
}
.js_individual_action_buttons .btn{
    display: none
}
.btn.js_btn_remove_individual_action{
    display: none
}
/*JUGADORES NUMBER PLAYERS*/
.number_players li{
    list-style-type: none;
    min-width: 65px!important;
    margin: 5px;
    padding: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    display: inline-block!important;
    vertical-align: top;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 2px 2px 0 rgba(70, 70, 70, 0.8);
    -moz-box-shadow: 2px 2px 0 rgba(70, 70, 70, 0.8);
    box-shadow: 2px 2px 0 rgba(70, 70, 70, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.list_name{
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    border: 0;
    text-align: left;
    background: none;
    padding: 0;
    margin-bottom: 15px;
    display: block!important;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    cursor: auto;
}
.number_players .list_name:hover{
    background: none;
}
/*-----------------------------------------*/
/*TIMELINE*/
.timeline{
    padding: 0 10px 5px 10px;
}
.timeline .point{
    height: 40px;
    margin: 0 3px;
    padding: 10px!important;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    font-weight: bold;
    -webkit-box-shadow: 2px 2px 0 #666666;
    -moz-box-shadow: 2px 2px 0 #666666;
    box-shadow: 2px 2px 0 #666666;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.timeline .title_h6{
    margin: 0;
}
.timeline .detail_1, .timeline .detail_2{
    display: inline-block;
    margin: 0;
}
.timeline .detail_1{
    width: 25%;
    padding: 0 10px 0 0;
}
.timeline .detail_2{
    width: 75%;
    padding: 0 0 0 10px;
}
/*------------------------------------------*/
/*COMPARISION*/
.comparison{
    border: none;
    padding: 0;
}
.comparison .team{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    min-height: 130px;
    padding: 10px;
    text-align: center;
}
.comparison .logo_team{
    width: 50px;
    height: 50px;
    margin: 0 auto 5px auto;
    display: block;
    padding: 6px;
}
.comparison span{
    display: block;
}
.stats_chart{
    display: inline-block;
    width: 50%;
    min-height: 130px;
    background: transparent;
    padding: 10px;
}
/*------------------------------------------*/
/*USER*/
.panel .list_users{
    display: block;
    text-align: left;
    position: relative;
    margin: 0;
    list-style: none;
}
.panel .list_users li{
    list-style-type: none;
    margin: 0 0 3px 0;
    padding: 7px 70px 10px 10px;
    position: relative;
    list-style-type: none;
}
.panel .list_users li:first-child{

}
.panel .list_users li:nth-child(even){
    background: #EEEEEE; 
}
.panel .list_users li:nth-child(odd){
    background: rgba(0, 0, 0, 0.3);
}
.panel .list_users li:last-child{
    margin: 0; 
}
.panel .list_users li .detail_1{
    width: 40px;
    padding: 0 10px 0 0;
    vertical-align: top;
}
.panel .list_users li .detail_2{
    vertical-align: middle;
}
.panel .list_users li .detail_2 .title_h5{
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 20px;
}
.panel .list_users li .frame_img{
    border: 3px solid #FFF;
    width: 40px;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/*------------------------------------------*/
/*USER PROFILE*/
.user_profile{
    background: #EEEEEE;
    padding: 10px 15px;
    margin: 0 auto 10px auto;
    text-align: left;
}
.user_profile .detail_1{
    width: 50px;
    height: 50px;
}
.user_profile .frame_img{
    border: 3px solid #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/*------------------------------------------*/
/*ROSTER SCORE KEEPER*/
.panel.roster .tab_bar.tab_bar_switch{
    display: none;
}
.list_players{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    position: relative;
    margin: 0 0.5%;
    background: #EEEEEE;
}
.list_players ul{
    margin: 0;
}
.list_players.roster_1 li{

}
.list_players.roster_2 li{

}
.list_players.line_up{
    max-height: 398px;
}
.list_players li{
    list-style-type: none;
    margin: 0 0 3px 0;
    padding: 7px;
    position: relative;
}
.list_players li:nth-child(even){
    background: #EEEEEE;
}
.list_players li:nth-child(odd){
    background: #CCCCCC;
}
.list_players li:last-child{
    margin: 0; 
}
.list_players .list_head, .list_actions .list_head{
    color: #FFFFFF;
    background: #999999;
    margin: 0 0 3px 0;
    padding: 5px 55px!important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.list_actions_edit .list_head{
    color: inherit;
    background: transparent;
    display: block;
    width: 100%;
    padding: 0 0 3px 0!important;
    margin: 0 auto 10px auto!important;
    font-size: 20px;
    font-weight: bold;
    border: 0;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    position: relative;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.list_head .btn{
    margin: 0;
}
.list_players .panel_name{
    margin-bottom: 5px;
}
.list_players .logo_team{
    margin: 0 10px 0 0;
    display: inline-block;
}
/*DIVISION GRUPOS STATUS*/
.list_players hr, .team_action hr{
    border-top: 1px solid #FFFFFF;
    border-bottom: 0;
}
/*STATUS JUGADORES*/
.list_players li.in:nth-child(even){
    background: rgba(0, 176, 124, 0.5);
}
.list_players li.in:nth-child(odd){
    background: rgba(11, 126, 87, 0.5);
}
.list_players li.out{
    background: rgba(0, 47, 63, 0.1);
    color: #333;
}
.list_players li.red:nth-child(even){
    background: rgba(239, 104, 96, 0.3);
}
.list_players li.red:nth-child(odd){
    background: rgba(176, 64, 60, 0.4);
}
.list_players li.yellow:nth-child(even){
    background: rgba(255, 198, 39, 0.3);
}
.list_players li.yellow:nth-child(odd){
    background: rgba(204, 161, 34, 0.4);
}
/*ROSTERS*/
.list_players li .tab_bar{
    display: inline-block!important;
    text-align: right;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.list_players li .tab_bar{
    float: right;
    margin: 0 0 0 50px;
}
/*ROSTERS SCORE REPORT*/
.team_action a{
    position: relative;
    display: inline-block;
}
/*------------------------------------------*/
/*JUGADOR*/
.player_profile{
    background: #FFFFFF;
    padding: 10px;
}
.player_profile_head{
    color: #FFFFFF;
    text-align: left;
    padding: 10px 15px 15px 15px;
    margin: 0 0 10px 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 3px 3px 0 rgba(100, 100, 100, 0.4);
    -webkit-box-shadow: 3px 3px 0 rgba(100, 100, 100, 0.4);
    -moz-box-shadow: 3px 3px 0 rgba(100, 100, 100, 0.4);
}
.player_profile .box .contents{
    background: #EEEEEE;
}
.player_profile .title_h2{
    margin: 0 20px 0 0;
    text-shadow: 3px 3px 0 rgba(100, 100, 100, 0.4);
}
.player_profile .box_player_profile{
    width: 180px;
    text-align: center;
    background: #EEEEEE;
    padding: 10px 5px;
    position: absolute;
    top: 5px;
    left: -185px;
}
.player_profile .detail_1{
    width: auto;
    padding: 0 0 5px 0;
    display: block;
}
.player_profile .detail_2{
    vertical-align: top;
    display: block;
    padding: 0 10px 10px 10px;
    margin: 0;
}
.player_profile .logo_team{
    margin: 0 5px 5px auto;
    display: inline-block;
}
.popup_box .detail_1 .frame_img, .player_profile .detail_1 .frame_img{
    width: 150px;
    height: 180px;
    border: 3px solid #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.player_profile .frame_img_wrapper{
    height: 148px;
}
.player_profile .frame_img img{
    width: 100%;
}
.player_profile .container_boxes{
    margin: 0 -5px -5px 185px!important;
    min-height: 290px;
}
.popup_box .detail_2 p{
    margin: 5px auto 0 auto;
}
/*-------------------------------------------*/
/*EQUIPO*/
.team_profile{
    text-align: left;
}
.team_profile .logo_team{
    width: 50px;
    height: 50px;
}
.team_profile .rg-gallery{
    width: 86%;
    margin: 0 7%;
}
/*---------------------------------------------*/
.team_popup{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    min-height: 180px;
    padding: 8px 15px 5px 15px;
    text-align: center;
    background: #EEEEEE;
}
.team_popup.team_1{
    width: 100%;
    display: inline-block;
}
.team_popup.team_2{
    width: 100%;
    display: none;
}
/*---------------------------------------------*/
/*BOXES MATCHES*/
.box .team{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin: 0 0.5%;
    min-height: 95px;
    padding: 8px 7px 5px 7px;
    background: #DDDDDD;
    position: relative;
    text-align: center;
}
.box .logo_team{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.box .team .main_name{
    font-size: 14px;
    line-height: 16px;
    height: auto;
    display: block;
    padding: 5px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box .team .score{
    font-size: 30px;
    line-height: 25px;
    font-weight: bold;
    margin: 5px;
    padding: 4px 8px 8px 8px;
    display: inline-block;
    min-width: 55px;
    box-shadow: none;
    cursor: auto;
    float: none;
}
.box .status_bar{
    position: absolute;
    top: 5px;
    right: 5px;
}
.box .status_bar.static{
    position: static;
}
.status_bar{
    vertical-align: middle;
    display: inline-block;
    padding: 1px 5px;
    border: 2px solid rgba(255, 255, 255, 1);
    color: #FFF;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.status_bar a:hover{
    color: #FFF;
}
.status_bar.green{
    background: #00B07C;
}
.status_bar.yellow{
    background: #FFC627;
}
.status_bar.red{
    background: #EF6860;
}
.status_bar.sky_blue{
    background: #43B7E8;
}
/*-----------------------------------*/
/*ESTADISTICAS*/
.circular_graph{
    width: 48%;
    display: inline-block;
    padding: 10px 0;
}
.circles-text{
    font-size: 120%!important;
    font-weight: bold;
}
/*================================================
MEDIA QUERIES
==================================================*/

/* Desktops and laptops ----------- */
@media only screen and (max-width: 1224px){
    .score_head_fixed {
        width: 100%;
        height: auto;
        padding: 0;
        left: 0;
        top: 55px;
    }
    .timeline .detail_1, .timeline .detail_2{
        display: block;
        margin: 0;
        width: auto;
        padding: 0;
    }
    .timeline .point{
        width: 46%;
        margin: 0 1% 10px 1%;
    }
}
/*Laptops -----------------------*/
@media only screen and (max-width: 1160px){
    .team .score{
        min-width: 110px;
        font-size: 70px;
        line-height: 75px;
    }
    .last_action li{
        min-width: 32%;
    }
    .last_action li{
        min-width: 48%;
    }
    .team_action .team_1, .team_action .team_2{
        width: 100%;
        margin: 0;
        padding: 3px 40px 5px 10px;
    }
    .team_action .detail_1, .team_action .detail_2{
        display: table-cell;
    }
    .team_action .detail_2{
        padding: 0 0 0 10px;
    }
    .team_action.turnover .team_action .col_2{
        display: none;
    }
}
/* Tablets (Portrait) ----------- */
@media only screen and (min-width: 940px){
    .list_players, .list_actions_edit{
        display: inline-block!important;
    }
}
/* Tables (landscape) ----------- */
@media only screen and (max-width: 940px){
    .timer .main_time{
        margin: 5px 10px 3px 10px;
        font-size: 38px;
    }
    .timer .main_time{
        font-size: 40px;
        line-height: 40px;
    }
    .team, .timer{
        height: auto!important;
        font-size: 16px;
        min-height: 210px;
    }
    .team span{
        margin: 0;
    }
    .popup_box .team{
        width: 100%;
        margin: 0 auto 5px auto
    }
    .team_profile .logo_team{
        display: inline-block;
    }
    .stats_chart{
        width: 100%;
        min-height: 0;
    }
    .comparison .team{
        width: 48%;
        margin: 1%;
    }
    .team, .timer{
        height: auto;
        font-size: 14px;
        min-height: 0;
    }
    .team{
        width: 49%;
        margin: 0 0.5%;
    }
    .timer{
        width: 100%;
        height: auto!important;
        float: left;
    }
    .team, .team .title_h5{
        font-size: 15px;
        line-height: 17px;
    }
    .team .title_h6{
        font-size: 13px;
        line-height: 15px;
    }
    .team_popup .title_h5{
        height: 50px;
    }
    .list_players, .list_actions{
        max-height: none;
    }
    .list_players, .list_users, .list_actions_edit{
        width: 100%;
        margin: 0;
    }
    .list_actions_edit{
        display: none;
    }
    .list_players:last-child, .list_users:last-child{
        margin: 0;
    }
    .list_players.roster_1{
        display: block;
    }
    .list_players.roster_2{
        display: none;
    }
    .list_players li .detail_1 {
        width: 46px;
    }
    .panel.roster .tab_bar.tab_bar_switch{
        display: block!important;
    }
    .team_action .col_1, .team_action .col_2{
        width: 100%;
        margin: 0 0 10px 0;
    }
    .team_action .col_2{
        padding: 0 0 5px 0px;
    }
    .team_action.success .player_box{
        width: auto;
        min-width: 0;
        padding: 0!important;
        display: inline-block;
        vertical-align: middle;
    }
    .team_action .player_box .detail_1, .team_action .player_box .detail_2{
        display: inline-block;
        padding: 0!important;
        vertical-align: middle;
    }
    .team_action .badge{
        position: static;
        margin: 0!important;
    }
    .team_action .frame_img{
        display: none;
    }
    .team_action .player_name{
        vertical-align: middle;
        padding: 0 0 0 5px;
    }
    .team_action .score .title_h3, .team_action .score .title_h5{
        margin: 0 10px 5px 0;
        display: inline-block;
    }
}
/* Tables (Portrait) ----------- */
@media only screen and (max-width: 768px){
    .logo.ocultar{
        display: none!important;
    }
    .box .team.score_inline .main_name{
        display: block;
    }
}
/* OTHER DEVICES */
@media only screen and (max-width: 600px){
    .team_popup{
        width: 100%;
    }
    .team_popup .title_h5{
        height: auto!important;
    }
    .player_profile .container_boxes {
        margin: 0!important;
    }
    .player_profile .box_player_profile {
        width: auto;
        margin: 5px;
        padding: 5px;
        position: static;
    }
    .player_profile .detail_1, .player_profile .detail_2 {
        display: table-cell;
     }
     .player_profile .detail_2 {
         padding: 15px 10px 10px 10px;
     }
     .team_action.action_roster .player_box {
         min-width: 0;
         margin: 0 0 10px 10px;
     }
     .team_action.action_roster .player_box .detail_1 {
         display: inline-block;
         padding: 0!important;
         vertical-align: middle;
     }
     .team_action.action_roster .badge {
         position: static;
         margin: 0!important;
     }
     .team_action.action_roster .frame_img {
         display: none;
     }
}
/* Smartphones (landscape)----------- */
@media only screen and (max-width: 480px){
    .panel {
        padding: 13px 13px 7px 13px;
    }
    .panel .head_bar{
        margin: -13px -13px 10px 17px;
    }
    .posession{
        width: 40px;
        height: 40px;
        margin: 0 ;
        right: auto;
        left: 5px;
        position: absolute;
    }
    .timer .badge{
        display: none;
    }
    .team .badge {
        font-size: 14px;
        line-height: 16px;
    }
    .team, .team .title_h5{
        font-size: 14px;
        line-height: 16px;
        margin: 0;
    }
    .team .title_h6{
        font-size: 12px;
        line-height: 14px;
        margin: 0;
    }
    .team, .box .team{
        width: 100%;
        height: auto!important;
        text-align: left;
        padding: 7px;
        margin: 5px 0;
    }
    .box .team.score_inline .main_name {
        display: inline-block;
    }
    .team .team_head{
        padding: 0 0 0 55px!important;
	min-height: 45px;
    }
    .timer{
        padding: 5px 7px 10px 7px;
    } 
    .timer_controls .btn{
        font-size: 0px!important;
        line-height: 0px!important;
    }
    .team hr{
        display: none;
    }
    .timer .separador_y{
        display: none;
    }
    .team .tab_bar.set_bar{
        position: relative;
        padding: 0;
        margin: -5px -5px 10px -5px;
        min-height: 50px;
    }
    .team .score{
        font-size: 50px;
        line-height: 48px;
        min-width: 50px;
        float: right;
        font-size: 25px;
        line-height: 30px;
        margin: -3px 0 0 0;
        padding: 5px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
    }
    .logo_team{
        display: inline-block;
        margin: 5px 5px 5px 0;
    }
    .timer .title_h5, .timer .main_time{
        font-size: 22px;
        line-height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin: 5px;
    }
    .ocultar{
        display: none!important;
    }
    .team .title_h6{
        display: inline-block;
    }
    .team .tab_bar{
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    .box .team .main_name{
        font-size: 13px;
        line-height: 15px;
        white-space:nowrap; 
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .team .team_head .detail_1{
	padding: 0!important;
    }
    .team .team_head .detail_2{
	padding: 0 0 0 8px!important;
        width: 50%;
    }
    .list_players li .tab_bar{
        display: block!important;
        float: none!important;
        border-top: 1px solid rgba(255, 255, 255, 1);
        margin-top: 5px;
        padding: 5px;
    }
    .last_action li{
        min-width: 98%;
    }
    .team_action{
        padding: 10px;
        margin: 0 0 10px 0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }
    .team_action .team_1, .team_action .team_2{
        width: 100%;
        padding: 3px 40px 0 10px;
        margin: 0;
    }
    .team_action .col_1{
        margin: 0;
    }
    .team_action .col_2 {
        width: auto;
        margin: 0;
        padding: 0;
        display: block;
    }
    .team_action .score{
        padding: 4px 0 5px 15px;
    }
    .team_action .logo_team{
        display: none;
    }
    .time_action {
        top: -34px;
        width: auto;
        padding: 6px 10px!important;
    }
    .team_1 .time_action {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        left: 0;
    }
    .team_2 .time_action {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        right: 0;
    }
    .team_action .score .title_h3{
        font-size: 35px;
    }
    .team_action .title_h5{
        font-size: 14px;
    }
    .list_actions{
        padding: 0;
    }
    .score_head{
        margin: -13px -13px 10px -13px;
    }
    .score_head .team_1, .score_head .team_2 {
        padding: 9px 0;
    }
    .score_head .team_1.score_head_team_fixed, .score_head .team_2.score_head_team_fixed {
        padding: 10px 0;
    }
    .score_head .team_1 .score, .score_head .team_2 .score {
        width: 38px;
        font-size: 18px;
    }
    .score_head .push_left{
        float: left!important;
    }
    .score_head .push_right{
        float: right!important;
    }
    .score_head .title_h5{
        font-size: 16px;
        line-height: 18px;
        padding: 7px 10px;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 70%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .score_head .team_1 .logo, .score_head .team_2 .logo{
        display: none;
    }
    .player_box .player_name{
        display: none;
    }
    .player_profile .detail_1, .player_profile .detail_2{
        width: auto;
        display: block;
    }
    .player_profile .detail_1{
        text-align: center;
    }
    .player_profile .detail_2{
        width: auto;
        display: block;
        margin: 0;
    }
}
/* Smartphones (portrait)----------- */
@media only screen and (max-width: 321px){
}