@charset "UTF-8";
/* Hoja de estilos para Ticketcode */
/* Show/hide Password */
/* line 5, app/assets/stylesheets/custom.css.scss */
.toggle-password {
  background: transparent;
  border: none;
  position: absolute;
  top: 4px;
  right: 13px;
  z-index: 2;
  cursor: pointer;
}

/* Tooltips */
/* line 16, app/assets/stylesheets/custom.css.scss */
.tooltip-inner {
  white-space: normal;
}

/* Certificates*/
/* line 21, app/assets/stylesheets/custom.css.scss */
.font-preview-certificate {
  font-size: xx-large;
}

/* line 25, app/assets/stylesheets/custom.css.scss */
#div_prev_background_certificate {
  background-color: #f9f9f9;
  position: relative;
  text-align: center;
}

/* line 31, app/assets/stylesheets/custom.css.scss */
#div_prev_background_certificate img, #certificate_image, #certificate_image_send {
  box-shadow: rgba(0, 0, 0, 0.33) 0px 0px 5px;
}

/* line 35, app/assets/stylesheets/custom.css.scss */
#data_certificate_section {
  position: absolute;
  top: 49%;
  height: 71px;
  background: #3c3c3c14;
  left: 0;
  right: 0;
  margin: 0px 20px;
}

/* line 45, app/assets/stylesheets/custom.css.scss */
#data_certificate_section .badge {
  position: absolute;
  top: -31%;
  left: 0;
  background: #3c3c3c14;
  color: #72c02c;
  padding: 6px 10px;
  font-size: 75%;
  border-top-right-radius: 8px !important;
}

/* line 56, app/assets/stylesheets/custom.css.scss */
#certificate_user_name {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Poppins" !important;
  font-size: 30px;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: inherit;
}

/* line 70, app/assets/stylesheets/custom.css.scss */
#certificate_data_container {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 82, app/assets/stylesheets/custom.css.scss */
#certificate_data_container label {
  display: none;
  font-family: "Poppins" !important;
  font-size: 16px;
  color: black;
  font-weight: lighter;
}

/* line 90, app/assets/stylesheets/custom.css.scss */
#certificate_data_1 {
  text-align: left;
}

/* line 92, app/assets/stylesheets/custom.css.scss */
#certificate_data_2 {
  text-align: right;
  margin: 0px 5px;
}

/* Sponsors */
/* line 95, app/assets/stylesheets/custom.css.scss */
#google_ads_pixel_iframe_code > span {
  display: none;
}

/* Sponsors */
/* line 100, app/assets/stylesheets/custom.css.scss */
.block-sponsor {
  background-color: white !important;
  margin: 5px !important;
  height: 162px;
  width: 162px;
  align-items: center;
  display: flex;
}

/* line 109, app/assets/stylesheets/custom.css.scss */
.block-sponsor img {
  margin: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 117, app/assets/stylesheets/custom.css.scss */
.block-sponsor:hover img {
  transform: scale(1.2);
}

/* Fontawesome */
/* line 122, app/assets/stylesheets/custom.css.scss */
.fa-circle-question, .fa-circle-info {
  position: relative;
}

/* Recaptcha*/
/* line 127, app/assets/stylesheets/custom.css.scss */
#new_contact_organizer > .modal-footer > div {
  display: none;
}

/* Gráfios Google */
/* Gráfico centrado */
/* line 133, app/assets/stylesheets/custom.css.scss */
[dir="ltr"] {
  margin: auto !important;
}

/* Cities selector loading */
/* line 138, app/assets/stylesheets/custom.css.scss */
.preload-cities {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto !important;
  height: 50px;
}

/* Phone country selector*/
/* line 149, app/assets/stylesheets/custom.css.scss */
.iti__country-list {
  z-index: 3;
}

/* line 153, app/assets/stylesheets/custom.css.scss */
.phone-input {
  background-image: url("/assets/icons/credit-cards/Check-grey-10eafcf4101afca0aa6aead0b8866899604a3334b48193d902f0aadb60be698e.png");
  background-position: right, center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

/* line 160, app/assets/stylesheets/custom.css.scss */
.iti.iti--separate-dial-code {
  width: 100%;
}

/* Estilos select2 */
/* line 165, app/assets/stylesheets/custom.css.scss */
.select2-selection, .select2-search__field {
  font-family: inherit !important;
}

/* Mis eventos */
/* line 170, app/assets/stylesheets/custom.css.scss */
#filter_form_my_events > div > label, #filter_form_my_events > div > label > span {
  font-size: 12px;
}

/* line 174, app/assets/stylesheets/custom.css.scss */
.my-events-table tbody tr td {
  padding-top: 30px;
}

/* line 178, app/assets/stylesheets/custom.css.scss */
.my-events-table tbody tr td span.term_search {
  padding: 5px;
}

/* Sharethis */
/* line 183, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn {
  border-radius: 6px !important;
  display: inline-block !important;
}

/* line 187, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn img {
  margin-top: 0px !important;
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  top: 7px;
  vertical-align: top;
}

/* line 197, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  direction: ltr;
  display: block;
  opacity: 1;
  text-align: center;
  z-index: 94034;
}

/* line 206, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons.st-animated {
  -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}

/* line 214, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 34px;
  line-height: 40px;
  margin: 3px;
  padding: 0 7px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}

/* line 241, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn:hover {
  opacity: .8;
  top: -4px;
}

/* line 246, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn[data-network='facebook'] {
  background-color: #4267B2;
}

/* line 250, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn[data-network='twitter'] {
  background-color: #55acee;
}

/* line 254, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn[data-network='messenger'] {
  background-color: #448AFF;
}

/* line 258, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn[data-network='whatsapp'] {
  background-color: #25d366;
}

/* line 262, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn[data-network='linkedin'] {
  background-color: #0077b5;
}

/* line 266, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn[data-network='email'] {
  background-color: #7d7d7d;
}

/* Subevents */
/* line 271, app/assets/stylesheets/custom.css.scss */
.notice-subevents-confirmation {
  display: inline-flex;
}

/* line 275, app/assets/stylesheets/custom.css.scss */
.notice-subevents-confirmation > i {
  align-self: center;
  padding: 0 15px;
}

/* line 280, app/assets/stylesheets/custom.css.scss */
.notice-subevents-confirmation > h4 {
  text-align: left;
}

/* Chatbot*/
/* line 285, app/assets/stylesheets/custom.css.scss */
.chatbot {
  position: relative;
}

/* line 289, app/assets/stylesheets/custom.css.scss */
.chatbot-message {
  display: flex;
  align-items: center;
}

/* line 294, app/assets/stylesheets/custom.css.scss */
.chatbot-message > p {
  margin: 0 0 0 10px;
}

/* line 298, app/assets/stylesheets/custom.css.scss */
.chatbot-badge {
  background: #212322 !important;
  color: white !important;
  position: absolute;
  left: -15px;
  top: -34px;
}

/* Funcionalidades Pla Pro deshabilitadas*/
/* line 307, app/assets/stylesheets/custom.css.scss */
#panel_plan_pro_disabled {
  padding: 20px;
  position: relative;
}

/* line 312, app/assets/stylesheets/custom.css.scss */
#panel_plan_pro_disabled:hover > .plan-pro-disabled-hover {
  opacity: 1;
}

/* line 316, app/assets/stylesheets/custom.css.scss */
.plan-pro-disabled {
  margin: 0;
  opacity: 0.5;
  position: relative;
}

/* line 322, app/assets/stylesheets/custom.css.scss */
.plan-pro-disabled-hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  background: #f1f1f1e0;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  padding: 50px;
  width: 100%;
  height: 100%;
}

/* line 338, app/assets/stylesheets/custom.css.scss */
.plan-pro-disabled-hover > div > span > i, .plan-pro-disabled-hover > div > h4 > i {
  color: #72C02C !important;
}

/* line 342, app/assets/stylesheets/custom.css.scss */
.plan-pro-disabled-hover > div > span {
  float: right;
  font-family: 'Poppins' !important;
}

/* Image Zoom In Out */
/* line 348, app/assets/stylesheets/custom.css.scss */
.img-zoom:hover {
  transform: scale(1.3);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  box-shadow: #222321 0px 0px 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -moz-transition: all 0.3s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -o-transition: all 0.3s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  transition: all 0.3s cubic-bezier(0.07, 0.84, 0.93, 1.02);
}

/* line 358, app/assets/stylesheets/custom.css.scss */
.theme-palette {
  display: flex;
  position: relative;
  align-items: center;
}

/* line 365, app/assets/stylesheets/custom.css.scss */
.theme-palette-square-container {
  display: flex;
  margin: 0 10px;
  right: 0;
  position: absolute;
}

/* line 372, app/assets/stylesheets/custom.css.scss */
.theme-palette-square-container span {
  height: 15px;
  width: 15px;
  border: 1px solid #00000024;
}

