.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: none;
}

/* Glyphicon: bigger icons */
.gi-1p5x {
    font-size: 1.5em;
}

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

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

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

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

.btn-select.active {
    background-color: #d0d0d0;
    border-color: #337ab7;
}

.btn-select.active.focus {
    outline: none;
    background-color: #d0d0d0;
    border-color: #337ab7;
}

.btn-select.focus {
    outline: none;
    border-color: #dbdbdb;
}

/* https://github.com/ftlabs/fastclick/issues/83#issuecomment-295723072 */
.disable-hover {
    pointer-events: none;
}

tr.table-total-row {
    font-weight: bold;
    border-top: 2px solid #DDDDDD;
}

table.table-sidebar {
    text-align: left;
    table-layout: fixed;
    margin-bottom: 0;
}

table.table-sidebar td {
    padding-top: 0;
}

table.table-sidebar td.td-small {
    width: 17%;
    text-align: right;
    padding: 10px;
}

table.table-sidebar td.td-big {
    width: 83%;
    /* Write ... in lines that are too long */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px;
}

.btn-user {
    width: 236px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-product {
    width: 175px;
    margin-bottom: 5px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .btn-user {
        width: 155px;
        font-size: small;
    }

    .btn-group-users {
        text-align: center;
    }

    .btn-product {
        width: 155px;
    }

}

@media (min-width: 1280px) {
    .btn-user {
        width: 290px;
        margin-right: 10px;
    }
}


.btn-group-letters {
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
}

.btn-letters {
    font-size: 1.2em;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Five column layout */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* test dropdown permanent */



