﻿    .zoom {
        transition: transform .2s;
        margin: 0 auto;
    }
    .zoom:hover {
        z-index: 2000;
        transform: scale(2);
    }

    #la_head {
        /*background-color: #eaeaea*/
    }
    #la_footer {
    }
    #la_page {
        overflow-x: hidden;
        overflow-y: auto;
    }
    #la_page h4 {
        font-weight:300;
        font-size:110%;
        margin:0;
        padding:0;
    }

    #la_files {
        height: 100%;
        overflow-y: auto !important;
        overflow-x: hidden;
    }
    #la_tags_ct {
        max-height: 45% !important;
        overflow: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    #la_tags {
        overflow-y: auto !important;
        overflow-x: hidden;
    }
    #la_tags_color{
        height:38px;        
        width:38px;        
        padding:0px;
    }


    #la_users {
        overflow-y: auto !important;
        overflow-x: hidden;
    }
    #la_filtro {
        border: 0;
        /*background-color:#f0f0f0;*/
    }

    .card .la_file_ctrl {
        display: none !important;
    }
    .card:hover .la_file_ctrl {
        z-index: 2001;
        position: absolute;
        margin-top: -78px;
        display: inline-block !important;
    }



    .lista .la_file_ctrl {
        display:none;
    }

    .lista:hover .la_file_ctrl {
        display:inline-block;
    }

    .la_img_1 {
        max-width: 118px
    }

    .la_img_2 {
        max-width: 200px
    }

    .la_img_3 {
        max-width: 300px
    }

    .la_img_4 {
        max-width: 400px
    }

    .la_img_5 {
        max-width: 500px
    }

    .la_nome_arquivo {
        font-size: 80%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .la_filename {
        font-size: 80%;
        width: 100%;
        border: 1px solid white;
    }
    .la_filename:hover {
        border: 1px solid #d0d0d0;
    }
