.green-icon {
    color: green;
}
.red-icon {
    color: darkred;
}
.btn-disabled {
    color: #aaa;
    border: 1px solid #eee !Important;
}

.navbar-inverse {
    background-color: #380ab4 !important;
	height: 88.5px !important;
    border: none !important;
}
.hamburguesa {
	color: #fff;
	top: 30px!important;
}
.navbar-right {
    font-family: "nunito";
    font-size: 11pt;
    margin-top: 10pt !Important;
}

.tickepolis-logo-top {
	background-color: transparent;
	position: fixed;
	left: 50%;
	top: 0px;
	z-index: 1050; /* 1050 porque #modalOperaciones se pone encima */
	margin: auto;
	margin-left: -200px;
	width: 400px;
	height: 100px;
	background-image: url("/img/logotipo300.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
}
@media all and (max-width: 500px) {
	.tickepolis-logo-top {
		width: 300px;
		margin-left: -152px;
		height: 90px;
		background-size: 80%;
	}
}
@media all and (max-width: 380px) {
	.tickepolis-logo-top {
		width: 150px;
		margin-left: -80px;
		background-image: url("/img/logotipo300.png");
	}
}
.container-tickepolis {
	margin-top: 35pt;
	width: auto !IMportant;
	padding: 20pt !important;
    padding-top: 5pt !important;
}
#login-form {
	text-align: center;
	width: 300px;
	border: 1px solid #eee !Important;
	padding: 30pt;
	margin: auto;
}
#login-form input {
	text-align: center;
}

.panel-tickepolis
{
    
}

.panel-tickepolis .panel-heading 
{
    background-color: white !Important;
}

.panel-tickepolis .panel-body
{
    min-height: 160pt;
    padding: 30pt;
}

.btn-tickepolis-verde
{
    background-color: #498b31 !Important;
}
