#form-user {
	background-image: url(../../../img/usuario/fondo_cliente.png);
	background-size: cover;
	background-repeat: no-repeat;
}

@media (min-height: 1200px) {
  #form-user-cont .container2   {
	  position: relative !important;
	  top: 400px !important;
  }

}

.img-pass-user {
	position: relative;
    width: 22px;
    top: 92px;
    left: -8px;
    z-index:1;
}
.img-user-user {
	position: relative;
    width: 22px;
    top: 35px;
    left: 14px;
}

.form-uinp {
	padding: 15px 15px 15px 50px !important;
	color: #425c7d;
    font-weight: 400 !important;
    border-bottom: 1px solid white;
	margin-bottom: 10px;
	margin-top: -2px;
}

@media (min-width: 300px) {
  .form-uinp, .form-submit   {
	  width: 280px;	  
  }
}
@media (min-width: 500px) {
  	.form-uinp, .form-submit {
		width: 344px;
	}
}

.error-form-user {
        background: rgba(255, 208, 208, 0.6); 
        color: #ae1000; 
        border-left: 4px solid #ae1000; 
        padding: 10px 15px;
        border-radius: 6px;
        font-weight: bold;
        text-align: center;
        font-size: 15px;
        margin-top: 10px;
        animation: fadeIn 0.3s ease-in-out;
    }
/*Animación*/
@keyframes fadeIn {
    from {opacity: 0; transform: translateY(-5px);}
    to {opacity: 1; transform: translateY(0);}
}

/* Icono dentro del input contraseña*/
.password-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.password-wrapper button {
    position: absolute;
    right: 6%;           
    top: 25%;            
    font-size: 16px;
}




*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background-color: #edf1f5;
    line-height:1.5;
    color:#212529;
    font-weight: 300;
    font-size:15px;
}

#wrapper {
    display: flex;
    min-height: 100vh;
}

#sidebar {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    height: 100dvh;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: width 0.3s ease;
    overflow: hidden;
}

#sidebar.collapsed { width: 56px; }

.sidebar-menu {
    list-style: none;
    padding:0;
    flex: 1;
}

.sidebar-menu ul {
    list-style: none;
    padding:0;
}

.sidebar-brand{
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center; 
    
}

.sidebar-footer {
    margin-top: auto;
}

.sidebar-hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 0 12px;
}

.logo-imaginaplay { display: block; }
.logo-mini { display: none; }

#sidebar.collapsed .logo-imaginaplay { display: none; }
#sidebar.collapsed .logo-mini { display: block; }

.sidebar-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    text-decoration: none;
    margin: 2px 8px;
}

.sidebar-item a:hover {
    background: #f0f4f8;
    border-left:3px solid #2c4760;
    text-decoration: none;
}

.sidebar-item a:hover i,
.sidebar-item a:hover span {
    color: #2c4760;
}

.sidebar-item.active a {
    color: #2c4760;
}

.sidebar-item a i {
    font-size: 18px;
    min-width: 20px;
    text-align: center;
    color: #8d97ad;
}

.sidebar-item a span {
    color: #8d97ad;
}

#sidebar.collapsed .sidebar-item a span { display: none; }
#sidebar.collapsed .sidebar-item a {
    justify-content: center;
    padding: 14px 0;
    margin: 2px 4px;
}

#content {
    margin-left: 230px;
    width: calc(100% - 230px);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    transition: margin-left 0.3s ease, width 0.3s ease;
}
#content.collapsed {
    margin-left: 56px;
    width: calc(100% - 56px);
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 10;
    height: 60px;
    background: #2c4760;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 100%;
}

.topbar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#toggleSidebar {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
}
#toggleSidebar:hover { background: rgba(255,255,255,0.1); }

.user-icon{ font-size: 30px; }

.icon_u_green {
	color: #00c292;
}
.icon_u_red {
	color: #e36a76;
}
.icon_u_orange {
	color: #fb9678;
}
.icon_u_gray {
	color: #8c8c8c;
}

.icon_u {
	padding: 7px;
    font-weight: 900;
}

a{
    color:#2c4760 !important;
    text-decoration: none !important;
    font-weight: bolder;
}

thead th {
    background-color: #4875a0 !important;
    color: #ffffff !important;
    font-weight: bold !important;
}


#page-content{
    padding:30px;
    flex:1;
    background-image: url(/img/fondo-index2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}


.dia_ok{
    color:white;
    background-color: #2c4760;
}

.dia_ko{
    color:#e0e0e0;
    background-color:#e0e0e0;
}

.dia_ok, .dia_ko{
    padding:2px 5px;
    margin-left: 2px;
    display:inline-block;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: transparent; }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #212529;
  background-color: #fb9678;
  border-color: #fb9678; }
  .btn-primary:hover {
    color: #212529;
    background-color: #fa7953;
    border-color: #fa6f46; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 133, 108, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #fb9678;
    border-color: #fb9678; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #fa6f46;
    border-color: #f9663a; }
    .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(218, 133, 108, 0.5); }

