/*
Copyright (C)  2017, 1LAW Legal Technologies, LLC

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
.docubot-logo-preview-wrapper {
  position: relative;
  width:100px;
  height:100px;
}
.docubot_remove_image {
  display: none;
  position: absolute;
  right: 0;
  padding: 5px;
}
.docubot-logo-preview-wrapper:hover .docubot_remove_image {
  display: block;
  cursor: pointer;
}

.docubot-file-picker-button {
  display: inline-block;
  position: relative;
}
.docubot-file-picker-button input[type='file'] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -50;
  left: -50;
  width: 10px;
}

.doc-name {
  display: block;
  font-weight: bold;
  margin: 5px;
}

.toplevel_page_docubot .delete-doc-button {
  vertical-align: middle;
}
