/** general **/
#fileupload .btn-lg, #storageDetails .btn-lg {
  font-size: 15px;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/** storage details **/
#storageDetails {
  padding: 15px 0;
  margin: 0 0 20px 0;
  border: 1px solid #d6d6d6;
}
#storageDetails .info {
  padding: 0 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
}
#storageDetails .info div {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -2px;
}
#storageDetails .available {
  padding-left: 0;
  border-right: 2px solid #d6d6d6;
}
#storageDetails .available div {
  color: #0061c0;
}
#storageDetails .purchased div {
  color: #999;
}
#storageDetails .estimated {
  border-left: 2px solid #d6d6d6;
}
#storageDetails .estimated div {
  color: #6e9f2a;
}
#storageDetails .estimated div.text-danger {
  color: #b94a48;
}
#storagePie {
  width: 42px;
  height: 42px;
  margin-right: 15px;
}

/** the header **/
#fileupload .header {
  background: #f6f6f6;
  padding: 30px 0;
  margin-bottom: 10px;
}
#fileupload .text-drag-info {
  padding: 5px;
  font-size: 22px;
  color: #999;
  padding-top: 50px;
  background: url('../../images/dashboard/bg-drag-drop.png') no-repeat top center;
}
#fileupload .text-additional {
  color: #999;
}
#fileupload .customize-defaults {
  padding: 30px 0 25px 0;
}
/** file panel content */
#fileupload .file .name {
  font-size: 16px;
  font-weight: bold;
}
#fileupload .file .size {
  color: #666;
  line-height: 27px;
}
#fileupload .file .progress {
  background: #e7e7e7;
  height: 15px;
  margin-bottom: 0;
}
#fileupload .file .status {
  color: #666;
  padding-top: 5px;
}
#fileupload .file .cancel {
  margin-left: 10px;
}
#fileupload .file .settings-toggle {
  padding-top: 5px;
}
#fileupload .file .settings-toggle a {
  font-size: 12px;
  text-decoration: none;
}
#fileupload .file .caret {
  border-top-color: #0061c0;
  border-bottom-color: #0061c0;
}

/** file details content **/
#fileupload .details h4 {
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 0;
  margin: 20px 0 25px 0;
  font-size: 14px;
  font-weight: bold;
}
#fileupload .details .form-horizontal {
  max-width: 600px;
  margin: 0 auto;
}
#fileupload .details .encoding-options, #fileupload .details .publish-settings {
  line-height: 165%;
}

/** the footer **/
#fileupload .footer {
  background: #e4e3e3;
  padding: 20px 20px 0 20px;
  min-height: 80px;
}
#fileupload .footer .fileupload-progress {
  margin-top: 10px;
}
#fileupload .footer .progress {
  margin-bottom: 5px;
}
#fileupload .footer .progress-extended {
  color: #666;
}
#fileupload .footer .file-progress {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

/** cancel upload disalog **/
.cancel-upload-dialog h4.modal-title {
  font-size: 22px;
  font-weight: bold;
}
.cancel-upload-dialog .modal-body {
  text-align: center;
}

/** upload defaults modals **/
#fileupload .modal .alert {
  margin-bottom: 0;
}
#fileupload .modal .modal-body {
  padding-bottom: 0;
}
#fileupload .video-encoding-options .modal-body {
  line-height: 165%;
}

/** customize all files from queue **/
#queueSettingsScreens .settings-applied {
  display: none;
  line-height: 34px;
  padding-left: 10px;
}
