
.contentTable{

	min-height: calc(100% - 150px);
    max-height: calc(100% - 150px);
	border: none;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.2);
	overflow: auto;
	
}

.contentTableTicket{

	min-height: calc(100% - 200px);
    max-height: calc(100% - 200px);
	border: none;
	overflow: auto;
	
}

.contentTableModal{

    max-height: 350px;
	border: none;
	overflow: auto;
	
}

.table{

    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    overflow: auto !important;

}

tbody{

    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;

}

tbody tr:hover{

    min-height: 100%;
    max-height: 100%;
    background-color: var(--blanco);
    cursor: pointer;

}

th, td {

    padding: 2px;
    border-bottom: 2px solid white; 
    text-align: left;
    font-weight: bold;
    font-size: 14px;

  }

th {

    background-color: var(--texto) !important;
    color: var(--blanco);
    padding: 5px;
    
}

.tdEdit{

    background-image: url("../img/icons/editar.svg");
	background-position: center;
	background-repeat: no-repeat; 
	background-size: 25px;
	border: none;
	padding: 5px;
    border-bottom: 2px solid white;

}

.tdAdj{

    background-image: url("../img/icons/Iconos\ Ticket_Adjuntar.svg");
	background-position: center;
	background-repeat: no-repeat; 
	background-size: 25px;
	border: none;
	padding: 5px;
    border-bottom: 2px solid white;

}

.contentPage{

    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;

}

ul.pagination {

    display: inline-block;
    padding: 0;
    margin: 0;

}

ul.pagination li {
    
    display: inline;
    
}

ul.pagination li a {

    background-color: rgba(255,255,255,0.2);
    color: var(--texto);
    font-weight: bold;
    float: left;
    padding: 4px 12px ;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;

}

.selectPage{

    background-color: rgba(255,255,255,0.2);
    color: var(--texto);
    font-weight: bold;
    float: left;
    padding: 4px 12px ;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    width: 75px;
    height: 35px;

}

ul.pagination li a.active {

    background-color: var(--texto);
    color: white;
    border: 1px solid #ddd;

}

ul.pagination li a:hover:not(.active) {

    background-color: #ddd;

}

.containerTicket{

    display: flex;
    flex-direction: column;
    flex-basis: auto;
    background-color: antiquewhite;
}
