.mimodal {
	/*background: #ffffff;*/
	background: rgb(112,120,126);
	background: radial-gradient(circle, rgba(112,120,126,1) 0%, rgba(46,46,46,1) 100%);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
  display:none;
}

.mimodal-contenido{
  background-color: #552d256b;
  width: 35%;
  padding: 20px 20px;
  position: relative;
  top: 15%;
  left: calc(100% - 65%);
  border-radius: 6px;
}

.mimodal-contenido-historial {
    background-color: #552d256b;
    width: 55%;
    padding: 20px 20px;
    position: relative;
    top: 15%;
    left: calc(100% - 77%);
    border-radius: 6px;
}

.registro {
    cursor: pointer;
    position: relative;
    width: 50%;
    border: none;
    height: 40px;
    line-height: 0;
}

.contenttable{
	max-height: 45vh;
	overflow-y: auto;
}

@media all and (max-width: 990px) and (orientation: landscape){
	.mimodal-contenido {
	    width: 90%;
	    top: 5%;
	    left: 5%;
	}
	.registro {
	    width: 50%;
	    margin-top: 5%;
	}
}

@media all and (max-width: 990px) and (orientation: portrait){
	.mimodal-contenido {
	    width: 90%;
	    top: 15%;
	    left: 5%;
	}
	.registro {
	    width: 100%;
	    margin-top: 5%;
	}
}
