@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontAwesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("fonts/fontAwesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fonts/fontAwesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("fonts/fontAwesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("fonts/fontAwesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("fonts/fontAwesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

  .uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  .dropzone {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  
    border-radius: 15px;
    -o-border-image: none;
    border-image: none;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 112px;
    position: relative;
}
 

   .uploader {
    float: left;
    clear: both;
    width: 100%;
  /*   padding: 2rem 1.5rem; */
    padding: 0;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all 0.2s ease;
    cursor:pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
          
  }
  .preview {
    width: 93.5%;
    height: auto;
    margin-bottom: 1%;
    margin-left: 7px;
}
  .uploader:hover{
    border-color: #D1171F;
  }
  .uploader.hover {
    border: 3px solid #D1171F;
    box-shadow: inset 0 0 0 6px #eee;
  }
  .uploader label.hover #start i.fa,.uploader label.hover #info_start i.fa ,.uploader label.hover #start_vedio i.fa  {
    transform: scale(0.8);
    opacity: 0.3;
  }
  .uploader .start, .uploader #start_vedio{
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader .clear{
    float:right;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    height: 33px;
    line-height: 37px;
    padding: 0px 4px;
    position: relative;
    border: none;
    background: #d1171f;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    transition: all 0.2s;
    width: auto;
    border-radius: 0;
    border: none;
    border-radius: 4px;
    text-align: center;
    font: normal normal normal 15px/33px Tajawal;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 5px;
  }
  .uploader .start.hidden ,.uploader #start_vedio.hidden  {
    display: none;
  }
  .uploader .clear.hidden {
    display: none;
  }
  .uploader .start i.fa ,.uploader #start_vedio i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
  }
  .uploader #response,.uploader #response_vedio ,.uploader #info_response{
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #response.hidden , .uploader #response_vedio.hidden ,.uploader #info_response.hidden {
    display: none;
  }
  .uploader #response #messages ,.uploader #response_vedio #messages , .uploader #info_response #info_messages {
    margin-bottom: 0.5rem;
  }
  .uploader .error_message{
    color: #721c24;
    color: red;
      background-color: #f8d7da;
      border-color: #f5c6cb;
      position: relative;
      padding: .75rem 1.25rem;
      margin-bottom: 1rem;
      border: 1px solid transparent;
      border-radius: .25rem;
  }
  .uploader .error_message.hidden {

    display: none;
    
  }
  label {
   
    margin-bottom: 0;
}

  .uploader .file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
  }
 
.uploader input[type=file] {
  display: none;
}
  .uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
  }
  .uploader .file-image.hidden {
    display: none;
  }
  .uploader #notimage , .uploader #info_notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #notimage.hidden ,.uploader #info_notimage.hidden {
    display: none;
  }
  

  .uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #D1171F;
    border-color: #D1171F;
    cursor: pointer;
  }
  .dropzone {
    margin-right: auto;
    margin-left: auto;
    padding: 0;  
    border-radius: 15px;
    -o-border-image: none;
    border-image: none; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 112px;
    position: relative;
    
}
.dropzone:after {
  content: "";
  display: table;
  clear: both;
  }
  
.uploader label{  
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
    text-align: center;  
    border-radius: 7px; 
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.uploader .btn {
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px; 
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
}

  .icon-remove{
    cursor: pointer;
    position: absolute;
    left: 30px;
    top: 23px;
    width: 31px;
    height: 26px;
    left: 36%;
    margin-left: -27px;
    z-index: 100000;
    background-color: #f6f1f1b8;
    border-radius: 50%;
    padding-top: 0px;
  }
  .img-remove{
      color: red;
     cursor: pointer;
  }
    .sortable {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }

  .sortable li {
    margin: 3px 3px 15px 0;
    float: right;
    width: 100px;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
  }

    .sortable li, .sortable li img
    {
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
    }