﻿@charset "UTF-8";
/*VARIABLES DE COLOR*/
html {
  font-size: 14px;
}

html, body {
  /*background-image: url("../dist/img/industria.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  background-color: #ffffff;
}

footer {
  margin-top: auto;
}

.container-fluid {
  width: 95%;
  padding-right: 0px;
  padding-left: 1rem;
  margin-right: 0px;
  margin-left: 0px;
}

.text-primary {
  color: #212121;
}

.bg-primary {
  background-color: #212121 !important;
}

.text-blanco {
  color: rgba(255, 255, 255, 0.8);
}

.bg-primary-light {
  background-color: #484848 !important;
}

.content-wrapper {
  background: #ffffff;
}

/*.content-wrapper .content {
    padding-top: 1rem;
}*/
.content-header {
  padding-top: 2rem;
}

.navbar-primary {
  background-color: #212121;
}

.navbar-primarydark {
  background-color: #000000;
}

.card-primary:not(.card-outline) > .card-header {
  background-color: #212121;
}

.card-primary.card-outline {
  border-top: 3px solid #212121;
}

/* FOOTER  */
.main-footer {
  background: #292929;
  border-top: 0px solid #dee2e6;
  color: #869099;
  padding: 1rem;
}

/* LOGIN  */
/*
body.login {
    //overflow: hidden;
}
*/
.jumbotron {
  /*padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: transparent !important;
  border-radius: .3rem;*/
  background: none !important;
}

.box.login {
  background-color: rgba(255, 255, 255, 0.8666666667);
}

.login-logo {
  max-height: 150px;
  margin: auto;
  margin: 20px auto;
}

/* VALIDATION 
    /* Mensaje de validacion normal */
.field-validation-error, .validation-summary-errors {
  color: #eee;
  padding: 10px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-image: -webkit-linear-gradient(top, #DC3545 0%, #DC5555 100%);
  background-image: -o-linear-gradient(top, #DC3545 0%, #DC5555 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DC3545), to(#DC5555));
  background-image: linear-gradient(to bottom, #DC3545 0%, #DC5555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DC3545", endColorstr="#DC5555", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}

/* Añadiendo la clase boxed crea una caja rosa*/
.field-validation-error.boxed, .boxed.validation-summary-errors {
  border-radius: 5px;
  background-color: #ffeded;
  border: 1px solid #de2525;
  display: block;
  padding: 10px;
  margin: 10px 0px;
}

/* Esto pone el borde de los inputs incorrectos en rojo */
.form-control.input-validation-error {
  border: 1px solid #de2525;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: normal;
}

/*-----------------------------------------------ESTILOS PERSONALIZADOS-------------------------------------*/
.box-body > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.negrita {
  font-weight: bold;
}

.alineamiento-texto-derecha {
  text-align: right;
}

.tamaño-texto-titulo-tarjeta {
  font-size: 20px;
}

.tamaño-texto-detalle-tarjeta {
  font-size: 16px;
  font-weight: normal;
}

.padding-bottom-15px {
  padding-bottom: 15px;
}

.box-body > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.margin-left-0px {
  margin-left: 0px;
}

.margin-right-0px {
  margin-right: 0px;
}

.margin-top-15px {
  margin-top: 15px;
}

.vertical-center {
  /*width: 20%;*/
  padding-top: 10%;
}

form #imagenLogin {
  width: 72px;
  height: 72px;
}

.paddingTop20 {
  padding-top: 20px;
}

.paddingTop10 {
  padding-top: 20%;
}

.container {
  height: 100%;
  align-content: center;
  margin-top: 1rem;
}

.social_icon span {
  font-size: 60px;
  margin-left: 10px;
  color: #FFC312;
}

.social_icon span:hover {
  color: white;
  cursor: pointer;
}

.social_icon {
  position: absolute;
  right: 20px;
  top: -45px;
}

.input-group-prepend span {
  width: 50px;
  background-color: antiquewhite;
  color: black;
  border: 0 !important;
}

input:focus {
  outline: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}

.remember {
  color: white;
}

.remember input {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 5px;
}

.login_btn {
  color: black;
  background-color: #fff;
  width: 100px;
}

.login_btn:hover {
  color: black;
  background-color: white;
}

.links {
  color: white;
}

.links a {
  margin-left: 4px;
}

#parent {
  display: table;
  width: 100%;
}

#form_login {
  height: auto !important;
  color: whitesmoke;
  margin: auto;
}

#footerContent {
  text-align: start;
}

.margin-top-15px {
  margin-top: 15px;
}

.file-upload {
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #605ca8;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #555299;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #CCC;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

/*   ESTO HACE LA LINEA DE PUNTO MORADA    */
.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #6c757d;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  border: 4px dashed #6c757d;
}

.image-upload-wrap-envioficheros {
  margin-top: 20px;
  border: 4px dashed #131112 !important;
  position: relative;
}

.image-dropping,
.image-upload-wrap-envioficheros:hover {
  border: 4px dashed #131112;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.file-upload-image {
  /*max-height: 200px;
  max-width: 200px;*/
  margin: auto;
  padding: 20px;
  /*background-image: url("../dist/img/winrar.png");*/
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

.margin-top-10px {
  margin-top: 10px;
}

.fechagrid {
  width: 20%;
}

.usuariogrid {
  width: 20%;
}

.botongrid {
  width: 5%;
}

/*  MENSAJES DE CHAT EN INCIDENCIAS */
.conversacion {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-bottom: 1rem;
  width: 100%;
}

.conversacion a {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}

@media only screen and (min-width: 1792px) {
  .conversacion {
    height: auto;
    margin-top: 1rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
    /*width: 60%; */
  }
}
.respuesta {
  text-align: right;
  margin-top: 1rem;
  margin-right: 1rem;
  width: 90%;
  float: right;
}

.otrarespuesta {
  text-align: left;
  margin-top: 1rem;
  margin-left: 1rem;
  width: 90%;
}

.direct-chat-timestamp {
  color: #333333;
}

.btnright {
  float: right;
  margin: 0px 0px 5px 0px;
}

.EtiquetaInfo {
  background-color: #F0F0F0;
  float: right;
  padding: 1rem;
}

.EtiquetaInfo > li {
  list-style: none;
}

.floatright {
  float: right;
  width: 100%;
  text-align: right;
}

.manita tr:hover {
  cursor: pointer;
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
  .descarto {
    display: none;
  }
}
.tabla-nomina {
  font-size: 1.6rem;
  font-weight: 500;
}

.tabla-nomina td {
  padding: 0px 10px 5px 0px;
}

.tabla-nomina tr:hover {
  cursor: default;
  background-color: #FFF;
}

.main-header {
  border-bottom: 0 solid transparent;
}

.main-header .logo {
  background-color: #fff;
  color: #555299;
  border-bottom: 0 solid transparent;
}

.skin-purple .sidebar-menu > li:hover > a, .skin-purple .sidebar-menu > li.active > a, .skin-purple .sidebar-menu > li.menu-open > a {
  color: #fff;
  background: #212121;
}

.caja-info {
  padding-top: 0.7rem;
  padding-bottom: 0.01rem;
  padding-right: 2rem;
  padding-left: 0rem;
  margin-left: 1.1rem;
  margin-bottom: 0.6rem;
  font-size: 1rem;
}

.panel {
  margin-bottom: 0px;
}

/*.textareaEstilo {
    width: 100%;
    height: 200px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
}*/
/*.notificacion {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    font-size: 1rem;
}

    .notificacion h4 {
        font-size: 2rem;
    }

    .notificacion h3 {
        font-size: 2.25rem;
    }
*/
.fa-file-zip-o {
  color: #212121;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.margengrupos {
  margin-top: 10%;
}

.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 0px 0px;
  font-family: fontAwesome;
}

/*Tamaño de las tablas*/
.card {
  height: auto;
  margin-top: 1rem;
  margin-left: 0rem;
  margin-bottom: 1rem;
  width: 90%;
  background-color: #fff;
  border: 0px;
}

.card-header {
  padding-top: 1rem;
  padding-bottom: 0.25rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: white;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/*MENU LATERAL*/
.nav-header {
  background-color: #1e1e1e;
}

.nav-sidebar .nav-header:not(:first-of-type) {
  padding: 0.5rem;
  background-color: #212121;
}

[class*=sidebar-dark-] .nav-header {
  background-color: #000000;
  color: #d0d4db;
}

[class*=sidebar-dark-] {
  background-color: #000000;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #484848 !important;
}

/*BOTON COLOR PRIMARIO*/
.btn.btn-flat {
  border-radius: 4px;
}

.btn-primary {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.btn-primary:hover {
  color: #fff;
  background-color: #484848;
  border-color: #484848;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
  box-shadow: 0 0 0 0.2rem rgba(19, 17, 18, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 17, 18, 0.5);
}

.btn-outline-primary {
  color: #212121;
  border-color: #212121;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #212121;
  border-color: #212121;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 17, 18, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #212121;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #212121;
  border-color: #212121;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 17, 18, 0.5);
}

/*  COLUMNAS  */
.col-sm-12 {
  padding: 0px;
}

.col-12 {
  padding: 0px;
}

.btn.btn-block.btn-outline-secondary a {
  color: #6c757d;
  text-decoration: none;
}

.btn.btn-block.btn-outline-secondary a:hover {
  color: #fff;
}

.btn.btn-block.btn-outline-secondary:hover a {
  color: #fff;
}

/*  PARA MOVIL   */
@media (max-width: 600px) {
  .card {
    height: auto;
    margin-top: 1rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
    width: 100%;
    background-color: #fff;
    border: 0px;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding-top: 1.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 1.25rem;
  }
  .card-header {
    padding-top: 1rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: white;
  }
  .titulo-movil {
    padding-left: 0rem !important;
  }
  .container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
  }
  .btn {
    padding: 0.375rem 1.75rem;
  }
  .card p {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
/* ADJUNTOS  */
.note-editor.note-frame {
  border: 1px solid #a9a9a9;
  margin-left: 0px;
  width: auto;
}

/* ADJUNTOS  */
/*  PERFIL USUARIO  */
.image-upload-wrap.avatar {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

/*  PERFIL USUARIO  */
/*Relativo a la vista previa de los ficheros a subir
.preview {

}*/
.subida-ficheros.ol {
  padding-left: 0px;
}

.preview li, .preview.div > p {
  background: #eee;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  border: 1px solid #ced4da;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.preview img {
  height: 32px;
  order: 1;
}

.preview p {
  padding-left: 10px;
}

.preview ol {
  padding-left: 0rem;
}

/*Relativo a la vista previa de los ficheros a subir*/
/* ESTILO DE LAS PESTAÑAS EN USUARIOS  */
.esquinas {
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
}

.nav-tabs.flex-column {
  border: 0px;
}

.card .nav.flex-column > li {
  border-bottom: 0px;
}

.nav-tabs .nav-link {
  border: 0px !important;
  border-radius: 0rem !important;
}

/* ESTILO DE LAS PESTAÑAS EN USUARIOS  */
@media (min-width: 600px) {
  div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    margin-left: -130px;
  }
}
/*ESTILO CONFIGURACION
.configuracion{
    .card-primary:not(.card-outline) > .card-header a.active {
        color: #fff !important;
    }
}

*/
/*  ESTILOS DEL PAGINADO DE LAS TABLAS  */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #212121;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/*DETALLES DE LOS EQUIPOS*/
.detallequipo dl {
  margin-top: 0;
  margin-bottom: 0rem !important;
}

/*Titulo en el calendario*/
.fc .fc-bg-event .fc-event-title {
  font-style: normal;
}

.fc-event-title {
  color: #000;
  padding: 25px 0px 0px 8px;
  font-weight: bolder;
}

.fc .fc-bg-event {
  opacity: 1;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0em;
  font-weight: bolder;
}

.fc .fc-toolbar-title {
  font-size: 1em;
}

.calendarios {
  max-width: 100%;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  min-height: 2em;
}

.tabla-equipo-turno {
  text-align: center;
  min-width: 30px;
  font-size: 1.1rem;
  font-weight: lighter;
}

.boton-en-tabla {
  background: none;
  color: inherit;
  border: none;
  outline: inherit;
  font-weight: bolder;
  font-size: 1.2rem;
  padding: 0px 0px 0px 5px;
}

.calendariohorizontal {
  overflow-y: hidden;
  overflow-x: auto;
}

@media (min-width: 992px) {
  .w-lg-50 {
    width: 60% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .container {
    margin-left: 0rem;
    margin-top: 1.5rem;
  }
}
@media (min-width: 1370px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1550px;
  }
  .overflow-auto {
    overflow: hidden !important;
  }
}
@media (max-width: 1369px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1050px;
  }
  .overflow-auto {
    overflow: hidden !important;
  }
}
@media (min-width: 769px) {
  .margenes {
    margin-left: 0.6rem;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .margenes {
    margin-top: 1rem;
  }
}
.cuadrado {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  position: relative;
}

/*pie de pagina. Que se mantenga al fondo*/
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