/* Switch TicketcodeLIVE events */
/* line 379, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-on-live.active {
  background-color: #72c02c;
  color: white;
  font-weight: bold;
}

/* line 380, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-off-live.active {
  background-color: #9e9e9e;
  color: white;
  font-weight: bold;
}

/* line 381, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-off-live.disabled {
  background-color: #eee;
  color: black;
}

/* Switch Mercado pago modelos de sistema de pagos */
/* line 384, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-on-gateway-model.active {
  background-color: #72c02c;
  color: white;
  font-weight: bold;
}

/* line 385, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-off-gateway-model.active {
  background-color: #3498db;
  color: white;
  font-weight: bold;
}

/* line 386, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-off-gateway-model.disabled {
  background-color: #eee;
  color: black;
}

/* Switch iframe */
/* line 389, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-on.active {
  background-color: #72c02c;
  color: white;
  font-weight: bold;
}

/* line 390, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-off.active {
  background-color: #d4d4d4;
  color: #757575;
  font-weight: bold;
}

/* line 391, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-off.disabled {
  background-color: #eee;
  color: black;
}

/* Switch live provider mode */
/* line 394, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-live-link.active {
  background-color: #72c02c;
  color: white;
  font-weight: bold;
}

/* line 395, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-live-code.active {
  background-color: #3498db;
  color: white;
  font-weight: bold;
}

/* TicketcodeLIVE Badge */
/* line 398, app/assets/stylesheets/custom.css.scss */
.ticketcodelive-badge {
  padding: 4px 9px 10px 12px;
  position: relative;
  float: right;
  background: #ececec;
  border-bottom-left-radius: 10px !important;
}

/* Ticketcode LIVE */
/* line 407, app/assets/stylesheets/custom.css.scss */
.container-live {
  width: 98%;
  margin: auto;
}

/* line 412, app/assets/stylesheets/custom.css.scss */
.header-live {
  border: 0;
  margin: 0;
  padding: 10px 0 10px 0;
  background: #232323;
  color: white;
  box-shadow: inset 0 0 100px #000, 0px 2px 8px 0px #6c6c6c9e;
  border-bottom: 1px solid #232323;
}

/* line 422, app/assets/stylesheets/custom.css.scss */
.super-live-container {
  -webkit-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -moz-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -o-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  margin: auto;
}

/* line 430, app/assets/stylesheets/custom.css.scss */
.button-show-hide-menu-live {
  display: flex;
  align-items: center;
  top: 50%;
  bottom: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: -5px;
  z-index: 1;
  background: #222321;
  opacity: 0.5;
  padding: 15px 5px;
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  color: white !important;
  text-decoration: none !important;
  -webkit-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -moz-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -o-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
}

/* line 455, app/assets/stylesheets/custom.css.scss */
.button-show-hide-menu-live:hover {
  right: 0;
  opacity: 1;
}

/* line 460, app/assets/stylesheets/custom.css.scss */
.live-full-screen {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/* line 469, app/assets/stylesheets/custom.css.scss */
.button-live-full-screen {
  top: 0px;
  position: absolute;
  right: 0px;
  z-index: 1001;
  background: #222321;
  opacity: 0.5;
  padding: 4px 8px;
  border-bottom-left-radius: 10px !important;
  color: white !important;
  text-decoration: none !important;
}

/* line 482, app/assets/stylesheets/custom.css.scss */
.button-live-full-screen:hover, .button-live-refresh-screen:hover {
  opacity: 1;
}

/* line 486, app/assets/stylesheets/custom.css.scss */
.button-live-refresh-screen {
  top: 0px;
  position: absolute;
  right: 32px;
  z-index: 1001;
  background: #222321;
  opacity: 0.5;
  padding: 4px 8px;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  color: white !important;
  text-decoration: none !important;
  border-radius: 0px;
}

/* line 501, app/assets/stylesheets/custom.css.scss */
.live-room-badge {
  top: 0px;
  position: absolute;
  left: 0px;
  z-index: 10000;
  background: #232323e6;
  padding: 4px 8px;
  border-bottom-right-radius: 10px !important;
  color: white !important;
}

/* Menu Live */
/* line 513, app/assets/stylesheets/custom.css.scss */
.live_menu_container {
  padding: 0;
  height: inherit;
  background: #232323;
  color: white;
  box-shadow: inset 0 0 100px #000, 0px 2px 8px 0px #000000d9 !important;
  overflow: hidden;
}

/* line 522, app/assets/stylesheets/custom.css.scss */
.live_menu_container .tab-v2 .tab-content {
  height: inherit !important;
  border: 0 !important;
  padding: 0 !important;
}

/* line 528, app/assets/stylesheets/custom.css.scss */
.live_menu_container .tab-v2 .nav.nav-tabs {
  overflow: overlay;
}

/* line 532, app/assets/stylesheets/custom.css.scss */
.live_menu_container .tab-v2 .nav.nav-tabs li {
  display: table-cell !important;
  width: 1% !important;
}

/* line 537, app/assets/stylesheets/custom.css.scss */
.live_menu_container .tab-v2 .nav-tabs li.active a {
  border-bottom: solid 2px #DC3545 !important;
  background: transparent;
  border: 0;
  color: #DC3545 !important;
  font-weight: bold;
}

/* line 545, app/assets/stylesheets/custom.css.scss */
.live_menu_container .tab-v2 .nav.nav-tabs li a {
  color: #c1c1c1;
  white-space: nowrap;
  margin-bottom: 0 !important;
}

/* line 551, app/assets/stylesheets/custom.css.scss */
.live_menu_container .tab-v2 .nav.nav-tabs li a:hover {
  color: #DC3545;
}

/* line 555, app/assets/stylesheets/custom.css.scss */
.live_menu_container .tab-v2 .tab-content #live_rooms .nav.nav-stacked {
  height: 470px;
  overflow-y: overlay;
}

/* line 560, app/assets/stylesheets/custom.css.scss */
.live_menu_container .tab-v2 .tab-content #live_rooms .nav.nav-stacked li a {
  color: white !important;
  background: #ffffff08;
}

/* line 565, app/assets/stylesheets/custom.css.scss */
.live_menu_container .tab-v2 .tab-content #live_rooms .nav.nav-stacked li.active a {
  color: #DC3545 !important;
  background: #3a3a3a;
  border-left: 4px solid #dc3545;
}

/* line 571, app/assets/stylesheets/custom.css.scss */
.live_menu_container .tab-v2 .tab-content #live_rooms .nav.nav-stacked li a:hover {
  color: #DC3545 !important;
}

/* line 575, app/assets/stylesheets/custom.css.scss */
.text-area-live-notification {
  background: #333333;
  resize: none;
  width: 100%;
  border: 2px solid #1d1d1d;
  color: white;
}

/* line 583, app/assets/stylesheets/custom.css.scss */
#iframe_ticketcodelivechat {
  -webkit-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -moz-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -o-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
}

/* Notification */
/* line 591, app/assets/stylesheets/custom.css.scss */
.alert-live {
  background-color: #161616db;
  border-color: transparent;
  border-radius: 3px;
  padding: 10px;
  position: absolute !important;
}

/* line 599, app/assets/stylesheets/custom.css.scss */
.alert-live-full-screen {
  background-color: #161616db;
  border-color: transparent;
  border-radius: 3px;
  padding: 10px;
  position: fixed !important;
}

/* line 607, app/assets/stylesheets/custom.css.scss */
.alert-live > [data-notify="icon"], .alert-live-full-screen > [data-notify="icon"] {
  font-size: 40px;
  margin-right: 12px;
  padding: 5px;
  color: white;
}

/* line 614, app/assets/stylesheets/custom.css.scss */
.alert-live > [data-notify="title"], .alert-live-full-screen > [data-notify="title"] {
  text-align: left;
  color: white;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 622, app/assets/stylesheets/custom.css.scss */
.alert-live > [data-notify="message"], .alert-live-full-screen > [data-notify="message"] {
  text-align: left;
  font-size: 90%;
  color: white !important;
  display: flow-root;
  overflow-wrap: break-word;
  margin: 5px;
}

/* line 631, app/assets/stylesheets/custom.css.scss */
.alert-live > [data-notify="message"] > a, .alert-live-full-screen > [data-notify="message"] > a {
  color: #DC3545 !important;
}

/* line 635, app/assets/stylesheets/custom.css.scss */
.alert-live > [data-notify="dismiss"], .alert-live-full-screen > [data-notify="dismiss"] {
  color: #fff;
  opacity: 1;
}

/* line 640, app/assets/stylesheets/custom.css.scss */
.alert-live > [data-notify="dismiss"]:hover, .alert-live-full-screen > [data-notify="dismiss"]:hover {
  opacity: 0.6;
}

/* line 644, app/assets/stylesheets/custom.css.scss */
.icon-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 0;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 658, app/assets/stylesheets/custom.css.scss */
.icon-button > span, .icon-button > a {
  text-decoration: none;
}

/* line 662, app/assets/stylesheets/custom.css.scss */
.icon-button:hover {
  transform: scale(1.03);
  color: #72c02c;
}

/* line 667, app/assets/stylesheets/custom.css.scss */
.icon-button:active {
  transform: scale(0.9);
  text-shadow: 0 0 10px #72c02c;
}

/* line 672, app/assets/stylesheets/custom.css.scss */
.icon-button-emphasis {
  color: #72c02c;
  text-shadow: 0 0 10px #72c02c;
  -webkit-animation: button-emphasis 0.5s infinite alternate;
  animation: button-emphasis 0.5s infinite alternate;
  position: absolute;
  top: 43px;
  left: 7%;
  font-size: 20px;
}

@keyframes button-emphasis {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(10px);
  }
}

/* line 685, app/assets/stylesheets/custom.css.scss */
.avatar-initials {
  position: relative;
  top: 0 !important;
  font-size: 16px;
  line-height: 34px;
  color: #222321;
  font-weight: bold;
  font-family: Poppins;
  background-color: #fff;
  border-radius: 50% !important;
}

