html {
  min-height: 100%;
}

body {
  padding: 0;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", Helvetica, Arial;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: -0.25px;
  background-color: #FFF;
  font-size: 13px;
}

a {
  color: #4196A9;
}

strong {
  font-weight: 600;
}

label {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}

a:hover {
	text-decoration: none;
}

h2 {
  font-size: 26px;
}

.table>thead>tr>th {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  color: #999;
}

.table-first-fw600>tbody>tr>td:first-child {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  color: #777;
  vertical-align: middle;
}

.table tbody tr td.primary, .table tbody tr.primary {
  background-color: #F0F0F0;
  font-weight: 600;
}

.badge {
  font-size: 11px;
}

.help-block {
  color: #888;
}

.mlr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.et_background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /*
  background-image: url('../parent/images/blurred-background-1.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  */
  background-color: #F0F0F0;
}

#et_logo img {
  width: 222px;
}

#navbar {
	margin-left: 0;
}

.navbar-right {
	margin-right: 0px;
}

.navbar-collapse {
	padding-right: 0;
}

.navbar-nav>li>a {
  font-size: 16px;
  font-weight: 600;
}

.navbar-brand {
  padding: 13px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #c33622;
	color: #FFF;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-header i.fa-bars {
  margin-top: 3px;
  font-size: 18px;
}

.navbar-toggle {
  padding: 6px 8px 0px 8px;
}

.navbar-main-menu li:last-child {
  border-bottom: none;
}

.navbar-main-menu li:not(.active) a>i.fa {
  color: #c33622;
}

.navbar-main-menu li>a {
  text-transform: uppercase;
  font-size: 13px;
}

.navbar-main-menu li>a>i.fa {
  margin-right: 5px;
}

.container {
  max-width: 700px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}

.main-container {
  margin: 60px auto 0px auto;
  max-width: 700px;
}

.page-header {
	margin-top: 0px;
	margin-bottom: 15px;
}

.page-header h1 {
	margin-top: 0px;
  margin-bottom: 0px;
	letter-spacing: -1px;
  font-size: 1.4em;
}

.page-header h1 i.fa {
	color: #c33622;
}

.page-header {
  border-bottom: 1px solid #ddd;
}

.form-required {
  color: #4196A9;
}

.panel {
  margin-bottom: 10px;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 2px 6px rgba(0,0,0,.175);
}

.panel-heading {
  border-radius: 0px;
}

.panel-title {
  font-size: 13px;
}

.panel-default {
  border: none;
  box-shadow: none;
}

.panel-body {
  background-color: #FFF;
  padding: 10px;
}

.panel-default>.panel-heading {
  background-color: #c33622;
  color: #FFF;
  border-bottom: none;
  font-weight: 600;
  border-radius: 0px !important;
  margin: 0px;
  padding: 8px 12px;
  font-size: 11px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.panel-primary>.panel-heading {
  background-color: #c33622;
  font-weight: 600;
  border-bottom: none;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px;
}

.panel-heading-tab {
  background-color: #f0f0f0;
  padding-left: 5px;
  padding-right: 8px;
}

.panel-heading-tab>.panel-title {
  font-weight: 600;
}

.panel-primary .panel-heading-tab {
  background-color: #f7f7f7;
}

.table>thead>tr>th {
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}

.form-group {
  margin-bottom: 8px;
}

.badge-primary {
  background-color: #c33622;
}

.label-primary {
  background-color: #c33622;
}

.label-danger {
  background-color: #c33622;
}

.close:focus, .close:hover {
  color: #FFF;
}

.evento {
	padding: 0;
  font-size: 11px;
  border-radius: 0px;
  margin-bottom: 10px;
  border: none;
  box-shadow: 0px 2px 6px rgba(0,0,0,.175);
}

.evento img {
	height: 110px;
	width: 100%;
	object-fit: cover;
  background-position: center;
}

.evento img.evento-img-small {
  height: 100px;
}

.evento .caption {
	position: relative;
}

.evento .evento-entradas-vendidas {
	position: absolute;
	top: -12px;
	right: 10px;
}

.evento-entradas-vendidas .badge {
	background-color: #c33622;
  font-size: 11px;
}

.evento-fecha {
	float: left;
	text-align: center;
	margin-right: 1em;
}

.evento-fecha span {
	display: block;
}

.evento-fecha .evento-fecha-mes {
	color: #c33622;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 6px;
  line-height: 1;
}

.evento-fecha .evento-fecha-dia-sem {
	font-weight: 300;
	font-size: 11px;
  margin-top: -2px;
}

.evento-fecha .evento-fecha-dia {
	font-weight: bold;
	font-size: 18px;
	margin-top: -7px;
	margin-bottom: -3px;
}

.evento h3.evento-nombre {
	margin-top: -2px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 600;
}

#tickets-table {
  border-collapse: separate;
  border-spacing: 0 4px;
  border-top: none;
}

#tickets-table tbody tr {
  background-color: #F5F5F5;
}

#tickets-table tr td {
  border: none;
}

#tickets-table tr td:first-child {
  padding-left: 10px;
}

#tickets-table .tickets-table-asistente-info {
  display: inline-block;
  white-space: nowrap;
}

#tickets-list-container {
  margin-top: 10px;
}

#tickets-list li.list-group-item {
  border: none;
  box-shadow: 0px 2px 4px rgba(0,0,0,.3);
  margin: 4px;
  padding: 5px;
  border-radius: 4px !important;
  background-color: #F7F7F7;
  position: relative;
}

