@charset "utf-8";
/* CSS Document */

.demo-iframe-holder {
  position: fixed;
  right: 0; 
  bottom: 0; 
  left: 0;
  /*top: 10%;*/
  top:8%;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  overflow-y: scroll;
  z-index:1;
}

.demo-iframe-holder iframe {
  height:100%;
  width: 100%;
  z-index:1;
}

.seleccionar {
	font-size: 25px;
	width: 100%;
	height: 30px;
	padding: 3px;
	margin: 2px 6px 5px 0;
	background: #fbfbfb;
	border: 1px solid #dddddd;
	/*margin-top: 20px;
	margin-bottom: 40px;*/
}

.swal_titulo {
	line-height:30px;
	font-size: 30px;
	padding:15px;
	font-weight:700;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.estado_pagado, .estado_nopagado {
  width:200px;
  height:30px;
  margin: 10px auto 5px auto;
  /*margin:auto;*/
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  line-height:30px;
  /*float: inherit;*/
  color:white;
  text-align:center;
  font-size:16px;
  font-weight:700;
}

.estado_pagado{
	/*VERDE*/
  background-color: #00B74A;
}

.estado_nopagado{
	/*ROJO*/
  background-color: #F93154;
}

@media screen and (max-width: 800px) {
}