/* line 697, app/assets/stylesheets/custom.css.scss */
.avatar-circle {
  width: 40px;
  height: 40px;
  float: right;
  padding: 2px;
  margin-left: 15px;
  border: dashed 1px #9c9c9c;
  border-radius: 50% !important;
  text-align: center;
}

/* line 708, app/assets/stylesheets/custom.css.scss */
.profile-info {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
  font-family: Poppins;
}

/* line 715, app/assets/stylesheets/custom.css.scss */
.profile-info img {
  width: 40px;
  height: 40px;
  float: right;
  padding: 2px;
  margin-left: 15px;
  border: dashed 1px #9c9c9c;
  border-radius: 50% !important;
}

/* line 725, app/assets/stylesheets/custom.css.scss */
.profile-info em {
  display: block;
  font-size: 13px;
}

/* line 730, app/assets/stylesheets/custom.css.scss */
.profile-user-info {
  overflow: hidden;
}

/* Live Event Page */
/* line 735, app/assets/stylesheets/custom.css.scss */
#btn_player_live_view, #btn_go_to_live_provider_page {
  margin: 5px;
  background: #222321;
  border: 0;
  color: white;
}

/* line 742, app/assets/stylesheets/custom.css.scss */
#btn_player_live_view:hover, #btn_go_to_live_provider_page:hover {
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.7);
}

/* line 746, app/assets/stylesheets/custom.css.scss */
#btn_leave_live:hover {
  text-shadow: 0px 0px 6px #dc3545;
}

/* Live Event Page */
/* line 751, app/assets/stylesheets/custom.css.scss */
#live_event_container {
  padding: 0;
  height: inherit;
  box-shadow: 0px 2px 8px 0px #000000d9;
  overflow: hidden;
  background: #0a0a0a;
  -webkit-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -moz-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -o-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
}

/* line 763, app/assets/stylesheets/custom.css.scss */
#live_event_container img {
  margin: auto;
}

/* line 767, app/assets/stylesheets/custom.css.scss */
#live_code_player {
  overflow: hidden;
  position: relative;
  border: 3px solid transparent;
  background: linear-gradient(to top, #FF0000, #222321) border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

/* line 778, app/assets/stylesheets/custom.css.scss */
#live_code_player iframe, #live_code_player video {
  width: 100% !important;
  vertical-align: middle;
  height: inherit;
  background: black;
}

/* line 785, app/assets/stylesheets/custom.css.scss */
.live-event-badge {
  color: white;
  background: #ff0000e6;
  display: block;
  font-size: 10px;
  font-weight: 200;
  float: left;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  padding: 0px 9px;
  border-top-left-radius: 10px !important;
}

/* line 798, app/assets/stylesheets/custom.css.scss */
.live-event-badge i {
  font-size: 6px;
  -webkit-animation: livefadeInOut 4s infinite alternate;
  animation: livefadeInOut 4s infinite alternate;
}

/* line 804, app/assets/stylesheets/custom.css.scss */
.container-live-event-badge {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

@keyframes livefadeInOut {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes colorpreview {
  0% {
    color: black;
  }
  25% {
    color: grey;
  }
  50% {
    color: white;
  }
  75% {
    color: grey;
  }
  100% {
    color: black;
  }
}

/* line 827, app/assets/stylesheets/custom.css.scss */
.cover-player-live-event {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(#ffffff00, #000000);
}

/* line 836, app/assets/stylesheets/custom.css.scss */
#live_event_countdown_ellipse {
  /*background-image: radial-gradient(ellipse farthest-corner at center 175px, rgba(50, 50, 50, 0.90) 20%, rgba(80, 80, 80, 0) 70% );*/
  position: absolute;
  bottom: 0;
  color: white;
}

/* line 843, app/assets/stylesheets/custom.css.scss */
#live_event_iframe_banner {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: black;
  display: flex;
  align-items: center;
}

/* line 857, app/assets/stylesheets/custom.css.scss */
#live_event_iframe_banner img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/* line 863, app/assets/stylesheets/custom.css.scss */
.error_live_event_container {
  padding: 20%;
  border: solid 2px #151515;
  background-color: #232323;
  line-height: 90px;
  width: 100%;
  height: 100%;
  color: white;
}

/* line 873, app/assets/stylesheets/custom.css.scss */
.error_live_event_container i {
  font-size: 100px;
}

/* line 877, app/assets/stylesheets/custom.css.scss */
.error_live_event_container .info-organizer-live {
  background: #0000001a;
  padding: 10px;
  margin-top: 20px;
}

/* line 883, app/assets/stylesheets/custom.css.scss */
.error_live_event_container .info-organizer-live i {
  font-size: small;
  color: white;
}

/* line 888, app/assets/stylesheets/custom.css.scss */
.error_live_event_container .info-organizer-live a {
  text-decoration: underline;
  color: white;
  word-break: break-all;
}

/* line 894, app/assets/stylesheets/custom.css.scss */
.live-event-countdown div {
  display: inline-block;
  padding: 10px;
}

/* line 898, app/assets/stylesheets/custom.css.scss */
.live-event-countdown h6 {
  padding: 0px 10px;
}

/* line 902, app/assets/stylesheets/custom.css.scss */
.live_event_content {
  border: solid 1px #eee;
  background: white;
  box-shadow: 0px 3px 9.5px -0.5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 9.5px -0.5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 9.5px -0.5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 3px 9.5px -0.5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 9.5px -0.5px rgba(0, 0, 0, 0.15);
}

/* line 912, app/assets/stylesheets/custom.css.scss */
.link-device-countdown > span {
  font-size: 60px;
}

/* line 916, app/assets/stylesheets/custom.css.scss */
.link-device-countdown > label {
  font-size: 20px;
  font-weight: 100;
}

/* line 921, app/assets/stylesheets/custom.css.scss */
.external_live_provider_notice {
  width: 100%;
  height: 100%;
  padding: 20%;
  background: #0a0a0a;
}

/* line 928, app/assets/stylesheets/custom.css.scss */
.external_live_provider_notice img {
  margin: auto;
}

/* line 932, app/assets/stylesheets/custom.css.scss */
.info-block {
  padding: 20px;
  font-size: 14px;
  background: #fafafa;
  color: #969696;
}

/*Botones Sistemas de pago*/
/* line 937, app/assets/stylesheets/custom.css.scss */
.image-checkbox:hover {
  border: 2px solid #72c02c;
}

/* line 941, app/assets/stylesheets/custom.css.scss */
.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #e3e3e3;
  outline: 0;
}

/* line 949, app/assets/stylesheets/custom.css.scss */
.image-checkbox input[type="checkbox"] {
  display: none;
}

/* line 953, app/assets/stylesheets/custom.css.scss */
.image-checkbox-checked {
  border: 2px solid #72c02c;
}

/* line 956, app/assets/stylesheets/custom.css.scss */
.image-checkbox i {
  display: none;
  position: absolute;
  color: #fff;
  background-color: #72c02c;
  padding: 5px;
  border-bottom-right-radius: 5px !important;
}

/* line 964, app/assets/stylesheets/custom.css.scss */
.image-checkbox-checked i {
  display: block !important;
}

/*Botones disabled*/
/* line 969, app/assets/stylesheets/custom.css.scss */
.btn-u.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* For term search in participantes y buscar */
/* line 978, app/assets/stylesheets/custom.css.scss */
.td_term_search {
  position: relative;
}

/* line 982, app/assets/stylesheets/custom.css.scss */
.term_search {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  background-color: #72c02c;
}

/*File Uploader*/
/* line 991, app/assets/stylesheets/custom.css.scss */
.file_uploader {
  white-space: nowrap;
  width: 93%;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

/* line 995, app/assets/stylesheets/custom.css.scss */
.label_uploader > i {
  right: 10px;
  position: absolute;
  top: 9px;
}

/* line 999, app/assets/stylesheets/custom.css.scss */
.label_uploader {
  position: relative;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  color: #797979 !important;
}

/* line 1003, app/assets/stylesheets/custom.css.scss */
.label_uploader:hover {
  color: #4e4e4e !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1011, app/assets/stylesheets/custom.css.scss */
.file_input {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* QR CODE Browser Reader */
/* line 1016, app/assets/stylesheets/custom.css.scss */
#qr-code-button > input[type=file] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* line 1024, app/assets/stylesheets/custom.css.scss */
#result_qr {
  background-color: #72c02c;
  padding: 8px;
  position: absolute;
  width: 100%;
  text-align: center;
  display: none;
}

/* line 1033, app/assets/stylesheets/custom.css.scss */
#error_device {
  padding: 15%;
  text-align: center;
  display: none;
}

/* line 1039, app/assets/stylesheets/custom.css.scss */
.user-info-camscan {
  padding: 1px;
  background: black;
}

/* line 1044, app/assets/stylesheets/custom.css.scss */
.user-info-camscan h5 {
  margin: 5px;
  color: white;
}

/*More features*/
/* line 1050, app/assets/stylesheets/custom.css.scss */
.starred-phrase-promo {
  color: #444;
  box-shadow: 0 0 4px #72c02c;
  padding: 15px;
  font-size: 15px;
  background-color: #fbfdf9;
}

/* line 1058, app/assets/stylesheets/custom.css.scss */
.panel-image-promo {
  padding-left: 70px;
  padding-top: 80px;
}

/* Styles in Professional Plan page */
/* line 1064, app/assets/stylesheets/custom.css.scss */
.block-professional {
  border-left: 3px solid #72c02c;
  padding: 10px 20px;
}

/* line 1068, app/assets/stylesheets/custom.css.scss */
.highlight-professional {
  border-top: 1px dashed #72c02c;
  border-left: 1px dashed #72c02c;
  border-right: 1px dashed #72c02c;
}

/* line 1074, app/assets/stylesheets/custom.css.scss */
.highlight-icon-professional {
  position: absolute;
  z-index: 1;
  right: -13px;
  bottom: 23px;
  color: #555;
  font-size: 20px;
}

/* line 1083, app/assets/stylesheets/custom.css.scss */
.paragraph-professional {
  font-size: 15px;
}

/* line 1086, app/assets/stylesheets/custom.css.scss */
.label-professional {
  font-size: 15px;
  font-weight: normal;
}

/* line 1090, app/assets/stylesheets/custom.css.scss */
.checkbox-professional {
  position: relative;
  bottom: -3px;
  visibility: hidden;
}

/* line 1095, app/assets/stylesheets/custom.css.scss */
.checkbox-group-professional {
  margin: 5px 0;
}

/* line 1099, app/assets/stylesheets/custom.css.scss */
.checkbox-group-professional i.icon-round {
  border: solid 3px #b9b9b9;
  min-width: 60px;
  color: #d3d3d3;
}

/* line 1105, app/assets/stylesheets/custom.css.scss */
.checkbox-group-professional:hover i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #666;
}

