.desativado {
	pointer-events: none;
	opacity: 1;
	filter: grayscale(100%);
	cursor: default;
}

.avatar-menu {
    height: 32px;
    width: 32px;
    cursor: pointer;
}
.menu-acoes {
    list-style-type: none !important;
    left: -150px;
}
.container {
    outline: none;
}
.badge-nova-ideia {
    color: #fff;
    background-color: #00A87E;
}
.badge-ideia-popular {
    color: #fff;
    background-color: #710D7C;
}
.box-detalhe-ideia a {
    font-size: 2em;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: left center;
}

input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    cursor:pointer;
    display:block;
    width:8px;
    color: #333;
    text-align:center;
    position:relative;
}

input[type=number] { 
   -moz-appearance: textfield;
   appearance: textfield;
   margin: 0; 
}