.toggleCities {
    background: #ff463c;
    color: white;
    margin-left: 10px;
    border-radius: 100%;
    padding: 0 5px 0 5px;
    text-align: center;
    width: 18px;
    height: 18px;
    display: inline-block;
    line-height: 18px;
    text-indent: -1px;
}

.discard-notification {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px;
    height: 100%;
}

.icone-artist{
    width: 25px;
    height: 25px;
    background-image: url('../img/categories/v01-artistas.png');
    background-position: center;
    background-repeat: no-repeat;
}
.icone-servicos{
    width: 25px;
    height: 25px;
    background-image: url('../img/categories/v02-prestadores.png');
    background-position: center;
    background-repeat: no-repeat;
}
.icone-promotor{
    width: 25px;
    height: 25px;
    background-image: url('../img/categories/v03-promotoras.png');
    background-position: center;
    background-repeat: no-repeat;
}
.icone-agentes{
    width: 100%;
    height: 50px;
    background-image: url('../img/categories/v04-agentes.png');
    background-position: center;
    background-repeat: no-repeat;
}
.icone-organizadores{
    width: 100%;
    height: 50px;
    background-image: url('../img/categories/v05-organizadores.png');
    background-position: center;
    background-repeat: no-repeat;
}
.icone-eventos{
    width: 100%;
    height: 50px;
    background-image: url('../img/categories/v06-eventos.png');
    background-position: center;
    background-repeat: no-repeat;
}


.user-online-status {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: green;
    display: none;
    position: relative;
    top: 40px;
    left: 40px;
}

.helpView .textarea {
    z-index: 99;
}
.helpView .actionsChat {
    z-index: 99;
    position: fixed;
}

.chatView a.item {
    border-radius: 10px;
    margin-bottom: 10px;
}
.account-status-container {
    width: 25px;
    height: 25px;
    position: relative;
    background: black;
    border-radius: 100%;
    top: 30px;
    left: -10px;
}

.account-status-container .account-status{
    width: 19px;
    height: 19px;
    position: relative;
    border-radius: 100%;
    top: 3px;
    left: 3px;
}

.account-status-container .account-status.s0{
    background-color: yellow;
}

.account-status-container .account-status.s1{
    background-color: green;
}

.account-status-container .account-status.s2{
    background-color: red;
}

body.usertype-1 .bar-subheader {

}
body.usertype-1 .bar-subheader p {
    color: white !important;
}

body.usertype-2 .bar-subheader {
    background-color: #363636 !important;
}
body.usertype-2 .bar-subheader p {
    color: white !important;
}

body.usertype-3 .bar-subheader {
    background-color: #025402 !important;
}
body.usertype-3 .bar-subheader p {
    color: white !important;
}

body.usertype-4 .bar-subheader {
    background-color: black !important;
}
body.usertype-4 .bar-subheader p {
    color: #daa520 !important;
}

body.usertype-5 .bar-subheader {
    
}
body.usertype-5 .bar-subheader p {
    
}

body.usertype-6 .bar-subheader {
    background-color: #363636 !important;
}
body.usertype-6 .bar-subheader p {
    color: white !important;
}


.manager-search {
    padding-top: 5px; width: calc(100% - 110px);
}

.inside {
    position:absolute;
    text-indent:5px;
    margin-top:10px;
    color:darkgray;
}

#managersearch-input {
    border-radius: 0px 20px 20px 0px;
    width: 100%;
    text-indent:23px;
}

#managersearch-input::-webkit-input-placeholder { /* WebKit browsers */
  text-indent:23px;
}

.artist-search {
    padding-top: 5px; width: calc(100% - 110px);
    position: fixed;
    z-index: 999;
}
#artistsearch-input {
    /*border-radius: 0px 20px 20px 0px;
    width: 100px;
    text-indent:23px;*/
    width: 100%;
    
    -webkit-transition: width 1s ease-in-out;
    -moz-transition:width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
#artistsearch-input:focus{
    width: 100%;
}

#artistsearch-input::-webkit-input-placeholder { /* WebKit browsers */
  /*text-indent:23px;*/
}

.navigation-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    float: right;
    right: 20px;
}

