.app-sidebar__user-avatar {
    width: 48px;
    background: gray;
    padding: 6px;
}
.app-sidebar__toggle{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15pt;
}
.app-sidebar__toggle::before{
	display: none;
}
.headerRegister, .header-primary{
	background: #009688;
	color: #FFF;
}
.headerUpdate{
	background: #007bff;
	color: #FFF;
}
.textcenter{
	text-align: center;
}
.textright{
	text-align: right;
}
.textleft{
	text-align: left;
}
.bootstrap-select > .dropdown-toggle{
	border: 1px solid #CCC;
}
/*Estilos login*/
#divLoading{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(254,254,255, .65);
	z-index: 9999;
	display: none;
}
#divLoading img{
	width: 50px;
	height: 50px;
}
.required{
	color: red;
	font-size: 13pt;
	font-weight: bold;
}
/* style portada categoría */
.prevPhoto {
    display: flex;
    justify-content: space-between;
    width: 300px;
    height: 200px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/portada_categoria.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}
.prevPortada{
	width: 100%;
	min-width: 200px;
	background: none;
}
.prevPhoto label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.prevPhoto img{
	width: 100%;
	height: 100%;
}
.upimg, .notblock{
	display: none !important;
}
.errorArchivo{
	font-size: 16px;
	font-family: arial;
	color: #cc0000;
	text-align: center;
	font-weight: bold; 
	margin-top: 10px;
}
.delPhoto{
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: red;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 10;
}
#tbl_list_productos img{
	width: 50px;
}
.imgProductoDelete{
	width: 175px;
}

#imgCategoria{
	text-align: center;
}
#imgCategoria img{
	width: 200px;
	margin: auto;
}

/* Upload fotos*/
#containerImages{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
#containerImages > div{
	margin-right: 10px;
	margin-bottom: 8px;
}
.prevImage{
	border: 1px solid #CCC;
	width: 120px;
	height: 148px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.prevImage img{
	width: 100%;
}
.inputUploadfile{
	display: none;
}
.btnUploadfile, .btnDeleteImage{
	border: 0;
	background-color: #009688;
	text-align: center;
	padding: 2px 3px;
	color: #FFF;
	font-size: 9pt;
	cursor: pointer;
	width: 100%;
}
.btnDeleteImage{
	background-color: #dc3545;
}
.prevImage .loading{
	width: 30px;
	height: 30px;
}
#celFotos img{
	width: 150px;
	margin: 10px;
}

/* CITAS */
.divmetodpago label, #divCondiciones{
	width: 100%;
	display: flex;
}
.divmetodpago label input, #divCondiciones input{
	margin-right: 15px;
}
#divCondiciones a{
	margin-left: 5px;
}

#divCondiciones  label{
	margin-bottom: 0;
}
.linkw:hover{
	text-decoration: none;
}
.container-title{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.container-title input{
	border: 1px solid #CCC;
	padding: 4px;
	border-radius: 5px;
	margin-right: 5px;
}
.dflex{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.ui-datepicker-calendar {
    display: none;
}

.page-content ul li { 
   list-style-type: disc;
   margin-left: 15px; 
   margin-bottom: 10px; 
}
.page-content ol li { 
   list-style-type: decimal;
   margin-left: 15px; 
   margin-bottom: 10px; 
}
.page-content ul li ul li, .page-content ol li ul li { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.page-content ol li ol li, .page-content ul li ol li { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.page-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 110px);
    margin-bottom: 0;
}

.page-error h1 {
    margin: 10px;
    color: #dc3545;
    font-size: 42px;
}
#canvasTag {
	pointer-events: auto;
  }
  #click-catcher {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
  }
  td p {
	margin: 0;
	padding: 0;
	
	line-height: 1;
	
  }

  .image-container {
    position: relative;
    display: inline-block; /* O como necesites */
}

.expand-button {
	
	color: white; 
    position: absolute;
    top: 1px; /* Ajusta el valor según necesites */
    right: 1px; /* Ajusta el valor según necesites */
    z-index: 1; /* Asegúrate de que esté encima de la imagen */
}
#closefoto{
	cursor: pointer; 
    color: red; 
    font-size: 23pt; 
    background-color: white; 
    border-radius: 50%; /* Hace el fondo circular */
    width: 40px; /* Ancho del círculo */
    height: 40px; /* Alto del círculo */
    display: flex; /* Alinea el contenido */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    position: absolute; /* Permite posicionar el botón */
    top: 10px; /* Ajusta la posición vertical */
    right: 10px; /* Ajusta la posición horizontal */
    z-index: 1001; /* Asegura que esté por encima del modal */
}
/*esto se modifica la imgen de radiografias y todo */
#imageModal {
    display: none;
    overflow: auto;
    position: fixed;
    width: 90%;           /* Más ancho */
    height: 90%;          /* Más alto */
    top: 50%;
    left: 50%;
    background-color: #191919db;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    z-index: 9999;        /* Asegura que esté al frente */
}

#modalImage {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    border-radius: 4px;
}

/* Media queries for mobile devices */
@media only screen and (max-width: 768px) {
    #imageModal {
        width: 80%; 
        height: 80%; 
        top: 50%; 
        left: 50%; 
    }
}

