@charset "UTF-8";

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}

.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}

.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=right] {
  margin-left: 5px;
}

.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^=left] {
  margin-right: 5px;
}

.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.ck-editor__editable_inline {
  max-height: 700px !important;
}

.btn-info {
  color: #fff;
}

.btn-info:hover {
  color: #fff;
}

.app-header,
.app-footer,
.sidebar,
.main,
.aside-menu {
  transition: none;
}

.main {
  min-height: calc(100vh - 55px);
}

.sidebar .nav-dropdown .nav-dropdown-items {
  display: none;
  max-height: none;
  transition: none;
}

.sidebar-minimized .sidebar .nav-item .nav-dropdown-items {
  display: none !important;
}

.sidebar .nav-dropdown.open > .nav-dropdown-items {
  max-height: none;
  display: block;
}

.sidebar-minimized .sidebar .sidebar-nav.ps {
  overflow: visible !important;
}

.sidebar-minimized .sidebar .nav-item:hover .nav-dropdown-items {
  position: absolute;
  top: 45px;
  left: 50px;
}

.sidebar-minimized .sidebar .nav-item:hover .nav-dropdown-items .nav-link {
  padding-left: 15px;
}

.nav-link i {
  position: relative;
  top: 1px;
}

.header-fixed .app-body {
  margin-top: 0;
}

.sidebar-fixed .app-header + .app-body .main,
.sidebar-fixed .app-header + .app-body .sidebar {
  margin-top: 55px;
}

.sidebar .nav-dropdown .nav-dropdown-items {
  display: none;
  max-height: none;
  transition: none;
}

.sidebar .nav-dropdown.open > .nav-dropdown-items {
  max-height: none;
}