.profile-avatar-dashboard {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-size: cover;
    z-index: 999;
    float: right;
    margin-right: 5px;
}

.dashboard-popover {
    float: right;
}

.expanded {
    height: 80vh !important;
}

scroll-content {
  padding-bottom:0!important;
}

 .pac-container {
     pointer-events: auto !important;
 }

 .privatenote:last-child {
     margin-bottom: 60px;
 }

 .item-calendar:last-child {
     margin-bottom: 60px;
 }

 .card.description {
     width: 100%;
 }

 .contact-icon {
    position: relative;
    top: 5px;
    margin-lefT: 15px;
 }

 .thisContentShareArtist {
     display: none;
     height: calc(100% - 100px);
     z-index: 99;
     position: absolute;
     background: lightgray;
     bottom: 0;
     margin-bottom:50px;
     overflow: scroll;
 }

  .thisContentPreMessages {
     display: none;
     height: calc(100% - 100px);
     z-index: 99;
     position: absolute;
     background: lightgray;
     bottom: 0;
     margin-bottom:50px;
     overflow: scroll;
 }

 .thisContentAddParticipant {
     display: none;
     height: calc(100% - 100px);
     z-index: 99;
     position: absolute;
     background: lightgray;
     bottom: 0;
     margin-bottom:50px;
     overflow: scroll;
     top: 100px;
 }

 #artistsharefind-input {
    border-radius: 0px 20px 20px 0px;
    width: 80%;
    margin-top: 5px;
    position: absolute;
    height: 38px;
}

.chat-att-upload > input
{
    display: none;
}

.chatView textarea {
    width: 100%;
    display: flex;
}

.actionsChat {
    position: initial;
    bottom: 10px;
    right: 10px;
    height: 30px;
    z-index: 9;
    display: flex;
    margin-top: 10px;
}

.chatExpandButtons {
    display: flex;
    
}

body.loading .loader.transparent {
    background: transparent;
}



span.button-icon.round-overlay-button.red {
    background-color: #ff463a
}



span.button-icon.round-overlay-button {
    position: fixed;
    height: 56px;
    width: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    min-height: 56px;
    padding: 0;
    border: none;
    background-color: #c4c4c4;
    color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: all linear 220ms;
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
    
}

span.button-icon.round-overlay-button.closedeal {
    bottom: calc(3% + 56px + 10px);
}

span.button-icon.round-overlay-button i {
    font-size: 28px; 
    line-height: 56px;
}


#editProfileForm .leftbutton {
        top: 50% !important; 
        position: absolute !important; 
        transform: translateY(-50%) !important; 
        margin-left: 15% !important;
}

.videoView a.item .table > h2 {
    display: block;
}

.item-video iframe {
    width: 100%;
    height: 175px;
}


.agendaShow .title {
    font-weight: bolder;
    margin-top: 20px;
}

.agendaShow .title div {
    font-weight: normal;
}


.menuView.register {
    background-color: #d60153;
    color: white;
}


.menuView.register .icone-artist{
    width: 100%;
    height: 50px;
    background-image: url('../img/categories/v01-artistas.png');
    background-position: center;
    background-repeat: no-repeat;
}
.menuView.register .icone-servicos{
    width: 100%;
    height: 50px;
    background-image: url('../img/categories/v02-prestadores.png');
    background-position: center;
    background-repeat: no-repeat;
}
.menuView.register .icone-promotor{
    width: 100%;
    height: 50px;
    background-image: url('../img/categories/v03-promotoras.png');
    background-position: center;
    background-repeat: no-repeat;
}
.menuView.register .icone-agentes{
    width: 100%;
    height: 50px;
    background-image: url('../img/categories/v04-agentes.png');
    background-position: center;
    background-repeat: no-repeat;
}
.menuView.register .icone-organizadores{
    width: 100%;
    height: 50px;
    background-image: url('../img/categories/v05-organizadores.png');
    background-position: center;
    background-repeat: no-repeat;
}
.menuView.register .icone-eventos{
    width: 100%;
    height: 50px;
    background-image: url('../img/categories/v06-eventos.png');
    background-position: center;
    background-repeat: no-repeat;
}

