custom.css 975 Bytes
body
{
  background:  -webkit-linear-gradient(#00b395, #00b395);
  background:  -o-linear-gradient(#00b395, #00b395);
  background:  linear-gradient(#00b395, #00b395);
}

table .dropdown span{
  color: #000000;
}
table .dropdown-toggle{
  cursor: pointer;
}
table .dropdown .fa{
  display: inline;
  margin: 6px 6px;
}
table .dropdown-menu {
    min-width: 134px;
}
table .dropdown-menu > li {
    cursor: pointer;
}
table .dropdown-menu > li:hover{
    text-decoration: none;
    color: #333333;
    background-color: #f5f5f5;
}
table .dropdown-menu > li > span{
  padding: 6px 16px;
  display: block;
}
span.logout {
  background-color: #1a222f;
  border-color: #ffffff;
  color: #fff;
  cursor: pointer;
}
button.close span{
  font-size: 24px;
  color: black;
}
.panel-body{
  max-height: 550px;
  overflow-y: scroll;
}
.verifyEmailBox .wizardPane-title h3, .wizardPane-title span{
  color: #000000;
}

.verifyEmailBox .wizardPane-section1{
  background-color: #ffffff;
}