/*
@import url('https://fonts.googleapis.com/css?family=Roboto'); */

@font-face {
    font-family: Roboto-Thin;
    src: url(../fonts/Roboto-Thin.ttf) format("truetype");
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Roboto-Black;
    src: url(../fonts/Roboto-Black.ttf) format("truetype");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

.form-group.note-group-select-from-files {
    display: none;
}




:root {
  --lgreen: #9CCB3B;
}


* { box-sizing: border-box; }

html { font-size: 62.5%; background: #f2f2f2;}

body {
  margin: 0;
  font-size: 1.6rem;
  font-family: Roboto-Regular, sans-serif !important; 
  background: #f2f2f2;
}
p {
    font-family: Roboto-Regular, sans-serif !important;
}
.clear {
    clear: both;
}
.main-header {
  position: initial;
  height: 61px;
  width: 100%;
  color: #000;
  background: #fff;
  line-height: 6rem;
  transform: translateY(0);
  transform: translate3d(0,0,0);
  transition: .25s transform;
  backface-visibility: hidden;
  padding: 20px 10px;
}
.main-header.v2 {
  padding: 0;
  border-bottom: 1px solid #e4e4e4;
}
.main-header.v2 h1 {
  padding: 0;
}
.heads-up {
  transform: translateY(-6rem);
  transform: translate3d(0,-6rem,0);
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    vertical-align: middle;
}
.table>thead:first-child>tr:first-child>th {
    padding-right: 20px;
}
.main-header h1 {
  float: left;
  font-size: 1.4rem;
  margin: 0 0 0 2rem;
  line-height: inherit;
  text-transform: uppercase;
}

.main-header nav {
  float: right;
  font-size: 1.4rem;
  line-height: 4em;
}

.main-header nav ul {
  margin: 0;
  padding: 0;
}

.main-header nav li {
  display: inline-block;
  padding: 0 1rem;
  font-size: 12px;
  margin: 0;
  border: none;
  border-radius: 0;
}
.main-header.loggedout nav li {
  padding: 2.5px 3rem;
  color: rgb(111,111,111);
}
.main-header.loggedout #responsive_header{
    border-top: 1px solid #e4e4e4;
}
#responsive_header .inscribirme_green_button,
#responsive_header .inscribirme_white_button {
    border-radius: 0;
    border: none;
}
.main-header nav li ul.dropdown-menu {
    padding: 5px 0;
}
.main-header nav li .dropdown-menu li {
    padding: 0;
    display: inherit;
    margin-left: 0;
}
.main-header nav li a {
    color: #000;
}
.main-header nav li a:hover {
    text-decoration: none;
}
.main-header nav li:focus {
    outline: none;
}
.no_outlie:focus {
    outline: none;
}
#header_menu_user {
    background: none;
    border: none;
    color: rgb(156,203,59);
    width: inherit;
    height: 61px;
}
#header_menu_user img {
    width: 50px;
    height: 50px;
    /*border-radius: 50px;*/
    border: 3px solid rgb(156,203,59);
    margin-left: 10px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
#header_menu_user.md-button.md-icon-button {
    border-radius: inherit;
}
.md-button:hover, .md-button:focus {
    color: rgb(156,203,59);
}
.mdcancel {
    position: absolute !important;
    right: 10px;
    top: 10px;
    color: rgb(156,203,59);
    cursor: pointer;
    padding: 5px;
    z-index: 99;
    font-size: 15px;
}
.inscribirme_white_button {
    color: #c2d82f;
    border: 2px solid #c2d82f;
    border-radius: 60px;
}
.inscribirme_green_button {
    color: #fff;
    background: rgb(156,203,59); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgb(156,203,59) , rgb(204,209,52)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgb(156,203,59), rgb(204,209,52)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgb(156,203,59), rgb(204,209,52)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgb(156,203,59) , rgb(204,209,52)); /* Standard syntax */
}
.inscribirme_green_button:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.inscribirme_green_button:focus {
    outline: none;
}
.form_submit {
    text-align: center;
}
.form_submit .inscribirme_green_button {
    border: none;
    padding: 10px;
}
.inscribirme_dialog {
    overflow: visible;
    border-radius: 0;
    padding: 20px;
    border: 1px solid rgb(156,203,59);
}
.inscribirme_dialog md-input-container {
    margin: 0;
}
#event_form h2 {
    border-bottom: 2px solid #9ccb3b;
    font-weight: bold;
    line-height: 46px;
    color: #282c35;
    margin-bottom: 40px;
    text-transform: uppercase;
}
#event_form h2 span {
    color: #fff;
    padding: 10px;
    margin-right: 10px;
    background-color: rgb(156,203,59);
}
#event_form .note-editor h2 {
    font-size: 2.400rem;
    font-weight: 400;
    line-height: 3.2rem;
    color: inherit;
    margin-bottom: inherit;
    text-transform: none;
    border-bottom: none;
}
.embed .dialog_header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #868686;
    border-bottom: none;
    color: #000;
    text-align: left
}
.embed .dialog_header span {
    display: block;
    margin-top: 12px;
}
.embed .ticket_type {
    border: 1px solid #868686;
    padding: 20px;
    border-top: none;
}
.embed md-select-value span {
    font-size: 2em;
}
.dialog_header {
    text-align: left;
    color: #000;
    padding: 15px;
    margin-bottom: 15px;
}
#contentblock {
    background: #f2f2f2;
    padding-bottom: 1px;
}
#contentblock .event_v2 {
    background: #fff;
    /*box-shadow: 0px 0px 13px 0px #4c4c4c;*/
    margin-top: 25px;
}
.contentblock_inner {
    max-width: 1000px;
    margin: auto;
}
#title {
    background-color: #282C35;
}
#title h1 {
    color: white;
    max-width: 1200px;
    margin: auto;
    padding: 10px 0;
    text-transform: uppercase;
}
#create_page {
    max-width: 1200px;
    margin: auto;
}

.global-footer {
    color: #e3e3e3;
    position: static;
    border-top: #9bcb3b solid 6px;
    background: #4c4c4c;
}
.global-footer.premium ul {
    text-align: center;
}
.global-footer.premium li {
    text-align: left;
}