.menuView.register .title {
    color: white;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.menuView.register a label{
    color: white;
    font-size: 11px;
}

.menuView.register .row.text-center {
    margin-bottom: 30px;
    height: 20vh;
}


/* FORM DE REGISTO */

.menuView.registerform {
    background-color: #d60153;
    color: white;
}

.menuView.registerform .title {
    color: white;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.menuView.registerform label{
    color: white;
    font-size: 11px;
    margin-top: 10px;
}

.menuView.registerform .checklabel {
    display: inline-block;
    top: 3px;
    position: relative;
    text-indent: 10px;
}
.menuView.registerform .checkbox {
    width: 34px;
    height: 34px;
    margin-top: 5px;
    vertical-align: middle;
}


.menuView .item-input,
.menuView .item-select {
    border-color: #7697a2;
    /*background-color: rgba(208, 238, 249, 0.6);*/
    margin-bottom: 5px;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    border-radius: 4px!important;
    padding: 6px 16px 6px 16px
}

.menuView .item-input input {
    text-align: center;
    padding-right: 0!important;
    color: #333;
}

.menuView .item-input input::-webkit-input-placeholder { color: #333!important; opacity: 1 }
.menuView .item-input input::-ms-input-placeholder { color: #333!important; opacity: 1 }
.menuView .item-input input::-moz-placeholder { color: #333!important; opacity: 1 }

.menuView .item-select select {
    width: 100%;
}
.menuView form#registerForm .item-input,
.menuView form#registerForm .item-select {
    height: 36px;
    text-align: left;
}
.menuView form#registerForm .item-input input {text-align: left;}
.menuView form#registerForm .item-select select {
    text-align: left;
    width: 100%;
    max-width: 100%;
    background: none;
    direction: ltr;
    z-index: 999999;
}


ion-popover-view {
    min-height: 320px;
}


/* Cores dos perfis */


.menuView.casaEventos {
    background-color: #363636;
}


/* AGENTES E AGENCIAS */
.menuView.type-agente {
    background-color: black;
}

.menuView.type-agente a {
    color: #daa520;
}

.menuView.type-agente .button-icon.ion-navicon.dashboard-popover {
    color: #daa520;
}

.menuView.type-agente .col-33 a i.icon-close {
    border: 2px solid #daa520;
}


/* MODELO E PROMOTOR */
.menuView.type-promotor {
    background-color: #025402;
}

.menuView.type-promotor a {
    color: white;
}

.menuView.type-promotor .button-icon.ion-navicon.dashboard-popover {
    color: white;
}

.menuView.type-promotor .col-33 a i.icon-close {
    border: 2px solid white;
}



.menuView.type-prestador {
    background-color: #F1831D;
}

.menuView.type-prestador a {
    color: white;
}

.menuView.type-prestador .button-icon.ion-navicon.dashboard-popover {
    color: white;
}

.menuView.type-prestador .col-33 a i.icon-close {
    border: 2px solid white;
}

/* Prestador servicos */
.menuView.type-eventosparticulares {
    background-color: #363636;
}

.menuView.type-eventosparticulares a {
    /*color: #0C86F3;*/
    color: white;
}

.menuView.type-eventosparticulares .button-icon.ion-navicon.dashboard-popover {
    /*color: #0C86F3;*/
    color: white;
}

.menuView.type-eventosparticulares .col-33 a i.icon-close {
    /*border: 2px solid #0C86F3;*/
    border: 2px solid white;
}


/* PROFILE SECTIONS */
.videoView a.item.item-avatar {
    min-height: initial;
}
.item-video div {
    width: 100% !important;
}




a.tryAcceptInvite {
    color: green !important;
}
a.tryDeclineInvite {
    color: red !important;
}

a.trySetExclusive {
    color: green !important;
}
a.tryRemoveAgent {
    color: red !important;
}

#rejectProposal {
    background-color: red;
}


/* CUSTOM PROFILE VIEW COLORS */


.testhidden {
    display: none;
}


/* Artista */
.profileView .profile-header {
    padding-top: 50vw;
}

.profileView .profile-header img.capa {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
}

.profileView .profile-header .img-artista {
    position: absolute;
    top: -22.5vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 45vw;
    height: 45vw;
    max-width: 200px;
    max-height: 200px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

.profileView .profile-header .img-artista > img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.profileView .profile-header .card {
    position: relative;
    overflow: visible;
    padding-top: 90px;
    color: #ff463a;
    margin-bottom: 10px;
}

.menuView.type-artista .submenu {
     background-color: #ff766d !important;
}
.menuView.type-artista .submenu a {
     color: white !important;
     font-size: 12px !important;
}
.menuView.type-artista .submenu a label{
     color: white !important;
     font-size: 12px !important;
}

.profileView .profile-header h2 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin: 15px auto;
    text-align: center;
    color: #fc463a;
}

.profileView .profile-location {
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
} 

.profileView .profile-register {
    text-align: center;
    color: #868686;
    font-size: 13px;
    text-transform: uppercase;
}

.profileView .statistics {
    width: calc(100% + 20px);
    margin-left: -10px;    
}

.profileView .statistics span {
    line-height: 36px;
    display: inline-block;
}

.profileView .statistics i {
    font-size: 32px;
    margin-right: 5px;
    vertical-align: middle;
}

.profileView .card.description {
    padding: 40px 10px;
    margin-top: 10px;
    width: 100%;
    text-align: justify;
}

.profileView .business-plan .card {
    margin: 10px 10px 0;
}


/* Modelo */
.menuView.type-promotor #searchSub {
     background-color: #038603;
}
.menuView.type-promotor #searchSub a {
     color: white;
     font-size: 12px;
}
.menuView.type-promotor #searchSub a label{
     color: white;
     font-size: 12px;
}
.menuView.type-promotor #plusSub {
     background-color: #038603;
}
.menuView.type-promotor #plusSub a {
     color: white;
     font-size: 12px;
}
.menuView.type-promotor #plusSub a label{
     color: white;
     font-size: 12px;
}