/* line 1112, app/assets/stylesheets/custom.css.scss */
.checkbox-group-professional .small-ticketcode {
  font-size: 12px;
  cursor: pointer;
}

/* line 1117, app/assets/stylesheets/custom.css.scss */
.checkbox-professional-more-info {
  bottom: -18px;
  position: absolute;
  font-size: 20px;
  color: #cacaca;
  left: 10px;
}

/* line 1125, app/assets/stylesheets/custom.css.scss */
.simple-checkbox-professional {
  position: relative;
  bottom: -3px;
  visibility: hidden;
}

/* line 1131, app/assets/stylesheets/custom.css.scss */
.simple-checkbox-professional-group {
  padding-left: 0;
  margin: 20px 0;
}

/* line 1133, app/assets/stylesheets/custom.css.scss */
.simple-checkbox-professional-group i {
  font-size: x-large;
  color: #757575;
}

/* line 1135, app/assets/stylesheets/custom.css.scss */
.simple-checkbox-professional-group p {
  vertical-align: middle;
  font-size: 13px;
  display: inline;
  padding-left: 5px;
}

/* line 1142, app/assets/stylesheets/custom.css.scss */
.form-professional {
  padding: 30px 0;
}

/* line 1146, app/assets/stylesheets/custom.css.scss */
.steps-professional ul {
  border-bottom: 0 !important;
}

/* line 1150, app/assets/stylesheets/custom.css.scss */
.steps-professional ul li {
  width: 100%;
}

/* line 1152, app/assets/stylesheets/custom.css.scss */
.steps-professional ul li a {
  text-decoration: none;
  display: block;
  background: #f8f8f8;
  text-align: center;
  padding: 8px 0;
  padding: 20px;
  color: #999999 !important;
  height: 100%;
  border-bottom: 0 !important;
  cursor: pointer !important;
}

/* line 1165, app/assets/stylesheets/custom.css.scss */
.steps-professional ul .current a {
  background: #72c02c;
}

/* line 1166, app/assets/stylesheets/custom.css.scss */
.steps-professional ul li a:hover {
  background: #72c02c !important;
  color: white !important;
  border-color: transparent;
}

/* line 1168, app/assets/stylesheets/custom.css.scss */
.steps-professional ul .current h4, .steps-professional ul .done h4 {
  color: white;
}

/* line 1169, app/assets/stylesheets/custom.css.scss */
.steps-professional ul h4 {
  line-height: inherit;
  margin: auto;
}

/* line 1174, app/assets/stylesheets/custom.css.scss */
.steps-professional ul .done a {
  background: #549618;
}

/* line 1176, app/assets/stylesheets/custom.css.scss */
.panel-professional {
  position: relative;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

/* line 1191, app/assets/stylesheets/custom.css.scss */
.error_message_onsite_request {
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 15px !important;
}

/* line 1197, app/assets/stylesheets/custom.css.scss */
.error_message_onsite_request span {
  color: #d9534f;
  padding-right: 5px;
}

/* line 1202, app/assets/stylesheets/custom.css.scss */
.error_message_onsite_request strong {
  font-size: 13px;
}

/* line 1204, app/assets/stylesheets/custom.css.scss */
.promo_professional {
  margin: 3px -12px !important;
  height: 150px !important;
  padding-top: 35px !important;
  cursor: pointer;
}

/* line 1210, app/assets/stylesheets/custom.css.scss */
.promo_professional:hover {
  box-shadow: 0 0 8px #c5c5c5 !important;
  padding: 10px 10px !important;
  background: #f1f1f1;
}

/* line 1215, app/assets/stylesheets/custom.css.scss */
.promo_professional:hover > .p_descripton_professional {
  color: #555;
  font-size: 13px;
}

/* line 1219, app/assets/stylesheets/custom.css.scss */
.promo_professional > i {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 1225, app/assets/stylesheets/custom.css.scss */
.promo_professional:hover > .title_professional {
  color: #72c02c;
  font-size: 13px;
  -webkit-margin-before: 0em;
}

/* line 1230, app/assets/stylesheets/custom.css.scss */
.promo_professional:hover > i {
  font-size: 20px !important;
}

/* line 1234, app/assets/stylesheets/custom.css.scss */
.free-feature {
  font-size: 11px;
  white-space: normal;
  background-color: #72c02c;
  margin-left: 10px;
}

/* line 1241, app/assets/stylesheets/custom.css.scss */
.title_professional {
  font-family: 'Poppins', sans-serif !important;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 1.1;
  color: inherit;
  display: block;
  -webkit-margin-before: 0.67em;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 1255, app/assets/stylesheets/custom.css.scss */
.p_descripton_professional {
  font-weight: lighter;
  padding-top: 6px;
  color: #fafafa;
  font-size: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: initial;
}

/* line 1267, app/assets/stylesheets/custom.css.scss */
.feature-image-professional {
  text-align: center;
  display: inline-block;
}

/* line 1272, app/assets/stylesheets/custom.css.scss */
.feature-image-professional i {
  transition: all 0.2s ease-in-out;
  color: #b9b9b9;
  float: right;
  margin: 5px;
}

/* line 1279, app/assets/stylesheets/custom.css.scss */
.feature-image-professional img {
  float: right;
  position: relative;
  transition: all 0.2s ease-in-out;
  margin: auto;
  background: white;
  box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 5px;
  border: solid 0.01mm #e8e8e885;
}

/* line 1298, app/assets/stylesheets/custom.css.scss */
.feature-image-professional:hover img {
  transform: scale(3.5);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index: 1;
}

/* line 1303, app/assets/stylesheets/custom.css.scss */
.feature-image-professional:hover i {
  transform: scale(0);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* UpViral */
/* Iframe UpViral */
/* line 1310, app/assets/stylesheets/custom.css.scss */
.spinner-upviral {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.83);
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
}

/* line 1311, app/assets/stylesheets/custom.css.scss */
.upviral-success {
  padding: 20px 0px;
  border: solid 1px;
}

/* line 1312, app/assets/stylesheets/custom.css.scss */
.upviral-captcha {
  padding: 40px 50px;
  border: solid 1px;
  display: none;
}

/* Estilo credencial de referido */
/* line 1315, app/assets/stylesheets/custom.css.scss */
.referred_upviral {
  float: right;
  background-color: #f7f7f7;
}

/* line 1317, app/assets/stylesheets/custom.css.scss */
.referred_upviral h5 {
  margin: 7px 10px 5px;
  font-size: small;
}

/* line 1319, app/assets/stylesheets/custom.css.scss */
.referred_upviral h5 i {
  vertical-align: middle;
}

/* Loading */
/* line 1322, app/assets/stylesheets/custom.css.scss */
.loading-bar {
  height: 5px !important;
  border-radius: 1px !important;
}

/* line 1327, app/assets/stylesheets/custom.css.scss */
.loading-bar .peg {
  height: 129% !important;
}

/* line 1331, app/assets/stylesheets/custom.css.scss */
.loading-spinner {
  top: 17px !important;
  left: 49% !important;
}

/* line 1336, app/assets/stylesheets/custom.css.scss */
.loading-spinner .spinner-icon {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  border-width: 4px !important;
}

/* Credit card images PayU*/
/* line 1344, app/assets/stylesheets/custom.css.scss */
.credit-card {
  background-image: url("/assets/icons/credit-cards/No-credit-card-f8d50eb8b7a9224d6ce68a6ac29d35fba48eac5ff072646f5fdaf65df09aa607.png"), url("/assets/icons/credit-cards/Check-grey-10eafcf4101afca0aa6aead0b8866899604a3334b48193d902f0aadb60be698e.png");
  background-position: 3px -4px,99% 4px;
  background-size: 40px 40px,26px 26px;
  background-repeat: no-repeat;
  padding-left: 50px;
}

/* Acordion Title PayU */
/* line 1353, app/assets/stylesheets/custom.css.scss */
.accordion-title {
  font-size: 16px !important;
  color: white !important;
  text-decoration: none !important;
  font-family: 'Poppins', sans-serif !important;
}

/* Label for PayU form */
/* line 1361, app/assets/stylesheets/custom.css.scss */
.purchase-label {
  padding-top: 0px;
  text-align: right;
}

/* Label for PayU form - Month field*/
/* line 1367, app/assets/stylesheets/custom.css.scss */
.margin-two-fields {
  margin-right: 20px;
}

/* Ancho de la imagen explicativa del CVV*/
/* line 1372, app/assets/stylesheets/custom.css.scss */
.width-cvv {
  max-width: 300px;
  width: 300px;
}

/*Se deshabilitan temporalmente las fuentes*/
/* line 1378, app/assets/stylesheets/custom.css.scss */
h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif !important;
}

/* line 1382, app/assets/stylesheets/custom.css.scss */
body, a, label, p, text {
  font-family: 'Open Sans', sans-serif !important;
}

/* line 1385, app/assets/stylesheets/custom.css.scss */
li.tc-dd-disabled {
  background: #ddd !important;
  opacity: 0.65;
}

/*For Load images s3 in summernote*/
/* line 1392, app/assets/stylesheets/custom.css.scss */
.spinner-summernote {
  position: absolute;
  margin: auto !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 1401, app/assets/stylesheets/custom.css.scss */
.spinner-background {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.83);
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
}

/* line 1411, app/assets/stylesheets/custom.css.scss */
li.tc-dd-disabled {
  background: #ddd !important;
  opacity: 0.65;
}

/*Panel to show organizer info in eventos/show.html.erb*/
/* line 1416, app/assets/stylesheets/custom.css.scss */
.tc-organizer-info {
  border-top-style: dotted;
  border-bottom-style: dotted;
  margin-top: 50px;
  background: #fafafa;
}

/* line 1423, app/assets/stylesheets/custom.css.scss */
.tc-organizer-info h4 {
  font-style: italic;
  padding-top: 10px;
  text-align: center;
}

/* line 1429, app/assets/stylesheets/custom.css.scss */
.organizer-info {
  padding: 20px;
  border-left: 45px solid transparent;
  border-style: groove;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right-style: dotted;
  margin-bottom: 30px;
}

/*Panel to show code*/
/* line 1439, app/assets/stylesheets/custom.css.scss */
.panel-code {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
}

/* line 1454, app/assets/stylesheets/custom.css.scss */
.copy-code {
  right: 0;
  position: absolute;
  bottom: 0;
  border-color: #e5e5e5;
}

/*Error messagse in forms*/
/* line 1462, app/assets/stylesheets/custom.css.scss */
.curved-style {
  height: 34px;
  border-radius: 3px;
  width: 34px;
  background-color: #72c02c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin: auto;
}

/*Error messagse in forms*/
/* line 1474, app/assets/stylesheets/custom.css.scss */
.error-message {
  color: #ff4646;
  background-color: #ffe6e6;
  padding: 5px;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: smaller;
}

/* line 1484, app/assets/stylesheets/custom.css.scss */
input.error {
  border: 1px solid #FF7C7C !important;
}

/*For page notifications/index.html.erb*/
/* line 1489, app/assets/stylesheets/custom.css.scss */
.truncate-text {
  width: 74px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
}

/*For page contactos/new.html.erb*/
/* line 1498, app/assets/stylesheets/custom.css.scss */
dl.dl-horizontal.who.list-unstyled dd {
  margin: 0 0 9px 30px;
}

/* line 1501, app/assets/stylesheets/custom.css.scss */
dl.dl-horizontal.who.list-unstyled dt {
  width: 25px;
}

/*For Table headers*/
/* line 1505, app/assets/stylesheets/custom.css.scss */
table.table.table-striped th {
  vertical-align: middle;
}

/*For links that are too long to fit inside a section*/
/* line 1510, app/assets/stylesheets/custom.css.scss */
a.tc-break {
  /*word-break: break-all;*/
  word-wrap: break-word;
}

/*For entries Select tag on eventos/show.html.erb*/
/* line 1516, app/assets/stylesheets/custom.css.scss */
select.tc-select {
  min-width: 55px;
  padding: 6px 6px;
}

/*For Color Chooser on diseno.html.erb and perfiles/edit.html.erb*/
/* line 1522, app/assets/stylesheets/custom.css.scss */
.example-color {
  height: 34px;
  border-radius: 3px !important;
}

/*For Event Header Block*/
/* line 1528, app/assets/stylesheets/custom.css.scss */
.ticketcode.header h1 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 30px;
}

/*For Twitter Widget in /organizador/slug */
/* line 1534, app/assets/stylesheets/custom.css.scss */
#twitter-widget-0 {
  width: 100% !important;
}

