/* Add font page */
.fm-wrapper .form-table .cb-elem label{
  padding: 0px 6px;
}

.fm-upload{
  /*visibility: hidden;*/
  display: none;
}

.label-wrapper label{
  border: 2px dotted #6b6b6b;
  padding: 8px 22px;
  border-radius: 3px;
}

.label-wrapper{
  margin: 15px 0px;
}

.fm-error{
    display: none;
    color: red;
    border: 1px solid;
    padding: 3px 8px;
    border-radius: 3px;
}
.fm-error-list{
  list-style-type: disc;
  list-style: initial;
  padding: 0px 18px;
}

.upload-input-2,
.upload-input-3{
  display: none;
  margin-top: 32px;
}

a[id^="after-upload-"]{
  display: none;
  padding: 0px 16px;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}

.upload-field-error{
  display: none;
  background: rgba(255, 0, 0, 0.42);
  padding: 9px 7px;
  max-width: 642px;
  border-radius: 5px;
  color: #5f5a5a;
  border: 1px #ff5050 solid;
  font-weight: bold;
}

.see-types{
  cursor: pointer;
}

.focus-for-moment{
  border: 2px #7d7d7d solid;
  border-radius: 5px;
  max-width: 415px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.wrap-upload-files{
  border: 2px dotted #6b6b6b;
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  padding: 3px 5px;
  border-radius: 15px;
}

.delete-font{
  cursor: pointer;
  margin: 1px 10px;
  font-size: 17px;
  float: right;
}

.delete-font:hover{
  color: black;
}

.rtl .delete-font{
  float: left;
}

.single-file{
  background: rgba(0, 0, 142, 0.55);
  color: white;
  padding: 0px 0px 0px 9px;
  border-radius: 17px;
  margin-bottom: 4px;
  min-width: 150px;
}

.rtl .single-file{
  padding: 0px 9px 0px 0px;
}

.last-file{
  margin-bottom: 0px;
}

.single-file-name{
  vertical-align: middle;
}

.align-center{
  text-align: center;
}

.upload-label{
  display: block;
}

.oasf-upgrade-button{
  background: rgba(229, 96, 37, 1);
  padding: 14px 105px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  letter-spacing: 4px;
  font-size: 18px;
  border-radius: 3px;
  border: 0px;
  margin: 10px;
  box-shadow: 0px 0px 17px 5px #562c0d;
  text-decoration: blink;
}

.oasf-upgrade-button:active,
.oasf-upgrade-button:focus,
.oasf-upgrade-button:hover{
  box-shadow: inset 0px 0px 20px 0px #562c0d;
    cursor: pointer;
}

.oafm-about-title{
  margin-top: 15px;
}

.oafm-p-block{
  padding: 0px 8px;
  font-size: 18px;
}