.profileModeloView .profile-header {
    padding-top: 50vw;
}

.profileModeloView .profile-header img.capa {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
}

.profileModeloView .profile-header .img-artista {
    position: absolute;
    top: -22.5vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 45vw;
    height: 45vw;
    max-width: 200px;
    max-height: 200px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

.profileModeloView .profile-header .img-artista > img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.profileModeloView .profile-header .card {
    position: relative;
    overflow: visible;
    padding-top: 90px;
    color: #D6DE23;
    margin-bottom: 10px;
}

.profileModeloView .profile-header h2 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin: 15px auto;
    text-align: center;
    color: #D6DE23;
}

.profileModeloView .profile-location {
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
} 

.profileModeloView .profile-register {
    text-align: center;
    color: #868686;
    font-size: 13px;
    text-transform: uppercase;
}

.profileModeloView .statistics {
    width: calc(100% + 20px);
    margin-left: -10px;    
}

.profileModeloView .statistics span {
    line-height: 36px;
    display: inline-block;
}

.profileModeloView .statistics i {
    font-size: 32px;
    margin-right: 5px;
    vertical-align: middle;
}

.profileModeloView .card.description {
    padding: 40px 10px;
    margin-top: 10px;
    width: 100%;
}

.profileModeloView .business-plan .card {
    margin: 10px 10px 0;
}

.profileModeloView .light-red .card {
    background-color: #D6DE23;
    color: #fff;
}

.profileModeloView .actions a {
    background-color: #D6DE23;
    color: #fff;
}

.profileModeloView .social .card {
    color: #D6DE23;
    /*color: #fff;*/
}
.profileModeloView .social h3 {
   color: #D6DE23;
}

.profileModeloView .social i{
   color: #D6DE23;
}

.profileModeloView .infotec .card {
    color: #D6DE23;
}
.profileModeloView .infotec .card a.send-email {
    background-color: #D6DE23;
}
.profileModeloView .infotec .card h3 {
    color: #D6DE23;
}
ion-view.perfilModelo .profile-header.inner-page {
    background-color: #D6DE23;
}

/* Prestador */


