/* here you can put your own css to customize and override the theme */
th a {
    color: white !important;
}

table.table-default th a, a:focus, a:hover, a:active {
    color: black;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    /*background-color: #26a69a;*/
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 37px;
}

.btn-floating:before {
    border-radius: 0;
}

.btn-floating.btn-large {
    width: 55.5px;
    height: 55.5px;
}

.btn-floating.btn-large i {
    line-height: 55.5px;
}

button.btn-floating {
    border: none;
}

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
}

.fixed-action-btn ul {
    right: 7px;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
}

.fixed-action-btn ul li {
    margin-bottom: 15px;
    list-style: none
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0;
}

.btn-large {
    height: 54px;
    line-height: 56px;
}

.btn-large i {
    font-size: 1.6rem;
}

.btn-large, .btn-floating {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn-large:hover, .btn-floating:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-large i, .btn-floating i, .btn-large i {
    font-size: 1.3rem;
    line-height: inherit;
}

input.font24 {
    font-size: 24px !important;
}

.action-grid-2 {
    width: 70px;
}

div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

.mesa-pedido-texto {
    font-size: 12px;
    padding-top: 2px;
    padding-left: 36%;
}

.panel-group .panel .panel-heading .mesa-title a:hover {
    background-color: inherit;
}

.mesas-full {
    background-color: #db4a39;
    border: 1px solid #db4a39;
    color: grey;
}

.bg-facebook-ico-mesas {
    background-color: white !important;
    border: 1px solid white;
    color: #3b5998 !important;
}

.mesa-title a:active {
    color: white !important;
}

.bg-facebook-ico-mesas > i {
    color: #3b5998 !important;
}

.btn-big {
    width: 180px;
    height: 38px;
    font-size: 18px;
}

.hide-mesa-pedido {
    display: none;
}

.producto-item .mini-stat-info span {
    font-size: 17px;
    padding-top: 2px;
    max-width: 150px;
}

.product-name-item {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}

.bg-mesas-item {
    background-color: #1a1a1a7d;
    height: 112px;
}

.contador-producto-container {
    display: inline-block;
    vertical-align: top;
    top: 25px;
    float: right;
    position: relative
}

.contador-producto {
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    text-align: center;
    font-size: 15px;
}

.count-product-item {
    font-size: 23px;

}

@media (max-width: 600px) {
    .producto-item .mini-stat-info span {
        font-size: 14px;
        padding-top: 0px;
        max-width: 100px;
        margin-top: -5px;
    }
}

.active-mesa {
    background-color: #7176817d;

}

.mesa-active-item {
    position: absolute;
    top: 0px;
    right: 13px;
    color: white !important;
    font-size: 35px;
    display: none;

}

.gi-2x {
    font-size: 2em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}

.back-hover {
    cursor: pointer;
    margin-left: 5px;
}

#observaciones {
    width: 90%;
}

.mini-stat-info-pedidos-cocina {
    font-size: 14px;
    color: white;
    padding-top: 2px;
    padding-left: 10px;
}

.bg-mesas-item-cocina {
    background-color: #1a1a1a7d;
    min-height: 400px;
    height: 470px;
    overflow: auto;

}

.platos-cocina {
    font-size: 19px;
}

.border td {
    border: 1px solid white;
}

.select2-choices:hover {
    color: black !important;
}

.mt-15 {
    margin-top: 15px;
}

.mb-10 {
    margin-bottom: 15px;
}
.pr-15{
    padding-right: 15px;
}
.pr-35{
    padding-right: 35px;
}