.btn-secondary {
  color: #2c4760;
  background-color: #f8f9fa;
  border-color: #dddddd; }
  .btn-secondary:hover {
    color: #000000;
    background-color: #b0b1b8;
    border-color: #b0b1b8; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #2c4760;
    border-color: #2c4760; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-success {
  color: #fff;
  background-color: #2c4760;
  border-color: #2c4760; }
  .btn-success:hover {
    color: #fff;
    background-color: #b0b1b8;
    border-color: #b0b1b8; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 203, 162, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #2c4760;
    border-color: #2c4760; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #008f6c;
    border-color: #008262; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 203, 162, 0.5); }

.btn-info {
  color: #fff;
  background-color: #03a9f3;
  border-color: #03a9f3; }
  .btn-info:hover {
    color: #fff;
    background-color: #038fcd;
    border-color: #0286c1; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(41, 182, 245, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #03a9f3;
    border-color: #03a9f3; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0286c1;
    border-color: #027db4; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(41, 182, 245, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #fec107;
  border-color: #fec107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #dea701;
    border-color: #d19e01; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #fec107;
    border-color: #fec107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d19e01;
    border-color: #c49401; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(221, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #e46a76;
  border-color: #e46a76; }
  .btn-danger:hover {
    color: #fff;
    background-color: #de4a58;
    border-color: #dc3f4e; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 128, 139, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e46a76;
    border-color: #e46a76; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3f4e;
    border-color: #da3444; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(232, 128, 139, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-cyan {
  color: #fff;
  background-color: #2c4760;
  border-color: #2c4760; }
  .btn-cyan:hover {
    color: #fff;
    background-color: #019ba2;
    border-color: #018f95; }
  .btn-cyan:focus, .btn-cyan.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 201, 208, 0.5); }
  .btn-cyan.disabled, .btn-cyan:disabled {
    color: #fff;
    background-color: #2c4760;
    border-color: #2c4760; }
  .btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #018f95;
    border-color: #018389; }
    .btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(39, 201, 208, 0.5); }

.modal-body .table{
    font-size: 13px;
}
.modal-body .table th, .modal-body .table td{
    padding: 6px 4px !important;
}

@media (min-width: 1400px) {
    #myModalFichaTerminal .modal-dialog {
        min-width: 1300px;
    }
}

#myModalFichaTerminal .modal-dialog {
    width: 95vw;
    max-width: 1300px;
}

#tablaMensajes td {
    padding: 0.5rem !important;
}

.icon_disabled{
    
}

.table td {
    white-space: nowrap !important;
}

#u_lastRepros td, #u_lastRepros th{
    padding: 0.3rem !important;
    border: none !important;
}

#u_tablaLogReproduccion td, #u_tablaLogReproduccion th {
    padding: 0.5rem !important;
    border: none !important;
}

/*******************
Table-Data Table
******************/
.dt-buttons {
  display: inline-block;
  padding-top: 5px;	
  margin-bottom: 15px;  }
  .dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: 0.25rem;
    background: #fb9678;
    color: #fff;
    margin-right: 3px;
    border: none; }
    .dt-buttons .dt-button:hover {
      background: #fa6f46; }

.dataTables_info,
.dataTables_length {
  display: inline-block; }

.dataTables_length {
  margin-top: 10px; }
  .dataTables_length select {
    border: 0;
    background-image: linear-gradient(#fb9678, #fb9678), linear-gradient(#e9ecef, #e9ecef);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    padding-bottom: 5px; }
    .dataTables_length select:focus {
      outline: none;
      background-image: linear-gradient(#fb9678, #fb9678), linear-gradient(#e9ecef, #e9ecef);
      background-size: 100% 2px, 100% 1px;
      box-shadow: none;
      transition-duration: 0.3s; }

.dataTables_filter {
  float: right;
  margin-top: 10px; }
  .dataTables_filter input {
    border: 0;
    background-image: linear-gradient(#fb9678, #fb9678), linear-gradient(#e9ecef, #e9ecef);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px; }
    .dataTables_filter input:focus {
      outline: none;
      background-image: linear-gradient(#fb9678, #fb9678), linear-gradient(#e9ecef, #e9ecef);
      background-size: 100% 2px, 100% 1px;
      box-shadow: none;
      transition-duration: 0.3s; }
.dataTables_filter {
	float: left !important;
}

.customtab li a.nav-link {
  border: 0px;
  padding: 15px 20px;
  color: #212529; }
.customtab li a.nav-link.active {
border-bottom: 2px solid #fb9678;
color: #fb9678; }
.customtab li a.nav-link:hover {
color: #fb9678; }

.customtab li a.nav-link span {
  font-weight: bold; 
  color: inherit;    
}
.customtab li a.nav-link.active span,
.customtab li a.nav-link:hover span {
  color: #fb9678;
}

.tag-musica {
    display:inline-block;
    color:#373737;
    border-radius:16px;
    padding:3px 10px;
    font-size:12px;
    font-weight: bold;
    margin:2px;
}

#datos_musica .card {
    border: none !important;
}

.page-item.active .page-link{
    background-color:#daecff;
    border-color:#c2d5ea;
}
.page-item .page-link{
    padding:10px;
}
.dataTables_paginate .pagination {
    flex-wrap: wrap;
}

/*En movil solo se verá anterior y siguiente */
@media (max-width: 576px) {
    .dataTables_paginate .paginate_button:not(.previous):not(.next):not(.active) {
        display: none;
    }
}

.tr_caducado{
    background-color: #f7f7f7;
    color:#b2b2b2;
}