.footer-text-heading-primary {
    color: #fff;
    font-weight: bold !important;
}
#home_search_form {
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    border-radius: 4px;
    background: -webkit-linear-gradient( rgba(255, 255, 255, 0.9) 0%, white 50%);
    background: linear-gradient( rgba(255, 255, 255, 0.9) 0%, white 50%);
    margin-top: -105px;
    padding: 10px;
    width: 800px;
}
#home_search_form.v2 {
    text-align: center;
    margin-left: 10px;
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 0;
    padding: 10px;
    width: 600px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #b0ce67;
}
#home_search_form.no_events {
    position: absolute;
    left: 50%;
    transform: translate(-50%, calc(30px - 50%));
    top: 50%;
    margin: 0;
}
#home_search_form h1 {
    color: rgb(156,203,59);
}
#home_search_form .form_input {
    display: inline-block;
}
#home_search_form .form_submit input {
    border: none;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    padding: 10px;
    background: #8ac02c;
    border-radius: 0;
}
#home_search_form .form_submit input:focus {
    outline: none;
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label, md-input-container:not(.md-input-invalid).md-input-focused label, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused md-icon, md-input-container:not(.md-input-invalid).md-input-focused md-icon {
    color: #8ac02c;
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input, md-input-container:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-default-theme:not(.md-input-invalid).md-input-resized .md-input, md-input-container:not(.md-input-invalid).md-input-resized .md-input {
    border-color: #8ac02c;
}
md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-default-theme .md-select-value.md-select-placeholder, md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value.md-select-placeholder {
    color: #8ac02c;
}
md-select:not([disabled]):focus .md-select-value {
    border-bottom-color: #8ac02c;
}
md-radio-button.md-default-theme .md-on, md-radio-button .md-on {
    background-color: #8ac02c;
}
md-radio-button.md-default-theme.md-checked .md-off, md-radio-button.md-checked .md-off {
    border-color: #8ac02c;
}
md-radio-group.md-default-theme .md-checked .md-ink-ripple, md-radio-group .md-checked .md-ink-ripple {
    color: rgba(138,192,44,0.26);
}
.md-button.md-default-theme.md-primary.md-raised:not([disabled]):hover, .md-button.md-primary.md-raised:not([disabled]):hover, .md-button.md-default-theme.md-primary.md-fab:not([disabled]):hover, .md-button.md-primary.md-fab:not([disabled]):hover {
    background-color: #8ac02c;
}
.md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab {
    color: rgba(255,255,255,0.87);
    background-color: #8ac02c;
}
md-switch.md-default-theme.md-checked .md-thumb, md-switch.md-checked .md-thumb {
    background-color: #8ac02c;
}
md-switch.md-default-theme.md-checked .md-bar, md-switch.md-checked .md-bar {
    background-color: rgba(138,192,44,0.26);
}
body.Mas.Gourmets header #logo {
    max-height: initial;
}
body.PIT24 header #logo {
    max-height: 57px;
}
body.PIT24 .powered_by {
    display: none;
}
body.FABLAB.Sant.Cugat.Talleres .inscribirme_event {
    padding: 10px;
    border: 4px solid #209666;
    border-radius: 15px 15px 15px 0px;
}
body.FABLAB.Sant.Cugat.Máquinas .inscribirme_event {
    padding: 10px;
    border: 4px solid #209666;
    border-radius: 15px 15px 15px 0px;
}
body.FABLAB.Sant.Cugat.Members .inscribirme_event {
    padding: 10px;
    border: 4px solid #c62128;
    border-radius: 15px 15px 15px 0px;
}
body.FABLAB.Sant.Cugat.Talleres .md-button.inscribirme-share,
body.FABLAB.Sant.Cugat.Máquinas .md-button.inscribirme-share,
body.FABLAB.Sant.Cugat.Members .md-button.inscribirme-share {
    display: none;
}
#mc_embed_signup_scroll {
    transition: all 2s;
}
#mc_embed_signup_scroll.highligt {
    background: #163c63;
    color: white;
    padding: 5px;
    box-shadow: 0px 0px 10px 3px black;
}
body.FABLAB.Sant.Cugat.Talleres p {
    font-family: Arial !important;
}
body.FABLAB.Sant.Cugat.Talleres p.more-info {
    float: left;
    margin-left: -330px;
    margin-top: 460px;
    height: 39px;
    line-height: 14px;
    font-size: 13px;
    padding: 6px 25px;
    color: #209666;
    text-decoration: underline;
}
body.FABLAB.Sant.Cugat.Talleres #home_search_form_wrapper div,
body.FABLAB.Sant.Cugat.Máquinas #home_search_form_wrapper div {
    display: none;
}
body.FABLAB.Sant.Cugat.Talleres #home_search_form,
body.FABLAB.Sant.Cugat.Máquinas #home_search_form {
    margin-top: -44px;
}
body.FABLAB.Sant.Cugat.Máquinas p.more-info {
    float: left;
    margin-left: -326px;
    margin-top:493px;
    height: 39px;
    line-height: 13px;
    font-size: 11px;
    padding: 6px 25px;
}
body.FABLAB.Sant.Cugat.Members p.more-info {
    float: left;
    margin-left: -326px;
    margin-top: 366px;
    height: 39px;
    line-height: 13px;
    font-size: 11px;
    padding: 6px 25px;
}
body.FABLAB.Sant.Cugat.Talleres .desc,
body.FABLAB.Sant.Cugat.Máquinas .desc,
body.FABLAB.Sant.Cugat.Members .desc {
    height: 80px;
    overflow: hidden;
}
body.FABLAB.Sant.Cugat.Talleres .desc h3,
body.FABLAB.Sant.Cugat.Máquinas .desc h3,
body.FABLAB.Sant.Cugat.Members .desc h3 {
    margin: 0 !important;
}
body.FABLAB.Sant.Cugat.Talleres .desc p,
body.FABLAB.Sant.Cugat.Máquinas .desc p,
body.FABLAB.Sant.Cugat.Members .desc p {
    padding: 0;
}
body.FABLAB.Sant.Cugat.Talleres .desc span,
body.FABLAB.Sant.Cugat.Talleres .desc strong,
body.FABLAB.Sant.Cugat.Talleres .desc p,
body.FABLAB.Sant.Cugat.Talleres .desc h3 {
    font-size: 13px !important;
}
body.FABLAB.Sant.Cugat.Máquinas .desc span,
body.FABLAB.Sant.Cugat.Máquinas .desc strong,
body.FABLAB.Sant.Cugat.Máquinas .desc p,
body.FABLAB.Sant.Cugat.Máquinas .desc h3 {
    font-size: 13px !important;
}
body.FABLAB.Sant.Cugat.Members .desc span,
body.FABLAB.Sant.Cugat.Members .desc strong,
body.FABLAB.Sant.Cugat.Members .desc p,
body.FABLAB.Sant.Cugat.Members .desc h3,
body.FABLAB.Sant.Cugat.Members .desc h4  {
    font-size: 13px !important;
}

.rrss {padding-left: 0px}


.inscribirme_event {
    width: 31%;
    float: left;
    border: 1px solid gray;
    /*border-radius: 40px;*/
    overflow: auto;
    margin: 10px;
    z-index: 50;
    background: #fff;
}
.inscribirme_event:hover {
    text-decoration: none;
}
.inscribirme_event .photo img {
    width: 100%;
}
.inscribirme_event .categorie {
    color: #8ac02c;
    padding: 5px;
}
.inscribirme_color {
    color: #8ac02c;
}
.inscribirme_backround {
    background-color: #8ac02c;
}
.inscribirme_event .content p {
    padding: 10px 30px;
    margin: 0;
}
.inscribirme_event .content .gray {
    color: rgb(111,111,111);
}
.inscribirme_event .content .name {
    display: block;
    display: -webkit-box;
    color: #000;
    font-weight: bold;
    height: 86px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inscribirme_event span.count {

    padding-right: 5px;
    color: #8d8d8d;
}
.inscribirme_event span.price {
    border: 1px solid gray;
    border-radius: 5px;
    color: gray;
    padding: 5px;
    float: right;
}
.inscribirme_event.v2:hover {
    background: #fff;
}
.inscribirme_event.v2 {
    border: none;
    background: none;
    padding: 5px;
    transition: 1s all;
}
.inscribirme_event.v2 .content p {
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}
.inscribirme_event.v2 .content .name {
    display: block;
    display: -webkit-box;
    color: rgb(60,60,60);
    font-weight: bold;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 14px;
}
.inscribirme_event.v2 .content .categorias {
    float: right;
    list-style-type: none;
}
.inscribirme_event.v2 .content .categorias li{
    color: rgb(111,111,111);
    font-size: 14px;
    line-height: 16px;
    text-align: right;
}
.inscribirme_event.v2 .photo {
    position: relative;
}
.inscribirme_event.v2 .photo .price {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #6f6f6e;
    border-radius: 0;
    border: none;
    margin: 5px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    transition: 1s all;
}
.inscribirme_event.v2 .photo {
    border-top: 1px solid #b9b9b9;
    transition: 1s all;
}
.inscribirme_event.v2 .content {
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    transition: 1s all;
    padding: 13px 0 0 0;
}
.inscribirme_event.v2:hover .photo {
    border-top: 1px solid #9ac341;
}
.inscribirme_event.v2:hover .content {
    border-top: 1px solid #9ac341;
    border-bottom: 1px solid #9ac341;
}
.inscribirme_event.v2:hover .photo .price {
    background: #9ac341;
}
.form_submit.event {
    text-align: right;
}
.form_submit input {
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 0;
    margin: 30px;
    background: rgb(156,203,59); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgb(156,203,59) , rgb(204,209,52)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgb(156,203,59), rgb(204,209,52)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgb(156,203,59), rgb(204,209,52)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgb(156,203,59) , rgb(204,209,52)); /* Standard syntax */
}
.form_submit input[disabled],
.md-button.md-default-theme[disabled],
.md-button[disabled],
.md-button.md-default-theme.md-raised[disabled],
.md-button.md-raised[disabled],
.md-button.md-default-theme.md-fab[disabled],
.md-button.md-fab[disabled],
.md-button.md-default-theme.md-accent[disabled],
.md-button.md-accent[disabled],
.md-button.md-default-theme.md-warn[disabled],
.md-button.md-warn[disabled],
input.inscribirme_green_button[disabled] {
    cursor: not-allowed;
}
md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: #8ac02c;
}
.static_modalidad {
    border: 1px solid #8ac02c;
    margin: 20px;
    padding: 20px;
    text-align: center;
}
.static_modalidad .name {
    font-size: 3.5rem;
    color: #b3b3b3;
    line-height: 3.5rem;
    margin-bottom: 30px;
}
.static_modalidad .price {
    font-weight: bold;
    font-size: 2rem;
}
.static_modalidad .price .hi{
    font-weight: bold;
    font-size: 3rem;
}
.static_modalidad ul li {
    font-size: 0.7em;
}
#funcionamiento .carousel-control.right {
    background-image: none;
}
#funcionamiento .carousel-control.left {
    background-image: none;
}
#funcionamiento .carousel-caption {
    right: 50%;
    left: 10%;
    top: 20px;
    text-align: left;
}