.menuView.type-prestador #searchSub {
     background-color: #f49d4d;
}
.menuView.type-prestador #searchSub a {
     color: white;
     font-size: 12px;
}
.menuView.type-prestador #searchSub a label{
     color: white;
     font-size: 12px;
}.menuView.type-prestador #plusSub {
     background-color: #f49d4d;
}
.menuView.type-prestador #plusSub a {
     color: white;
     font-size: 12px;
}
.menuView.type-prestador #plusSub a label{
     color: white;
     font-size: 12px;
}

.profilePrestadorView .profile-header {
    padding-top: 50vw;
}

.profilePrestadorView .profile-header img.capa {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
}

.profilePrestadorView .profile-header .img-artista {
    position: absolute;
    top: -22.5vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 45vw;
    height: 45vw;
    max-width: 200px;
    max-height: 200px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

.profilePrestadorView .profile-header .img-artista > img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.profilePrestadorView .profile-header .card {
    position: relative;
    overflow: visible;
    padding-top: 90px;
    color: #F1831D;
    margin-bottom: 10px;
}

.profilePrestadorView .profile-header h2 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin: 15px auto;
    text-align: center;
    color: #F1831D;
}

.profilePrestadorView .profile-location {
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
} 

.profilePrestadorView .profile-register {
    text-align: center;
    color: #868686;
    font-size: 13px;
    text-transform: uppercase;
}

.profilePrestadorView .statistics {
    width: calc(100% + 20px);
    margin-left: -10px;    
}

.profilePrestadorView .statistics span {
    line-height: 20px;
    display: inline-block;
}

.profilePrestadorView .statistics i {
    font-size: 32px;
    margin-right: 5px;
    vertical-align: middle;
}

.profilePrestadorView .card.description {
    padding: 40px 10px;
    margin-top: 10px;
    width: 100%;
}

.profilePrestadorView .business-plan .card {
    margin: 10px 10px 0;
}

.profilePrestadorView .light-red .card {
    background-color: #F1831D;
    color: #fff;
}

.profilePrestadorView .actions a {
    background-color: #F1831D;
    color: #fff;
}

.profilePrestadorView .social .card {
    color: #F1831D;
    /*color: #fff;*/
}
.profilePrestadorView .social h3 {
   color: #F1831D;
}

.profilePrestadorView .social i{
   color: #F1831D;
}

.profilePrestadorView .infotec .card {
    color: #F1831D;
}
.profilePrestadorView .infotec .card a.send-email {
    background-color: #F1831D;
}
.profilePrestadorView .infotec .card h3 {
    color: #F1831D;
}



/* AGENTE */ 

.menuView.type-agente #searchSub {
     background-color: #5c5c5c;
}
.menuView.type-agente #searchSub a {
     color: #daa520;
     font-size: 12px;
}
.menuView.type-agente #searchSub a label{
     color: #daa520;
     font-size: 12px;
}

.profileAgentView .avatar,
.ratingsView .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-color: #daa520;
}

.profileAgentView .card-dark {
    margin: 5px 5px 20px;
    background-color: #000;
    color: #daa520;
}

.profileAgentView .card.description {
    background: #000000;
}

.profileAgentView .card.description h2 {
    color: #daa520
}

.profileAgentView .actions a {
    background-color: #000;
    color: #daa520;
}

.ratingsView h2,
.profileAgentView h2 {
    color: #daa520;
    font-weight: 600;
    font-size: 26px;
    margin-top: 10px;
}

.profileAgentView h2 + .row span {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
}

.profileAgentView .since p {
    width: 100%;
    margin: 0 0 20px;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
}

.profileAgentView .since p i { font-size: 26px; }

.profileAgentView .statistics .row { padding: 0; }
.profileAgentView .statistics .row > div {
    height: calc(50vw - 15px);
    background-color: #000000;
    color: #daa520;
    display: table;
    width: 100%;
}

.profileAgentView .statistics { padding: 1px; margin: 5px }
.profileAgentView .statistics .row > div > div {
    display: table-cell;
    vertical-align: middle;
}

.profileAgentView .statistics .row:first-child > div:first-child,
.profileAgentView .statistics .row:last-child > div:last-child {
    background-color: #000000;
}

