/* Uploader: Drag & Drop */
.resumable-error {
  display: none;
  font-size: 14px;
  font-style: italic; }

.resumable-drop {
  padding: 15px;
  font-size: 13px;
  text-align: center;
  color: #666;
  font-weight: bold;
  background-color: #eee;
  border: 2px dashed #aaa;
  border-radius: 10px;
  margin-top: 40px;
  z-index: 9999;
  display: none; }

.resumable-dragover {
  padding: 30px;
  color: #555;
  background-color: #ddd;
  border: 1px solid #999; }

/* Uploader: Progress bar */
.resumable-progress {
  margin: 30px 0 30px 0;
  width: 100%;
  display: none; }

.progress {
  height: 7px;
  background: #9CBD94;
  position: relative; }

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #45913A;
  width: 0; }

.progress-text {
  font-size: 11px;
  line-height: 9px;
  padding-left: 10px; }

.progress-pause {
  padding: 0 0 0 7px; }

.progress-resume-link {
  display: none; }

.is-paused .progress-resume-link {
  display: inline; }

.is-paused .progress-pause-link {
  display: none; }

.is-complete .progress-pause {
  display: none; }

/* Uploader: List of items being uploaded */
.resumable-list {
  overflow: auto;
  margin-right: -20px; }

input[type="text"],
select,
input[type="password"] {
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: none; }

input[type="text"]:focus,
input[type="password"]:focus {
  outline: none; }

.myButton {
  -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
  background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
  background-color: #007dc1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #124d77;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682;
  margin-bottom: 10px; }

.myButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
  background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
  background-color: #0061a7; }

.myButton:active {
  position: relative;
  top: 1px; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

li {
  font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc; }

li:last-child {
  border: none; }

li a {
  text-decoration: none;
  color: #000; }

label.description {
  margin: 5px;
  color: grey;
  display: block; }