/* Campo terminos y condiciones */
/* line 1539, app/assets/stylesheets/custom.css.scss */
.waiver-text {
  resize: vertical;
  overflow: auto;
  height: auto;
  max-height: 300px;
  word-break: break-all;
}

/* line 1547, app/assets/stylesheets/custom.css.scss */
.waiver-text-preview {
  resize: vertical;
  overflow: auto;
  height: auto;
  max-height: 140px;
  cursor: not-allowed;
  background-color: #eee;
  word-break: break-all;
}

/* line 1557, app/assets/stylesheets/custom.css.scss */
.waiver-text a, .waiver-text-preview a {
  font-style: italic;
  text-decoration: underline;
}

/*For long labels, align to the left. eventos/details.html.erb*/
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 1564, app/assets/stylesheets/custom.css.scss */
  label.tc-label-left {
    text-align: left !important;
  }
  /*For PayU form*/
  /* line 1568, app/assets/stylesheets/custom.css.scss */
  .margin-two-fields {
    margin-right: 22px;
  }
  /* line 1571, app/assets/stylesheets/custom.css.scss */
  .panel-image-promo {
    padding: 80px 0px;
    margin: 0px 50px;
  }
}

@media (min-width: 1199px) {
  /*For PayU form*/
  /* line 1579, app/assets/stylesheets/custom.css.scss */
  .margin-two-fields {
    margin-right: 24px;
  }
}

/*For clickable rows on table*/
/* line 1585, app/assets/stylesheets/custom.css.scss */
tr.clickable-row {
  cursor: pointer;
}

/*For markdown on eventos/show */
/* line 1590, app/assets/stylesheets/custom.css.scss */
.markdown-tc img {
  max-width: 100%;
}

/* line 1593, app/assets/stylesheets/custom.css.scss */
.markdown-tc h1 {
  font-size: 22px;
}

/* line 1596, app/assets/stylesheets/custom.css.scss */
.markdown-tc h2 {
  font-size: 18px;
}

/* line 1599, app/assets/stylesheets/custom.css.scss */
.markdown-tc h3 {
  font-size: 16px;
}

/* line 1602, app/assets/stylesheets/custom.css.scss */
.markdown-tc h4 {
  font-size: 15px;
}

/* line 1605, app/assets/stylesheets/custom.css.scss */
.markdown-tc p {
  font-size: 15px;
}

/*For small, medium and large devices*/
@media (min-width: 768px) {
  /* line 1610, app/assets/stylesheets/custom.css.scss */
  .dl-horizontal.dl-horizontal-tc dt {
    width: 100px;
  }
  /* line 1614, app/assets/stylesheets/custom.css.scss */
  .dl-horizontal.dl-horizontal-tc dd {
    margin-left: 120px;
  }
  /*For configuracion/info_del_organizador button 'administrar perfiles' */
  /* line 1618, app/assets/stylesheets/custom.css.scss */
  .tc-pull-right {
    float: right;
  }
}

/*For página de registro*/
/* line 1624, app/assets/stylesheets/custom.css.scss */
.blog-medium .blog-info li {
  font-size: 14px;
}

/* line 1627, app/assets/stylesheets/custom.css.scss */
h2.blog-tc {
  color: inherit;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: inherit;
}

/* line 1634, app/assets/stylesheets/custom.css.scss */
.tc-visible-inline-sm {
  display: none !important;
}

/* Small devices (Tablets/Large Phones in PORTRAIT, 480px and less) */
@media (min-width: 768px) and (max-width: 992px) {
  /*For página perfil organizador perfiles/new.html.erb*/
  /* line 1641, app/assets/stylesheets/custom.css.scss */
  .tc-col-sm-5 {
    width: 41.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
  }
  /* line 1649, app/assets/stylesheets/custom.css.scss */
  .tc-col-sm-7 {
    width: 58.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
  }
  /*For configuracion/info_del_organizador dropdown*/
  /* line 1659, app/assets/stylesheets/custom.css.scss */
  ul.dropdown-menu.tc-dropdown-menu {
    overflow-x: scroll;
    max-width: 495px;
  }
  /* line 1663, app/assets/stylesheets/custom.css.scss */
  .tc-visible-inline-sm {
    display: inline !important;
  }
  /*For entradas/index.html.erb */
  /* line 1668, app/assets/stylesheets/custom.css.scss */
  .tc-sm-margin-bottom-4 {
    margin-bottom: 4px;
  }
  /*For PayU form*/
  /* line 1672, app/assets/stylesheets/custom.css.scss */
  .margin-two-fields {
    margin-right: 32px;
  }
  /* line 1675, app/assets/stylesheets/custom.css.scss */
  .panel-image-promo {
    padding: 0px;
  }
  /* line 1678, app/assets/stylesheets/custom.css.scss */
  .button-show-hide-menu-live {
    display: none;
  }
}

