.tipo-documento-fiscal {
    position: relative;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #E8EAEB;
    height: 155px;
    width: 155px;
    background-color: white;
    margin: 10px;
}

    .tipo-documento-fiscal i {
        font-size: 50px;
        color: #999999;
    }

    .tipo-documento-fiscal p {
        color: #999999;
    }

    .tipo-documento-fiscal:hover {
        border-color: #4285F4;
    }

    .tipo-documento-fiscal:focus {
        outline: none;
    }

    .tipo-documento-fiscal:hover i {
        color: #4285F4;
    }

    .tipo-documento-fiscal:hover p {
        color: #4285F4;
    }

    .tipo-documento-fiscal:disabled {
        border-color: #E8EAEB;
        cursor: default;
    }

        .tipo-documento-fiscal:disabled i {
            color: #E8EAEB;
        }

        .tipo-documento-fiscal:disabled p {
            color: #E8EAEB;
        }

#ItensTable .float-right {
    text-align: right;
}