.error {
    border: 2px solid red !important;
}

.separador {
    margin-top: 20px;
}

.avatar {
    max-width: 37px;
}

.userList {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.logo img {
    max-width: 60px;
}

.btn-primary.voteButton {
    background-color: #bdc3c7;
}

.btn-primary.voteButton.vote_active {
    background-color: #1abc9c;
}

.delegatedVotes {
    margin: 15px;
}
.legalTexts {
    padding: 15px;
}
.communitySearchList {
    padding: 15px;
}
.ranquingList {
    padding: 15px;
}
.avatarRanquingList{
    display:inline;
    border-radius: 50%;

}

#selectable .ui-selected {
    background: #F39814;
    color: white;
}
.selectable-image{
    max-height: 30px;
}

ul.cats li {
    margin:10px;
}



@media screen and (max-width: 531px) {
    .row { display: flex; flex-flow: column; }
    .two { order: 1; }
    .one { order: 2 }
}



.votos-delegados{
    padding: 5px 5px;
}


.dropdown-menu>li>a.accion {
    background-color: #1abc9c;
    margin: 5px;
    color: white;
}
.sidebarblock h3.accion {
    background-color: #1abc9c;
}

.sidebarblock h3.accion  a{
    color: white;
}

.mymayor_dropdown{
    display:inline;

}