/* Extra Small devices (Tablets/Large Phones in PORTRAIT, 480px and less) */
@media (min-width: 280px) and (max-width: 767px) {
  /*For página de registro*/
  /* line 1685, app/assets/stylesheets/custom.css.scss */
  .tc-col-xs-8 {
    width: 66.6666666667%;
  }
  /* line 1688, app/assets/stylesheets/custom.css.scss */
  .tc-col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  /*For entradas/index.html.erb */
  /* line 1692, app/assets/stylesheets/custom.css.scss */
  .tc-xs-margin-bottom-4 {
    margin-bottom: 4px;
  }
  /*For PayU form*/
  /* line 1696, app/assets/stylesheets/custom.css.scss */
  .margin-two-fields {
    margin-right: 0px;
  }
  /* Label for PayU form */
  /* line 1700, app/assets/stylesheets/custom.css.scss */
  .purchase-label {
    padding-top: 0px;
    text-align: left;
  }
  /* line 1704, app/assets/stylesheets/custom.css.scss */
  .width-cvv {
    max-width: 250px;
    width: 250px;
  }
  /* line 1709, app/assets/stylesheets/custom.css.scss */
  .promo_professional {
    margin: 3px -12px !important;
    height: auto !important;
    padding-top: 35px !important;
  }
  /* line 1714, app/assets/stylesheets/custom.css.scss */
  .panel-image-promo {
    padding: 0px 35px;
  }
  /* line 1717, app/assets/stylesheets/custom.css.scss */
  #live_event_countdown_container {
    margin-bottom: -15px;
  }
  /* line 1718, app/assets/stylesheets/custom.css.scss */
  #live_event_countdown_container h4 {
    margin-bottom: -15px !important;
  }
  /* line 1719, app/assets/stylesheets/custom.css.scss */
  #live_event_countdown_container h2 {
    font-size: 20px;
  }
  /* line 1721, app/assets/stylesheets/custom.css.scss */
  .button-show-hide-menu-live {
    display: none;
  }
}

/*For página de registro*/
/* line 1726, app/assets/stylesheets/custom.css.scss */
.tc-tag-box {
  padding: 15px;
  margin-bottom: 20px;
}

/* line 1730, app/assets/stylesheets/custom.css.scss */
.tc-tag-box-v6 {
  padding: 5px;
  margin: 0;
  background: #fafafa;
  border: solid 1px #eee;
}

/*For general purpose*/
/* line 1738, app/assets/stylesheets/custom.css.scss */
.small-ticketcode {
  font-size: 11px;
  color: #777;
}

/* line 1742, app/assets/stylesheets/custom.css.scss */
label.small-ticketcode {
  font-size: 11px;
  color: inherit;
}

/* line 1746, app/assets/stylesheets/custom.css.scss */
ul.list-no-margin {
  margin-bottom: 0;
}

/* Cuadro de comisiones */
/* line 1752, app/assets/stylesheets/custom.css.scss */
#comissions-panel > .accordion-toggle.collapsed > .fa-chevron-down {
  float: right;
  margin: 3px;
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1762, app/assets/stylesheets/custom.css.scss */
#comissions-panel > .accordion-toggle > .fa-chevron-down {
  float: right;
  margin: 3px;
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*For prices table hover*/
/* line 1773, app/assets/stylesheets/custom.css.scss */
table.table-precios {
  line-height: 1.1;
  font-size: 12px;
  text-align: left;
  width: 100%;
}

/* line 1779, app/assets/stylesheets/custom.css.scss */
table.table-precios td {
  padding-bottom: 4px;
}

/* line 1782, app/assets/stylesheets/custom.css.scss */
table.table-precios td:last-child {
  text-align: right;
}

/* line 1785, app/assets/stylesheets/custom.css.scss */
table.table-precios tfoot td {
  border-top: 1px solid gray;
  padding-top: 5px;
}

/* line 1789, app/assets/stylesheets/custom.css.scss */
table.table-precios tbody tr:first-child td {
  padding-top: 4px;
}

/* line 1792, app/assets/stylesheets/custom.css.scss */
table.table-precios td:nth-child(2) {
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 4px;
}

/*For small buttons*/
/* line 1799, app/assets/stylesheets/custom.css.scss */
.btn-u-xs,
a.btn-u-xs {
  font-size: 12px;
  padding: 2px 12px;
  line-height: 18px;
}

/*For social icons on organizador.html.erb*/
/* line 1807, app/assets/stylesheets/custom.css.scss */
.social-network a.social-icon {
  display: inline-block;
  background-position: 0 -38px !important;
  vertical-align: middle;
}

/*For Alerts inside forms*/
/* line 1814, app/assets/stylesheets/custom.css.scss */
.alert-danger-tc {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 1820, app/assets/stylesheets/custom.css.scss */
.alert-danger-tc p,
.alert-danger-tc li {
  color: #a94442;
}

/* line 1825, app/assets/stylesheets/custom.css.scss */
.alert-danger-tc hr {
  border-top-color: #e4b9c0;
}

/* line 1829, app/assets/stylesheets/custom.css.scss */
.alert-danger-tc .alert-link {
  color: #843534;
}

/*For help hovers on Phones, Tablets*/
/* line 1834, app/assets/stylesheets/custom.css.scss */
.visible-inline-xs, .visible-inline-sm {
  display: none !important;
}

/*For responsive sections*/
/* Extra Small devices (Phones, 768px and less) */
@media (max-width: 767px) {
  /*For Event Header Block*/
  /* line 1841, app/assets/stylesheets/custom.css.scss */
  .ticketcode.header h1 {
    font-size: 24px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  /*For home Title Box*/
  /* line 1846, app/assets/stylesheets/custom.css.scss */
  .title-box-v2.title-box .title-box-text {
    font-size: 28px;
  }
  /* line 1849, app/assets/stylesheets/custom.css.scss */
  .title-box-v2.title-box p {
    font-size: 14px;
  }
  /* line 1852, app/assets/stylesheets/custom.css.scss */
  div.tc-title-box {
    padding: 10px 0 0 0 !important;
  }
  /*For help hovers on Phones*/
  /* line 1856, app/assets/stylesheets/custom.css.scss */
  .visible-inline-xs {
    display: inline !important;
  }
  /*For Métricas*/
  /* line 1860, app/assets/stylesheets/custom.css.scss */
  .col-centered-xs {
    display: inline-block;
    float: none;
  }
  /*For página de registro*/
  /* line 1865, app/assets/stylesheets/custom.css.scss */
  .blog-medium .blog-info li {
    font-size: 13px;
  }
  /*For configuracion/info_del_organizador dropdown*/
  /* line 1869, app/assets/stylesheets/custom.css.scss */
  ul.dropdown-menu.tc-dropdown-menu {
    overflow-x: scroll;
    max-width: 295px;
  }
  /* line 1873, app/assets/stylesheets/custom.css.scss */
  .mb-padding-top-10 {
    padding-top: 10px;
  }
  /* line 1877, app/assets/stylesheets/custom.css.scss */
  .table-responsive.tc-table-scroll-y {
    overflow-y: scroll;
  }
  /* line 1881, app/assets/stylesheets/custom.css.scss */
  .loading-spinner {
    top: 17px !important;
    left: 47% !important;
  }
  /* line 1885, app/assets/stylesheets/custom.css.scss */
  .panel-professional {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 1888, app/assets/stylesheets/custom.css.scss */
  .tag-box {
    padding: 10px;
  }
  /* line 1891, app/assets/stylesheets/custom.css.scss */
  .checkbox-group-professional {
    padding: 5px;
  }
}

/* Small devices (Tablets, 992px and less) */
@media (max-width: 992px) {
  /*For Event Header Block*/
  /* line 1898, app/assets/stylesheets/custom.css.scss */
  .ticketcode.header h1 {
    font-size: 27px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  /* line 1903, app/assets/stylesheets/custom.css.scss */
  .purchase label {
    font-size: 17px;
    line-height: inherit;
    margin-bottom: 5px;
  }
  /*For help hovers on Tablets*/
  /* line 1909, app/assets/stylesheets/custom.css.scss */
  .visible-inline-sm {
    display: inline !important;
  }
  /* line 1912, app/assets/stylesheets/custom.css.scss */
  .highlight-icon-professional {
    bottom: -1px;
  }
  /* line 1915, app/assets/stylesheets/custom.css.scss */
  .p_descripton_professional {
    margin-top: 10px;
  }
  /* line 1918, app/assets/stylesheets/custom.css.scss */
  .live_menu_container {
    padding: 0;
    margin-bottom: 20px;
  }
}

/* Medium or larger devices (larger than 992px)*/
@media (min-width: 992px) {
  /*For control-labels on forms with help hovers*/
  /* line 1926, app/assets/stylesheets/custom.css.scss */
  .text-right-md {
    text-align: right;
  }
}

/* Extra Small devices (Tablets/Large Phones in PORTRAIT, 360px and less) */
@media (min-width: 0px) and (max-width: 392px) {
  /*For página de descarga de tickets*/
  /* line 1934, app/assets/stylesheets/custom.css.scss */
  .tc-download-ticket-buttons {
    width: 100%;
    margin-top: 5px;
  }
  /* line 1935, app/assets/stylesheets/custom.css.scss */
  .free-feature {
    margin-left: -9px;
  }
  /* line 1936, app/assets/stylesheets/custom.css.scss */
  #organizer_info > h4 {
    font-size: 15px !important;
  }
  /* line 1937, app/assets/stylesheets/custom.css.scss */
  #certificate_user_name {
    font-size: 15px;
  }
  /* line 1940, app/assets/stylesheets/custom.css.scss */
  #certificate_data_container label {
    font-size: 11px;
  }
  /* line 1943, app/assets/stylesheets/custom.css.scss */
  .block-sponsor {
    height: 130px;
    width: 130px;
  }
}

/*For Entries table on eventos/show or participantes/agregar */
/* line 1950, app/assets/stylesheets/custom.css.scss */
.table-ticketcode label {
  margin-bottom: 0;
}

/*For Home Title Box below layer slider*/
/* line 1955, app/assets/stylesheets/custom.css.scss */
div.tc-title-box {
  padding: 20px 0 20px 0;
  box-shadow: inset 0 0 4px #eee;
  background: url("/assets/breadcrumbs-160fc9bc8d0c5602ea2f411fe7317ac070760caa37c9159f02b18e1b7d7b708c.png") repeat;
}

/*For Home Layer Slider*/
/* line 1962, app/assets/stylesheets/custom.css.scss */
#layerslider span.ls-s-1.tc-slider {
  font-family: 'Open Sans', sans;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 800;
  text-transform: uppercase;
}

