.roo-upload-cropbox-selector {
  display: none !important;
}
.roo-upload-cropbox-dialog .modal-header,
.roo-upload-cropbox-dialog .modal-footer {
  padding-top: 5px;
  padding-bottom: 5px;
}
.roo-upload-cropbox-body {
  background-color: #ffffff;
  border: 1px solid #777777;
  width: 100%;
  height: 450px;
  max-height: 450px;
  position: relative;
  overflow: hidden;
  cursor: move;
}
.roo-upload-cropbox-preview {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  border: none;
}
.roo-upload-cropbox-body .roo-upload-cropbox-thumb {
  position: absolute;
  /*    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
  box-sizing: border-box;
  border: 1px solid #777777;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  background: none repeat scroll 0% 0% transparent;
}
.roo-upload-cropbox-body .roo-upload-cropbox-empty-notify {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding-top: 50px;
  font-style: italic;
}
.roo-upload-cropbox-btn-group button {
  background-color: #000000;
  color: #ffffff;
  border-color: #333333;
}
.roo-upload-cropbox-error-notify {
  border-radius: 0px;
  text-align: center;
  padding: 0px !important;
  margin: 0px !important;
  position: absolute;
  top: 0;
  left: 0;
}