/**************************
  Coppermine Photo Gallery
 **************************
  Copyright (c) 2003-2016 Coppermine Dev Team
  v1.0 originally written by Gregory Demar

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 3
  as published by the Free Software Foundation.

 ************************************
  Coppermine version: 1.6.03
  $HeadURL$
 ************************************/

#dropArea { border: 1px dashed #777; width: 100%; padding: 1em 0; text-align: center; border-radius: 5px }
#dropArea.hover { background-color: #DFD; border: 1px solid #999; box-shadow: inset 2px 2px 3px #999 }
#totprogress { width: 100%; height: 8px; margin-bottom: 3px; border: 1px solid #BBB; border-radius: 3px; background: #1EAEFB url("progbar.png") -1px 0 no-repeat }
#fprogress { color: #111; }
#fprogress p { display: block; padding: 2px 5px; margin: 2px 0; border: 1px solid #BBB; border-radius: 3px; font-size: 0.9em; background: #AAD7FD url("progbar.png") -1px 0 no-repeat; }
#fprogress p.chunked { background-color: #D9D2FF; }
#fprogress p.indeterm { background: #efefef url("indeterm.gif") repeat-x top; }
#fprogress p.success { background: #0C0 none 0 0 no-repeat; }
#fprogress p.failure { background: #F99 none 0 0 no-repeat; }
img.abortX { float: right; margin-top: -2px; cursor: pointer; }
img.infog { margin-bottom: -2px; cursor: pointer; }
div.acti {display: none; margin-left: 5px; vertical-align: text-bottom; }
div.acti img { cursor: pointer; }
.textinput { width: 100%; box-sizing: border-box; }
