.body-login{
    margin: 0;
    color: #6a6f8c;
    background: url(../img/1168-00-06.jpg) center;
    font: 600 16px/18px 'Open Sans',sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    overflow-y: scroll;
}

/* Oculta la barra de scroll en Chrome, Safari y Opera */
.body-login::-webkit-scrollbar {
    display: none;
}

/* Oculta la barra de scroll en IE, Edge y Firefox */
.body-login {
  -ms-overflow-style: none;  /* IE y Edge */
  scrollbar-width: none;  /* Firefox */
}

.body-panel-1{
    background-color: #292b36;
    overflow-y: scroll;
}

/* Oculta la barra de scroll en Chrome, Safari y Opera */
.body-panel-1::-webkit-scrollbar {
    display: none;
}

/* Oculta la barra de scroll en IE, Edge y Firefox */
.body-panel-1 {
  -ms-overflow-style: none;  /* IE y Edge */
  scrollbar-width: none;  /* Firefox */
}

.body-vender{
    background-color: #25134a;
    overflow-y: scroll;
}

/* Oculta la barra de scroll en Chrome, Safari y Opera */
.body-vender::-webkit-scrollbar {
    display: none;
}

/* Oculta la barra de scroll en IE, Edge y Firefox */
.body-vender {
  -ms-overflow-style: none;  /* IE y Edge */
  scrollbar-width: none;  /* Firefox */
}

*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none
	
}

.login-wrap{
	 width: 100%;
    margin: auto;
    max-width: 525px;
    min-height: 670px;
    position: relative;
    background: url(../img/1168-00-06.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24), 0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
	    width: 100%;
    height: 100%;
    position: absolute;
    padding: 90px 70px 50px 70px;
    background: rgba(41, 43, 54, 0.9);
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	transform:rotateY(180deg);
	backface-visibility:hidden;
	transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
	display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
	text-transform:uppercase;
}
.login-html .tab{
	font-size:17px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
	color:#fff;
	border-color:#ffb700;
}
.login-form{
	min-height:345px;
	position:relative;
	perspective:1000px;
	transform-style:preserve-3d;
	    margin-top: 5%;
}
.login-form .group{
	margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	color:#fff;
	display:block;
}
.login-form .group .input,
.login-form .group .button{
	border:none;
	padding:15px 20px;
	border-radius:25px;
	background:rgba(255, 255, 255, 0.24);
}
.login-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}
.login-form .group .label{
	color:#f2f1f1;
	font-size:12px;
}
.login-form .group .button{
	background:#ffb700;
    text-align: center;
    text-decoration: none;
}
.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
	top:6px;
	right:0;
	transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
	color:#fff;
}
.login-form .group .check:checked + label .icon{
	background:#ffb700;
}
.login-form .group .check:checked + label .icon:before{
	transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
	transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	transform:rotate(0);
}

.hr{
	height:2px;
	margin:60px 0 50px 0;
	background:rgba(255,255,255,.2);
}
.foot-lnk{
	text-align:center;
}

.boleteria-h2{
	    text-align: right;
    color: #fff;
    font-size: 20px;
    margin-top: -8px;
    margin-right: 15px;
    margin-bottom: 60px;
}

/* responsive*/

@media only screen and (max-width: 500px) {
   .login-html {
    padding: 60px 40px 50px 40px;
}
	.login-html .tab {
		font-size: 15px;}

.boleteria-h2 {
    font-size: 17px;
    margin-top: -2px;
	margin-right: 0px;}
}