@media only screen and (max-width: 480px) {
    #imageModal {
        width: 90%; 
        height: 90%; 
        top: 50%; 
        left: 50%; 
    }
}
.radioFoto {
	cursor: pointer; 
	color: white; 
	font-size: 10pt; 
	background-color: #2ab568; 
	border-radius: 40%; /* Hace el fondo circular */
	width: 20px; /* Ancho del círculo */
	height: 20px; /* Alto del círculo */
	display: flex; /* Alinea el contenido */
	justify-content: center; /* Centra horizontalmente */
	align-items: center; /* Centra verticalmente */
	position: relative; /* Permite posicionar el botón relativo a su padre */
	top: -60px; /* Ajusta la posición vertical */
	right: -100px; 
  }
  

.radioFoto2 {
  cursor: pointer;
  color: white;
  font-size: 10pt;
  background-color: #2ab568;
  border-radius: 50%; /* Hace el fondo completamente circular */
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute; /* Posicionamiento absoluto respecto al contenedor */
  top: 5px; /* Distancia desde la parte superior */
  right: 5px; /* Distancia desde la derecha */
  z-index: 10; /* Asegura que esté por encima de la imagen */
}

  *
  {
	font-family:sans-serif
}
.trapecio-bottom {
	position: absolute;
	bottom: 0;
	width: 45px;
	height: 0px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #b1afaf;
	border-top: 0;
}

.trapecio-top {
	position: absolute;
	top: 0;
	width: 45px;
	height: 0px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #b1afaf;
	border-bottom: 0;
}

.trapecio-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 0px;
	height: 35px;
	border-right: 10px solid #b1afaf;
	border-left: 0px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.trapecio-left {
	position: absolute;
	left: 0;
	width: 0px;
	height: 35px;
	border-right: 0px solid transparent;
	border-left: 10px solid #b1afaf;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.rectangulo-izq {
	position: absolute;
	left: 11px;
	top: 11px;
	width: 10px;
	height: 13px;
	border: 1px solid gray;
}

.rectangulo-der {
	position: absolute;
	right: 11px;
	top: 11px;
	width: 10px;
	height: 13px;
	border: 1px solid gray;
}

.cuadrado {
	position: absolute;
	right: 9px;
	top: 8px;
	width: 14px;
	height: 14px;
	border: 1px solid gray;
}

.trapecio-cuadrado-bottom {
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 0px;
	left: 1px;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #b1afaf;
	border-top: 0;
}

.trapecio-cuadrado-top {
	position: absolute;
	top: 0;
	width: 30px;
	left: 1px;
	height: 0px;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 8px solid #b1afaf;
	border-bottom: 0;
}

.trapecio-cuadrado-left {
	position: absolute;
	left: 0;
	width: 0px;
	height: 32px;
	border-right: 0px solid transparent;
	border-left: 8px solid #b1afaf;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.trapecio-cuadrado-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 0px;
	height: 32px;
	border-right: 8px solid #b1afaf;
	border-left: 0px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}


.rectangulo {
	position: absolute;
	right: 10px;
	top: 12px;
	width: 19px;
	height: 10px;
	border: 1px solid gray;
}

.trapecio-rectangulo-bottom {
	position: absolute;
	bottom: 0;
	width: 35px;
	height: 0px;
	left: 2px;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 12px solid #b1afaf;
	border-top: 0;
}

.trapecio-rectangulo-top {
	position: absolute;
	top: 0;
	width: 36px;
	left: 2px;
	height: 0px;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 12px solid #b1afaf;
	border-bottom: 0;
}

.trapecio-rectangulo-left {
	position: absolute;
	left: 0;
	width: 0px;
	height: 35px;
	border-right: 0px px solid transparent;
	border-left: 8px solid #b1afaf;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.trapecio-rectangulo-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 0px;
	height: 35px;
	border-right: 8px solid #b1afaf;
	border-left: 0px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}


.rectangulo-small {
	position: absolute;
	right: 8px;
	top: 11px;
	width: 12px;
	height: 8px;
	border: 1px solid gray;
}

.trapecio-rectangulo-small-bottom {
	position: absolute;
	bottom: 0;
	width: 28px;
	height: 0px;
	left: 1px;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-bottom: 11px solid #b1afaf;
	border-top: 0;
}

.trapecio-rectangulo-small-top {
	position: absolute;
	top: 0;
	width: 28px;
	left: 1px;
	height: 0px;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 11px solid #b1afaf;
	border-bottom: 0;
}

.trapecio-rectangulo-small-left {
	position: absolute;
	left: 0;
	width: 0px;
	height: 31px;
	border-right: 0px solid transparent;
	border-left: 8px solid #b1afaf;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.trapecio-rectangulo-small-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 0px;
	height: 31px;
	border-right: 8px solid #b1afaf;
	border-left: 0px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.moveimage {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: move;
	z-index: 2
}

.noevent {
	pointer-events: none;
}


	.moveimage > .imageresize {
		position: absolute;
		top: -3px;
		right: -3px;
		width: 5px;
		height: 5px;
		border: 1px solid;
		cursor: e-resize;
		display: none;
	}

	.moveimage.activo > .imageresize {
		display: block;
	}

.js_content img {
	width: 40px;
	height: 80px
}

.diente {
	position: relative;
	display: inline-block;
}

.modalOdontologiaMenu {
	min-width: 150px;
	position: absolute;
	top: 160px;
	left: 136px;
	display: none;
	border: 1px solid;
	z-index: 4;
	border-radius: 6px;
	padding: 5px;
	background-color: #fff;
}
	.modalOdontologiaMenu > ul {
		padding: 0px;
		margin: 0px;
		background-color: #fff;
		list-style: none;
	}

table td[data-opc='IMAGE']:hover {
	background-color:lawngreen
}