#emailPlugin{
    background: #F2F2F2;
    padding-bottom: 20px;
}
#emailHeader{
    background: #4285f4;
    height: 50px;
    display: flex;
    align-items: center;
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    box-shadow: 0 5px 6px 0 #ccc;
    color: white;
}
#emailSearchDiv{
    background: #5E97F6;
}
#emailSearchDiv input{
    background: #5E97F6;
    border: 0;
    height: 36px;
}
#emailContent{
    width: 67%;
    min-width: 840px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
}
.emailSectionHeader{
    margin-top: 20px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 13px;
    background: #F2F2F2;
}
.emailRow{
    font-size: 13px;
    padding-top: 12px;
    border-bottom: 1px solid #F2F2F2;
}
.emailRowHead{
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    cursor: pointer;
}
.emailCheckBox{
    flex: 1;
    text-align: center;
}
.emailFrom{
    flex: 3;
}
.emailShort{
    display: flex;
    flex: 15;
    min-width: 0;
    padding-left:5px;
}
.notRead .title, .notRead .emailFrom span{
    font-weight: bold;
}
.emailShort .title{
    flex: 7;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.emailShort .body{
    flex: 3;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.emailBody{
    padding: 10px 20px;
    box-shadow: 0 5px 6px 0 #ccc;
    margin-bottom: 0;
    display: none;
}
.emailBodyHead{
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.emailContacts{
    flex: 5;
}
.emailSender{
    font-weight: bold;
}
.emailReciever, .to{
    color: gray;
}
.emailDate{
    flex: 3;
    padding-right:5px;
}
.emailSetings{
    flex: 1;
    cursor: pointer;
    position: relative;
}
.dropdown-menu{
    position: absolute;
}
.emailSetings .dropdown-menu .glyphicon{
    padding-right: 10px;
}
#emailMenu{
    position: fixed;
    width: 200px;
    font-size: 14px;
    left: -210px;
}
#emailMenu ul{
    list-style-type: none;
    padding-left: 0;
    padding-top: 6px;
}
#emailMenu ul li{
    height: 40px;
    padding-top: 13px;
    padding-left: 10px;
    cursor: pointer;
}
#emailMenu ul .active{
    font-weight: bold;
    background: #E7E7E7;
}
#emailMenu ul li:hover{
    background-color: #E7E7E7 !important;
}
#emailMenu ul li .glyphicon{
    padding-right: 10px;
}
#emailHeader .openMenu{

}