.card {
  border: 0;
  box-shadow: 0 1px 1px 0 rgba(60, 75, 100, 0.14), 0 2px 1px -1px rgba(60, 75, 100, 0.12), 0 1px 3px 0 rgba(60, 75, 100, 0.2);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

.card-header-actions {
  float: none;
}

.card-header-actions a i {
  position: relative;
  top: 1px;
}

.card-header-actions a:hover {
  text-decoration: none;
}

.table th,
.table td {
  vertical-align: middle;
}

.cost-table .quantity,
.cost-table .fixed-width {
  width: 85px;
}

.cost-table .warranty {
  width: 285px;
}

.VueTables .col-md-12 {
  display: flex;
  justify-content: space-between;
}

.VueTables__search {
  order: 2;
}

.VueTables__limit {
  order: 1;
}

.form-inline label {
  display: inline-flex;
  margin-right: 10px;
}

.VueTables__table th {
  position: relative;
}

.VueTables__sort-icon {
  position: absolute;
  top: 11px;
  right: 10px;
}

.table-hover tbody tr.VueTables__child-row,
.table-hover tbody tr.VueTables__child-row:hover {
  background-color: #ffffff;
}

.addresses-table .VueTables__table > thead > tr:not(.VueTables__child-row) > th:first-child,
.addresses-table .VueTables__table > tbody > tr:not(.VueTables__child-row) > td:first-child {
  display: none;
}

.arrow-active:before {
  content: "\2191\2193";
  opacity: 0.5;
}

.arrow-up:before {
  content: "\2191";
  opacity: 1;
}

.arrow-up:after {
  content: "\2193";
  opacity: 0.5;
}

.arrow-down:before {
  content: "\2191";
  opacity: 0.5;
}

.arrow-down:after {
  content: "\2193";
  opacity: 1;
}

.VuePagination {
  padding-right: 0;
}

.VuePagination nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.VuePagination__pagination {
  order: 2;
  margin-right: -15px;
}

.VuePagination__count {
  order: 1;
  width: auto;
  padding: 0;
  flex-basis: auto;
  text-align: right !important;
}

.VueTables__table tr th:last-child,
.VueTables__table tr td:last-child {
  width: 90px;
}

.doc-table .VueTables__table tr th:last-child,
.doc-table .VueTables__table tr td:last-child,
.address-table .VueTables__table tr th:last-child,
.address-table .VueTables__table tr td:last-child,
.requests-table .Vuetab-contents__table tr th:last-child,
.requests-table .VueTables__table tr td:last-child,
.brands-table .VueTables__table tr th:last-child,
.brands-table .VueTables__table tr td:last-child,
.clients-table .VueTables__table tr th:last-child,
.clients-table .VueTables__table tr td:last-child,
.techs-table .VueTables__table tr th:last-child,
.techs-table .VueTables__table tr td:last-child,
.addresses-table .VueTables__table tr th:last-child,
.addresses-table .VueTables__table tr td:last-child {
  width: 125px;
}

.my-sheet .VueTables__table tr th:last-child,
.my-sheet .VueTables__table tr td:last-child {
  width: 65px;
}

.addresses-table .table-striped tbody > tr:nth-of-type(2n+1) {
  background-color: #ffffff;
}

.addresses-table .table-striped table tr,
.addresses-table .table-striped table tr:hover {
  background-color: #ffffff;
}

.addresses-table .table-striped tbody > tr:hover,
.addresses-table .table-striped table > tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.addresses-table .table-striped .VueTables__child-row,
.addresses-table .table-striped .VueTables__child-row:hover {
  background-color: #fff3cd !important;
}

.mx-panel-date td.today {
  background: #eaf8fe;
}

.nav-tabs {
  position: relative;
  z-index: 2;
}

.nav-tabs .nav-item {
  margin-left: -1px;
}

.tab-content {
  box-shadow: 0 2px 2px 0 rgba(60, 75, 100, 0.14), 0 3px 1px -2px rgba(60, 75, 100, 0.12), 0 1px 5px 0 rgba(60, 75, 100, 0.2);
  position: relative;
  height: calc(100vh - 250px);
  overflow-y: auto;
  padding-bottom: 80px;
}

.tab-content .form-buttons,
.form-buttons {
  position: fixed;
  right: 30px;
  bottom: 10px;
  left: 230px;
  padding: 12px 0;
  border: 1px solid #c8ced3;
  margin: 0;
  background-color: #f0f3f5;
  box-shadow: 0 2px 2px 0 rgba(60, 75, 100, 0.14), 0 3px 1px -2px rgba(60, 75, 100, 0.12), 0 1px 5px 0 rgba(60, 75, 100, 0.2);
}

.sidebar-minimized .tab-content .form-buttons,
.sidebar-minimized .form-buttons {
  left: 80px;
}

.v--modal {
  border-radius: 0.3rem !important;
}

.v--modal-overlay .v--modal-box {
  overflow: visible !important;
}

.v-select .dropdown-menu {
  max-height: 300px !important;
}

.v-select .dropdown-menu .highlight a {
  background-color: #20a8d8 !important;
}

.v-select .dropdown-toggle {
  border-color: #e4e7ea !important;
}

.v-select:not(.disabled) .dropdown-toggle {
  background-color: #ffffff !important;
}

.v-select.disabled input,
.v-select.disabled .clear,
.v-select.disabled .open-indicator,
.v-select.disabled .dropdown-toggle {
  background-color: #e4e7ea !important;
}

.v-select .vs__selected-options {
  padding: 2px !important;
}

.v-select.single.searchable {
  padding: 0;
  border: none;
}

.form-control {
  height: 36px;
}

.tab-content {
  margin-bottom: 75px;
}

.mx-datepicker.disabled {
  opacity: 1 !important;
}

.mx-datepicker.disabled .mx-input {
  background-color: #e4e7ea !important;
  opacity: 1 !important;
}

.mx-input {
  border-color: #e4e7ea !important;
  box-shadow: none !important;
}

.mx-calendar-content .cell.actived {
  background-color: #20a8d8 !important;
}

.mx-panel-date td.today {
  background-color: #eaf8fe;
}

@media (max-width: 991px) {
  html:not([dir=rtl]) .sidebar {
    transition: all 0.25s;
  }

  html:not([dir=rtl]) .sidebar-show-mobile .sidebar {
    margin-left: 0;
  }
}

.tab-pane a:hover {
  text-decoration: none;
}

.loading {
  position: relative;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: all 0.2s;
}

.loading:before {
  display: block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #20a8d8;
  border-right: 2px solid #20a8d8;
  border-radius: 50%;
  content: "";
  -webkit-animation: loader-rotate 0.6s linear infinite;
  animation: loader-rotate 0.6s linear infinite;
}

@-webkit-keyframes loader-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .technician-screen .main {
  margin-left: 0;
}

.services-list {
  padding-left: 0;
  list-style: none;
}

.services-list li {
  padding: 5px 10px;
}

.services-list li:nth-child(odd) {
  background-color: #ececec;
}

textarea {
  min-height: 77px;
}

.login-error {
  position: fixed;
  top: 0;
  right: 5px;
  min-width: 285px;
  padding: 10px;
  border-left: 5px solid #b82e24;
  background-color: #e54d42;
  color: #ffffff;
  -webkit-animation: hidden 0s 3s forwards;
  animation: hidden 0s 3s forwards;
}

@keyframes hidden {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes hidden {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.badge-yellow {
  color: #23282c;
  background-color: #f6ff00;
}

.badge-warning {
  color: #ffffff;
}

/* CONVERASTIONS */

.conversations {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.conversations li {
  margin-bottom: 15px;
  text-align: right;
}

.conversations li:last-child {
  margin-bottom: 0;
}

.conversations li > div {
  padding: 5px 8px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: #f2f2f2;
  text-align: left;
}

.dropdown-menu {
  box-shadow: 0 4px 5px 0 rgba(60, 75, 100, 0.14), 0 1px 10px 0 rgba(60, 75, 100, 0.12), 0 2px 4px -1px rgba(60, 75, 100, 0.2);
}

.dropdown-menu .salar {
  display: none;
}

.dropdown-menu .dropdown-item {
  align-items: center;
  width: 100%;
  padding: 0.5rem 1.25rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  color: #4f5d73;
}

.dropdown-menu .dropdown-item:hover {
  text-decoration: none;
  color: #455164;
  background-color: #ebedef;
}

.btn {
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(60, 75, 100, 0.14), 0 3px 1px -2px rgba(60, 75, 100, 0.12), 0 1px 5px 0 rgba(60, 75, 100, 0.2);
}

.btn-red {
  background-color: #c80000;
  color: #ffffff;
}

.btn-red:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.input-group-icon .btn {
  border: 1px solid transparent;
  box-shadow: none;
}

.buttons-zone {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .dropdown-menu .salar {
    display: inline-block;
  }
}

#monthly_year {
  min-width: 100px;
}

#monthly_year .dropdown-menu {
  right: 0;
  left: auto;
}

.bg-reorder {
  background-color: #c8c8c8 !important;
}

@media (min-width: 992px) {
  .sidebar-minimized .sidebar .nav-item:hover .nav-dropdown-items {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .navbar-nav li {
    display: none;
  }

  .navbar-nav li:last-child {
    display: block;
  }

  .sidebar-minimized .sidebar .nav-item .nav-dropdown-items.mobile-show,
  .sidebar-minimized .sidebar .nav-item.open:hover .nav-dropdown-items.mobile-show {
    position: relative;
    top: 0;
    left: 0;
    display: block !important;
  }
}

@media (max-width: 620px) {
  .buttons-zone > div:first-child {
    width: 100%;
  }

  .tab-content {
    margin-bottom: 95px;
  }

  .daterangepicker {
    min-width: 450px !important;
  }

  .daterangepicker.opensleft {
    right: 0 !important;
  }

  .daterangepicker .drp-calendar {
    max-width: 200px;
    width: 200px;
  }
}

