﻿/*--- IMPORTACIONES ---*/
/*
 * SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(0, 0, 0, 0.03)), color-stop(0.25, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.03)), color-stop(0.75, rgba(0, 0, 0, 0.03)), color-stop(0.75, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-color: #fafafa;
  background-size: 22px 22px;
  border: 5px dashed #ccc;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone {
  border: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 360px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
}
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("dropzone/spritemap.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}
.dropzone .dz-default.dz-message span {
  /*display: none;*/
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  font-size: 14px;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("dropzone/spritemap.png");
  background-repeat: no-repeat;
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("dropzone/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3883c5), color-stop(1, #4a90cc));
  background-image: -webkit-linear-gradient(top, #3883c5 0, #4a90cc 100%);
  background-image: -moz-linear-gradient(top, #3883c5 0, #4a90cc 100%);
  background-image: -o-linear-gradient(top, #3883c5 0, #4a90cc 100%);
  background-image: -ms-linear-gradient(top, #3883c5 0, #4a90cc 100%);
  background-image: linear-gradient(top, #3883c5 0, #4a90cc 100%);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #3276B1;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #fff;
  margin-top: 26px;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #357ebd), color-stop(1, #3e88c9));
  background-image: -webkit-linear-gradient(top, #357ebd 0, #3e88c9 100%);
  background-image: -moz-linear-gradient(top, #357ebd 0, #3e88c9 100%);
  background-image: -o-linear-gradient(top, #357ebd 0, #3e88c9 100%);
  background-image: -ms-linear-gradient(top, #357ebd 0, #3e88c9 100%);
  background-image: linear-gradient(top, #357ebd 0, #3e88c9 100%);
  color: #fff;
}
@-moz-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@-ms-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
/*--- ETIQUETAS HTML ---*/
label.error {
  color: red;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  font-size: 0.8em;
}
/*--- IDENTIFICADORES ---*/
#lblTotal,
#lblLicenciasARenovar {
  font-weight: bold;
  font-size: 1.2em;
}
#listaAvisos {
  padding: 5px 0 0 0;
}
#logo {
  width: 145px !important;
}
/*--- CLASES ---*/
.archivo-pdf {
  background-color: #fff;
  border: 1px solid #525252;
  display: inline-block;
  margin: 17px;
  padding: 6px;
  position: relative;
  vertical-align: top;
}
.archivo-pdf div.detalle {
  background-color: #ebebeb;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
  width: 150px;
}
.archivo-pdf div.detalle a {
  background-size: cover;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.archivo-pdf div.tipo {
  color: #fff;
  display: block;
  font-size: 0.9rem;
  margin-top: 20px;
  padding: 4px 5px;
  text-align: center;
  text-decoration: none;
}
.btn-header {
  padding: 0 !important;
}
.divAvisos {
  background: none !important;
  border: none !important;
  color: #C5C6CA;
  border-radius: 2px;
  cursor: default !important;
  display: inline-block;
  font-weight: 700;
  height: 24px;
  width: 24px;
  padding: 2px;
  text-align: center;
  text-decoration: none !important;
  font-size: 19px;
  margin: 10px 0 0;
  position: relative;
}
.etiqueta-aviso {
  font-size: 1.1em;
}
.etiqueta-equipo {
  font-size: 1.4em;
}
.label-jornada {
  font-size: 0.6em;
}
.label-resultado {
  font-size: 1.2em;
}
.text-small {
  font-size: 0.7em;
}
.thumbnail-persona {
  margin: 5px;
  min-height: 270px !important;
}
.todo {
  margin: 0 !important;
  padding: 0 !important;
}
.todo div.row {
  margin: 0 !important;
  padding: 0 !important;
}
.todo div.complete p,
.todo div.complete div {
  text-decoration: line-through;
}
.todo .renovables {
  border-bottom: 1px dotted #c8c8c8;
}
.todo .renovables .info-licencia span.date {
  clear: both;
  color: gray;
  font-size: 0.8em;
}
.todo .renovables .info-reconocimiento {
  border-left: 4px solid #339347 !important;
  font-size: 0.9em;
  padding: 10px !important;
}
.todo .renovables .info-sin-reconocimiento {
  border-left: 4px solid #ff0000 !important;
  color: #ff0000;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px !important;
}
.todo .renovables .info-cuota {
  border-left: 4px solid #5bc0de !important;
  font-size: 0.9em;
  height: 100%;
  padding: 10px !important;
  vertical-align: top;
  /*width:15% !important;*/
}
.todo .renovables .info-foto {
  border-left: 4px solid #c8c8c8 !important;
  padding: 10px !important;
  vertical-align: top;
  /*width:10% !important;*/
}
.todo .renovables .info-foto img {
  max-height: 75px;
  max-width: 75px;
}
.todo .renovables button {
  color: #fff;
  border-radius: 5px;
  margin: 10px 0 0 5px;
  padding: 0 22px;
}
.todo .renovables p {
  vertical-align: top;
}
.todo .renovables span.label {
  color: #fff !important;
  display: table !important;
  padding: 5px 10px !important;
  vertical-align: top;
  /*width:80% !important;*/
}
.inbox-footer {
  position: initial !important;
}
/*--- BOOTSTRAP ---*/
.alert h3 {
  margin: 0 !important;
}
.list-group {
  min-height: 150px;
}
.list-group-item {
  min-height: 170px;
}
.list-group-item h4 {
  margin-bottom: 10px;
}
.list-inline > li {
  padding: 0;
}
.modal-lg {
  width: 900px !important;
}
.pagination {
  width: 100%;
}
.table {
  margin-bottom: 0;
}
/*--- SMART ADMIN ---*/
.jarviswidget-color-blueDark .nav-tabs li:not(.active) a {
  color: #333 !important;
}
.nav-tabs > li.bg-color-teal a {
  background-color: teal !important;
  color: #fff;
}
.nav-tabs > li.bg-color-teal.active a {
  box-shadow: 0 -2px 0 black;
  color: #fff;
}
.nav-tabs > li.bg-color-greenLight a {
  background-color: #89AD45 !important;
  color: #fff;
}
.nav-tabs > li.bg-color-greenLight.active a {
  box-shadow: 0 -2px 0 black;
  color: #fff;
}
.nav-tabs > li.bg-color-yellow a {
  background-color: #b09b5b !important;
  color: #fff;
}
.nav-tabs > li.bg-color-yellow.active a {
  box-shadow: 0 -2px 0 black;
  color: #fff;
}
.nav-tabs > li.bg-color-orange a {
  background-color: #c79121 !important;
  color: #fff;
}
.nav-tabs > li.bg-color-orange.active a {
  box-shadow: 0 -2px 0 black;
  color: #fff;
}
.profile-pic img {
  border: 1px solid #bbb !important;
}
.smart-style-2 #listaAvisos .btn {
  color: white !important;
}
.smart-style-2 #listaAvisos .borde-blanco {
  border-color: white !important;
}
.well.bg-color-cyan {
  background-color: lightcyan;
}
.well.bg-color-orange {
  background-color: palegoldenrod !important;
}
.well.bg-color-orange hr {
  border-bottom: 1px solid #aaa;
}
.widget-body p.alert span {
  padding: 10px 20px;
}
.widget-footer {
  margin: 0 -13px !important;
}
/*--- DATATABLES ---*/
#tabla-por-pagina div.dataTables_length {
  float: left;
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
  padding: 7px 10px;
}
#tabla-filtro div.dataTables_filter {
  position: relative !important;
  float: right;
  left: 0 !important;
  top: 0 !important;
  padding: 2px 10px;
}
#tabla-informacion div.dataTables_info {
  float: left;
  position: relative !important;
  padding: 10px;
}
#tabla-paginacion div.dataTables_paginate {
  float: right;
  position: relative !important;
  padding: 2px 5px;
}
table.table-data tr {
  cursor: pointer;
}
table.table-data tr.seleccionado td {
  background-color: #c8c8c8 !important;
  border: 1px solid red;
}
table.table-data tr.fondo-verde td {
  background-color: #339347;
  color: #fff;
}
/*--- ANGULAR SELECT2 ---*/
div.ui-select-match button {
  height: 30px;
}
div.ui-select-container {
  height: 30px;
  width: 100%;
}
div.ui-select-container input {
  height: 30px;
}
/*--- Timepicker ---*/
.time-picker {
  min-width: 90px;
}
table.ng-valid-time td {
  border-top: none !important;
  padding: 0 !important;
}
table.ng-valid-time td .form-control {
  padding: 0 !important;
}
table.ng-valid-time a.btn-link {
  padding: 0 !important;
}
/*--- Wysihtml5 ---*/
.wysihtml5-toolbar .btn {
  padding: 5px !important;
}
/*--- Editor QL ---*/
.ql-editor {
  min-height: 100px;
}