﻿/* Modal */
    .bibliotecaOverlay
    {
        display: none;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.78;
        cursor: pointer;
    }
    .bibliotecaModal
    {
        display: none;
        position: fixed;
        width: 772px;
        height: 522px;
        top: 50%;
        left: 50%;
        margin-left: -386px;
        margin-top: -261px;
        background-color: #ffffff;
        z-index: 9999;
        border-radius: 5px;
    }
    .bibliotecaModal .btFecharModal
    {
        display: block;
        width: 30px;
        height: 31px;
        position: absolute;
        top: -15px;
        right: -15px;
        overflow: hidden;
        background-image: url("http://s.oab.org.br/imagens/btFecharModal.png");
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -9999px;
    }
    .bibliotecaModal .conteudoModalBiblioteca
    {
        padding: 30px;
    }
    .bibliotecaModal .conteudoModalBiblioteca h4
    {
        color: #2a3b48;
        margin-bottom: 27px;
        padding: 0;
    }
    .bibliotecaModal .conteudoModalBiblioteca .fotoLivro
    {
        position: relative;
        width: 170px !important;
        height: 247px;
        float: left;
        margin-right: 30px;
    }
    .bibliotecaModal .conteudoModalBiblioteca .fotoLivro img
    {
        width: 100%;
    }
    .bibliotecaModal .conteudoModalBiblioteca .dadosLivro
    {
        float: left;
        width: 510px;
    }
    .bibliotecaModal .conteudoModalBiblioteca .dadosLivro span
    {
        display: block;
        margin-bottom: 6px;
    }
    .bibliotecaModal .conteudoModalBiblioteca .dadosLivro h5
    {
        padding: 20px 0 6px 0;
        font-family: Arial, Helvetica, sans-serif;
        color: #4B4C4C;
        font-size: 1em;
        font-weight: bold;
    }
    .bibliotecaModal .conteudoModalBiblioteca .btDownloadComprar
    {
        position: absolute;
        bottom: 30px;
        right: 30px;
        padding-top: 30px;
    }
    .bibliotecaModal .conteudoModalBiblioteca .btDownloadComprar a
    {
        display: inline-block;
        padding: 4px 15px 3px 40px;
        border-radius: 3px;
        color: #ffffff !important;
        background-color: #425361;
        font-family: 'LeagueGothicRegular' ,sans-serif;
        font-size: 1.8em;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    .bibliotecaModal .conteudoModalBiblioteca .btDownloadComprar a:first-child
    {
        background-image: url("http://s.oab.org.br/imagens/btDownloadLivro.png");
        margin-right: 15px;
    }
    .bibliotecaModal .conteudoModalBiblioteca .btDownloadComprar a:last-child
    {
        background-image: url("http://s.oab.org.br/imagens/btComprarLivro.png");
        padding-left: 46px;
        background-position: 3px 0;
        padding-left: 46px;
    }
    
    /* Livros */
    .livrosBilbioteca {
        height:289px; }

    .livrosBilbioteca > div
    {
        float: left;
        width: 182px;
        height:249px;
        padding: 0 10px;
        /*margin-bottom: 40px;*/
    }
    .livrosBilbioteca > div:first-child
    {
        border-right: 1px solid #ccc;
    }
    .livrosBilbioteca > div:last-child
    {
        border-left: 1px solid #ccc;
    }
    .livrosBilbioteca > div:only-child
    {
        border: 0 !important;
    }
    .livrosBilbioteca > div div
    {
        width: 120px;
        height: 175px;
        position: relative;
        line-height: 175px;
        margin: auto auto 10px auto;
        text-align: center;
    }
    .livrosBilbioteca > div div img
    {
        width: 100%;
        height: 170px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        overflow: auto;
    }
    
    .livrosBilbioteca > div .btDetalheLivro
    {
        display: block;
        width: 82px;
        margin: auto auto 7px auto;
        padding: 5px 0;
        color: #ffffff !important;
        background-color: #425361;
        border-radius: 3px;
        text-align: center;
        font-size: 0.85em;
        font-weight: bold;
        text-decoration: none;
    }
    
    .livrosBilbioteca > div h4
    {
        display: block;
        width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.9em;
        font-family: arial;
        padding: 0 0 3px 0;
        text-align: center;
        color: #2f404e;
        text-align: center;
    }
    
    .livrosBilbioteca > div span
    {
        display: block;
        width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.7em;
        text-transform: uppercase;
        text-align: center;
    }
    
    /* Pesquisa */
    .boxTitlePesquisa
    {
        background-color: #0076A3;
        position: relative;
    }
    .boxTitlePesquisa:after
    {
        content: '';
        position: absolute;
        left: 15px;
        top: 40px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #0076A3;
    }
    
    #boxPesquisaLivro
    {
        padding-bottom: 10px;
    }
    #boxPesquisaLivro p
    {
        clear: both;
        font-size: 0.85em;
        line-height: 130%;
        color: #777777;
        font-style: italic;
    }
    
    /* + Informações */
    .boxTitleBlueInf
    {
        margin: 0 0 30px 0;
        padding: 20px 0 0 0;
        width: 290px;
    }
    .boxTitleBlueInf p
    {
        padding-bottom: 20px;
    }
    .boxTitleBlueInf p a
    {
        color: #06659b !important;
    }
    .boxTitleBlueInf p a:hover
    {
        text-decoration: underline !important;
    }
/* Componente de Upload */
.dropzone {
    position: relative;
    min-height: 100px;
    padding: 10px;
    border: 1px dashed #bbbbbb;
    border-radius: 5px;
    background: #f5f5f5;
}

    .dropzone:after {
        width: 28px;
        height: 28px;
        display: block;
        text-align: center;
        line-height: 28px;
        position: absolute;
        top: -2px;
        right: -2px;
        content: "\f0c6";
        font-family: "FontAwesome";
        background-color: #1565c0;
        color: #f5f5f5;
        font-size: 20px;
        border-radius: 0px 5px 0px 12px;
    }
    /*.dropzone .dz-message .fa { vertical-align:middle; margin-right:8px; font-size:26px; color:#cccccc; }*/
    .dropzone .dz-message span {
        display: inline-block;
        line-height: 26px;
        font-weight: 600;
    }

    .dropzone .dz-preview .dz-image,
    .dropzone .dz-preview.dz-file-preview .dz-image {
        width: 112px;
        height: 112px;
        border-radius: 10px;
    }

    .dropzone .dz-preview.dz-image-preview,
    .dropzone .dz-preview.dz-file-preview {
        background: transparent;
        margin: 10px;
    }

    .dropzone .dz-preview .dz-success-mark,
    .dropzone .dz-preview .dz-error-mark {
        margin-top: -39px;
    }

    .dropzone .dz-message .note {
        font-size: 0.8em;
        font-weight: 200;
        display: block;
        margin-top: 1.4rem;
    }

    .dropzone .dz-remove {
        background-color: #666666;
        border-radius: 15px;
        margin-top: 5px;
        color: #ffffff;
    }

        .dropzone .dz-remove:before {
            display: inline-block;
            content: "\f014";
            font-family: "FontAwesome";
            margin-right: 6px;
        }