//eb_style

.l-mar-top-2, .list-selection-builder__error-link, .list-selection-builder__error-message {
    margin-top: 10px;
}
.g-grid, .overlay-dialog__frame {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.breakdown__item, .dialog-frame-content, .g-grid, .g-group, .g-vertical-group, .overlay-dialog__frame, .timeline__item {
    font-size: 0;
    letter-spacing: 0;
}
.is-hidden-accessible, .skip-links, .ui-helper-hidden-accessible {
    position: absolute;
    left: -999999px;
}
.l-pad-vert-5 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.discount-ticket .discount-ticket-name, .discount-ticket .discount-ticket-price, .g-cell, .list-person__name, .original-ticket-price, .text-body-medium, .timeline__content, .timeline__date, .timeline__indicator {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.g-cell, .timeline__content, .timeline__date, .timeline__indicator {
    letter-spacing: .5px;
}
.dialog-frame-content, .g-cell, .g-vertical-group, .tabs-header.tabs-header__grid li, .timeline__content, .timeline__date, .timeline__indicator {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.dialog-frame-content, .g-cell-12-12 {
    width: 100%;
}
.g-cell, .timeline__content, .timeline__date, .timeline__indicator {
    padding-left: 5px;
    padding-right: 5px;
}
.global-footer ol, .global-footer ul {
    list-style: none;
}

.chart-panel__button-label, .list-person ul p, .responsive-table th a, .slat--no-action .slat__secondary-text, .slat--no-action:active .slat__secondary-text, .slat--no-action:hover .slat__secondary-text, .slat__action, .slat__action--stacked, .slat__secondary-text, .text-body-small, .text-detail, .text-small, .ticket-box__tax-fee, .timeline__description, .tooltip {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
.text--centered {
    text-align: center;
}
.footer-section--border {
    border-bottom: 1px solid #363A43;
}
.footer-copyright {
    color: #ADB0B6;
}
.btn--dynamo:focus, .btn--dynamo:hover, .btn--secondary:focus, .btn--secondary:hover {
    color: #fff;
    background-color: rgb(156,203,59);
    border-color: rgb(156,203,59);
}
.md-default-theme .md-datepicker-open .md-datepicker-calendar-icon, .md-datepicker-open .md-datepicker-calendar-icon {
    color: rgb(156,203,59);
}
.event_tickets a {
    color: #fff;
    background-color: rgb(156,203,59);
    border: 1px solid rgb(156,203,59);
    margin: 20px;
    border-radius: 5px !important;
}
.event_tickets_table i {
    color: rgb(156,203,59);
}
.event_tickets_table i:hover {
    cursor: pointer;
}
.event_tickets_table .trash {
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
}
.event_tickets_table .free {
    vertical-align: middle;
    text-align: center;
}
.event_tickets i {
    margin-right: 5px;
}
.table-responsive {
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    padding: 20px;
}
#event_header .info {
    padding: 20px;
    color: #000;
}
.event_v2 #event_header .info {
    padding: 20px 30px;
}
#event_header .photo img {
    width: 100%;
    height: 100%;
}
#event_header a {
    color: inherit;
    text-decoration: underline;
}
#event_info .description {
    padding: 40px;
    overflow: hidden;
    position: relative;
}
#event_header {
    border-top: 1px solid rgb(156,203,59);
    border-bottom: 1px solid rgb(156,203,59);
}
#event_info .info {
    background: #fff;
    border-left: 1px solid rgb(156,203,59);
}
#event_map {
    height: 350px;
}
.inscribirme_dialog .hint{
    color: red;
}
.privacidad p {
    text-align: justify;
}
.privacidad .point {
    font-weight: bold;
}
.md-input-container.md-block {
    height: 54px;
}
#event_header a.inscribirme_button,
.inscribirme_button {
    color: #fff;
    border: 2px solid rgb(156,203,59);
    padding: 10px 20px;
    /*border-radius: 30px;*/
    font-weight: bold;
    display: -webkit-inline-box;
    font-size: 1.5rem;
    cursor: pointer;
    background: rgb(156,203,59);
    text-transform: uppercase;
    text-decoration: none;
}
#inscribirme_dialog .ticket_type i:focus,
.inscribirme_button:focus {
    outline: none;
}
a.inscribirme_button:hover {
    text-decoration: none;
    color: #fff;
}
#inscribirme_dialog .ticket_type {
    background: #ececec;
    padding: 15px;
    margin: 10px 0;
    font-size: 2em;
}
#payment_form .m {
    display: inline-block;
    width: 49.5%;
    height: 58px;
}
#event_form .m {
    display: inline-block;
    width: 48.5%;
    margin-bottom: 18px;
}
#event_info .time_limit {
    background-color: #FFF9D0;
    border: 1px solid #FFE661;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 0 11px 21px;
    color: #555;
    margin-bottom: 15px;
}
#event_info .time_limit timer {
    font-size: 30px;
}
#event_info .time_limit p {
    margin: 0;
}

.mw-form-builder .mw-title-page,
.mw-form-builder .mw-confirmation-page,
.mw-form-builder .mw-form-page-builder .mw-page-tab-container {
    display: none;
}
.mw-form-viewer {
    padding: 0;
}
.form-title,
.mw-form-action-list {
    display: none;
}
#form_builder form div.layout-align-center-center.layout-row {
    display: none;
}
#form_builder .mw-form-builder {
    width: 100%;
}
#form_builder>md-content {
    padding: 0;
}
.mw-form-builder .mw-form-page-builder {
    margin-bottom: 0;
}
#form_builder .mw-question-type.layout-align-start-center.layout-row>div.flex-offset-gt-md-5.flex {
    display: none;
}
.form-horizontal .control-label {
    text-align: left;
}
.flex-calendar .month {
    background-color: rgb(156,203,59);
}
.flex-calendar .days .day.selected .number {
    background-color: rgb(156,203,59);
}
.flex-calendar .days .day.event:before {
    background-color: rgb(156,203,59);
}
.flex-calendar .week {
    background-color: rgb(204,209,52);
}

