
/*********** popup**********/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #34BFA3;
    border-radius: 0px;
}
div#emails-tabs {
    margin-top: 10px;
}
div#emails-tabs li{
    margin-bottom: 0px;
    float: right;
}
.itm {
    padding: 6px;
    border-top: 1px solid #eee;
}
.itm:first-child {  
  border-top: none;
}
.tab-pane {
    padding-top: 8px;
    
}
.tab-paneContent{
/*    max-height: 400px;*/
    overflow-y: auto;
}

.select-all {
    padding-bottom: 8px;
    padding-left: 21px;
}
.campain-action {
    padding-top: 10px;
}

.modal-body div#emails-tabs li.active a {
  background-color: #34bfa3;
}
.modal-body div#emails-tabs li a {
  border-radius: 5px 5px 0 0;
  background-color: #f9f9f9;
   border: 1px solid #ddd;
  border-bottom: none;
}
.modal-body ul.nav.nav-pills {
  border-bottom: 1px solid #eee;
}