.emailInputFields
{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
 
.emailInputFields:focus
{
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
  border-radius: 5px;
}

.missingData
 {
  box-shadow: 0 0 5px rgba(247, 14, 2, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(247, 14, 2, 1);
}

.rounded25 {
    border-radius: 25px;
    border: 2px solid #0619f7;
    padding: 10px;
    width: 350px;
    height: 150px;
    overflow: auto;
    width: 100%;
    text-align: left;
}

.expander{
    text-decoration: none ;
    border-radius: 25px;
}


.expander:hover{
    background-color: yellow;
    cursor: pointer ;
}

.smallText
{
    font-size: 75%;
    font-weight: bold ;

}

.pointer
{
    cursor: pointer ;
}

.pointer:hover
{
    font-weight: bold ;
    text-decoration: underline ;
}

.userListStyle {
    padding: 20px;
    width: 90%;
    height: 100px;
    overflow-y: scroll ;
}

.questionList{
    padding: 5px ;
    width: 100% ;
    text-decoration: underline ;
    font-weight: bold ;
    text-align: left ;
}

.chart{
    padding: 5px ;
    width: 100% ;
    text-decoration: none ;
    font-weight: bold ;
    text-align: left ;
}

.surveyResponse
{
    border-radius: 25px;
    border: 2px solid #0619f7;
    background-color: #d7dee8;
    padding: 10px;
    height: 250px;
    overflow: auto;
    width: 30%;
    text-align: left; 
    display:none;
    position: absolute;
}

#groupEmailContainer
{
    position: absolute;
    z-index: 1;
    background-color: #eafafa;
    height: auto ;
    width: 60%;
    box-shadow: 10px 10px 5px #888888;
    top: 100px;
    margin: 30px;
    padding: 20px;
    border-left-style: solid ;
    display: none;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
}