.profileAgentView .statistics span {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
}

.profileAgentView .statistics .row:first-child > div:last-child span {
    font-size: 16px;
    line-height: 24px;
}

.profileAgentView .statistics .row:first-child > div:last-child span bdi {
    font-size: 21px;
    display: block;
}

.profileAgentView .statistics .row:last-child > div:last-child span {
    font-size: 21px;
}

.profileAgentView .statistics span + p {
    margin-top: 30px;
    font-size: 13px;
    text-transform: uppercase;
}


.profileAgentView .card.description { margin-top: 0; padding-bottom: 30px }

.profileAgentView .card.description a {
    text-decoration: none;
    color: #868686;
    width: 100%;
    line-height: 48px;
}

.profileAgentView .card.description bdi {
    font-size: 26px;
    width: 100%;
}

.profileAgentView .card.description h2:nth-of-type(2) {
    margin-top: 30px;
    margin-bottom: 0;
}

.profileAgentView .social .card {
    color: #daa520;
    background-color: black;
}
.profileAgentView .social h3 {
   color: #daa520;
}

.profileAgentView .social i{
   color: #daa520;
}


/* Organizadores de eventos */

.menuView.type-casaeventos #searchSub {
     background-color: #5c5c5c;
}
.menuView.type-casaeventos #searchSub a {
     color: white;
     font-size: 12px;
}
.menuView.type-casaeventos #searchSub a label{
     color: white;
     font-size: 12px;
}
.menuView.type-casaeventos #plusSub {
     background-color: #5c5c5c;
}
.menuView.type-casaeventos #plusSub a {
     color: white;
     font-size: 12px;
}
.menuView.type-casaeventos #plusSub a label{
     color: white;
     font-size: 12px;
}
/*
.profileCasasView .profile-header {
    background: #363636;
    color: #fff;
    /*height: 440px;/
    height: 280px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.profileCasasView .profile-header:before {
    content: '';
    position: absolute;
    bottom: -230px;
    left: -75px;
    background: url('/img/perfil-concept.png') no-repeat;
    width: 327px;
    height: 366px;
    background-size: 55%;
    z-index: 2;
    display:none;
}

.profileCasasView .profile-header .capa {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    /*top: 220px;
    top: 0;
    height: 220px;
    background-size: cover;
    background-position: center center;
}

.profileCasasView .profile-header .capa:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background: url('../img/profile-cloud.png');
    height: 50%;
    background-position: bottom;
    display:none;
}

.profileCasasView .profile-header .capa:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(3, 76, 103, 0.4);
    display:none;
}

.profileCasasView .profile-header span.profile-place + .img-casa {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 5px solid;
    text-align: center;
    z-index: 3;
}*/

.profileCasasView .profile-header > div {
    position: relative; 
    height: 100%;
    width: 100%;
    padding: 2%;
    float: left
}

.profileCasasView .profileHeader.text-center:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 50%;
    top: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.24);
}

.profileCasasView .profile-header h2.profile-title {
    max-width: 90%;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    margin: 20px auto;
}

.profileCasasView .profile-place {
    margin-bottom: 20px;
    display: inline-block;
}

.profileCasasView .profile-header span.profile-place + .img-casa {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 5px solid;
    text-align: center;
    z-index: 3;
    position: absolute;
    left: calc(50% - 75px);
    top: calc(50% - 75px);

    background-position: center;
}
.profileCasasView .profile-header .img-casa > img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.profileCasasView .profile-header img.capa {
    position: absolute;
    left: 0;
    height: 200px;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    top: calc(50% + 65px); 
}

.profileCasasView .profile-header + .card {
    position: relative;
    margin-top: -60px;
    overflow: visible;
    display: inline-block;
    width: calc(100% - 20px);
    z-index: 3;
}

.profileCasasView h3.profile-since.text-center {
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    color: #363636;
}

.profileCasasView .statistics {
    padding: 10px 0;
    color: #363636;
}

.profileCasasView .statistics span > i {
    display: block;
    font-size: 36px;
    line-height: 48px;
}

.profileCasasView .actions a {
    background-color: #363636;
}

