/*PLUGIN ITAU*/
object[type="application/gas-events-uni"] {
    display: none;
}
.debug > * {
    border: 1px solid black;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: rgba(0, 0, 0, 0.8);
}
body {
    background-color: rgba(0, 0, 0, 0.03);
}

/* PAGE */
#top-border {
    display: block;
    width: 100%;
    height: 4px;
    background: #fff url("http://builtwithpolymer.org/images/polymer.svg") -450px no-repeat;
    background-size: 140%;
}
core-scroll-header-panel #headerContainer {
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
}
core-scroll-header-panel /deep/ #headerContainer {
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
}
core-scroll-header-panel {
    width: 100%;
    height: 100%;
}
.core-header {
    background-color: #FFF;
    color: rgb(7, 67, 77);
    padding: 0 10px;
    background-color: #FFF;
    color: #111;
    transition: height 0.2s;
    height: 71px;
}
.content {
    height: 100%;
}
paper-button.logo-link /deep/ paper-ripple {
    height: 120%;
    top: -10px !important;
}
.main-logo {
    width: 135px;
    margin-top: -3px;
}
.main-logo-mobile {
    display: none;
    width: 40px;
    margin-top: -2px;
}
@media (max-width:686px) {
    .main-logo {
        display: none;
    }
    .main-logo-mobile {
        display: block;
    }
}
core-field.core-input {
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.05);
    height: 40px;
    background-color: #f1f1f1;
}
paper-button, paper-button-submit {
    line-height: 15px;
    font-weight: 400;
    min-width: 1em;
    font-size: 14px;
}
paper-button[disabled], paper-button[disabled][raised].colored, paper-button[disabled].raised.colored, paper-button-submit[disabled], paper-button-submit[disabled][raised].colored, paper-button-submit[disabled].raised.colored {
    background: #eaeaea;
    color: #a8a8a8;
    cursor: auto;
    pointer-events: none;
}
paper-button[raised].colored, paper-button.raised.colored, paper-button-submit[raised].colored, paper-button-submit.raised.colored {
    background: #3f51b5;
    color: #fff;
}
paper-button.colored[disabled], paper-button-submit.colored[disabled] {
    color: #777;
}
paper-button.colored, paper-button-submit.colored {
    color: #3f51b5;
}
paper-button.raised.social-button {
    color: #fff;
}
paper-button.raised.social-button core-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
paper-button.raised.facebook {
    background: #45619d;
}
paper-button.raised.google {
    background: #dd4b39;
}
event-card::shadow paper-button.colored {
    color: #3f51b5;
}
.primary-text {
    color: #3f51b5;
}
event-card::shadow .primary-text {
    color: #3f51b5;
}
.core-header paper-button {
    line-height: 15px;
}
.core-header paper-button core-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.hero-image {
    width: 100%;
    min-height: 280px;
    background: linear-gradient(rgba(63, 81, 162, 0.85), rgba(63, 81, 162, 0.85)), url('images/1.jpg');
    background-size: cover;
    background-position: center center;
    color: rgba(255, 255, 255, 0.87);
}
.headline {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    text-align: center;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
}
.search-wrapper {
    width: 40%;
}
@media (max-width:1024px) {
    .search-wrapper {
        width: 80%;
    }
}
@media (max-width:686px) {
    .search-wrapper {
        width: 91%;
    }
}
.search-wrapper core-field {
    padding: 6px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
}
.search-wrapper core-field input {
    height: 100%;
    background-color: #fafafa;
    margin: 0px;
    padding: 10px;
    border: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    font-size: 16px;
}
.search-wrapper paper-button {
    background-color: #F9B713;
    border: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    height: 100%;
    margin: 0px;
}
.search-wrapper paper-button /deep/ .button-content {
    padding: 0.6em 0.57em;
}
.action-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}
.action-wrapper paper-button {
    background-color: #FFD264;
    color: #333;
    line-height: 15px;
}
.explain-wrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}
.explain-text {
    width: 90%;
    text-align: center;
    max-width: 90%;
}
.home-events {
    margin-top: 25px;
}
.narrow-wrapper {
    width: 65%;
    margin: 0 auto;
}
@media (max-width:1800px) {
    .narrow-wrapper {
        width: 70%;
    }
}
@media (max-width:1700px) {
    .narrow-wrapper {
        width: 80%;
    }
}
@media (max-width:1500px) {
    .narrow-wrapper {
        width: 96%;
    }
}
@media (max-width:450px) {
    .narrow-wrapper {
        width: 97%;
    }
}
.title-before-card {
    margin-left: 8px;
}
footer {
    margin-top: 30px;
}
footer a {
    text-decoration: none;
}
.logo-footer {
    width: 86px;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -1px;
}
hr {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dfdfdf;
}
footer hr {
    margin-bottom: 30px;
}

