﻿/* --------- */
/* [ BUSCA ] */
/* --------- */
.acervo-busca-abas {
    margin-bottom: 10px;
}

.acervo-busca-simples {
    background-color: #f3f3f3;
    padding: 1rem;
    text-align: center;
}

.acervo-busca-avancada {
    background-color: #f3f3f3;
    padding: 1rem;
}

    .acervo-busca-avancada .form-linha > .label-padrao:first-child {
        min-width: 8rem;
        text-align: right;
    }

    .acervo-busca-simples .botao-colorido, .acervo-busca-avancada .botao-colorido {
        padding: 0 20px;
    }

.acervo-busca-linha-margem {
    margin-left: 8.2rem;
}

    .acervo-busca-linha-margem label {
        font-size: .75rem;
        padding: 0 1.5rem 0 .25rem;
    }

    .acervo-busca-linha-margem input[type=radio] {
        vertical-align: bottom;
    }

.form-linha.acervo-busca-linha-especial {
    height: 31px;
    overflow: hidden;
}

.acervo-busca-item {
    border-bottom: 1px solid #dedede;
    min-height: 130px;
    overflow: hidden;
    padding: 5px;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

    .acervo-busca-item:hover {
        background-color: #f7f7f7;
    }

    .acervo-busca-item .icone {
        font-size: 1rem;
        vertical-align: sub;
    }

    .acervo-busca-item:last-of-type {
        border-bottom: none;
    }

.acervo-item-img {
    float: left;
    margin: .5rem .5rem 0 0;
    width: 72px;
}

    .acervo-item-img img {
        height: 100px;
        width: 70px;
    }

.acervo-item-info {
    float: left;
    width: 650px;
    margin-top: 10px;
}

.acervo-item-titulo {
    cursor: pointer;
    font-size: 1rem;
    max-height: 43px;
    display: inline-block;
    overflow: hidden;
}

.acervo-item-detalhes {
    color: #666;
    font-size: .75rem;
    height: 40px;
}

.acervo-item-acoes .botoes {
    float: right;
}

.acervo-item-acoes {
    opacity: 0;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

    .acervo-item-acoes img {
        margin-right: -26px;
        margin-bottom: -5px;
    }

.acervo-busca-item:hover .acervo-item-acoes {
    opacity: 1;
}

.acervo-item-exemplares, .acervo-item-local-bt {
    border-radius: 3px;
    display: inline-block;
    color: #666;
    height: 26px;
    font-size: .75rem;
    padding: 0 .5rem;
    line-height: 26px;
}

/*.acervo-item-exemplares {
    margin-left: 1rem;
}*/

.acervo-item-local-bt {
    color: #008276;
}

.acervo-item-local {
    display: none;
}


.acervo-item-tipo {
    display: inline-block;
}

    .acervo-item-tipo[title="Artigo"] {
        color: #3F51B5;
    }

    .acervo-item-tipo[title="Arquivo digital"] {
        color: #2196F3;
    }

    .acervo-item-tipo[title="Gráfico"] {
        color: #FF5722;
    }

    .acervo-item-tipo[title="Mapa"] {
        color: #673AB7;
    }

    .acervo-item-tipo[title="Áudio"] {
        color: #4CAF50;
    }

    .acervo-item-tipo[title="Texto"] {
        color: #008477;
    }

    .acervo-item-tipo[title="Vídeo"] {
        color: #F44336;
    }

.acervo-item-subtitulo {
    display: block;
    overflow: hidden;
    max-height: 17px;
}

.acervo-item-volume:not(:empty)::before {
    content: ', ';
}

.acervo-item-destaque {
    color: #FF5722;
    font-size: 1.3rem;
    vertical-align: bottom;
}

/* ------------------------- */
/* [ POPUP - Detalhar obra ] */
/* ------------------------- */
.tabs-detalhe-obra .ui-tabs-panel.ui-widget-content {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.acervo-popup-cima {
    /*overflow: hidden;
    clear: both;
    width: 100%;*/
    margin-top: 15px;
}

    .acervo-popup-cima .acervo-popup-linha {
        width: 510px;
        float: left;
    }

.acervo-popup-img {
    float: left;
    margin: 0 10px 15px 0;
    height: 200px;
    width: 140px;
}

.acervo-popup-coluna {
    width: 49%;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
}

.acervo-popup-linha {
    margin: 4px 0 10px 0;
    float: left;
}

.acervo-popup-img + .acervo-popup-linha {
    margin-top: 0;
}

.acervo-popup-titulo {
    font-size: 1rem;
    display: block;
}

.acervo-popup-label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.acervo-popup-autores {
    font-size: .9rem;
    margin-top: 0;
}

.acervo-popup-dw {
    margin-top: 10px;
}

.acervo-popup-marc-cont {
    border: 1px solid #ccc;
    height: 230px;
    overflow: auto;
    margin: 10px auto;
    padding: 5px;
    position: relative;
}

.acervo-popup-marc {
    font-family: 'Lucida Console', 'Lucida Sans Typewriter', monaco, 'Bitstream Vera Sans Mono', monospace;
    font-size: .75rem;
}

.acervo-marc {
    text-align: left !important;
    float: left;
    white-space: pre;
}


/* -------------- */
/* [ EMPRÉSTIMO ] */
/* -------------- */
.emprestimo-item {
    border-bottom: 1px solid #dedede;
    height: 78px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

    .emprestimo-item:hover {
        background-color: #f7f7f7;
    }

    .emprestimo-item:last-of-type {
        border-bottom: none;
    }

    .emprestimo-item .botoes {
        opacity: 0;
        float: right;
        -moz-transition: .2s;
        -o-transition: .2s;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .emprestimo-item:hover .botoes {
        display: block;
        opacity: 1;
    }

.emprestimo-img {
    float: left;
    margin: 8px 5px 0 0;
    width: 40px;
}

    .emprestimo-img img {
        width: 35px;
        height: 50px;
    }

.emprestimo-titulo {
    cursor: pointer;
    font-size: 1rem;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    max-width: 590px;
    line-height: 1;
    margin-right: 6rem;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.emprestimo-situacao {
    color: #FF5722;
    float: left;
    font-size: .75rem;
    line-height: 1.6;
}

.emprestimo-autor {
    color: #666;
    font-size: .75rem;
    height: 18px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.emprestimo-status {
    font-size: 0.8rem;
    float: right;
    right: 5px;
    top: 3px;
}

    .emprestimo-status .icone {
        vertical-align: text-bottom;
        margin-right: 3px;
    }

/* ---------- */
/* [ MULTAS ] */
/* ---------- */
.multas-total {
    position: absolute;
    right: 3rem;
    top: .5rem;
}

/* ----------------- */
/* [ BUSCA LATERAL ] */
/* ----------------- */
.acervo-busca-lateral {
    padding: .5rem;
    position: relative;
}

    .acervo-busca-lateral input[type="text"] {
        margin-top: .5rem;
        padding-right: 1.5rem;
        width: 200px;
    }

.acervo-busca-lateral-botao {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 0.8rem 0.7rem 0;
}

    .acervo-busca-lateral-botao .icone {
        color: #666;
        -moz-transition: .2s;
        -o-transition: .2s;
        -webkit-transition: .2s;
        transition: .2s;
    }

.acervo-busca-lateral input[type="text"]:focus ~ a .icone {
    color: rgba(250, 162, 0, 0.8);
}

.acervo-busca-lateral label {
    margin-right: .35rem;
}

/* ---------------------- */
/* [ MENU LATERAL       ] */
/* ---------------------- */

.acervo-menu-lateral button{
  border: none;
  font-size: 75%;
}


/* ---------------------- */
/* [ ORDENAÇÃO DE BUSCA ] */
/* ---------------------- */
.grid-ordenacao {
    margin-right: 20px;
    float: right;
}

    .grid-ordenacao .label-padrao {
        font-size: .75rem;
        height: auto;
    }

    .grid-ordenacao .select-ordenacao {
        font-size: .75rem;
        height: 20px;
        line-height: 12px;
        min-height: 20px;
        padding-right: 1rem;
    }

    .grid-ordenacao .custom-select {
        height: 20px;
        vertical-align: text-bottom;
    }

/* ---------------------- */
/* [ ÁREAS DE INTERESSE ] */
/* ---------------------- */
.area-conhecimento {
    display: inline-block;
    float: left;
    margin: .3rem 1%;
    width: 48%;
}

.area-conhecimento-titulo {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}

.area-conhecimento select {
    height: 320px;
    width: 100%;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    font-family: inherit;
    padding: 3px;
    text-transform: capitalize;
}

.area-conhecimento-salvar {
    padding: 5px;
    text-align: right;
}

    .area-conhecimento-salvar input {
        padding: 0 20px;
    }

.acervo-local-obra {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
}

/* ----------- */
/* [ RESERVA ] */
/* ----------- */
.acervo-reserva {
    margin: 10px 0 0 10px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

    .acervo-reserva label {
        font-size: .85rem;
        padding-left: .5rem;
    }

.acervo-badge {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: .25px solid transparent;
    padding: .375rem .75rem;
    font-size: .75rem;
    line-height: .75;
    border-radius: .75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    float: right;
    color: #FF5722;
    background-color: #666;
}
