﻿.VueTables__search-field > label {
    display: none !important;
}

.VueTables__limit-field > label {
    display: none !important;
}

.nowrap {
    white-space: nowrap
}




.VuePagination {
    text-align: center;
}

.vue-title {
    text-align: center;
    margin-bottom: 10px;
}

.vue-pagination-ad {
    text-align: center;
}

.glyphicon.glyphicon-eye-open {
    width: 16px;
    display: block;
    margin: 0 auto;
}

/*th:nth-child(3) {
    text-align: center;
}*/

.VueTables__child-row-toggler {
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    margin: auto;
    text-align: center;
}

.VueTables__child-row-toggler--closed::before {
    content: "+";
}

.VueTables__child-row-toggler--open::before {
    content: "-";
}

[v-cloak] {
    display: none;
}

.pull-left.VueTables__search {
    float: left !important;
}

.pull-right.VueTables__limit {
    float: right !important;
}

.margintop4px {
    margin-top: 4px;
}

.modal {
    overflow-y: auto;
}