/*For Home Info Blocks*/
/* line 1970, app/assets/stylesheets/custom.css.scss */
.info-blocks i.icon-info-blocks-tc {
  float: left;
  color: #72c02c;
  font-size: 40px;
  margin-top: 5px;
  min-width: 50px;
  text-align: center;
}

/*For all paragraphs*/
/* line 1980, app/assets/stylesheets/custom.css.scss */
p.tc-lead {
  font-size: 15px;
}

/* line 1983, app/assets/stylesheets/custom.css.scss */
p.tc-lead-2 {
  font-size: 16px;
}

/* line 1986, app/assets/stylesheets/custom.css.scss */
p.tc-after-label {
  font-size: 14px;
  padding-top: 6px;
}

/*For Footer on Event Pages*/
/* line 1992, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc {
  margin-top: 40px;
}

/* line 1995, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc p {
  margin-bottom: 0;
}

/* line 1998, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc span {
  color: #dadada;
  font-size: 11px;
}

/* line 2002, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc ul {
  display: inline-block;
  font-size: 11px;
}

/* line 2006, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc li {
  padding: 0 2px 0 2px;
}

/* line 2009, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc .divider-tc {
  padding: 0 0 0 0;
}

/* line 2012, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc .divider-tc span {
  border-left: solid 1px #dadada;
  font-size: 9px;
}

/* line 2016, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc .logo-footer {
  padding-top: 3px;
}

/*For Event Header Block*/
/* line 2021, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.aqua {
  background: #27d7e7;
  padding: 2px 0;
}

/* line 2025, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.aqua h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #26bac8;
}

/* line 2030, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.blue {
  background: #3498db;
  padding: 2px 0;
}

/* line 2034, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.blue h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #2980b9;
}

/* line 2039, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.brown {
  background: #9c8061;
  padding: 2px 0;
}

/* line 2043, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.brown h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #81674b;
}

/* line 2048, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.dark-blue {
  background: #4765a0;
  padding: 2px 0;
}

/* line 2052, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.dark-blue h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #324c80;
}

/* line 2057, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.dark-red {
  background: #a10f2b;
  padding: 2px 0;
}

/* line 2061, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.dark-red h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #b61332;
}

/* line 2066, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.default {
  background: #72c02c;
  padding: 2px 0;
}

/* line 2070, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.default h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #32a20f;
}

/* line 2075, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.light {
  background: #95a5a6;
  padding: 2px 0;
}

/* line 2079, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.light h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #787d80;
}

/* line 2084, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.light-green {
  background: #79d5b3;
  padding: 2px 0;
}

/* line 2088, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.light-green h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #59b795;
}

/* line 2093, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.orange {
  background: #e67e22;
  padding: 2px 0;
}

/* line 2097, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.orange h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #d35400;
}

/* line 2102, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.purple {
  background: #9b6bcc;
  padding: 2px 0;
}

/* line 2106, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.purple h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #814fb5;
}

/* line 2111, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.red {
  background: #e74c3c;
  padding: 2px 0;
}

/* line 2115, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.red h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #c0392b;
}

/* line 2120, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.teal {
  background: #18ba9b;
  padding: 2px 0;
}

/* line 2124, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.teal h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #2cd5b6;
}

/* line 2129, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.ocher-yellow {
  background: #fabb29;
  padding: 2px 0;
}

/* line 2133, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.ocher-yellow h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #fac74e;
}

/* line 2138, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.black {
  background: #212322;
  padding: 2px 0;
}

/* line 2142, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.black h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #424242;
}

/*For Google maps*/
/* line 2148, app/assets/stylesheets/custom.css.scss */
#map_canvas_contacto, #map_canvas_event, #map_canvas_edit_preview {
  height: 100%;
}

/*For tag box how it works*/
/* line 2153, app/assets/stylesheets/custom.css.scss */
.tag-box-v2.one-ticketcode span {
  color: #FAFAFA;
  text-shadow: 1px 2px 0 #32a20f;
}

/* line 2157, app/assets/stylesheets/custom.css.scss */
.tag-box-v2.one-ticketcode {
  padding-top: 21px;
  border: 0;
}

/* line 2161, app/assets/stylesheets/custom.css.scss */
.one-page .one-ticketcode .btn-u {
  margin-bottom: 0;
  text-shadow: 0 1px 0 #d35400;
}

/*For Input Fields Participante*/
/* line 2168, app/assets/stylesheets/custom.css.scss */
form.form-horizontal input[readonly="readonly"] {
  background-color: #fff;
}

/*For footer links*/
/* line 2173, app/assets/stylesheets/custom.css.scss */
.footer a {
  color: #dadada;
}

/* line 2176, app/assets/stylesheets/custom.css.scss */
.footer .headline {
  margin: 10px 0 10px 0;
}

/*For Prices Purchase Block*/
/* line 2181, app/assets/stylesheets/custom.css.scss */
.purchase.prices {
  background: #72c02c;
  padding: 16px 0;
  margin-top: -30px;
}

/* line 2187, app/assets/stylesheets/custom.css.scss */
.purchase.prices h2 {
  color: #fff;
  font-size: 28px;
  text-shadow: 1px 2px 0 #32a20f;
}

/*For Promo-Box Dashboard*/
/* line 2194, app/assets/stylesheets/custom.css.scss */
.promo-box:hover strong, .promo-box:hover strong a {
  color: #585f69;
}

/* line 2197, app/assets/stylesheets/custom.css.scss */
.promo-box i:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 2203, app/assets/stylesheets/custom.css.scss */
.promo-box i.icon-color-blue:hover {
  background: #3498db;
  color: #fff;
}

/* line 2207, app/assets/stylesheets/custom.css.scss */
.promo-box i.icon-color-red:hover {
  background: #e74c3c;
  color: #fff;
}

/* line 2211, app/assets/stylesheets/custom.css.scss */
.promo-box i.icon-color-green:hover {
  background: #2ecc71;
  color: #fff;
}

/* line 2215, app/assets/stylesheets/custom.css.scss */
.promo-box i.icon-color-grey:hover {
  background: #95a5a6;
  color: #fff;
}

/* line 2219, app/assets/stylesheets/custom.css.scss */
.promo-box i {
  font-size: 40px;
}

/* line 2222, app/assets/stylesheets/custom.css.scss */
.promo-box span {
  font-size: 30px;
}

/* line 2225, app/assets/stylesheets/custom.css.scss */
.promo-box > .col-md-2 {
  padding: 0;
}

/*For kaminari pagination*/
/* line 2230, app/assets/stylesheets/custom.css.scss */
.pagination li a.disabled:hover {
  color: #777;
  background: #ffffff;
  border-color: #dddddd;
}

/*For Filter Button Group*/
/* line 2238, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode-green {
  color: #ffffff;
  background-color: #72c02c;
  border-color: #56ac11;
}

/* line 2242, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode-green:hover, .btn-ticketcode-green:focus, .btn-ticketcode-green:active,
.btn-ticketcode-green.active, .open .dropdown-toggle.btn-ticketcode-green {
  color: #ffffff;
  background-color: #5fb611;
  border-color: #56ac11;
}

/* line 2248, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode-green:active, .btn-ticketcode-green.active,
.open .dropdown-toggle.btn-ticketcode-green {
  background-image: none;
}

/* line 2252, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode-green.disabled, .btn-ticketcode-green[disabled],
fieldset[disabled] .btn-ticketcode-green, .btn-ticketcode-green.disabled:hover,
.btn-ticketcode-green[disabled]:hover, fieldset[disabled] .btn-ticketcode-green:hover,
.btn-ticketcode-green.disabled:focus, .btn-ticketcode-green[disabled]:focus,
fieldset[disabled] .btn-ticketcode-green:focus, .btn-ticketcode-green.disabled:active,
.btn-ticketcode-green[disabled]:active, fieldset[disabled] .btn-ticketcode-green:active,
.btn-ticketcode-green.disabled.active, .btn-ticketcode-green.active[disabled],
fieldset[disabled] .btn-ticketcode-green.active {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}

/* line 2263, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode-green .badge {
  color: #72c02c;
  background-color: #fff;
  border-radius: 3px !important;
}

/*For modal-sm*/
/* line 2270, app/assets/stylesheets/custom.css.scss */
.modal-footer-sm {
  border-top: 0;
}

