/* 
    Created on : 21/02/2019, 14:30:24
    Author     : MauricioArthur
*/


.bolaStatusVerde{
    display: inline-block; 
    border-radius: 50%; 
    height: 1.5em; 
    width: 1.5em; 
    background-color: #007F0E;
    margin-top: 0.5em;
}
.bolaStatusVermelho{
    display: inline-block; 
    border-radius: 50%; 
    height: 1.5em; 
    width: 1.5em; 
    background-color: #D30000;
    margin-top: 0.5em;
}
.bolaStatusAmarelo{
    display: inline-block; 
    border-radius: 50%; 
    height: 1.5em; 
    width: 1.5em; 
    background-color: #FFE049;
    margin-top: 0.5em;
}
.bolaStatusAzul{
    display: inline-block; 
    border-radius: 50%; 
    height: 1.5em; 
    width: 1.5em; 
    background-color: #3333ff;
    margin-top: 0.5em;
}


.imgRedeSocial{
    width: 32px;
}

.imgLoading{
    width: 25%;
    text-align: center;
}

.imgCandidato{
    width: 100%;
    padding-top: 1em;
}

.imgPerfil{
    width: 200px;
}

.fontSize16{
    font-size: 1.6em;
}

.visible {
  visibility: visible;
}
.invisible {
  display: none;
}

.displayInline{
    display: inline;
}

.divPlano{
    margin-right: 3em;
    border: #007F0E 1px dotted;
}
.divPlano hr{
    color: #007F0E;
    background-color: #007F0E;
    display: block; height: 1px;
    border: 0; border-top: 1px solid #007F0E;
    margin: 1em 0; padding: 0;
}
.divPlano h5{
    font-size: 2em;
    text-align: center;
    font-weight: 600;
}
.divPlano h6{
    font-size: 1.5em;
}

.divPlano .radio-inline{
    text-align: center;
    font-size: 1.4em;
}

.divBorderSeparator{
    border-bottom: 1px #007F0E solid;
}

.marginTop1{
    margin-top: 1em;
}
.marginTop2{
    margin-top: 2em;
}

.pSmall{
    font-size: 0.8em;
}