/* Custom CSS File for jDownloads
   If this file already exist then jDownloads does not overwrite it when installing or upgrading jDownloads.
   This file is loaded after the standard jdownloads_fe.css.
   So you can use it to overwrite the standard css classes for your own customising.
*/

.file_title{
position: relative;

}

.file_title .jd_no_permission_category.label.label-info a{
   color: #ffff;
    font-size: 12px;
    font-weight: 500;

}


.file_title .jd_no_permission_category.label.label-info {
    opacity: 0;
    position: absolute;
    right: 0;
    background: #2969b0;
    box-shadow: 2px 2px 4px -1px #c3c3c3;
    padding: 3px;
    top: -9px;
    z-index: 9;
    color: #ffff !important;
}

.file_title:hover .jd_no_permission_category.label.label-info{
 opacity: 1;
} 


.btn_download a{
    width: 80px;
    display: inline-block;
    float: right;
    border-left: 1px solid #999;
    height: 70px;
    background: url(../../../../images/Download.jpg);
    background-size: 100% 100%;
    text-indent: -9999px;
     top: -5px;
    position: relative;
    border: none;

}

.jd_url_download_right a {
    height: 38px;
      background: url(../../../../images/Download.jpg);
    background-size: 100% 100% !important;
    width: 45px;
    text-indent: -9999px;
    border-radius: 0;
    border:none;
}

.jd_url_download_right  div.jorange {

background: #2969b0!important;
    border: #2969b0!important;
    padding: 5px;

}


span.jdbutton.jred.jstatus {
    display: none;
}
