/** bulk update form */


#ptfw_bu_results {
  margin-top: 10px;
  height: 500px;
  width: 100%;
  overflow: auto;
}
#ptfw_bu_results p{
  width: 100%;
  margin: 2px 0px 2px 0px;
}
#ptfw_bu_results .warning{
  color: red;
}
#ptfw_bu_content{
  width: 100%;
  margin-top:30px;
  display: none;
}
#ptfw_bu_content div.ptfw_bu_content_progress_bar_outer{
  width: 100%;
  border:1px solid black;
  height:20px;
  padding:0px;
}
#ptfw_bu_content div.ptfw_bu_content_progress_bar_inner{
  background-color: green;
  width:0%;
  height: 20px;
}


form.press-search-push-to-fluid-web-bulk-update-form #edit-submit1 {
  display: none;
}

/** toolbar */
#press_search_push_to_fluid_web_dlg_modal {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  background-color: #555555 !important;
  opacity: 30% !important;
  z-index: 10001 !important;
  display: none;
  height: 100% !important;
  width: 100% !important;
}
#press_search_push_to_fluid_web_dlg{
  background-color: #FFFF00;
  color:#000;
  font-weight: bold;
  text-align: center;
  z-index: 10002;
  height:auto;

}

#press_search_push_to_fluid_web_dlg.dlg-modal{
  height:auto;
  width:300px;
  max-width: 800px;
}
#press_search_push_to_fluid_web_dlg div.dlg-content{
  height:110px;
  text-align: center;
  width:250px;
}
#press_search_push_to_fluid_web_dlg div.dlg-content span.content{
  font-weight: bold;
  font-size: 12px;
}
#press_search_push_to_fluid_web_dlg h3{
  margin-top: -23px;
}
#press_search_push_to_fluid_web_dlg span.fluid-web{
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: inset -2px 0 0 2px #555555;
  animation: rotation 1.5s linear infinite;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#press_search_push_to_fluid_web_dlg .dlg-attention{
  color:red;
}
#press_search_push_to_fluid_web_dlg div.dlg-content-buttons, #press_search_push_to_fluid_web_dlg div.dlg-content-messages{
  height:50px;
  width:550px;
  padding:20px;
  text-align: right;
  margin-left: 20px;
}
#press_search_push_to_fluid_web_dlg div.dlg-content-messages {
  text-align: center;
}
#press_search_push_to_fluid_web_dlg .dlg-content-buttons button {
  display: inline-block;
  margin: 0 auto;
  font-size: 1em;
  float: right;
  margin-left: 30px;
}
