.btn-success {
    width: 53%;
}
.btn-danger {
    width: 45%;
}
.modal-header {
    padding: 0;
}
.form-horizontal .form-group {
    margin-right: 15px;
    margin-left: 15px;
}
.display-3 {
    margin-top: 35px;
    margin-bottom: 0px;
}
@media (max-width: 768px) {
	.modal-dialog-centered {
    transform: translate(0, 40%);
    top: 50%;
    margin: 0 auto;
	}
}
body {
    background-color: #dbd9d9;
}
.amarillo{
	background-color: yellow;
	font-weight: bold;
    color: #000;
	text-align: center;
}
.azul{
	background-color: blue;
	font-weight: bold;
    color: #fff;
	text-align: center;
}
.alineaciones{
	text-align: center;
	font-weight: 600;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    text-align: center;
}
.modal-header {
    padding: 4px;
    text-align: right;
}
.modal-header a {
    color: #777;
    text-decoration: none;
}
h3 {
    font-size: 22px;
}
#current_date {
    margin-top: 0;
    text-align: center;
    background-color: #fff;
    padding: 8px;
    margin-bottom: 0;
}
#tabla{
	margin-top:0;
}
.table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    
	font-weight: bold;
}
table {
    background-color: #fff;
}

#biwenger>thead:first-child>tr:first-child>td {
    border-top: 0;
    text-align: left;
    width: 70%!important;
}
#noconvocados>thead:first-child>tr:first-child>td {
    border-top: 0;
    text-align: left;
    width: 70%!important;
}
table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
    text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
table.table-bordered.dataTable td {
    border-left-width: 0;
    border-right-width: 0;
}
.table-bordered>thead>tr>td {
    border-bottom-width: 1px;
}
.modal-header {
    padding: 4px;
    text-align: right;
    background-color: #fff;
	padding-right: 8px;
}
span{
	background-color: #dbd9d9;
}
.descripcion{
    background-color: #fff;
    width: 100%;
    display: block;
    padding-left: 8px;
    padding-top: 6px;
}
.btn {
    margin-bottom: 4px;
}
.topbar{
	background-color: #dbd9d9;
	    padding-right: 0;
}
.escudo{
	position: absolute; 
  	left: 45%;
    right: 50%;
	top: 40px;
  	margin-left: auto; 
  	margin-right: auto; 
  	z-index:99;
}
.versus{
        text-align: center;
    vertical-align: middle;
    position: absolute;
    height: 40px;
    width: 40px;
    /* border: black 1px solid; */
    border-radius: 25px;
    background-color: #999;
    color: #fcf8e3;
    left: 45%;
    /* right: 50%; */
    top: 61%;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
}
.versus p {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 25%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}
.escudo p{ 
	margin: 5px 3px;
}
.btnequipos {
	width: 100%;
	background-color: #dbd9d9;
}
table#alineaciones{

}
#alineaciones tbody td  {    
    border-left-width: 0;
    border-right-width: 1px;
}
table.table-bordered.dataTable td {
    
}