.v-icon-list {
    border-radius: 3px;
    text-align: center;
    padding: 0px 2px;
}

.v-icon-list i {
    width: 18px;
}

.v-icon-list:hover {
    background: #939493;
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

.v-table-fixed-height {
    overflow-y: auto;
}

.v-table-fixed-height thead {
    position: sticky;
    top: 0px;
}

.v-table-fixed-header {
    position: sticky;
    top: 0px;
    z-index: 2;
}

.v-table-fixed-column th:first-child, .v-table-fixed-column td:first-child {
    position: sticky;
    left: 0px;
    z-index: 1;
}

.v-table-fixed-column th:first-child {
    top: 0px;
}

.v-table-fixed-column tr:nth-child(odd) td:first-child {
    background: #f1eff3;
}

.v-table-fixed-column tr:nth-child(even) td:first-child {
    background: #f8f8f8;
}

.v-table, .v-table button {
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.v-table {
    position: relative;
}

.v-table table {
    width: 100%;
    outline: 1px solid #c8c8c8;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}

.v-table-title {
    line-height: 24px;
    padding: 5px 5px;
    font-weight: bolder;

    background: #e8e8e8;
    background: -moz-linear-gradient(top,#e8e8e8 0%,#bababa 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(100%,#bababa));
    background: -webkit-linear-gradient(top,#e8e8e8 0%,#bababa 100%);
    background: -o-linear-gradient(top,#e8e8e8 0%,#bababa 100%);
    background: -ms-linear-gradient(top,#e8e8e8 0%,#bababa 100%);
    background: linear-gradient(to bottom,#e8e8e8 0%,#bababa 100%);

    border-radius: 3px 3px 0 0;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
    outline: 1px solid #949494;
}

.v-table-toolbar {
    display: inline-block;
    position: absolute;
    right: 5px;
}

.v-table-toolbar button {
    position: relative;
    padding: 2px 10px;
    border: none;
    font-size: 14px;
    color: black;
}

.v-table-expand-row > td {
    padding: 0px !important;
    outline: 1px solid #e2e2e2;
}

.v-table-expand-table th {
    width: 30%;
    white-space: nowrap;
    padding: 2px 5px;
    outline: 1px solid #dbdbdb;
}

.v-table-expand-table td {
    padding: 2px 5px;
}

.v-table-expand-table tr:nth-child(odd) {
    background: #f1eff3;
}

.v-table-expand-table tr:nth-child(even) {
    background: #fbfaf7;
}

.v-thead-rows-for-width {
    visibility: collapse;
}

.v-table-content {
    border: none;
}

.v-table-content thead th {
    position: relative;
    padding: 2px 5px;
    outline: 1px solid #c8c8c8;

    vertical-align: middle;
    line-height: 24px;
    font-size: 14px;

    background: -webkit-linear-gradient(-180deg, rgb(245, 245, 245), rgb(224, 224, 224));
    background: linear-gradient(-180deg, rgb(245, 245, 245), rgb(224, 224, 224));
}

.v-table-content td {
    padding: 2px 5px;
    outline: 1px dotted #bebebe;
    /*word-break: break-word;*/
    word-break: break-all;
    height: 29px;
}

.v-table-content tbody.vertical-top > tr > td {
    vertical-align: text-top;
}

.v-table-content tbody > tr:nth-child(odd) {
    background: #f0f0f0;
}

.v-table-content tbody > tr:nth-child(even) {
    background: #f8f8f8;
}

.v-table-content tbody tr:hover {
    background: #e8eaef;
}

.v-table-content tbody td ul {
    padding: 0px 0px 0px 20px;
}

.v-table-sortable {
}

.v-table-sortable i {
    position: absolute;
    right: 5px;
    top: 23%;
    font-size: 16px;
}

.v-table-sortable .fa-sort {
    color: #bbbbbb;
}

.v-table-sortable .fa-sort {
    color: #bbbbbb;
}

.v-table-footer {
    border-radius: 0 0 3px 3px;
    padding: 5px;
    background: #fff;
    outline: 1px solid #c8c8c8;
    font-size: .8em;
    position: relative;
}

.v-table-footer .v-table-page-info {
    position: absolute;
    right: 5px;
    top: 8px;
    display: inline-block;
    vertical-align: middle;
}

.v-table-footer .v-table-page-size {
    display: inline-block;
    vertical-align: middle;
}

.v-table-footer .v-table-goto-page {
    display: inline-block;
    vertical-align: middle;
}

.v-table-footer .v-table-page-buttons {
    display: inline-block;
    vertical-align: middle;
}

.v-table-footer .v-table-page-buttons button {
    padding: .1rem .5rem;
    outline: 1px solid #d8d8d8;
}

.v-table-loading-wrapper {
    margin: 6px 7px;
    background: #d4d3d3;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    outline: 1px solid #7d7d7d;
    box-shadow: 0px 0px 5px 4px #a9a9a9;
}

.v-table-loading {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #50505029;
}

/* loading */

.spinner {
    display: inline-block;
}

.spinner > div {
    width: 8px;
    height: 8px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