/*LOADER*/
#main-content > div.ember-view > div.ember-view > .loading {
    margin: 100px auto;
}
.loading {
    margin: 30px auto;
}
.spinner-text {
    margin: 0 auto;
    text-align: center;
}
.spinner-text .text-title {
    margin-top: 10px;
    line-height: 30px;
}
.spinner-text .text-caption {
    line-height: 20px;
}
.spinner {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}
.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}
@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/*LOADER*/
.liquid-container, .liquid-child {
    width: 100%;
}
.login-wrapper, .cadastro-wrapper {
    width: 100%;
    margin: 30px auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 400px;
}
.cadastro-wrapper {
    max-width: 600px;
}
.login-icon.error {
    color: red;
}
.login-icon, .cadastro-icon {
    width: 96px;
    height: 96px;
    color: #3f51b5;
}
.card-content {
    padding-left: 15px;
    padding-right: 15px;
}
.card-content:first-of-type {
    padding-top: 15px;
}
.card-content:last-of-type {
    padding-bottom: 15px;
}
hr {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dfdfdf;
}
.text-wrap {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icon-body-size {
    width: 16px;
    height: 16px;
}
.card-content.actions {
    padding: 0 5px 6px 5px;
}
.card-content.actions core-icon {
    width: 20px;
    height: 20px;
}
paper-button.muted {
    color: #777;
}
paper-button.muted.selected {
    color: #F9B713;
}
html /deep/ .unfocused-underline {
    background-color: rgba(0, 0, 0, 0.12);
}
.login-wrapper h2, .cadastro-wrapper h2 {
    color: #3f51b5;
}
.card-padding {
    padding: 40px 40px;
}
.login-actions {
    margin-top: 30px;
}
a {
    text-decoration: none;
    color: #3f51b5;
}
paper-button.facebook, paper-button.google {
    margin-top: 5px;
    margin-bottom: 5px;
}
.dropdown-wrapper {
    line-height: normal;
}
x-trigger {
    z-index: auto;
}
button.is-paper {
    border: none;
    color: transparent;
    background: inherit;
    position: relative;
    height: 36px;
    border-radius: 3px;
    padding: 0px;
    margin: 0 0.29em;
}
button paper-button {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
}
.first-input {
    margin-right: 10px;
}
.toast-error {
    background-color: red;
}
.toast-success {
    background-color: darkgreen;
}
.toast-warning {
    background-color: darkgoldenrod;
    color: #333;
}
paper-input-decorator /deep/ .footer, paper-select-decorator /deep/ .footer {
    position: relative;
}
paper-input-decorator /deep/ .error, paper-select-decorator /deep/ .error {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
x-trigger /deep/ core-icon {
    color: #3f51b5;
}
core-dropdown core-item {
    min-width: 300px;
}
core-item {
    width: auto;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    cursor: pointer;
}
core-item:hover, core-item.active {
    background-color: #efefef;
}
core-item.user-item {
    min-height: 50px;
    padding-top: 15px;
}
.user-item .name, .user-item .email {
    line-height: 24px;
}
core-dropdown {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}
#fb-root {
    display: none;
}
form core-field {
    margin: 0 0.29em;
}
.user-pic {
    width: 35px;
    height: 35px;
    margin-left: 10px;
}
.drop-user-pic {
    width: 35px;
    height: 35px;
    margin-right: 9px;
}
.trigger .text {
    line-height: 20px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* MENU */
.dropdown-menu {
    display: none;
}
.drop-item {
    display: none;
}
@media (max-width:820px) {
    .drop-ajuda {
        display: block;
    }
    .menu-ajuda {
        display: none;
    }
    .dropdown-menu {
        display: block;
    }
}
@media (max-width:730px) {
    .drop-meus-ingressos {
        display: block;
    }
    .menu-meus-ingressos {
        display: none;
    }
}
@media (max-width:470px) {
    .drop-meus-eventos {
        display: block;
    }
    .menu-meus-eventos {
        display: none;
    }
}
.admin-navigation {
    width: 270px;
    margin-right: 20px;
}
@media (max-width:1024px) {
    .admin-navigation {
        display: none;
    }
}
.admin-navigation core-item /deep/ core-icon {
    color: #3f51b5;
}
.text-title-section core-icon {
    margin-right: 5px;
    width: 26px;
    height: 26px;
    top: -3px;
}
.card {
    display: inline-block;
    background: white;
    box-sizing: border-box;
    width: 100%;
    padding: 16px 33px;
    border-radius: 2px;
}
.profile-card {
    width: auto;
    padding: 0px;
    margin-right: 10px;
}
.profile-card core-item {
    background-color: #efefef;
    border-bottom: none;
    border-top: 1px solid #ddd;
}
.profile-pic-edit-wrapper {
    height: 115px;
}
.profile-pic-edit {
    width: 115px;
    height: 115px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
paper-fab {
    color: #fff;
    margin-right: 2em;
}
paper-fab.fb-bg {
    position: absolute;
    z-index: 10;
    bottom: 30px;
    right: 10px;
    margin: 0;
}
.fb-bg {
    background: #45619d;
}
paper-input-decorator /deep/ input, paper-select-decorator /deep/ select {
    height: 19px;
}
.number-wrapper {
    width: 60px;
}
.state-wrapper {
    width: 70px;
}
.field-icon {
    margin: 20px 8px 0px 0px !important;
    width: 18px;
    height: 18px
}

.field-icon .fa {
    font-size: 18px;
}