/* Bootões */
.pbnew-btn {
    width: auto;
    height: auto;
    height: 45px;
    display: inline-block;
    position: relative;
    padding: 13px 22px;
    border: 1px solid #e0e0e0;
    border-bottom: 1px solid #a0a2a8;
    border-radius: 2px;
    background: #fff;
    font-family: Roboto;
    color: #383d48;
    font-size: 15px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.pbnew-btn--blue {
	background: #003862;
	color: #fff;	
}
.pbnew-btn:hover {
    text-decoration: none;
    background: #f0f0f0;
    color: #383d48;
	background: #003862;
	color: #fff;
}
.pbnew-btn:after {
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background: rgba(160, 162, 168, 0.1);
}
.pbnew-btn--blue:after {
	background: rgb(0, 56, 98);
}
.pbnew-btn.pbnew-btn--icon {
    width: 42px;
    padding: 13px 0px;
    border: 0px;
    background: transparent;
}
.pbnew-btn.pbnew-btn--icon:hover {
    background: transparent;
}
.pbnew-btn.pbnew-btn--icon > span,
.pbnew-btn.pbnew-btn--icon:after {
    display: none;
}