/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

 .form-group
 {
 	margin-bottom: 5px!important;
 }

 .tablero_cubo{
 	height: 100px;
 	
 	
 }

 .tablero_cubo_inner
 {
 	padding: 15px;
 	text-align: center;
 	margin: 30px;
 	border: 2px solid black;
 	height: 100%;
 	border-radius: 25px;
 	font-weight: bold;
 	font-size: 14px;
 }

 .tablero_numero
 {
 	color:red;
 }

 .tablero_numero_azul
 {
 	color:blue;
 }


.btn.dropdown-toggle{
 height: 32px;
  border-color: rgb(169, 169, 169);
      padding-left: 3px;
 }
.rojo
{ 	background-color: red !important;
	border-color: grey !important; }
.verde
{ 	background-color: green !important;
	border-color: grey !important; }
.amarillo
{ 	background-color: yellow !important;
	color: black !important;
	border-color: grey !important; }
.azul
{ 	background-color: rgb(115, 147, 236) !important;
	color:  white!important;
	border-color: grey !important; }

.column {
		float: left;
}
	  
/* Clear floats after the columns */
.row:after {
		content: "";
		display: table;
		clear: both;
}

