/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

body, html {
    overflow-x: hidden;
}

.dragscroll {
    overflow-y: scroll; 
    height: 600px;
}

modal-body.dragscroll {
    overflow-y: scroll; 
    height: 400px;
}

.alter-comanda {
    cursor: pointer;
}

#box-comandas span.info-box-icon {
    font-size: 20px;
}

#box-comandas span.info-box-number {
    font-size: 15px;
}


tr.row-taxa td {
    color: #00a65a;
    font-weight: bold;
}

.form-horizontal .box-select {
    padding-left: 0;
}

input[name=pesquisa] {
    width: calc(100% - 10px) !important;
}

@media (max-width: 768px) {

    body, html {
        overflow-x: auto;
    }

    .content-header > h1 {
        display:none;
    }

    .box-buttons {
        margin: 0 auto;
        width: 355px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .dragscroll {
        overflow-y: auto; 
        height: auto;
    }

    .form-horizontal .box-select {
        padding-left: 15px;
    }

    .btn-app {
        margin: 0 0 10px 5px;
    }

    h3.box-title.box-total-lanchonete {
        margin-top: 20px;
    } 

}