.profileCasasView .description { padding: 20px 10px }

.profileCasasView .social h3,
.profileCasasView .social p,
.profileCasasView .social a {
    color: #363636;
}

.profileCasasView .social .card {
    margin: 0 5px;
}

ion-view.perfilCasa .profile-header.inner-page {
    background-color: #363636;
}
ion-view.perfilCasa .plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {background: #363636;}








/* Eventos Particulares */

.menuView.type-eventosparticulares #searchSub {
     background-color: #5c5c5c;
}
.menuView.type-eventosparticulares #searchSub a {
     /*color: #0C86F3;*/
     color: white;
     font-size: 12px;
}
.menuView.type-eventosparticulares #searchSub a label{
     /*color: #0C86F3;*/
     color: white;
     font-size: 12px;
}
.menuView.type-eventosparticulares #plusSub {
     background-color: #5c5c5c;
}
.menuView.type-eventosparticulares #plusSub a {
     /*color: #0C86F3;*/
     color: white;
     font-size: 12px;
}
.menuView.type-eventosparticulares #plusSub a label{
     /*color: #0C86F3;*/
     color: white;
     font-size: 12px;
}

.profileParticularView .profile-header {
    background: #363636;
    color: #0C86F3;
    height: 280px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.profileParticularView .profile-header:before {
    content: '';
    position: absolute;
    bottom: -230px;
    left: -75px;
    background: url('/img/perfil-concept.png') no-repeat;
    width: 327px;
    height: 366px;
    background-size: 55%;
    z-index: 2;
    display:none;
}
/*
.profileParticularView .profile-header .capa {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 220px;
    background-size: cover;
    background-position: center center;
}

.profileParticularView .profile-header .capa:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background: url('../img/profile-cloud.png');
    height: 50%;
    background-position: bottom;
    display:none;
}

.profileParticularView .profile-header .capa:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(3, 76, 103, 0.4);
    display:none;
}

.profileParticularView .profile-header span.profile-place + .img-casa {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 5px solid;
    text-align: center;
    z-index: 3;
}

.profileParticularView .profile-header > div {
    position: relative; 
    height: 100%;
    width: 100%;
    padding: 2%;
    float: left
}

.profileParticularView .profileHeader.text-center:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 50%;
    top: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.24);
}

.profileParticularView .profile-header h2.profile-title {
    max-width: 90%;
    color: #0C86F3;
    font-weight: 600;
    font-size: 28px;
    margin: 20px auto;
}

.profileParticularView .profile-place {
    margin-bottom: 20px;
    display: inline-block;
}*/ 

.profileParticularView .profile-header span.profile-place + .img-casa {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 5px solid;
    text-align: center;
    z-index: 3;
    position: absolute;
    left: calc(50% - 75px);
    top: calc(50% - 75px);

    background-position: center;
}
.profileParticularView .profile-header .img-casa > img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.profileParticularView .profile-header img.capa {
    position: absolute;
    left: 0;
    height: 200px;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    top: calc(50% + 65px); 
}

.profileParticularView .profile-header + .card {
    position: relative;
    margin-top: -60px;
    overflow: visible;
    display: inline-block;
    width: calc(100% - 20px);
    z-index: 3;
}

.profileParticularView h3.profile-since.text-center {
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    color: #363636;
}

.profileParticularView .statistics {
    padding: 10px 0;
    color: #363636;
}

.profileParticularView .statistics span > i {
    display: block;
    font-size: 36px;
    line-height: 48px;
}

.profileParticularView .actions a {
    background-color: #363636;
}

.profileParticularView .description { padding: 20px 10px }

.profileParticularView .social h3,
.profileParticularView .social p,
.profileParticularView .social a {
    color: #363636;
}

.profileParticularView .social .card {
    margin: 0 5px;
}

.flip {
    transform: rotate(-180deg);
}

.js-publiccalendar {
    text-transform: capitalize;
}


.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

ul {
  /*list-style-type: disc;*/
}

#otherCategories {
  width: 170px;
  font-size: 13px;
}
#otherCategories ul {
      /*margin: 5px 0px 0 25px;*/
}
#otherCategories ul ul li{
  text-align: left;
  list-style: disc;
  /*list-style-type: disc;*/
  margin: 2px 0px 0 25px;
}