#tickets-list li.list-group-item.danger {
  background-color: rgba(195, 54, 34, 0.08);
  border: 1px dashed rgba(195, 54, 34, 0.33);
}

#tickets-list li.list-group-item .list-group-item-background {
  font-size: 200px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  overflow: hidden;
}

#tickets-list li.list-group-item .list-group-item-background i {
  position: absolute;
  right: 5px;
}

#tickets-list .tickets-table-asistente-info {
  display: inline-block;
  white-space: nowrap;
}

.list-group-item {
  border-radius: 0px !important;
}

.dropdown-menu {
  border: none;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.dropdown-menu>li {
  padding: 4px 8px;
}

.dropdown-menu>li:last-child {
  border-bottom: none;
}

.dropdown-menu>li>a.btn {
  width: 100%;
  font-weight: 600;
  border: 0 none;
  border-radius: 2px;
  padding: 14px;
  font-size: 13px;
  color: #FFF;
  text-transform: none;
  letter-spacing: -0.5px;
}

.dropdown-menu>li>a.btn-sm {
  line-height: 1.1;
}

.dropdown .fa.fa-chevron-circle-down {
  color: #c33622;
}

.dropdown .fa.fa-chevron-circle-down:hover {
  color: #4196A9;
}

.dropdown.open .fa.fa-chevron-circle-down {
  color: #4196A9;
}

.modal-content {
  border-radius: 4px;
}

.btn {
  width: 100%;
  font-weight: 600;
  border: 0 none;
	border-radius: 2px;
  padding: 14px;
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.btn-sm {
  line-height: 1;
  text-transform: none;
  letter-spacing: -0.25px;
  padding: 12px 14px;
}

.btn-xs {
  padding: 6px 10px;
  line-height: 1;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
}
 
.btn-primary {
  background: #4196A9;
  color: #ffffff;
}

.btn-default {
  background: transparent;
  color: #4196A9;
  border: 1px solid #ddd;
}

.btn-success {
  background: #00A900;
  border-color: #00A900;
}

.btn-blue {
  background: #009BE1;
  border-color: #009BE1;
  color: #FFF;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue:active:focus, .open > .dropdown-toggle.btn-blue {
  color: #FFF;
  background-color: #0385C0;
  border-color: #0385C0;
}

.noshadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.modal-footer .btn+.btn {
  margin-left: 0px;
  margin-top: 5px;
}

.modal {
  text-align: center;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  min-width: 90%;
}

.modal-content {
  border: none;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success:active:focus, .open > .dropdown-toggle.btn-success {
  background: #008E00;
  border-color: #008E00;
}

.btn-info {
  background: #63C895;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info:active:focus, .open > .dropdown-toggle.btn-info {
  background: #4FA378;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .open > .dropdown-toggle.btn-primary {
  background: #297D90;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .dropdown-menu>li>a.btn:focus, .dropdown-menu>li>a.btn:hover {
  background: #297D90;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background: #4196A9;
}

.btn-plus, .btn-minus {
  width: auto;
  margin-right: 2px;
}

.rrpp-sub {
  font-size: 10px;
  font-weight: 600;
  width: 70px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  margin: 5px 3px 5px 3px;
  vertical-align: top;
}

.rrpp-sub .media-object {
  margin: 0 auto 3px auto;
  border-radius: 4px;
}

.rrpp-sub > a {
  color: #999;
}

.rrpp-foto {
  border-radius: 4px;
  box-shadow: 0px 2px 6px rgba(0,0,0,.2);
}

td.rrpp-foto-nombre {
  text-align: center;
  vertical-align: middle !important;
  max-width: 48px;
  font-size: 10px;
  background-color: #F0F0F0;
}

td.rrpp-foto-nombre img {
  border-radius: 4px;
}

/* BS-CALLOUT */

.bs-callout {
    padding: 10px 20px;
    margin: 20px 0px;
    border-left-width: 5px;
    border-left: 5px solid;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
    background-color: #CBE2CB;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
    background-color: #FFC9CE;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
    background-color: rgb(252, 239, 219);
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
    background-color: rgb(214, 240, 247);
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.info-panel {
  padding: 3px;
}

.info-panel-left {
  display: inline-block;
  text-align: center;
}

.info-panel-left i {
  font-size: 36px;
}

.info-panel-body {
  display: inline-block;
  padding: 3px;
}

.info-panel-primary {
  background-color: #BBE1E9;
}

.info-panel-success {
  background-color: #9AE59A;
}

.info-panel-warning {
  background-color: #FAEDAC;
}

.alert {
  border: none;
  font-size: 0.9em;
}

.alert-danger {
  background-color: #c33622;
  color: #ffffff;
}

.tabla-detalles-venta>tbody>tr>td {
  vertical-align: middle;
}

.et-entrada .row {
  margin-right: -5px;
}

.et-entrada {
  padding: 10px 5px;
}

.et-entrada-complementos, .et-entrada-complementos-new {
  background-color: #F0F0F0;
}

.et-lista {
  padding: 10px 10px;
}

.list-group-item.list-group-item-primary {
  background-color: #C33622;
  color:#FFF;
  border: none;
}

.form-control {
  height: 38px;
}

.form-control:focus {
  border-color: #4196A9;
}

#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1090; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}