/*For Buttons -xs*/
/* line 2276, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode {
  color: #ffffff;
  background-color: #95a5a6;
  border-color: #95a5a6;
}

/* line 2280, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode:hover, .btn-ticketcode:focus, .btn-ticketcode:active,
.btn-ticketcode.active, .open .dropdown-toggle.btn-ticketcode {
  color: #ffffff;
  background-color: #7f8c8d;
  border-color: #7f8c8d;
}

/* line 2286, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode:active, .btn-ticketcode.active,
.open .dropdown-toggle.btn-ticketcode {
  background-image: none;
}

/* line 2290, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode.disabled, .btn-ticketcode[disabled],
fieldset[disabled] .btn-ticketcode, .btn-ticketcode.disabled:hover,
.btn-ticketcode[disabled]:hover, fieldset[disabled] .btn-ticketcode:hover,
.btn-ticketcode.disabled:focus, .btn-ticketcode[disabled]:focus,
fieldset[disabled] .btn-ticketcode:focus, .btn-ticketcode.disabled:active,
.btn-ticketcode[disabled]:active, fieldset[disabled] .btn-ticketcode:active,
.btn-ticketcode.disabled.active, .btn-ticketcode.active[disabled],
fieldset[disabled] .btn-ticketcode.active {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}

/*For social networks icons*/
/* line 2303, app/assets/stylesheets/custom.css.scss */
.info-blocks:hover i.icon-facebook.icon-info-blocks {
  color: #3b598c;
}

/* line 2306, app/assets/stylesheets/custom.css.scss */
.info-blocks:hover i.icon-twitter.icon-info-blocks {
  color: #3cb4e8;
}

/* line 2309, app/assets/stylesheets/custom.css.scss */
.info-blocks:hover i.icon-linkedin.icon-info-blocks {
  color: #1c66a5;
}

/* line 2312, app/assets/stylesheets/custom.css.scss */
.info-blocks:hover i.icon-google-plus.icon-info-blocks {
  color: #bd2a1a;
}

/* line 2315, app/assets/stylesheets/custom.css.scss */
.info-blocks:hover a {
  text-decoration: none;
}

/* For New Entry Page */
/* line 2320, app/assets/stylesheets/custom.css.scss */
#entry-availability {
  position: relative;
  top: 12px;
}

/* line 2324, app/assets/stylesheets/custom.css.scss */
#entries-quantity {
  position: relative;
  top: 3px;
}

/* line 2328, app/assets/stylesheets/custom.css.scss */
#entries-available {
  position: relative;
  top: -11px;
}

/* For tables */
/* line 2334, app/assets/stylesheets/custom.css.scss */
.table tbody > tr > td {
  vertical-align: middle;
}

/* To complement existing styles */
/* line 2339, app/assets/stylesheets/custom.css.scss */
.tag-box-v2 span {
  color: #555;
  font-size: 28px;
  margin-bottom: 0;
  text-align: center;
}

/* line 2346, app/assets/stylesheets/custom.css.scss */
.title-box-v2 {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: none;
}

/* line 2352, app/assets/stylesheets/custom.css.scss */
i.icon-bg-green2 {
  background: #72c02c;
}

/* line 2356, app/assets/stylesheets/custom.css.scss */
.tc-show-center {
  text-align: center;
}

/* For spaces*/
/* line 2361, app/assets/stylesheets/custom.css.scss */
.tc-padding-top5 {
  padding-top: 5px;
}

/* line 2364, app/assets/stylesheets/custom.css.scss */
.tc-padding-top10 {
  padding-top: 10px;
}

/* line 2367, app/assets/stylesheets/custom.css.scss */
.tc-padding-top15 {
  padding-top: 15px;
}

/* line 2370, app/assets/stylesheets/custom.css.scss */
.tc-padding-top20 {
  padding-top: 20px;
}

/* line 2373, app/assets/stylesheets/custom.css.scss */
.tc-padding-top25 {
  padding-top: 25px;
}

/* line 2376, app/assets/stylesheets/custom.css.scss */
.tc-padding-top30 {
  padding-top: 30px;
}

/* line 2379, app/assets/stylesheets/custom.css.scss */
.tc-padding-top40 {
  padding-top: 40px;
}

/* line 2382, app/assets/stylesheets/custom.css.scss */
.tc-padding-top50 {
  padding-top: 50px;
}

/* line 2385, app/assets/stylesheets/custom.css.scss */
.tc-padding-top60 {
  padding-top: 60px;
}

/* line 2388, app/assets/stylesheets/custom.css.scss */
.tc-padding-top80 {
  padding-top: 80px;
}

/* line 2391, app/assets/stylesheets/custom.css.scss */
.tc-padding-top90 {
  padding-top: 90px;
}

/* line 2394, app/assets/stylesheets/custom.css.scss */
.tc-padding-top100 {
  padding-top: 100px;
}

/* line 2397, app/assets/stylesheets/custom.css.scss */
.tc-margin-bottom30 {
  margin-bottom: 30px;
}

/* line 2400, app/assets/stylesheets/custom.css.scss */
.tc-margin-bottom40 {
  margin-bottom: 40px;
}

/* line 2403, app/assets/stylesheets/custom.css.scss */
.tc-margin-bottom10 {
  margin-bottom: 10px;
}

/* line 2406, app/assets/stylesheets/custom.css.scss */
.tc-margin-bottom20 {
  margin-bottom: 20px;
}

/* line 2410, app/assets/stylesheets/custom.css.scss */
.badge-blue {
  background: #3498db;
}

/* line 2411, app/assets/stylesheets/custom.css.scss */
.badge-green {
  background: #2ecc71;
}

/* line 2412, app/assets/stylesheets/custom.css.scss */
.badge-red {
  background: #e74c3c;
}

/* line 2413, app/assets/stylesheets/custom.css.scss */
.badge-sea {
  background: #1abc9c;
}

/* line 2414, app/assets/stylesheets/custom.css.scss */
.badge-ticketcode {
  background: #72c02c;
}

/* line 2415, app/assets/stylesheets/custom.css.scss */
.badge-light {
  color: grey;
  background: #ececec;
  border: 1px solid #dadada;
}

/* line 2416, app/assets/stylesheets/custom.css.scss */
.badge-light-disable {
  color: #bbbbbb;
  background: #ececec;
  border: 1px solid #dadada;
}

/* line 2417, app/assets/stylesheets/custom.css.scss */
.badge-dark {
  background: #232323;
}

/* Estilos para checkbox*/
/* line 2420, app/assets/stylesheets/custom.css.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 20px;
  padding-left: 42px;
}

/* line 2428, app/assets/stylesheets/custom.css.scss */
.switch.disabled {
  cursor: not-allowed;
}

/* Hide default HTML checkbox */
/* line 2433, app/assets/stylesheets/custom.css.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 2439, app/assets/stylesheets/custom.css.scss */
.switch.disabled {
  cursor: not-allowed;
}

/* The slider */
/* line 2444, app/assets/stylesheets/custom.css.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  width: inherit;
  height: inherit;
}

/* line 2458, app/assets/stylesheets/custom.css.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 2470, app/assets/stylesheets/custom.css.scss */
input:checked + .slider {
  background-color: #72c02c;
}

/* line 2474, app/assets/stylesheets/custom.css.scss */
input:focus + .slider {
  box-shadow: 0 0 1px #72c02c;
}

/* line 2478, app/assets/stylesheets/custom.css.scss */
input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
/* line 2485, app/assets/stylesheets/custom.css.scss */
.slider.round {
  border-radius: 34px !important;
}

/* line 2489, app/assets/stylesheets/custom.css.scss */
.slider.round:before {
  border-radius: 50% !important;
}

/* Disabled sliders */
/* line 2494, app/assets/stylesheets/custom.css.scss */
.slider.disabled {
  background-color: #e4e4e4;
  cursor: not-allowed;
}

/* line 2499, app/assets/stylesheets/custom.css.scss */
.slider.disabled.active {
  background-color: #72c02c6b;
  cursor: not-allowed;
}

/*Scrollbar with Hover Transition Effect*/
/* line 2505, app/assets/stylesheets/custom.css.scss */
.hover-scroll::-webkit-scrollbar {
  width: 14px;
  height: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 2513, app/assets/stylesheets/custom.css.scss */
.hover-scroll::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border: 4px solid transparent;
  border-radius: 10px;
  box-shadow: inset 0 0 0 10px;
}

/* line 2520, app/assets/stylesheets/custom.css.scss */
.hover-scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

/* line 2525, app/assets/stylesheets/custom.css.scss */
.hover-scroll::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* line 2528, app/assets/stylesheets/custom.css.scss */
.hover-scroll {
  overflow: auto;
  color: #00000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 2536, app/assets/stylesheets/custom.css.scss */
.hover-scroll:hover {
  color: #72c02c;
}

/* line 2540, app/assets/stylesheets/custom.css.scss */
.hover-scroll:hover::-webkit-scrollbar {
  height: 15px;
}

/* Scroll Bar*/
/* line 2545, app/assets/stylesheets/custom.css.scss */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* line 2550, app/assets/stylesheets/custom.css.scss */
::-webkit-scrollbar-track {
  background-color: #84848414;
}

/* line 2554, app/assets/stylesheets/custom.css.scss */
::-webkit-scrollbar-thumb {
  background-color: #0000001f;
  border-radius: 10px;
}

/* line 2559, app/assets/stylesheets/custom.css.scss */
::-webkit-scrollbar-thumb:hover {
  background-color: #72c02c;
}
