
.ui-datepicker {z-index: 9999 !important;}

select.widthAll {
  width: 100% !important;
}
img {
  width: 260px;
}

i.success {
  color: green;
}

i.danger {
  color: red;
}

span.fortnight-info {
  font-size: 110%;
}

ol.no-decoration {
  list-style-type: none;
}

thead input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}

select.withoutArrow {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* ================= SECCION DEL AUTO COMPLETE ==============*/

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.fc-color-square {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 30px;
  line-height: 30px;
  margin-right: 5px;
}

/*.fc-color-picker > li {
  float: left;
  font-size: 30px;
  line-height: 30px;
  margin-right: 5px;
}*/

a.fc-color-square > .fa,
a.fc-color-square > .fas,
a.fc-color-square > .far,
a.fc-color-square > .fab,
a.fc-color-square > .glyphicon,
a.fc-color-square > .ion {
  transition: -webkit-transform linear 0.3s;
  transition: transform linear 0.3s;
  transition: transform linear 0.3s, -webkit-transform linear 0.3s;
}

a.fc-color-square > .fa:hover,
a.fc-color-square > .fas:hover,
a.fc-color-square > .far:hover,
a.fc-color-square > .fab:hover,
a.fc-color-square > .glyphicon:hover,
a.fc-color-square > .ion:hover {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.text-navy:hover {
  color: #001f3f;
}

.text-olive:hover {
  color: #3d9970;
}

.text-lime:hover {
  color: #01ff70;
}

.text-fuchsia:hover {
  color: #f012be;
}

.text-maroon:hover {
  color: #d81b60;
}

.text-blue:hover {
  color: #007bff;
}

.text-indigo:hover {
  color: #6610f2;
}

.text-purple:hover {
  color: #6f42c1;
}

.text-pink:hover {
  color: #e83e8c;
}

.text-red:hover {
  color: #dc3545;
}

.text-orange:hover {
  color: #fd7e14;
}

.text-yellow:hover {
  color: #ffc107;
}

.text-green:hover {
  color: #28a745;
}

.text-teal:hover {
  color: #20c997;
}

.text-cyan:hover {
  color: #17a2b8;
}

.text-white:hover {
  color: #ffffff;
}

.text-gray:hover {
  color: #6c757d;
}

a.dt-button {
  background-image: none !important;
  background-color: #007bff !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  border-radius: 0.25rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  box-shadow: 0 4px 10px rgba(49, 138, 172, 1) !important;
  /* transition: all 0.2s ease; */
}

a.dt-button:hover {
  background-image: none !important;
  background-color: #0062cc !important;
  border-color: #005cbf !important;
  color: #fff !important;
}

/* box-shadow: 0 4px 16px rgba(49, 138, 172, 1); */
/* transition: all 0.2s ease; */

.display-none {
  display: none !important;
}

.pointer {
  cursor: pointer;
}

.modal-xlg {
  max-width: 80% !important;
}

.red-text {
  color: red;
}

.x-overflow {
  width: 100%;
  overflow: auto;
}

/* SPINNER */
.spinner {
  margin: 120px auto;
  width: 70px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #17a2b8;
  height: 100%;
  width: 10px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* SPINNER */

/* SPINNER ROW IN TABLE  */
.sk-fading-circle {
  margin: 5px auto;
  width: 20px;
  height: 20px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #17a2b8;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/* SPINNER ROW IN TABLE  */

a.disabled {
  pointer-events: none;
  cursor: default;
}