/* menu button */
.menuBtn {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 101;
}
.menuBtn > span {
  background-color: #000;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  transition: height 100ms;
}
.menuBtn > span:after,
.menuBtn > span:before {
  content: '';
  background-color: #000;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  transition: all 200ms;
}
#base_header .menuBtn > span,
#base_header .menuBtn > span:after,
#base_header .menuBtn > span:before {
    background-color: #000;
}
.menuBtn > span:after {
  top: -7px;
}
.menuBtn > span:before {
  bottom: -7px;
}
.menuBtn.act > span {
  height: 0;
}
.menuBtn.act > span:after,
.menuBtn.act > span:before {
  background-color: rgb(156,203,59);
  top: 1px;
}
.menuBtn.act > span:after {
  transform: rotate(45deg);
}
.menuBtn.act > span:before {
  transform: rotate(-45deg);
}
/* main menu block */
.mainMenu {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100vh;
  width: 100%;
  display: table;
  text-align: center;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0);
}
.mainMenu.act {
  opacity: 1;
  transform: scale(1);
}
.mainMenu.act ul li {
  opacity: 1;
  transform: translateX(0);
}
.mainMenu ul {
  display: table-cell;
  vertical-align: middle;
}
.mainMenu li {
  padding: 8px 0;
  transition: all 400ms 510ms;
  opacity: 0;
}
.mainMenu li:nth-child(odd) {
  transform: translateX(30%);
}
.mainMenu li:nth-child(even) {
  transform: translateX(-30%);
}
.mainMenu li:last-child {
  transform: none;
}
.mainMenu a {
  color: rgb(156,203,59) !important;
  display: inline-block;
  font-size: 18px;
}
.mainMenu a.suBtn {
  color: #fff;
}
.config_header {
    margin: 0;
    padding-top: 10px;
    margin-bottom: 30px;
}
.config_header .separator {
    margin: 5px;
}
.config_header a {
    font-size: 2rem;
    color: #000;
}
.config_header a.active {
    font-weight: bold;
}
.config_header .dash_count {
    font-size: 12px;
    margin: 0;
}
.config_header .dashboard_option {
    border-right: 2px solid #000;
}
.config_header .dashboard_option:last-child {
    border: none;
}
#events_table .center {
    text-align: center;
}
#events_table .center span{
    color: rgb(156,203,59);
}
#event_info .description .organizer img {
    width: 150px;
    height: 150px;
    /*border-radius: 100px;*/
    border: 0;
}
#event_info .description .organizer a {
    color: rgb(156,203,59);
}
.manage_event_buttons {
    float: right;
    margin-bottom: 14px;
}
.manage_event_buttons a {
    background: rgb(156,203,59);
    color: #fff;
    padding: 15px;
}
.manage_event_buttons a:hover {
    text-decoration: none;
}
#contentblock.responsive_menu,
.global-footer.responsive_menu {
    display: none;
}
th.center, td.center {
    text-align: center;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: rgb(156,203,59);
    border-color: rgb(156,203,59);
}
form.set-lang input[type=submit] {
    border: none;
    color: #a1a1a1;
    background: none;
}
form.set-lang.selected_lang input {
    font-weight: bold;
    color: rgb(156,203,59);
}
form.set-lang input:focus {
    outline: none;
}
#responsive_header div:focus {
    outline: none;
}
md-menu-content {
    max-height: none;
}
#home_list li:before {
    content: '✔\fe0e';
    margin-left: -1em;
    margin-right: .100em;
    color: rgb(156,203,59);
}

#home_list {
   /*padding-left: 20px;*/
   text-indent: 2px;
   list-style: none;
   list-style-position: outside;
   /*background: rgba(0, 0, 0, 0.5);*/
   /*padding: 20px;*/
   border-radius: 10px;
   margin-bottom: 40px;
}
#home_list li {
    color: #000;
}
.show_home_toggle .glyphicon-remove,
.closed_toggle .glyphicon-remove,
.toggle_home_submit .glyphicon-remove {
    color: red !important;
}
#events_table td {
    vertical-align: middle;
}
.event_card.inscribirme-share {
    float: left;
    margin-left: -100px;
    margin-top: 318px;
}
.event_card.inscribirme-share img {
    width: 18px;
}
.event_card.inscribirme-share.courts {
    margin-top: 330px;
}
#event_info .description img {
    max-width: 100% !important;
}
#event_info .description iframe {
    max-width: 100% !important;
}
@keyframes home_background {
  0%, 100% {
    background-image: url(https://storage.googleapis.com/inscribirme.appspot.com/static/img/inscribirme/conferencia.jpg);
  }
  33% {
    background-image: url(https://storage.googleapis.com/inscribirme.appspot.com/static/img/inscribirme/evento-deportivo2.jpg);
  }
  66% {
    background-image: url(https://storage.googleapis.com/inscribirme.appspot.com/static/img/inscribirme/cata-vinos.jpg);
  }
}
@keyframes home_background_responsive {
  0%, 100% {
    background-image: url(https://storage.googleapis.com/inscribirme.appspot.com/static/img/inscribirme/HOME-NEW_img1_responsive.jpg);
  }
  33% {
    background-image: url(https://storage.googleapis.com/inscribirme.appspot.com/static/img/inscribirme/HOME-NEW_img2_responsive.jpg);
  }
  66% {
    background-image: url(https://storage.googleapis.com/inscribirme.appspot.com/static/img/inscribirme/HOME-NEW_img3_responsive.jpg);
  }
}
#home_background {
    background-image: url(https://storage.googleapis.com/inscribirme.appspot.com/static/img/inscribirme/conferencia.jpg);
    animation: home_background 30s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
#event_3 md-switch {
    display: inline-block;
}
@media only screen and (min-width: 480px){
    .g-cell-md-6-12 {
        width: 50%;
    }
    .g-cell, .timeline__content, .timeline__date, .timeline__indicator {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 800px){
    .g-cell-lg-3-12 {
        width: 25%;
    }
    .g-cell, .timeline__content, .timeline__date, .timeline__indicator {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 800px) {

    #event_info .description .organizer img {
        width: 100px;
        height: 100px;
    }
    md-input-container {
        margin: 0;
    }
}
@media (max-width: 650px) {
    #event_info .description img {
        width: 100% !important;
    }
    #home_search_form.v2 {
        width: 100vw;
        padding-top: 25px;
        margin: 0;
    }
    html {
        overflow-y: visible !important;
    }
    body {
        position: initial !important;
        top: 0 !important;
    }

    .pagecookies p {
        width: 100% !important;
        padding: 5px;
    }
    body {
        overflow-x: hidden;
    }
    .event_v2 #event_header .info {
        min-height: 400px;
    }
    #event_info .info {
        border: none;
    }
    .inscribirme_event {
        width: inherit;
    }
    #home_search_form {
        width: 90vw;
        box-sizing: border-box;
    }
    #home_search_form h1 {
        margin-bottom: 6vh;
    }
    #home_background {
        background-image: url(https://storage.googleapis.com/inscribirme.appspot.com/static/img/inscribirme/HOME-NEW_img1_responsive.jpg);
        animation: home_background_responsive 30s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }
    #home_list li {
        font-size: 0.8em;
    }
    #event_3 md-switch {
        display: block;
    }
    #event_3 md-switch .md-container {
        width: 36px;
    }
    md-backdrop{
        position: fixed;
    }
    form.set-lang {
        float: right;
    }
    form.set-lang input {
        font-size: 14px;
        padding: 1px 2px;
    }
    .main-header img {
        max-width: 65vw;
        margin-left: 2vw;
    }
    .main-header.loggedout {
        height: 119px;
    }
    .main-header.loggedout.hide_login {
        height: 62px;
    }
    .main-header {
        position: static;
        height: 130px;
        padding: 0 10px;
    }
    .main-header.premium_loggedout {
        height: 65px;
    }
    .main-header nav {
        float: none;
    }
    #inscribirme_dialog .ticket_type {
        font-size: 1em;
    }
    .event_price {
        font-size: 0.6em;
    }
    h1 {
        font-size: 2.4rem;
    }
    #event_info .time_limit {
        padding: 15px 21px 11px 21px;
    }
    #event_info .time_limit p {
        text-align: justify;
    }
    #payment_form {
        padding: 10px;
    }
    #payment_form .m {
        display: block;
        width: 100%;
    }
    #payment_form .buy_bday {
        height: 170px;
    }
    #event_info .description .organizer img {
        width: 23vw;
        height: 23vw;
    }
    .dialog_header{
        font-size: 0.6em;
    }
    md-input-container {
        margin: 0;
        width: 100%;
    }
    md-checkbox .md-label {
        font-size: 0.6em;
    }
    md-input-container .md-input {
        line-height: 18px;
        height: 22px;
        -ms-flex-preferred-size: 18px;
    }
    .global-footer .g-group {
        text-align: center;
    }
    .contentblock_inner {
        padding: 1em;
    }
    .static_modalidad{
        width: inherit;
        height: inherit;
    }
    #funcionamiento {
        position: static;
        z-index: 0;
    }
    #funcionamiento img{
        height: 84vh;
    }
    #funcionamiento .carousel-caption p {
        font-size: 0.8em;
    }
    #create_page {
        padding: 2em;
    }
    #title h1 {
        text-align: center;
    }
    md-switch{
        white-space: normal;
    }
    md-switch .md-container {
        margin-right: 20px;
        width: 90px;
    }
    #event_form .m {
        display: block;
        width: 100%;
        margin-bottom: 18px;
    }
    #event_form .flex-20, #event_form .layout-row>.flex-20 {
        max-width: 50%;
    }
    h1.config_header a {
        font-size: 1em;
    }
    .mw-form-builder .page-element-list {
        min-height: 50px;
    }
    .manage_event_buttons a {
        display: block;
        margin: 5px;
    }
    .manage_event_buttons {
        float: none;
    }
}
@media (max-width: 350px) {
    #funcionamiento .carousel-caption p {
        font-size: 0.6em;
    }
    .form_submit input {
        margin: 0px;
    }
}

