File: /var/www/gestor-horarios.bradford/assets/css/style.css
.input-sm {
padding: 5px 4px!important;
}
#payModal {
font-size: 15px;
}
#payModal td{
text-align: right;
}
.monedas{
/*background-color: #3c8dbc;*/
width: 32%;
}
.billetes{
/*background-color: #00a65a;*/
width: 48%;
}
.btn-group{
width: 100%;
}
.modal-content input{
text-align: right;
}
.label_efectivo{
color: #FFFFFF;
padding: 5px 9px;
border: solid 3px #FFFFFF;
font-weight: bold;
}
.label_monedas{
background-color: #3c8dbc;
}
.label_billetes{
background-color: #00a65a;
}
.label_monedas_disabled{
background-color: #7BA9D0;
}
.label_billetes_disabled{
background-color: #95D195;
}
.over-modal{
z-index: 1100;
}
.disable_product{
background-color: #CCCCCC !important;
}
.detalle_efectivo{
padding-top: 20px;
}
.detalle_pagos{
display: none;
}
.td_total{
border-top: solid 2px #222222;
}