:root {
  font-size: 14px;
}

*::-webkit-scrollbar-track {
  background-color: transparent;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: grey;
}

.table-pagination {
  margin-top: 20px;
  text-align: right;
}

.image_cell_box {
  width: 48px;
  height: 48px;
}

.ve-pagination li {
  background: #545454 !important;
}

.ve-pagination li a,
.ve-pagination li i {
  color: #fff !important;
}

.action_buttons {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ve-table td,
.ve-table th {
  padding: 5px !important;
}

.empty-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
  width: 100%;
  color: #666;
  font-size: 16px;
  border: 1px solid #eee;
  border-top: 0;
}

.card_menu_table {
  height: 450px !important;
}

.table-header-cell-class {
  background: #328f8a !important;
  color: #fff !important;
}

.ve-table-header-tr:nth-of-type(2) .ve-table-sort {
  display: none !important;
}

.header_toolbar {
  background-color: #f5f5f5;
}

th.ve-table-header-th {
  font-weight: normal !important;
}

.ve-table
  .ve-table-container
  table.ve-table-content
  tbody.ve-table-body
  tr.ve-table-body-tr
  td.ve-table-body-td,
.ve-table
  .ve-table-container
  table.ve-table-content
  tbody.ve-table-body
  tr.ve-table-expand-tr
  td.ve-table-body-td {
  white-space: nowrap !important;
}

.ve-table
  .ve-table-container
  table.ve-table-content
  thead.ve-table-header
  .ve-table-header-tr
  .ve-table-header-th
  .ve-table-sort {
  top: -3px !important;
}

.btn_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.btn_bar button {
  margin: 0 5px 5px 0;
}

@media screen and (max-width: 960px) {
  .btn_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.bg-green {
  background-color: #328f8a !important;
  background-image: linear-gradient(80deg, #328f8a, #489e6c) !important;
}

.v-footer,
.v-application .grey.darken-4 {
  background-color: #328f8a !important;
  background-image: linear-gradient(80deg, #328f8a, #489e6c) !important;
}

.text-center {
  text-align: center !important;
}

.v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.v-data-table > .v-data-table__wrapper > table > thead > tr > td,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td {
  height: auto !important;
}

.ve-table
  .ve-table-container
  table.ve-table-content
  thead.ve-table-header
  tr.ve-table-header-tr
  th.ve-table-header-th {
  white-space: nowrap;
}

.form-control {
  height: 30px !important;
  border: none !important;
}

table.ve-table-content thead.ve-table-header .ve-table-header-tr th input {
  width: 100px !important;
}
/*# sourceMappingURL=style.css.map */

.router-link-exact-active div {
  background-color: #00796b;
}

@media screen and (max-width: 1260px) {
  .v-application ul {
    padding-left: 0 !important;
  }
  .ve-pagination {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
  .ve-pagination li {
    margin-right: 2px !important;
  }
  .ve-pagination span {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 640px) {
  .ve-table-fixed-header tr th  {
    left: -100% !important;
  }

    .ve-table-fixed-left,
    .ve-table-header-th.ve-table-fixed-left {
    /* position: unset !important;   */
    left: -100% !important;
  }
}


.margin-bottom-3{
  margin-bottom: 15px !important;
}
.my-input-style{
  width: 100%;
  border: 1px solid #9e9e9e;
  padding: 10px;
  text-align: right;
}
.ve-table-header-th input {
  width: 100% !important;
  height: 29px !important;
}


.datatables table thead tr th {
  padding: 5px !important;
  font-size: 12px !important;
  height: 20px !important;
}

.datatables table tbody tr td {
  font-size: 12px !important;
  padding: 5px !important;
}