@import url(http://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class^="entypo-"]:before,
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inscribirme_container {
  width: 25em;
  margin: 0 auto 3em auto;
  text-align: center;
  overflow: hidden;
}

.inscribirme_row {
  margin: 0.5em 0;
  float: left;
  clear: both;
}
.inscribirme_row i {
  cursor: pointer;
  display: inline-block;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.inscribirme_row:nth-child(1) {
  background: transparent;
}
.inscribirme_row:nth-child(1) i {
  color: #34495e;
  border: 2px solid transparent;
  border-radius: 0%;
  padding: 1em;
  position: relative;
  background: transparent;
}
.inscribirme_row:nth-child(1) i:hover {
  top: -2px;
  border-radius: 50%;
}
.inscribirme_row:nth-child(1) i:not(:first-child) {
  margin-left: 1em;
}
.inscribirme_row:nth-child(1) a:nth-child(1) i{
  color: #3b5998;
  border-bottom-color: #3b5998;
}
.inscribirme_row:nth-child(1) a:nth-child(2) i{
  color: #00a0d1;
  border-bottom-color: #00a0d1;
}
.inscribirme_row:nth-child(1) a:nth-child(3) i{
  color: #db4a39;
  border-bottom-color: #db4a39;
}
.inscribirme_row:nth-child(1) a:nth-child(4) i{
  color: #c8232c;
  border-bottom-color: #c8232c;
}
.inscribirme_row:nth-child(1) a:nth-child(5) i{
  color: #ea4c89;
  border-bottom-color: #ea4c89;
}

table.tablesorter thead tr .header,
table.tablesorter thead tr .tablesorter-header{
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp,
table.tablesorter thead tr .tablesorter-header.tablesorter-headerDesc {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .tablesorter-header.tablesorter-headerAsc {
	background-image: url(desc.gif);
}
a.dropdown-toggle {
    color: rgb(156,203,59);
}
.datetimepicker .active, .datetimepicker .active:hover, .datetimepicker .active.disabled, .datetimepicker .active.disabled:hover {
    background-color: rgb(156,203,59);
    background-image: linear-gradient(to bottom, rgb(156,203,59), rgb(204,209,52));
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    color: #fff;
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#08c', endColorstr='#04c', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#08c', endColorstr='#04c', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#promocion_form {
    max-width: 100%;
    width: 350px;
    margin: auto;
    box-shadow: 1px 1px 10px 0px black;
    border-radius: 50px;
}
#promocion_form_header {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: rgb(156,203,59);
    background: -webkit-linear-gradient(left, rgb(156,203,59) , rgb(204,209,52));
    background: -o-linear-gradient(right, rgb(156,203,59), rgb(204,209,52));
    background: -moz-linear-gradient(right, rgb(156,203,59), rgb(204,209,52));
    background: linear-gradient(to right, rgb(156,203,59) , rgb(204,209,52));
}
#promocion_form_body {
    border: 1px solid rgb(156,203,59);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 20px;
}
.recordatorios_event .recordatorio,
.tpv {
    border: 1px solid #797979;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #4a4a4a;
    margin: 10px 0;
}
.recordatorios_event .recordatorio a {
    color: rgb(156,203,59);
}
.recordatorios_event .recordatorio a:hover {
    cursor: pointer;
}
#botones a {
    width: 100%;
    display: block;
}
#botones img {
    width: 100%;
}
p.ABeeZee,
.ABeeZee {
    font-family: 'ABeeZee', sans-serif !important;
}
.mw-form-viewer {
    background-color: transparent;
}
#event_form_image_switch .md-label {
    float: none;
}
upload-file-image #textInput,
upload-file-image-req #textInput,
upload-file-doc-req #textInput,
upload-file-doc #textInput,
upload-file-meeting-doc #textInput,
upload-file-name-req #textInput,
upload-file-name-not-req #textInput {
    width: 300px;
}
#como_funciona .step {
    color: #fff;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    background: rgb(156,203,59);
    background: -webkit-linear-gradient(left, rgb(204,209,52) , rgb(156,203,59));
    background: -o-linear-gradient(right, rgb(204,209,52) , rgb(156,203,59));
    background: -moz-linear-gradient(right, rgb(204,209,52) , rgb(156,203,59));
    background: linear-gradient(to right, rgb(204,209,52) , rgb(156,203,59));
    padding: 30px;
    display: block;
    font-size: 1.2em;
}
#como_funciona li {
    font-size: 1.6rem;
}
#como_funciona .left {
    border-right: 4px solid #e7e7e7;
}
#como_funciona .last {
    border-top: 4px solid #e7e7e7;
}
#como_funciona .left .inside_left{
    padding-left: 149px;
    padding-right: 20px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#como_funciona .right:before {
    content: url(https://storage.googleapis.com/inscribirme.appspot.com/static/img/inscribirme/como_funciona_dot.png);
    position: relative;
    left: -20px;
    top: 50%;
}
#como_funciona .right img {
    max-width: 100%;
    padding: 20px;
}
#como_funciona img {
    max-width: 100%;
}
#event_update_buttons md-radio-button .md-container {
    left: 50%;
    transform: translate(-50%, -50%);
}
.pagecookies {
    background: #f2f2f2;
    border-bottom: 1px solid #e4e4e4;
    z-index: 99999;
    position: fixed;
    width: 100%;
    bottom: 0;
}
.pagecookies p {
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 40px;
}
.pagecookies p a {
    text-decoration: underline;
}
.pagecookies p span.button {
    margin-left: 10px;
    background: #8ac02c;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}
header #logo {
    max-height: 37px;
}
.small {
    font-size: 12px;
}
#download_stats {
    display: block;
    text-decoration: underline;
    cursor: pointer;
    max-width: 1000px;
    margin: auto;
    text-align: right;
    padding-top: 20px;
}
.datetimepicker {
    min-width: 431px;
}
body.ESADE {
    background: #f2f2f2;
}
body.ESADE header .header-container {
    max-width: 1000px;
    margin: auto;
}
body.ESADE .main-header h1 {
    margin: 0;
}
body.ESADE .global-footer {
    border-top: none;
}
body.ESADE .upper-footer {
    text-align: center;
    background: #f2f2f2;
}
body.ESADE .upper-footer.social img {
    margin: 0px 10px -25px 10px;
}
body.ESADE .global-footer p {
    text-align: center;
}
body.ESADE .global-footer p a:last-child{
    border-right: none;
}
body.ESADE .global-footer p a {
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 15px;
}
body.ESADE #event_header .info {
    background: #3b3b3b;
}
body.ESADE .inscribirme_button {
    border-bottom: 4px solid #cb5256;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 10px;
    box-shadow: none;
}
body.ESADE .inscribirme_button:active {
    border-bottom: 1px solid #cb5256;
    margin-top: 15px;
}

