@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}


.ib-thumb-upload-remove {
        position: absolute;
        bottom: 4px;
        right: 4px;
        left: 4px;
        background-color: rgba(199, 1, 1, 0.82);
        font-size: 13px;
        padding: 5px 15px;
        color: #FFF;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
    }
    #files-upload-list .img-thumbnail{
        position: relative;
        margin:5px;
    }
     #files-upload-list .img-thumbnail img {
     	max-width: 120px;
     }
    #frmPost { display:none;}
    
    
    
#table-postfree a { color:#fff; font-weight: bold; }    
#table-postfree a:hover { color:#CC0000;}

.fancybox-skin {
    
    background: rgba(0, 0, 0, 0.51);
    color: #FFF;
}

