﻿.toolbar-content {
    left: 35px !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 85px) !important;
    overflow: hidden;
}

.toolbar-content-scroll {
    max-width: calc(100% - 85px) !important;
    overflow-x: scroll;
}

.toolbar-content-scroll::-webkit-scrollbar {
    display: none;
}

.toolbar-container {
    position: relative;
    display: table;
    table-layout: fixed;
    white-space: nowrap;
    width: calc(100% - 200px);
}

.toolbar-left {
    border-radius: 5px 0px 0px 10px;
    left: 0;
    align-items: center;
    cursor: pointer;
    position: absolute;
    width: 35px !important;
    padding: 4px 5px;
    text-align: center;
}

.toolbar-rigth {
    border-radius: 0px 5px 10px 0px;
    top: 0;
    right: 0;
    position: absolute;
    align-items: center;
    cursor: pointer;
    width: 35px !important;
    padding: 4px 5px;
    text-align: center;
}

.toolbar-items {
    display: inline-flex !important;
    margin-right: 5px;
    align-content: center;
    vertical-align: middle;
    width: auto;
}

.toolbar-btn {
    background-color: #F8F8F8;
}

.toolbar-items .toolbar-separator {
    border: solid #ced4da;
    border-width: 0 1px 0 0;
    height: 25px;
}

@media screen and (max-width: 830px) {
    .toolbarMobile {
        display: none;
    }
}

/*#GVImpresorasTermicas input {
    height: 5px !important;
}*/

.gv-primary {
    background-color: #007bff !important;
    /*background-color: #0085c7;*/
}

.btn-sm-gv {
    padding: 2px 4px !important;
    font-size: 0.6rem;
}

.selected {
    background-color: #0085c7;
    color: white !important;
}

tbody > tr:nth-of-type(odd).selected > * {
    color: white !important;
}

tbody > tr:nth-of-type(even).selected > * {
    color: white !important;
}

.wj-grid-sm .wj-header,
.wj-grid-sm .wj-cell {
    font-size: 0.8rem !important;
}

.wj-input-sm {
    font-size: 0.8rem !important;
}

.wj-header {
    /*background-color: #0085C7 !important;*/
    background-color: #2C4C7F !important;
    color: #ffffff !important;
}

.fake-table-header {
    background-color: #2C4C7F !important;
    color: #ffffff !important;
}

.btn-grid {
    border-radius: 0.375rem !important;
    border-width: 1px !important;
    border: none !important;
    height: calc(100% - 4px) !important;
    margin: 2px 6px 2px 6px !important;
    width: calc(100% - 12px) !important;
}

.wj-labeled-input {
    width: 40%;
}

    .wj-labeled-input > label > span {
        display: block;
        font-weight: normal;
        font-size: 90%;
        opacity: .90;
        color: black;
    }

.wj-sm {
    font-size: 0.8rem !important;
}