﻿#AlertMsg {

    color: red;
    text-align: center;
}
.PitcherBoxScore,
.BatBoxScore,
.EditTotalBoxScore,
.EditBoxScore {
    width: 30px;
    border: none;
}


#ImagenPelotero {
    width: 90px; 
    height:135px; 
    margin-left: auto;
    margin-right: auto;
    display: block; 
    margin-bottom: 5px;
}

#Crear {
    border: 1px solid #808080;
    cursor: pointer;    
}
#Crear:hover {
    background: #808080;
    color: #fff;
}

.Headbox
{
border: 1px solid gainsboro; 
padding: 10px 10px 10px 10px;
 
}
.titulo {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    background: #000;
}
.option_bar {

    background: #808080;
    margin-bottom: 3px;
    width: 100%;
}
.option_bottom {
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #000;
    

}
    #loading
    {
        display:none;
        position:fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background:rgba(255,255,255,0.8);
        z-index:1000;
    }
  
    #loadingcontent
    {
        display:table;
        position:fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
    }
  
    #loadingspinner
    {
        display: table-cell;
        vertical-align:middle;
        width: 100%;
        text-align: center;
        font-size:larger;
        padding-top:80px;
    }

    .footer {

        background: #000000;
        color: #ffffff;
        text-align: center;
        
            
    }