
.nav > li.mail_tab_inbox > a:hover, .nav > li.mail_tab_inbox > a.active, .nav > li.mail_tab_inbox > a:focus {
    background-color: #001233;
    color: white;
}
#menu_badge{
    margin-top: 10px;
}
#result {
    padding: 10px;
}
.error{
    color:red;
}
.success{
    color:green;
}
.p-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.deleteMailUser{
    margin: 0;
}
.mail_nav_bar{
    overflow-x: hidden;
    max-height: 500px;
    overflow-y: scroll;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
}
.mail_mid_bar{
    overflow-x: hidden;
    max-height: 800px;
    overflow-y: scroll;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
}
.bold{
    font-weight: bold;
}
.upper{
    text-transform: uppercase;
}

.alert-mess {
    color: #77e4ff;
    background-color: #001233;
    border-color: #130f15;
}

#attacheddocs, #blksenddocint{
    margin-top: 7px;
    margin-left: 17%;
    background: none;
    border: none;
    text-align: right;
}

.icon_pj{
    font-size: 22px;
    margin: 10px;
}
#emailContent{
    padding: 0px !important;
    width: 95%;
    margin: 15px auto;
    overflow: auto;
}
#emailContent .row{
    margin: 0px !important;
}

#emails tbody tr{
    cursor: pointer;
}
.bold-row {
    font-weight: bold;
}
.dataTables_wrapper > div {
    background-color : transparent;
    border: none;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{
    background-color: #1bbae1;
}
.nav-pills > li > a{
    color: #1bbae1;
}
.nav-pills > li.curmail > a:hover {
    background-color: #1bbae1;
    color: white;
}
#emailResponse{
    display:none;
    border-bottom: 1px dotted;
    padding-bottom: 27px;
    margin: 20px;
}
.emailSend{
    display:none;
}
#content_mail{
    display:none;
    margin-top: 52px;
}
#mail-title, #mail-date {
    display:none;
}
.arrow_back{
    margin-right: 6px;
    cursor: pointer;
}