/* REBRANDING PURPLE */
/* button {
  background-color: #602181 !important;
  border-color: #602180 !important;
}

button:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #d868efef !important;
}

button:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #d868efec !important;
}

.form-control:focus {
  border-color: #ff80ff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset,
    0px 0px 8px rgba(255, 100, 255, 0.5) !important;
} */


/* --------------------- */

.exportCSV-hover a:hover {
  background-color: #f8f18d;
  transition: background-color 1s ease;
}

/* formMenuCSV */
/* LOG */

@media (min-width: 1960px) {
  .log {
    width: 8rem;
  }
  .icon {
    width: 8rem;
  }
  .findicons {
    width: 6rem;
  }
  .titulo {
    font-size: 1.7rem;
  }
  body {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1960px) {
  .log {
    width: 5.4rem;
  }
  .icon {
    width: 6rem;
  }
  .findicons {
    width: 60px;
  }
  .titulo {
    font-size: 1.4rem;
  }
  body {
    font-size: 1em;
  }
}

/* pantalla izquierda media*/
@media only screen and (max-width: 1480px) {
  .log {
    width: 4.5rem;
  }
  .icon {
    width: 4.5rem;
  }
  .findicons {
    width: 50px;
  }
  .titulo {
    font-size: 1.3rem;
  }
  body {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 1280px) {
  .log {
    width: 4rem;
  }
  .icon {
    width: 4rem;
  }
  .findicons {
    width: 30px;
  }
  /* .titulo { */
  /* font-size: 1.2rem; */
  /* } */

  body {
    font-size: 1rem;
  }
}

/* LOGIN */
.vertical-center {
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container-login {
  font-size: 18px;
  width: 18% !important;
}
button#iniciarsesion {
  height: 53px !important;
  font-size: 22px !important;
}

.expand {
  transition: all 0.3s ease-in-out;
}
.expand:hover {
  transform: scale(1.1);
  filter: invert(35%);
}

/* Style buttons */
#center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 7px 16px;
  cursor: pointer;
  font-size: 1.2rem;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
}

/**
 * CSV Display formMenuCSV.php
 */
.close-right-up {
  float: right;
}
.csvDisplay {
  background-color: #fbf8ce;
}

/**
 * Custom Highlight
 */

tr.highlight {
  background-color: #fbf8ce !important;
}

/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #ffed00;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
/* Transicion unirse a la organización */
.box {
  display: block;
  opacity: 1;
}

.box-hidden {
  display: none;
}

/* ensure box is displayed block during the transition  */
.box-transition.box-hidden {
  display: block;
  opacity: 0;
}

.box-transition {
  transition: opacity 1s ease;
}