﻿.no-display {
    display: none !important;
}

.popup-topo-verde {
    background-color: #50C9A2 !important;
    border-color: #50C9A2 !important;
}

.popup-topo-vermelho {
    background-color: #E85E6C !important;
    border-color: #E85E6C !important;
}

.popup-topo-amarelo {
    background-color: #EEAD2D !important;
    border-color: #EEAD2D !important;
}

.no-border {
    border: none !important;
}

.radius {
    border-radius: 7px !important;
    margin-bottom: 10px !important;
}

.radius-top {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

.radius-bottom {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.radius {
    border-radius: 7px !important;
    margin-bottom: 10px !important;
}

.text-align-c {
    text-align: center !important;
}
