/**
 * General styles
 * @author Alex Kovalev <alex.kovalevv@gmail.com> 
 * @copyright Alex Kovalev 08.11.2017 
 */
.factory-bootstrap-401 #wbcr_scrapes_post_type,
.factory-bootstrap-401 #wbcr_scrapes_shedule_hourly_time {
  width: 250px;
}
.factory-bootstrap-401 #wbcr-scrapes-iframe {
  z-index: 999999;
}
.factory-bootstrap-401 #wbcr-scrapes-iframe .modal-dialog,
.factory-bootstrap-401 #wbcr-scrapes-iframe .modal-content,
.factory-bootstrap-401 #wbcr-scrapes-iframe .modal-body {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: auto !important;
  height: auto !important;
}
.factory-bootstrap-401 #wbcr-scrapes-iframe #wbcr-scrapes-iframe-render {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.factory-bootstrap-401 .wbcr-scrapes-control-xpath {
  position: relative;
}
.factory-bootstrap-401 .wbcr-scrapes-control-xpath button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: #efefef;
  border-radius: 0 3px 3px 0;
}
.factory-bootstrap-401 .wbcr-scrapes-control-xpath button:hover,
.factory-bootstrap-401 .wbcr-scrapes-control-xpath button:focus {
  box-shadow: none;
  outline: none;
}
.factory-bootstrap-401 .factory-multiple-textbox-group .factory-mtextbox-item:first-child .wbcr-scrapes-control-xpath button {
  right: 0;
}
.factory-bootstrap-401 .factory-multiple-textbox-group .factory-mtextbox-item .wbcr-scrapes-control-xpath button {
  right: 39px;
  border-radius: 0;
}
.column-actions {
  width: 150px;
}
.column-autoparsing {
  width: 150px;
  text-align: center;
}
.column-autoparsing .wbcr-scrapes-table-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.column-autoparsing .wbcr-scrapes-table-circle.wbcr-green {
  background-color: #229922;
}
.column-autoparsing .wbcr-scrapes-table-circle.wbcr-grey {
  background-color: #9e9e9e;
}
