/**
 * Pop-up styles start
 **/
 #wppm_popup_background{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900000000000;
    background-color: #000;
    opacity: 0.8;
  }
  #wppm_popup_container{
    position: fixed;
    top:30px;
    left: 0;
    width: 100%;
    z-index: 900000000001;
  }
  #wppm_popup{
    position: fixed;
    background-color: #fff;
    height: 100px;
    padding: 0 !important;
  }
  #wppm_popup_title{
    border-bottom: 1px solid #ccc;
    font: 26px "OpenSans-Light",Helvetica,Arial,sans-serif;
    padding: 15px !important;
  } 
  #wppm_popup_title h3{
    font-size: 18px;
    margin: 0 !important;
  }
  #wppm_popup_body{
    min-height: 100px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    padding: 15px !important;
  }
  #wppm_popup_footer{
    background-color: #F6F6F6;
    padding: 15px !important;
  }
  #wppm_popup_footer button{
    width: 120px;
    height: 40px;
    border-radius: 20px;
    margin-right: 10px;
  }
  .wppm_popup_close{
    color: #273444;
    background-color: #EFF2F7;
    border-color: #000;
    border-radius: 50px;
    padding: 5px;
  }
  .wppm_popup_action{
    color: #FFF !important;
    background-color: #306EFF;
    border-color: #306EFF;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%);
    cursor: pointer;
    border-radius: 50px !important;
    padding: 5px;
  }
  
  .mce-window.mce-in, .mce-menu.mce-in.mce-animate{
    z-index: 900000000001 !important;;
  }

  /**
 * Pop-up styles start
 **/
 #wppm_task_popup_background{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900000000000;
  background-color: #000;
  opacity: 0.8;
}
#wppm_task_popup_container{
  position: fixed;
  top:30px;
  left: 0;
  width: 100%;
  z-index: 900000000001;
}
#wppm_task_popup{
  position: fixed;
  background-color: #fff;
  height: 100px;
  padding: 0 !important;
}
#wppm_task_popup_title{
  border-bottom: 1px solid #ccc;
  font: 26px "OpenSans-Light",Helvetica,Arial,sans-serif;
  padding: 15px !important;
} 
#wppm_task_popup_title h3{
  font-size: 18px;
  margin: 0 !important;
}
#wppm_task_popup_body{
  min-height: 100px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  padding: 15px !important;
}
#wppm_task_popup_footer{
  background-color: #F6F6F6;
  padding: 15px !important;
}
#wppm_task_popup_footer button{
  width: 120px;
  height: 40px;
  border-radius: 20px;
  margin-right: 10px;
}
.wppm_task_popup_close{
  color: #273444;
  background-color: #EFF2F7;
  border-color: #000;
  border-radius: 50px;
  padding: 5px;
}
.wppm_task_popup_action{
  color: #FFF !important;
  background-color: #306EFF;
  border-color: #306EFF;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%);
  cursor: pointer;
  border-radius: 50px !important;
  padding: 5px;
}