.minimize {
    /*text-align: justify;*/
}

.barras {
    position: absolute;
    /*top: -25.5vw;*/
    overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 1;
}

.capa.js-imgcover {
    z-index: 2;
}

#searchSub label {
    text-transform: capitalize;
}

.dataevento {
    display: inline-block;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    color: #868686;
    float: right;
    font-weight: 400 !important;
    font-size: 12px !important;
    transform: translateX(-20px);
}

#subBartickets {
    top: 104px;
    height: 35px;
    background-color: #aee5cf;
}

#subBartickets p {
    text-shadow: none;
}


.ticketswall .swal2-content {
    text-align: left;
}

.ticketswall .swal2-content p {
    margin: 0;
}

.exitapppopup .swal2-confirm {
    display: block;
    background-color: #025402 !important;
    margin: 0 auto;
    font-size: 14px;
    color: white;
}

.exitapppopup .swal2-cancel {
    display: block;
    background-color: transparent !important;
    margin: 0 auto;
    color: rgb(221, 51, 51);
    text-decoration: underline;
    margin-top: 20px;
}


.validate-account {
    display: none;
    position: absolute;
    color: red;
    left: 50%;
    width: 35px;
    height: 35px;
    font-size: 35px;
    top: 30px;
}

.emptylisttext {
    position: absolute;
    width: 100%;
    min-height: 1px;
    height: auto;
    color: grey;
    text-align: center;
    top: 50vh;
    z-index: 999;
}

.less, .more {
    color: #387ef5 !important;
}

.js-perfil-actions a i {
    margin: 0;
    display: block;
}
.js-perfil-actions a i + span{
    text-align: center;
    text-transform: capitalize;
}

.contacts .js-mail {
    justify-content: center;
}
.contacts a{
    color: white;
}

.chatnomeevento {
    font-weight: bolder !important;
    text-decoration: underline !important;
}


.artist-search-form {
    position: absolute;
    top: 100px;
    width: 100%;
    margin: 0 auto;
    /*height: 80vh;*/
    height: calc(100vh - 100px);
    z-index: 99999999;
    overflow-y: scroll;
    background-color: #e7e5e5;
}

.profile-header.inner-page .profile-avatar {
    /*transform: translate(-70px,-10px);*/
    position: absolute;
    top: -30px;
}

.report-profile {
    display: block;
}

/* accordion tensting */

ul.accordion {
    list-style: none;
    padding: 0;
}

ul.accordion .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
}

ul.accordion li {
    margin: .5em 0;
    text-align: justify;
}
ul.accordion li.major {
    background-image: linear-gradient(#EDEFF1, white);
}

ul.accordion li a.toggle {
    /*width: 100%;*/
    display: block;
    /*background: #EDEFF1;*/
    color: #838CA3;
    padding: .75em;
    transition: background .3s ease;
    border-radius: 5px;
    text-decoration: none;
}
ul.accordion li a.toggle-open {
    /*width: 100%;*/
    display: block;
    /*background: #EDEFF1;*/
    color: #838CA3;
    padding: .75em;
    transition: background .3s ease;
    border-radius: 5px;
}

ul.accordion li a i {
    float: right;
    font-size: 20px;
    transition: all 0.5s ease;
}

ul.accordion li a i.flip {
    transform: rotateZ(180deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

#subBar2 .requirements hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.card.light-green h2 {
    margin-bottom: 20px;
}

#subBar2 .description-footer .desc {
    color: black;
}

#subBar2 .description-footer .main {
    font-size: 16px;
    text-align: justify;
}

#subBar2 .thisContentArtists h4 {
    color: red;
    margin-left: 5px;
}

.menuView .goToPage {
    text-transform: capitalize;
}

span.subaction.archive-msg, span.subaction.unarchive-msg {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

span.subaction label {
    transform: translateX(-5px);
}

.dealsView i.ion-arrow-left-c {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    font-size: 20px;
    bottom: 10px;
    color: #b9b9b9;
}