/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 .display_none
{
  display: none;
}
.ciepdf_admin_wrapper p
{
  font-style: oblique;
}
.ciepdf-button-primary
{
  background-color: #080e50cc;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s linear all;
}
.ciepdf-main-heading
{
  background-color: #080e50cc;
  padding: 25px !important;
  color: #ffffff;
  font-weight: 600 !important;
  margin: 0 -22px !important;
  text-align: center;
}
.ciepdf-main-heading span
{
  font-style: initial !important;
  font-size: 22px !important;
}
.ciepdf-main-heading img
{
  vertical-align: middle;
  height: 70px;
    width: 180px;
  margin-right: 10px;
}
.wrap.ciepdf
{
  box-sizing: border-box;
  margin: 0;
}
table td
{
  width: 70%;
}
#ciepdf_bckgrnd_img img{
 
  height: 60px;
}
#ciepdf_watermark_img_backgrnd img{
  height: 60px;

}
button.ciepdf_watermark_remove_img.button {
  margin-top: -10px;
}