.home_speaker.inscribirme_button {
    margin-left: -257px;
    float: left;
    z-index: 60;
    margin-top: 358px;
}

#inscribirme_dialog md-radio-button .md-container {
    left: 50%;
    transform: translateX(-50%);
}
md-input-container>md-select {
    margin: 0 0 18px 0;
}
md-chips.md-default-theme .md-chips, md-chips .md-chips {
    box-shadow: 1px 1px rgba(0,0,0,0.12);
}
md-content.md-default-theme, md-content {
    background-color: inherit;
}
md-tabs .md-tab.md-active, md-tabs .md-tab .md-ripple-container {
    color: rgb(156,203,59);
}
md-tabs md-ink-bar {
    color: rgb(156,203,59);
    background: rgb(156,203,59);
}
md-slider.md-default-theme .md-thumb:after, md-slider .md-thumb:after {
    border-color: rgb(156,203,59);
    background-color: rgb(156,203,59);
}
md-slider .md-track.md-track-fill {
    background-color: rgb(156,203,59);
}
#seat_map md-tabs {
    width: 100%;
    height: calc(100vh - 55px);
}
#seat_map md-tabs.editsection {
    width: 100%;
    height: calc(100vh - 55px);
}
#ticket_assignation_button:focus, #ticket_assignation_button i:focus {
    outline: none;
}
#seat_map md-tab-content {
    text-align: left;
}
#seat_map md-input-container.m {
    display: inline-block;
    width: 49%;
}
#seat_map .table>thead:first-child>tr:first-child>th {
    padding: 0;
    font-size: 12px;
}
#seat_map .event_tickets_table .free {
    font-size: 12px;
}
#seat_map .help {
    max-height: 34px;
    overflow: hidden;
    -webkit-transition: max-height 2s ease-in-out; /* Safari */
    transition: max-height 2s ease-in-out;
    margin-bottom: 10px;
}
#seat_map .help span {
    text-decoration: underline;
    margin-left: 10px;
}
#seat_map .help:hover {
    max-height: 500px;
}
#seat_map .md-button.md-fab.direction_disabled {
    background-color: rgba(0,0,0,0.12);
}
#seat_map .zoom_container {
    position: absolute;
    z-index: 101;
    bottom: 10px;
    left: 0;
    margin-left: 20px;
    margin-top: 75px;
}
#inscribirme_dialog #seat_map .zoom_container {
    margin-top: 202px;
}
#seat_map .zoom_container .zoom_button {
    display: block;
    width: 40px;
    height: 40px;
    background: #d6d4d4;
    border: 1px solid #EFF2F5;
}
#seat_map .zoom_container .zoom_button:hover,
#seat_map .move_container .move_button:hover {
    background-color: #9a9a9a;
}
#seat_map .zoom_container .zoom_button:focus,
#seat_map .move_container .move_button:focus {
    outline: none;
}
#seat_map .move_container {
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 360px;
    margin-right: 20px;
    margin-bottom: 20px;
}
body.mobile #seat_map .move_container {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    margin-right: 20px;
    margin-top: 75px;
}
body.mobile .seat_map_dialog .container {
    overflow: scroll;
}
.seat_map_dialog {
    padding: 0;
}
#seat_map .move_container .move_button {
    width: 40px;
    height: 40px;
    background: #d6d4d4;
    border: 1px solid #EFF2F5;
}
#seat_map .legend {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 360px;
    margin-right: 20px;
    margin-top: 75px;
    text-align: left;
    color: #000;
    background: #fff;
    padding: 10px;
}
#inscribirme_dialog #seat_map .legend {
    margin-top: 202px;
}
#seat_map .legend p {
    margin: 0.8em 0 0 0;
}
#seat_map .legend .legend_reference {
    float: left;
    margin-right: 10px;
}
#seat_map .legend .not_available {
    background: #ccddff;
    /*border: 1px solid #000;*/
    width: 16px;
    display: inline-block;
    height: 16px;
    border-radius: 100px;
    margin-right: 10px;
}
#seat_map .legend .occupied {
    background: #f52630;
    /*border: 1px solid #000;*/
    width: 16px;
    display: inline-block;
    height: 16px;
    border-radius: 100px;
    margin-right: 10px;
}
#seat_map .legend .ticket {
    /*border: 1px solid #000;*/
    width: 16px;
    display: inline-block;
    height: 16px;
    border-radius: 100px;
    margin-right: 10px;
}
#create_page .pista {
    border: 1px solid black;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border-bottom: 10px solid #8ac02c;
    margin-bottom: 20px;
}

#create_page .pista .bloques {
    border: 1px dashed #7b7b7b;
    border-radius: 5px;
    padding: 10px;
}

