.tp-spinner {
  text-align: center;
  margin-top: 2px; }

.tp-spinner > div {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.tp-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.tp-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

#tpmr_media_uploader .upload-instructions {
  margin-bottom: 15px; }

.tpmr-post-file-select {
  width: 540px;
  display: none; }

.tpmr-post-file-select .tpmr-file_preview {
  width: 130px;
  display: inline-block;
  margin: 4px 0px;
  border: 1px solid #ddd;
  padding: 3px;
  position: relative; }

.tpmr-post-file-select .tpmr-file_preview img {
  max-width: 100%;
  height: auto;
  max-height: 130px;
  display: block;
  margin: auto; }

.tpmr-post-file-select .tpmr-cancel_upload {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -6px;
  right: -8px;
  font-size: 0;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #ddd;
  line-height: 11px; }

.tpmr-post-file-select .tpmr-cancel_upload:before {
  content: "\f158";
  font: normal 16px/1 dashicons;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tpmr-post-file-select input[type="text"], .tpmr-post-file-select textarea {
  width: 300px;
  max-width: 100%;
  float: left;
  text-align: left; }

.tpmr-post-file-select .tpmr-form-field {
  margin: 5px 0px; }

.tpmr-post-file-select .tpmr-form-field label {
  display: block;
  float: left;
  text-align: right;
  min-width: 120px;
  margin-right: 8px; }

.tpmr-post-file-select .tpmr-form-field:after {
  content: '';
  clear: both;
  display: table; }

.tpmr-post-file-select #tpmr_upload_submit {
  margin-top: 10px; }

.tpmr_alert {
  background-color: #D1F1EA;
  border-radius: 2px;
  color: #333333;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 15px 30px;
  letter-spacing: -0.015em;
  font-weight: 500; }
  .tpmr_alert--notice {
    background-color: #FFF5D5;
    border: none;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: -0.015em; }

.action-buttons {
  margin-top: -20px; }
  .action-buttons a {
    margin-left: 5px;
    margin-right: 5px;
    display: none; }

.remote-attachments-browser .upload-ui {
  display: none; }
