/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30/11/2017, 17:32:37
    Author     : juda.santos
*/

.fileblock-title{
        margin-bottom: 28px;
        background-color: #ffffff;
        height: 2px;
    }
    .fileblock .fileblock-content{
        padding: 15px;
        font-size: 17px
    }
    .fileblock {
        margin: 0px 0;
        max-width: 300px
    }
    .fileblock:after,.fileblock:before {
        display: table
    }
    .fileblock .fileblock-f .fileblock-title:before,.a-31>a:before {
        content: ""
    }
    .fileblock .fileblock-f {
        float: left;
        width: 55px;
        height: 70px;
        font-size: 4px;
        line-height: 0px;
        font-weight: 700;
        border-radius: 3px;
        text-align: right;
    }
    .fileblock .fileblock-f .fileblock-title:before {
        border-width: 0 15px 15px 0;
        border-style: solid;
        border-color: rgba(0,0,0,.1) #fff
    }
    .fileblock h3 {
        margin: 10px 0 10px 70px;
        font-size: 17px;
        line-height: 25px;
        padding-top: 16px;
    }
    .fileblock h3 a,.fileblock h3 a:focus,.fileblock h3 a:hover {
        color: #555;
        text-decoration: none
    }
    .fileblock h3 span {
        display: block;
        font-size: 13px;
        color: #888;
        font-weight: 400
    }
    .a-bg-red {
        background-color: #51d466;
        color:#FFF;
    }