.subHeading
{
  border-bottom: 2px solid #ff5e6c;  
}
table {
  border-collapse: unset;
}
td.details-control {
  cursor: pointer;

}
.details-control {
    font-size: 1.5vw;
}
.greenBtn {
  color: green;
}
.redBtn
{
  color: red;
}
.collapseTable
{
  width: 80%;
}
#dataTable
{
  /* border: 1px solid gray; */
    /* box-shadow: 2px 3px 10px; */
    /* border-radius: 0.5vw; */
    font-weight: bold;
    color: black;
    /* background: white; */
}
div.dataTables_wrapper {
  /* width: 1000px; */
  /* overflow-x: scroll; */
  /* margin: auto; */
}
.tableDiv,#dataTable_filter>label,#dataTable_length > label
{
  font-weight: 600;
}
.table td, .table th
{
  vertical-align: middle;
}
.fa
{
  font-size: 1.3vw;
  cursor:pointer;
}
input
{
  outline: none;
  border-bottom: 2px solid gray;
  background: transparent;
  width: 10vw;
}
.emailText
{
  color:#007bff;
  cursor: pointer;
}
.emailBox i{
  font-size: 2vw;
    margin-left: 0.5vw;
}
/* #id_email
{
  width: 8vw;
} */
.fa-envelope
{
  padding: 0.1vw;
  background: white;
  border: 1px solid grey;
}

.row
{
  margin-top: 2vh!important;
}
.checkBox,#chkAll
{
    width: 1.1rem;
    height: 1.1rem;
}
.custom-select,.pagination > li,input,select
{
  border: 1px solid gray!important;
}
a:hover
{
  text-decoration: none;
}