.modal-backdrop.in {
    display: none;
}
.mw-page-element p {
    font-weight: bold;
    font-size: 2rem;
}
.pista .inscribirme_button {
    padding: 0;
}
.pista .showhide {
    float: right;
}
.pista md-tabs {
    border: 1px solid rgb(140, 139, 139);
    border-radius: 5px;
}
.pista .dates {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.pista .dates.show {
    max-height: 600px;
    overflow-y: scroll;
}
.pista .date .datetimes {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
    border: 1px dashed #888888;
    border-radius: 5px;
    margin: 10px;
}
.pista .date.edit .datetimes {
    max-height: 400px;
    overflow-y: scroll;
}
.buy_tickets_outer_wrapper:first-of-type .buy_tickets_wrapper:first-of-type button.autocomplete {
    display: none;
}
button.autocomplete {
    border: 1px solid rgb(156,203,59);
    color: rgb(156,203,59);
}
.mw-question-text{
    font-size: 13.5px;
}
#calendar_reservation table {
    font-size: 0.7em;
}
#calendar_reservation tr th.short,
#calendar_reservation tr td.short {
    width: 68px;
}
#calendar_reservation .tickets {
    /*padding: 18px 0 0 0;*/
}
#calendar_reservation thead th {
    /*border: 1px solid #b7b7b7;*/
    text-align: center;
    padding: 5px;
}
#calendar_reservation tbody td {
    /*border: 1px solid #b7b7b7;*/
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 5px;
}
#calendar_reservation tbody td.null {
    background: #f2f2f2;
    border: none;
}
#calendar_reservation tbody td.reserved {
    background: #e6e6e6;
}
#calendar_reservation tbody td.reserve {
    transition: all 1s;
}
#calendar_reservation tbody td.reserve:hover {
    /*box-shadow: inset 0px 0px 7px 1px #008830;*/
}
#calendar_reservation tr.hidden {
    display: none;
}
.time_cart_ticket {
    border: 1px solid #656565;
    padding: 10px 15px;
    margin: 0 0 2px 0;
    border-radius: 2px;
}
.time_cart_ticket .fa-trash-o:hover {
    cursor: pointer;
}
.pagination>li {
    margin-left: 0;
}
@media (max-width: 650px) {
    #event_header .info .md-calendar-day-header,
    #event_header .info .md-virtual-repeat-container,
    #event_header .info .md-virtual-repeat-container .md-virtual-repeat-scroller,
    #event_header .info .md-virtual-repeat-container .md-calendar,
    #event_header .info md-calendar-month {
        width: 100%;
    }
    #seat_map .legend {
        margin-top: 0;
        top: 44px;
        right: auto;
        width: 100%;
        border: 1px solid black;
        padding-top: 0;
    }
    #seat_map .legend p {
        font-size: 10px;
    }
    #seat_map .legend .not_available {
        width: 10px;
        height: 10px;
    }
}
.datepicker-months a.all-year {
    display: none;
}
#payment_form h1 {
    margin-bottom: 2rem;
}
#payment_form .m .md-datepicker-input-container {
    width: 100%;
    height: 30px;
}
#payment_form .m .md-datepicker-input-container input{
    width: 100%;
}
#reservation_help:hover img {
    max-height: 200px;
}
#reservation_help span {
    border: 1px solid black;
    padding: 2px;
    cursor: help;
}
#reservation_help img {
    max-height: 0;
    position: absolute;
    z-index: 10;
    transition: all 1s;
}
.pagination>li>a, .pagination>li>span {
    margin: 5px;
}
.pagination>li>a {
    background-color: #d9d9d9;
    color: #000;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0;
}
#price_table {
    width: 100%;
}
#price_table td,
#price_table th {
    border: 1px solid #000;
    padding: 5px;
}
#embed_title span {
    border: 1px solid #868686;
    display: block;
    border-bottom: none;
    padding: 5px;
    background: #e8e8e8;
}
.ui-keyboard {
    background: #fff;
    border: 1px solid #000;
}
.apicall pre {
    padding: 10px;
    margin: 10px 0;
}
.apicall h2 {
    margin-top: 20px;
}
.apicall table {
    width: 100%;
    margin: 10px 0;
}
body.CORUS.ACADEMY .md-open-menu-container.md-active {
    z-index: 100000;
}
body.CORUS.ACADEMY label {
    line-height: inherit !important;
}
md-checkbox.checktop .md-container {
    top: 10%;
}
md-checkbox.checkbottom .md-container {
    bottom: -5px;
    top: auto;
}
#agendasearch {
    background: #f2f2f2;
    padding: 10px;
}
#agendasearch form {
    background: #e5e5e5;
}
#agendasearch form h1 {
    background: #013567;
    color: #fff;
    margin: 0;
    font-size: 22px;
    padding: 5px 25px;
}
.agenda_search_line {
    display: block;
    margin: 10px 25px;
}
.agenda_search_line label {
    width: 75px;
}
.agenda_search_line .full_input {
    width: calc(100% - 80px);
}
.agenda_search_line .half_input_date {
    width: calc(50% - 160px);
}
.agenda_search_line .half_input_select {
    width: calc(50% - 81px);
    height: 30px;
}
#agendasearch option.Professional,
.inscribirme_event.v2.vilablareix_event_box.Professional .event_remaninig,
.inscribirme_event.v2.vilablareix_event_box.Professional .event_price,
#agendasearch option.Noves.tecnologies,
.inscribirme_event.v2.vilablareix_event_box.Noves.tecnologies .event_remaninig,
.inscribirme_event.v2.vilablareix_event_box.Noves.tecnologies .event_price {
    background-color: #e31e24;
    color: #fff;
}
#agendasearch option.Formació,
.inscribirme_event.v2.vilablareix_event_box.Formació .event_remaninig,
.inscribirme_event.v2.vilablareix_event_box.Formació .event_price,
#agendasearch option.Formativa,
.inscribirme_event.v2.vilablareix_event_box.Formativa .event_remaninig,
.inscribirme_event.v2.vilablareix_event_box.Formativa .event_price {
    background-color: #56698f;
    color: #fff;
}
#agendasearch option.Oci,
.inscribirme_event.v2.vilablareix_event_box.Oci .event_remaninig,
.inscribirme_event.v2.vilablareix_event_box.Oci .event_price {
    background-color: #008dd2;
    color: #fff;
}
#agendasearch option.Esport,
.inscribirme_event.v2.vilablareix_event_box.Esport .event_remaninig,
.inscribirme_event.v2.vilablareix_event_box.Esport .event_price,
#agendasearch option.Esportives,
.inscribirme_event.v2.vilablareix_event_box.Esportives .event_remaninig,
.inscribirme_event.v2.vilablareix_event_box.Esportives .event_price, {
    background-color: #b0cb1f;
    color: #fff;
}
#agendasearch option.Salut.Benestar,
.inscribirme_event.v2.vilablareix_event_box.Benestar .event_remaninig,
.inscribirme_event.v2.vilablareix_event_box.Benestar .event_price {
    background-color: #a82682;
    color: #fff;
}
#agendasearch option.Solidaritat,
.inscribirme_event.v2.vilablareix_event_box.Solidaritat .event_remaninig,
.inscribirme_event.v2.vilablareix_event_box.Solidaritat .event_price,
#agendasearch option.Social,
.inscribirme_event.v2.vilablareix_event_box.Social .event_remaninig,
.inscribirme_event.v2.vilablareix_event_box.Social .event_price {
    background-color: #86755d;
    color: #fff;
}
#agendasearch option.Cultura,
.inscribirme_event.v2.vilablareix_event_box.Cultura .event_remaninig,
.inscribirme_event.v2.vilablareix_event_box.Cultura .event_price,
#agendasearch option.Culturals,
.inscribirme_event.v2.vilablareix_event_box.Culturals .event_remaninig,
.inscribirme_event.v2.vilablareix_event_box.Culturals .event_price {
    background-color: #fff800;
    color: #fff;
}
#agendasearch option.Religió,
.inscribirme_event.v2.vilablareix_event_box.Religió .event_remaninig,
.inscribirme_event.v2.vilablareix_event_box.Religió .event_price,
#agendasearch option.Medi.ambient,
.inscribirme_event.v2.vilablareix_event_box.Medi.ambient .event_remaninig,
.inscribirme_event.v2.vilablareix_event_box.Medi.ambient .event_price {
    background-color: #ff1e7f;
    color: #fff;
}
#agendasearch option.Altres {
    background-color: #ef7f1a;
    color: #fff;
}
.agenda_event .agende_event_block {
    background-color: #e5e5e5;
    color: #000;
    font-weight: normal;
}
.agenda_event .agende_event_block i {
    font-weight: bold;
}
.agenda_event .agende_event_block.agende_event_name {
    background-color: #c1c1c1;
    color: #000;
}
.agenda_event.ended .agende_event_block {
    background-color: #c1c1c1;
}
.agenda_event .agende_event_block .agenda_triangle {
    width: 0;
	height: 0;
	border-top: 58px solid #ef7f1a;
	border-left: 58px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.agenda_event .agende_event_block .agenda_triangle.Professional,
.agenda_event .agende_event_block .agenda_triangle.Noves.tecnologies {
    border-top: 58px solid #e31e24;
}
.agenda_event .agende_event_block .agenda_triangle.Formació,
.agenda_event .agende_event_block .agenda_triangle.Formativa, {
    border-top: 58px solid #56698f;
}
.agenda_event .agende_event_block .agenda_triangle.Oci {
    border-top: 58px solid #008dd2;
}
.agenda_event .agende_event_block .agenda_triangle.Esport,
.agenda_event .agende_event_block .agenda_triangle.Esportives {
    border-top: 58px solid #b0cb1f;
}
.agenda_event .agende_event_block .agenda_triangle.Salut.Benestar {
    border-top: 58px solid #a82682;
}
.agenda_event .agende_event_block .agenda_triangle.Solidaritat,
.agenda_event .agende_event_block .agenda_triangle.Social {
    border-top: 58px solid #86755d;
}
.agenda_event .agende_event_block .agenda_triangle.Cultura,
.agenda_event .agende_event_block .agenda_triangle.Culturals {
    border-top: 58px solid #fff800;
}
.agenda_event .agende_event_block .agenda_triangle.Religió,
.agenda_event .agende_event_block .agenda_triangle.Medi.ambient {
    border-top: 58px solid #ff1e7f;
}
.agenda_event .layout-margin>* {
    margin: 5px 1px;
}
.agenda_event:hover {
    text-decoration: none;
}
#agendasearch input[type=submit] {
    border: none;
    background-color: #efc300;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 5px;
}
.inscribirme_event.v2.vilablareix_event_box {
    background-color: #fff;
    padding: 0;
    position: relative;
}
.inscribirme_event.v2.vilablareix_event_box .content {
    padding: 13px;
    padding-bottom: 33px;
}
.inscribirme_event.v2.vilablareix_event_box .event_remaninig {
    position: absolute;
    top: 0;
    left: 0;
    width: 49%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px;
    z-index: 1;
}
.inscribirme_event.v2.vilablareix_event_box .event_price {
    position: absolute;
    top: 0;
    right: 0;
    width: 49%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px;
    z-index: 1;
}
.inscribirme_event.v2.vilablareix_event_box .event_informacio {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 49%;
    background-color: #013567;
    color: #fff;
    padding: 5px;
    z-index: 1;
}
.inscribirme_event.v2.vilablareix_event_box .event_entrades {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #efc300;
    color: #fff;
    padding: 5px;
    z-index: 1;
}
.vilablareix_home_selects label {
    display: block;
}
.vilablareix_home_selects select {
    display: block;
    width: 100%;
}

