.form-signin {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.mesa-style {
	float: left;
	width: 100px;
	height: 100px;
	border: solid 1px #C2C1C1;
	text-align: center;
	margin:5px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius: 5px;
}

.mesa-busy {
	background-color: #EF4444;
}

.cuentas-list-item {
	height: 50px;
	padding: 5px;
	border: solid 1px #C2C1C1;
	margin:5px;
	text-align:left;
}

.cuentas-options-btn{
	height: 100px;
	width: 170px;
	margin: 5px;
}

.cuentas-options-btn{
	height: 100px;
	width: 170px;
	margin: 5px;
}

.panel-options{
	text-align: center;
}

.cuentas-list-item img {
	margin-right: 5px;
	border: solid 1px #C2C1C1;
}

.orden-options-btn{
	height: 50px;
	width: 170px;
	margin: 5px;
}

.orden-list-item {
	height: 50px;
	padding: 5px;
	border: solid 1px #C2C1C1;
	margin:5px;
	text-align:left;
}

.orden-list-total {
	height: 50px;
	padding: 5px;
	margin:5px;
	text-align:right;
}

.orden-list-l table {
	width: 100%;
	margin:5px;
}

.orden-list-l table td {
	border-top: solid 1px #C2C1C1;
}

.orden-item {
	float: left;
	width: 120px;
	height: 120px;
	border: solid 1px #C2C1C1;
	text-align: center;
	margin:5px;
	border-radius: 5px;
}

.orden-item .orden-item-img {
	height: 65%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
}

.orden-item .orden-item-img img {
	height: 100%;
	width: 100%;
	}

.orden-item .orden-item-texto {
	margin-top:3px; 
	font-size: small;
	overflow:hidden;
    text-overflow: ellipsis;
    
}

.orden-buttons {
	overflow-y:scroll;
}

.numpad
{
	width:280px;
	height: 300px;
}

.numpad-btn {
	margin-right: 5px;
	border: solid 1px #C2C1C1;
	width: 50px;
	height: 50px;
	border-radius: 5px;
}

.numpad .form-control {
	height:35px;
}

#orden-numpad-termino .list-group {
	width: 200px;
	font-size: small;	
	margin-top: 7px;
}

#orden-numpad-termino .list-group a {
	padding-left:15px; padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;	
}

.numpad-termino-header {
	background-color: #343b40; 
	color: #ebecf0;
	border: 1px solid #e9ecef;
}


.numpad-lgn
{
	
	height: 100%;
}

.numpad-lgn table
{
	
	width: 100%;
}

.numpad-lgn-btn {
	margin-right: 5px;
	border: solid 1px #C2C1C1;
	width: 100%;
	height: 60px;
	font-size: 25px;
	color: white;
	
}

.numpad-lgn .form-control {
	padding: 0px;
	font-size: 45px;
	height:60px;
}
