.table-no-borders td,
.table-no-borders th {
	border: none !important;
}

.justify-center{
	display:flex;
	justify-content:center;
}

.justify-right{
	display:flex;
	justify-content:flex-end;
}

.justify-left{
	display:flex;
	justify-content:flex-start;
}

.justify-center{
	display:flex;
	justify-content:center;
}

.text-negro{
	color:#333;
}

.custom-background{
	background-image: url(../../images/fondo.png);
    background-position: center;
}

.container-login{
	-webkit-box-shadow: 3px 5px 15px -2px rgba(61,59,61,1);
	-moz-box-shadow: 3px 5px 15px -2px rgba(61,59,61,1);
	box-shadow: 3px 5px 15px -2px rgba(61,59,61,1)
}

.logoSimple{
	width: 42px;
	height: 42px;
	margin-left:4px;
}
.letrasLogoSimple{
	width: 150px;
	height: 25px;
}

.img-detail-user{
	border: 2px solid #999999;
	border-radius: 10px;
	padding: 0px;
	background-color: #ededed;
	height: 200px;
	width:85%;
	max-width:85%;
	margin-left:8%;
}

.fileContainer {
    overflow: hidden;
    position: relative;
    font-size: 16px;
}
.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.fileContainer {
    margin-top: 10px;
}
.fileContainer [type=file] {
    cursor: pointer;
}

footer{
	min-height:200px;
	color: white;
}
.seccion-footer{
	padding-left:65px;
	padding-top:15px;
	font-size: 17px; 
}
.enlace-footer, .enlace-footer:hover{
	color:white;
	text-decoration:none;
}
.logotipo-footer{
	width:65%;
	margin-left: 18%;
    margin-top: 65px;	
}
.popover{
	width:200px;
}

.titulo-login{
	text-align: center;
}

.custom-success{
	color: #ffffff;
    background-color: rgba(32, 156, 1, 0.88);
    border-color: rgb(59, 168, 31);
}

.btn-success{
	color: #ffffff;
    background-color: rgba(32, 156, 1, 0.88);
    border-color: rgb(59, 168, 31);
}

.btn-success:hover{
	color: #ffffff;
    background-color: #37b916e0;
    border-color:#37b916e0;
}

.custom-danger{
	color: #ffffff;
    background-color: #d86363;
    border-color: #d86363;
}

.btn-danger{
	color: #ffffff;
    background-color: #d86363;
    border-color: #d86363;
}

.btn-danger:hover{
	color: #ffffff;
    background-color: #ff5a5a;
    border-color:#ff5a5a;
}

.custom-alert-notification{
	width: 300px;
	color: #FFFFFF;
	font-size: 16px;
	opacity: 0.88;
    filter: alpha(opacity=88);
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 20;
    -webkit-box-shadow: 0px 3px 5px 5px rgba(207,196,207,1);
	-moz-box-shadow: 0px 3px 5px 5px rgba(207,196,207,1);
	box-shadow: 0px 3px 5px 5px rgba(207,196,207,1);
}

