/* CONTENIDO */
html {
  font-family: Open Sans, sans-serif !important;
}

body {
  font-family: Open Sans, sans-serif !important;
}

.disabled {
  opacity: 0.6;
}

.enabled {
  opacity: 1;
}

.modal-body {
	min-height: 300px;
}

.navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 60px;
  background-color: white;
  box-shadow: 0-4px 10px black;
  z-index: 99;
}

.nav-link {
  color: black;
}

.btn-light {
  border-color: #ccc !important;
}

.dropdown-menu {
  max-height: 90vh;
  overflow-y: auto !important;
}

.dropdown-menu-right {
  left: auto !important;
  right: 0 !important;
}

.container-fluid {
  background-color: #e4e9f2;
  padding: 1.4rem 1.4rem 0.75rem !important;
}

.container-filter {
  margin-bottom: 20px;
}

.modal-content .container-fluid {
  padding: 1.25rem 1.25rem 0.5rem !important;
  background-color: white;
  margin-top: 0px;
}

.center-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.right-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.popover-class {
  background: white;
  padding: 10px !important;
  font-size: 15px !important;
  min-width: 250px !important;
}

.popover-class .arrow::after {
  border-top-color: white;
}

.bg-white {
  background-color: white;
}

/* JIVOCHAT */

.label_39._bottom_3v {
  min-width: 50px !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  margin-bottom: 20px;
}

.chatCopyright_3s {
  display: none;
}

.copy_2W,
.text_eD {
  display: none !important;
}

.avatar_2c._expanded_1H,
.avatar_2c {
  display: none !important;
}

.title_1g {
  display: none !important;
}

/* FUSE SPLASH SCREEN */

#fuse-splash-screen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
  pointer-events: none;
}

#fuse-splash-screen .center {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#fuse-splash-screen .logo {
  width: 300px;
  margin: 0 auto;
}

#fuse-splash-screen .logo img {
  filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2));
}

#fuse-splash-screen .spinner-wrapper {
  display: block;
  position: relative;
  width: 100%;
  min-height: 100px;
  height: 100px;
}

#fuse-splash-screen .spinner-wrapper .spinner {
  position: absolute;
  overflow: hidden;
  left: 50%;
  margin-left: -50px;
  animation: outer-rotate 2.91667s linear infinite;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner {
  width: 100px;
  height: 100px;
  position: relative;
  animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner .gap {
  position: absolute;
  left: 49px;
  right: 49px;
  top: 0;
  bottom: 0;
  border-top: 10px solid;
  box-sizing: border-box;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner .left,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
  position: absolute;
  top: 0;
  height: 100px;
  width: 50px;
  overflow: hidden;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner .left .half-circle,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .half-circle {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border: 10px solid #4285f4;
  border-bottom-color: transparent;
  border-radius: 50%;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner .left {
  left: 0;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner .left .half-circle {
  left: 0;
  border-right-color: transparent;
  animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  -webkit-animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
  right: 0;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner .right .half-circle {
  right: 0;
  border-left-color: transparent;
  animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  -webkit-animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}

@keyframes outer-rotate {
  0% {
    transform: rotate(0deg) scale(0.5);
  }

  100% {
    transform: rotate(360deg) scale(0.5);
  }
}

@keyframes left-wobble {
  0%,
  100% {
    transform: rotate(130deg);
  }

  50% {
    transform: rotate(-5deg);
  }
}

@keyframes right-wobble {
  0%,
  100% {
    transform: rotate(-130deg);
  }

  50% {
    transform: rotate(5deg);
  }
}

@keyframes sporadic-rotate {
  12.5% {
    transform: rotate(135deg);
  }

  25% {
    transform: rotate(270deg);
  }

  37.5% {
    transform: rotate(405deg);
  }

  50% {
    transform: rotate(540deg);
  }

  62.5% {
    transform: rotate(675deg);
  }

  75% {
    transform: rotate(810deg);
  }

  87.5% {
    transform: rotate(945deg);
  }

  100% {
    transform: rotate(1080deg);
  }
}
/* FIN FUSE SPLASH SCREEN */

/* CHECK COLUMNS */

.example-list {
  width: 500px;
  max-width: 100%;
  border: solid 1px #ccc;
  min-height: 60px;
  display: block;
  background: white;
  border-radius: 4px;
  overflow: hidden;
}

.example-box {
  padding: 10px 10px;
  border-bottom: solid 1px #ccc;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: move;
  background: white;
  font-size: 14px;
}

.example-box.cdk-drag-disabled {
  background: #ccc;
  cursor: default;
}

.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.cdk-drag-placeholder {
  opacity: 0;
}

.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.example-box:last-child {
  border: none;
}

.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

/* LISTADOS */
.card {
  height: auto;
  border: 0px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card-header {
  background-color: white !important;
  font-weight: 600;
}

.card-header .btn {
  background-color: white;
  font-weight: 400 !important;
  font-size: 14px;
}

.card-header .btn i {
  margin-right: 5px;
}

.card-block {
  background-color: white;
  min-height: 65vh !important;
  padding: 1.25rem;
}

.btn {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

th {
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
}

.ws-normal {
  white-space: normal;
}

td {
  white-space: nowrap;
}

.my-pagination /deep/ .ngx-pagination {
  color: black;
}

::placeholder {
  color: #d8d8d8;
}

.filters {
  background-color: #f8f8f8;
}

.btn-action {
  width: 100%;
  border: 1px solid white;
  padding: 10px;
  cursor: pointer;
  background-color: #0275d8;
  color: white;
  height: 40px;
  text-align: center;
}

.btn-action:hover {
  background-color: #025aa5;
  color: white;
}

.btn-select {
  width: 400px;
}

@media (min-width: 1100px) {
  .modal-lg {
    max-width: 1000px !important;
  }
}

@media (min-width: 1400px) {
  .modal-lg {
    max-width: 1200px !important;
  }
}

/* RESPONSIVE */
.collapse.show {
  background-color: white;
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 20px 5px !important;
  }

  .card .card-header .btn span {
    display: none;
  }
  .btn-select {
    width: 100%;
  }
}
