.v-tabs__container {
  border-bottom: 1px solid #bbb;
  background: #fff !important;
}

.v-tabs__bar {
  border-bottom: none !important;
  border-left: 1px solid #eee;
  background: #fff !important;
}

.v-tabs__item {
  border-top: 2px solid #f1f1f1;
  border-bottom: solid 1px #bbb;
  border-left: solid 1px #f1f1f1 !important;
  border-right: solid 1px #f1f1f1 !important;
  background: #f1f1f1;
  font-size: 13px;
  text-transform: none;
}

.v-tabs__item.v-tabs__item--active {
  border-bottom: solid 1px transparent !important;
  color: #000 !important;
  border-top: 2px solid #000;
  background: #fff !important;
  border-left: solid 1px #bbb !important;
  border-right: solid 1px #bbb !important;
  border-bottom: solid 1px #fff;
}

.v-tabs .v-window {
  border-left: solid 1px #bbb !important;
  border-bottom: solid 1px #bbb !important;
  border-right: solid 1px #bbb !important;
  margin-bottom: 0;
  border-top: 1px solid #bbb;
  margin-top: -1px;
  margin-left: 1px;
}

[v-cloak] > * {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

.theme--light.v-label {
  color: #1f6fb2;
}

.v-input--selection-controls.v-input .v-label {
  font-size: 12px !important;
}

.v-input--selection-controls {
  padding-top: 5px;
}

.v-list--dense .v-list__tile {
  font-size: 12px;
}

.v-list__group--active {
  background-color: #000 !important;
}

.v-list__tile__title.inactive {
  color: #fff !important;
}

.v-list__tile__title.active {
  color: #1f6fb2 !important;
}

.v-list__tile__sub-title.is_subtitle {
  color: #1f6fb2 !important;
  font-weight: bold;
}

.v-list__tile__title.is_title {
  color: #1f6fb2 !important;
  font-weight: bold;
}

.header_selected {
  color: #fff !important;
  background-color: #1f6fb2 !important;
}

.header_selected .v-list__group__items {
  background-color: #000;
}

.hover-icon {
  cursor: ns-resize;
}

.dnd-icon {
  cursor: -webkit-grab;
  cursor: grab;
}

.v-datatables-center-item {
  display: inline-block !important;
}

.v-datatables-center-item .v-input__control {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.v-input__slot {
  border-width: 1px !important;
}

.v-toolbar__content {
  padding: 0 12px !important;
}

.required label::after {
  content: "*";
  color: red;
  margin-left: 5px;
}

.bold {
  font-weight: bold;
}

.v-input--selection-controls:not(.v-input--hide-details) .v-input__slot {
  margin-bottom: 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.v-list--two-line .v-list__tile {
  height: auto !important;
}

.nl-formatted {
  white-space: pre-line;
}

.v-datatable thead tr {
  background-color: #CFD8DC !important;
}

.expanded-row {
  background-color: #E8F5E9 !important;
}

.tooltipevent {
  position: absolute;
  z-index: 9999;
  background: #FFEE58;
  color: #000;
  min-width: 150px;
  max-width: 50%;
  border-radius: 3px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
}

.tooltipevent p {
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 14px;
}

.tooltipevent .event_dates {
  font-style: italic;
  font-size: 12px;
  display: block;
  padding-top: 5px;
}

.tooltipevent .event_owner {
  font-size: 12px;
  display: block;
  padding-top: 5px;
}

.tooltipevent .event_place {
  font-size: 12px;
  display: block;
  padding-top: 5px;
}

table.table {
  border-collapse: collapse;
  width: 100%;
}

table.table td,
table.table th {
  padding: 10px;
}

table.table th {
  font-weight: bold;
  color: #111;
  background-color: #CFD8DC;
}

table.table tr:hover {
  background-color: #eee;
}