/* panel*/
.body-panel {
  background-image: -webkit-repeating-linear-gradient(135deg, #19083b, #614995);
  background-image: repeating-linear-gradient(-45deg, #19083b, #614995);
  min-height: calc(100vh - 40px);
  padding-top: 20px;
  font-family: 'Nunito', sans-serif;
}
body widget {
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}
body widget[type="ticket"] {
  width: 255px;
}
body widget[type="ticket"] .top > div, body widget[type="ticket"] .bottom > div {
  padding: 0 18px;
}
body widget[type="ticket"] .top > div:first-child, body widget[type="ticket"] .bottom > div:first-child {
  padding-top: 18px;
}
body widget[type="ticket"] .top > div:last-child, body widget[type="ticket"] .bottom > div:last-child {
  padding-bottom: 18px;
}
body widget[type="ticket"] .top img, body widget[type="ticket"] .bottom img {
  padding: 18px 0;
}
body widget[type="ticket"] .top, body widget[type="ticket"] .bottom, body widget[type="ticket"] .rip {
  background-color: #fff;
}
body widget[type="ticket"] .top {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
body widget[type="ticket"] .bottom {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 18px;
  height: 30px;
	    margin-bottom: 20px;
}
body widget[type="ticket"] .bottom .barcode {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAAABCAYAAABXChlMAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAACPSURBVChTXVAJDsMgDOsrVpELiqb+/4c0DgStQ7JMYogNh2gdvg5VfXFCRIZaC6BOtnoNFpvaumNmwb/71Frrm8XvgYkker1/g9WzMOsohaOGNziRs5inDsAn8yEPengTapJ5bmdZ2Yv7VvfPN6AH2NJx7nOWPTf1/78hoqgxhzw3ZqYG1Dr/9ur3y8vMxgNZhcAUnR4xKgAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  min-width: 58px;
}
body widget[type="ticket"] .bottom .buy {
      display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    color: #000;
    text-decoration: none;
    margin-top: -16px;
}
body widget[type="ticket"] .rip {
  height: 20px;
  margin: 0 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAAaSURBVBhXY5g7f97/2XPn/AcCBmSMQ+I/AwB2eyNBlrqzUQAAAABJRU5ErkJggg==);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: center;
  position: relative;
  box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #fff;
}
body widget[type="ticket"] .rip:before, body widget[type="ticket"] .rip:after {
  content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border: 5px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-radius: 100%;
}
body widget[type="ticket"] .rip:before {
  left: -10px;
}
body widget[type="ticket"] .rip:after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
  right: -38px;
}
body widget .-bold {
  font-weight: bold;
}

.logo-footer{
	    float: right;
    margin: 45px;
    margin-top: 100px;
}

/* menu*/
.navbar {
    border-radius: 0!important;
}

.navbar {
	margin-bottom: 0px;}

.navbar-inverse {
    background-color: #292b36;
    border-color: #292b36;
}
.navbar-brand{
    font-size: 20px;}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #1a1b20;
}

.panel-info>.panel-heading {
    color: #ffffff;
    background-color: rgb(41, 43, 54);
  
}

.panel-info {
    border-color: #fff;
}


/*vender*/
 .card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 65px;
}
.card-background img {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
filter: blur(15px);
    margin-left: -100px;
    margin-top: -498px;
    min-width: 100%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
        padding: 0 5px;
    font-size: 33px;
    line-height: 1;
    color: #ffffff;
    /* background-color: rgba(46, 46, 46, 0.32); */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}

.btn-default {
       color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
	
}




.vender-entrada{
        background-color: rgba(214, 214, 214, 0.32);
    padding: 0px;
    padding-bottom: 15px;
    border-radius: 10px;
}

.btn-default:focus{color:#fff!important;background-color:#292b36!important;border-color:#292b36!important;}
.btn-default:active{color:#fff!important;background-color:#292b36!important;border-color:#292b36!important;}

.titulo-tarjeta-boleteria {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  position: relative;
  height: 4em;
}
.fecha-tarjeta-boleteria {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  height: 1.5em;
}

/*Share modal*/
.modal-ticket {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-ticket-content {
    border-radius: 7px;
    z-index: 9998;
    text-align: center;
    max-width: 600px;
    position: absolute !important;
    left: 28%;
    top: 5%;
    position: relative;
    background-color: #fefefe;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-ticket-btn{
  display: block;

}

/* Add Animation */
@-webkit-keyframes animatetop-ticket {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop-ticket {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.modal-ticket-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-ticket-close:hover,
.modal-ticket-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-ticket-header {
    /*background-image: url(../mailing/001/imagenes/top.png);
    margin-top: -16px;
    height: 145px;
    width: 600px;
    background-repeat: no-repeat;*/
}

.modal-ticket-body {/*padding: 2px 16px;*/}

.modal-ticket-footer {
    /*background-image: url(../mailing/001/imagenes/bottom.png);*/
   /* height: 29px;
    width: 600px;
    background-repeat: no-repeat;*/
}
.configmodal-container {
  padding: 30px;
  max-width: 600px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.configmodal-container input {
  width: 100% !important;
  margin-bottom: 10px !important;
  position: relative;
}

.configmodal-container a {
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
  font-size: 1em;
  color: #0bb475;
  transition: 0.3s;
  text-decoration: none;
} 
.configmodal-container a:hover {
  color: #eb2055;
  transition: 0.3s;
}