.cont-incidencia-admin {
    height: 55px;
    width:100%;
    overflow: hidden;
    text-transform: uppercase;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.cont-incidencia-admin{
	max-height: 35px;
    overflow: hidden;
}

.img-adjunto-incidencia{
	width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #adadad;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
	transition: 0.3s;
}

#img-adjunto-incidencia:hover {opacity: 0.7;}

/* The Modal (background) */
.modalImgAdjunta {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 40px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modalContentImgAdjunta {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 50%;
}

/* Add Animation */
.modalContentImgAdjunta {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.closeModalImgAdjunta {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closeModalImgAdjunta:hover,
.closeModalImgAdjunta:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modalContentImgAdjunta {
        width: 100%;
    }
}

.estilo-tarjeta.dark-mode {
    border: 1px solid #3e3e3e;
    color: #ffffff;
    border-style: solid;
    background-color: #000000;
}

.custom-overflow {
    overflow-x: hidden;
    overflow-y: auto;
}

.alert-tpv{
	width: 300px;
	color: #FFFFFF;
	font-size: 16px;
	opacity: 0.88;
    filter: alpha(opacity=88);
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 20;
    -webkit-box-shadow: 0px 3px 5px 5px rgba(207,196,207,1);
	-moz-box-shadow: 0px 3px 5px 5px rgba(207,196,207,1);
	box-shadow: 0px 3px 5px 5px rgba(207,196,207,1);
}
.alert-tpv-success{
	background-color: #26b99ae0;
	border-color: #26b99ae0;
}

.alert-tpv-warning{
	background-color: #f39c12ad;
	border-color: #f39c12ad;
}

.alert-tpv-danger{
	background-color: #e74c3cc2;
	border-color: #e74c3cc2;
}

/* =========================
   INCIDENCIAS - PANEL ADMIN
   ========================= */

.incidencias-page {
	background-color: #f5f7fa;
}

.incidencias-page.dark-mode {
	background-color: #1f1f1f;
}

.incidencias-header {
	margin-bottom: 10px;
}

.incidencias-title {
	margin: 0;
	font-weight: 600;
	color: #34495e;
}

.dark-mode .incidencias-title {
	color: #ecf0f1;
}

.incidencias-title-main {
	display: block;
	font-size: 22px;
}

.incidencias-title-sub {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #95a5a6;
	margin-top: 4px;
}

.dark-mode .incidencias-title-sub {
	color: #bdc3c7;
}

.incidencias-filters-row {
	margin-top: 10px;
	margin-bottom: 5px;
}

.filters-panel,
.search-panel,
.incidencias-list-panel,
.actions-panel {
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	border: 1px solid #e0e6ed;
}

.dark-mode .filters-panel,
.dark-mode .search-panel,
.dark-mode .incidencias-list-panel,
.dark-mode .actions-panel {
	background-color: #252525;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	border-color: #3a3a3a;
}

.filters-panel-header,
.search-panel-header,
.incidencias-list-header,
.actions-panel-header {
	border-bottom: 1px solid #e0e6ed;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

.dark-mode .filters-panel-header,
.dark-mode .search-panel-header,
.dark-mode .incidencias-list-header,
.dark-mode .actions-panel-header {
	border-bottom-color: #3a3a3a;
}

.filters-title {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #95a5a6;
	margin: 0;
}

.dark-mode .filters-title {
	color: #bdc3c7;
}

.filters-panel-body,
.search-panel-body,
.incidencias-list-body,
.actions-panel-body {
	padding-top: 10px;
	padding-bottom: 12px;
}

.filters-row {
	margin-bottom: 6px;
}

.no-margin {
	margin: 0;
}

.filters-label {
	text-align: right;
	font-weight: 600;
	font-size: 11px;
	color: #73879c;
	padding-top: 7px;
}

.dark-mode .filters-label {
	color: #ecf0f1;
}

.search-group {
	margin-bottom: 10px;
}

.search-label {
	font-size: 12px;
	font-weight: 600;
	color: #73879c;
	margin-bottom: 4px;
	display: block;
}

.dark-mode .search-label {
	color: #ecf0f1;
}

.search-input-group .form-control {
	border-right: none;
}

.filters-label-top {
	display: block;
	text-align: left;
	padding-top: 0;
	margin-bottom: 2px;
}

.filter-field {
	margin-bottom: 4px;
}

.filter-field .form-control {
	width: 100%;
}

/* Inputs de filtros avanzados */
.filters-panel-body .form-control {
	height: 32px;
	padding: 4px 8px;
	font-size: 12px;
	border-radius: 3px;
}

.incidencias-page .filters-panel-body .form-control {
	background-color: #f2f4f7;
	border-color: #bfc9d4;
	color: #2c3e50;
}

.incidencias-page.dark-mode .filters-panel-body .form-control {
	background-color: #2c2c2c;
	border-color: #4a4a4a;
	color: #ecf0f1;
}

.incidencias-page.dark-mode .filters-panel-body .form-control:focus {
	border-color: #26b99a;
	box-shadow: none;
}

.filters-panel-body .form-group {
	margin-bottom: 4px;
}

.filters-panel-body .col-xs-4,
.filters-panel-body .col-xs-8 {
	padding-left: 4px;
	padding-right: 4px;
}

.search-input-group .btn-search {
	border-left: none;
	background-color: #f5f7fa;
	color: #95a5a6;
}

.search-input-group .btn-search:hover {
	background-color: #e0e6ed;
	color: #34495e;
}

.dark-mode .search-input-group .btn-search {
	background-color: #2e2e2e;
	color: #bdc3c7;
	border: 1px solid #565656;
}

.dark-mode .search-input-group .btn-search:hover {
	background-color: #3a3a3a;
	color: #ffffff;
}

.tabla-incidencias-wrapper {
	overflow-x: auto;
}

.table-incidencias {
	margin-bottom: 5px;
	font-size: 12px;
}

.table-incidencias > thead > tr > th {
	white-space: nowrap;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
	color: #95a5a6;
	border-bottom-width: 1px;
}

.dark-mode .table-incidencias > thead > tr > th {
	color: #bdc3c7;
}

.table-incidencias > tbody > tr:hover {
	background-color: #f5f7fa;
}

.dark-mode .table-incidencias > tbody > tr:hover {
	background-color: #2d2d2d;
}

.dark-mode .table-incidencias > tbody > tr > td {
	border-top-color: #3a3a3a;
}

.table-incidencias .col-select {
	width: 42px;
	text-align: center;
}

.table-incidencias .col-servidor,
.table-incidencias .col-sucursal,
.table-incidencias .col-usuario,
.table-incidencias .col-estado,
.table-incidencias .col-tecnicos {
	white-space: nowrap;
}

.table-incidencias .col-sucursal-id {
	width: 80px;
	white-space: nowrap;
}

.table-incidencias .col-fecha {
	width: 140px;
	white-space: nowrap;
}

.table-incidencias .col-telefono {
	width: 110px;
	white-space: nowrap;
}

.table-incidencias .col-asunto .cont-incidencia-admin {
	max-height: 34px;
}

.incidencias-tabs {
	margin-bottom: 10px;
}

.incidencias-tabs > li > a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 8px 14px;
}

.incidencias-tabs > li > a i {
	margin-right: 4px;
}

.dark-mode .incidencias-tabs > li > a {
	color: #bdc3c7;
	background-color: transparent;
	border-color: transparent;
}

.dark-mode .incidencias-tabs > li.active > a,
.dark-mode .incidencias-tabs > li.active > a:focus,
.dark-mode .incidencias-tabs > li.active > a:hover {
	color: #ffffff;
	background-color: #252525;
	border-color: #26b99a #26b99a transparent;
}

.incidencias-tabs-content {
	margin-top: 4px;
}

.btn-action {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	font-size: 12px;
	text-align: left;
	position: relative;
}

.btn-action .action-icon {
	font-size: 14px;
}

.incidencias-content-row {
	margin-top: 5px;
}

@media (max-width: 991px) {
	.incidencias-content-row .actions-panel {
		margin-top: 15px;
	}
}

/* =========================
   MODAL TÉCNICOS DISPONIBLES
   ========================= */

.modal-tecnicos .modal-dialog {
	margin-top: 60px;
}

.modal-tecnicos .modal-content {
	border-radius: 8px;
	border: none;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.modal-tecnicos-header {
	border-bottom: 1px solid #e0e6ed;
	padding: 14px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal-tecnicos-title-wrap {
	display: flex;
	flex-direction: column;
}

.modal-tecnicos-title {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #34495e;
}

.modal-tecnicos-subtitle {
	margin: 2px 0 0;
	font-size: 12px;
	color: #95a5a6;
}

.modal-tecnicos-body {
	padding: 16px 20px 8px;
	max-height: 60vh;
	overflow-y: auto;
}

.modal-tecnicos-footer {
	border-top: 1px solid #e0e6ed;
	padding: 10px 20px;
}

.dark-mode .modal-tecnicos .modal-content {
	background-color: #2a2a2a;
	color: #ecf0f1;
}

.dark-mode .modal-tecnicos-header,
.dark-mode .modal-tecnicos-footer {
	border-color: #3a3a3a;
}

.dark-mode .modal-tecnicos-title {
	color: #ecf0f1;
}

.dark-mode .modal-tecnicos-subtitle {
	color: #bdc3c7;
}

.tecnicos-tabs {
	margin-bottom: 10px;
}

.tecnicos-tabs > li > a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 8px 12px;
}

.tecnicos-tabs > li > a i {
	margin-right: 4px;
}

.tecnicos-tabs-content {
	margin-top: 4px;
}

.table-tecnicos {
	margin-bottom: 0;
	font-size: 12px;
}

.table-tecnicos thead tr th {
	border-bottom-width: 1px;
	color: #95a5a6;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
}

.table-tecnicos .col-accion {
	width: 180px;
}

.table-tecnicos .col-email {
	word-break: break-all;
}

.dark-mode .table-tecnicos thead tr th {
	color: #bdc3c7;
}