.vilablareix_home_selects_block {
    width: 31%;
    float: left;
    margin: 10px;
}
@media (max-width: 650px) {
    .vilablareix_home_selects_block {
        width: 96%;
    }
}

/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
    display: none;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}

.scroll_simulator {
    width: 100%;
    border: none 0px RED;
    overflow-x: scroll;
    overflow-y:hidden;
    height: 20px;
}
.scroll_simulator_div {
    width: 2000px;
    height: 20px;
}
table.table input.input-filter::placeholder {
    opacity: 0;
}

/*IPP Pop Up*/
.ipppopup {
    border-radius: 10px;
    border: none !important;
    padding: 0;
}
.ipppopup .dialog_header {
    color: #fff;
    text-align: center;
    background-color: #00a9e2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 40px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
}
.ipppopup .mdcancel {
    color: #fff;
}
.ipppopup .continue {
    background-color: #00a9e2;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.ipp_producto_header {

}
.ipp_producto {
    color: #ececec;
    padding: 5px 10px;
}
.ipp_producto_price {
    float: right;
    background-color: #ececec;
    padding: 5px 10px 5px 30px;
    position: relative;
}
.ipp_producto_price::before {
    content: "";
    border-style: solid;
    border-width: 0px 0px 40px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 0px;
    top: 0px;
}
.ipp_producto_selector {
    background-color: #ececec;
    margin: 15px 0;
    padding: 10px;
}
/**/
.autoheigh {
    /*max-height: 400px;*/
}
.ticket_description {
    font-size: 12px;
    background-color: #ececec;
    padding: 0 15px;
    margin-top: -32px;
    line-height: 20px;
}
.calendar_event_v2 {
    text-align: center;
}
.calendar_event_v2 .md-calendar-day-header {
    margin: auto;
}
.md-calendar-scroll-container {
    width: auto;
}
.calendar_event_v2 .md-calendar-date {
    border: none !important;
    padding: 6px !important;
}
.calendar_event_v2 .md-calendar-month-label {
    border: none !important;
    color: #8ac02c !important;
    font-size: 20px;
}
.md-calendar-date-selection-indicator {
    background-color: #8ac02c;
    color: #000 !important;
}
.calendar_event_v2 .md-calendar-selected-date .md-calendar-date-selection-indicator {
    background-color: red !important;
    color: #fff !important;
}
.calendar_event_v2 .md-calendar-month-label md-icon {
    color: #8ac02c !important;
}
.calendar_event_v2 .md-calendar-day-header th {
    border: none !important;
    background-color: #fff !important;
    color: #8ac02c !important;
    font-weight: bold;
    font-size: 14px;
}
#calendar_reservation .calendar_table_event_v2 tbody td {
    background-color: #8ac02c;
}
#calendar_reservation .calendar_table_event_v2 md-input-container,
#calendar_reservation .calendar_table_event_v2 md-input-container>md-select {
    margin: 0
}
#calendar_reservation .calendar_table_event_v2 md-select .md-select-value {
    border: none;
    background-color: #fff;
    color: #000;
    border-radius: 3px;
}
#calendar_reservation .calendar_table_event_v2 .md-button.md-primary.md-raised {
    color: #fff;
}
#calendar_reservation .calendar_table_event_v2 .md-select-value .md-select-icon:after {
    color: #000;
}
#calendar_reservation .calendar_table_event_v2 tbody td.reserved {
    background-color: #9c9e9f;
}
#calendar_reservation .calendar_table_event_v2 tbody td.null {
    background-color: #f2f2f2;
}
#event_info.calendar_v2 .info {
    background-color: #f2f2f2;
    border: 20px solid #fff;
}
#qr_landing h1 {
    color: #9ccb3b;
    font-size: 5rem;
    line-height: 6rem;
}
.qr_block21 h2 {
    color: #9ccb3b;
    font-weight: bold;
    font-size: 3rem;
}
.qr_block22 h2 {
    font-weight: bold;
}
.qr_block22 p {
    color: #fff;
    font-weight: bold;
}
.qr_block1 p {
    font-weight: bold;
}
.qr_gray_back {
    background-color: #f5f3f0;
}
.qr_green_back {
    background-color: #9ccb3b;
}
.qr_padding {
    padding: 20px;
}
.qr_block1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}
.qr_block2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}
.qr_block3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}
.qr_block3 h2 {
    text-align: center;
}
.qr_block3 h2 img {
    height: 28px;
}
.qr_block3 .register {
    background-color: #9ccb3b;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
.qr_block3 .register img {
    height: 22px;
}
#qr_landing ul {
    list-style-image: url(https://storage.googleapis.com/inscribirme.appspot.com/static/img/inscribirme/qr/icon.png);
}
#qr_landing input {
    width: 100%;
    margin-bottom: 10px;
}
#qr_landing input[type=submit] {
    background-color: #000;
    color: #fff;
    border: none;
}
#qr_landing input[type=submit][disabled=disabled]:hover {
    cursor: not-allowed;
}
.qr_block4 {
    text-align: right;
}
@media (max-width: 850px) {
    .qr_block1 img {
        width: 100%;
    }
    .qr_block1 {
        grid-template-rows: auto;
        grid-template-columns: auto;
    }
    .qr_block2 {
        grid-template-rows: auto;
        grid-template-columns: auto;
    }
    .qr_block3 {
        grid-template-rows: 1fr 1fr;
        grid-template-columns: auto;
    }
}

#notification_bell i {
    color: rgb(156,203,59);
}
#cart_counter_wrapper {
    display: block;
}
#cart_counter_wrapper {
    position: relative;
}
#cart_counter {
    position: absolute;
    top: -14px;
    right: 50px;
    background-color: #fff;
    color: #000;
    border: 4px solid rgb(156,203,59);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 22px;
}

/********************************************general mobile settings**********************************************************/
@media all and (max-width: 64em), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    
#seat_map .zoom_container {
    top: 40px;
}

#seat_map .move_container {
    top: 40px!important;
} 
    
#seat_map .legend {
    bottom: 10px!important;
    background: #fff90;
}
#inscribirme_dialog #seat_map .legend {
    margin-top: auto;
}
    
    
}