<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------- /bibliotecas/coisa/assets/css/form.css --------- */
.ttform fieldset {
    padding: 20px;
    margin: 40px 5px;
    border: 1px solid #CCC;
    background: #f7f7f5;
    position: relative;
}

.ttform fieldset.nu {
    padding-top: 0;
}

.ttform fieldset.l2 {
    margin: 20px 1%;
    width: 41%;
}

.ttform fieldset.l3 {
    margin: 20px 1%;
    width: 24.5%;
}

.ttform legend {
    font-weight: 700;
    color: #7a7975;
    padding: 5px 15px;
    background: #DDD;
    position: absolute;
    top: -1px;
    left: -1px;
}

.ttform label {
    margin-top: 25px;
    font-weight: 700;
    float: left;
    display: inline;
}

.ttform label small {
    font-size: .8em;
    font-weight: 100;
    color: #555;
}

.ttform label,.ttform input,
.ttform textarea,.ttform select {
    display: block;
    width: 100%;
    color: #333;
}

.ttform .l2 {
    width: 49%;
}

.ttform .l3 {
    width: 32%;
}

.ttform .l2, .ttform .l3 {
    margin-right: 2%;
    float: left;
}

.ttform .ll {
    margin-right: 0;
}

.ttform input.ld {
    margin-top: 38px;
}

.ttform input, .ttform textarea {
    padding: 7px 0;
    border: 1px solid #CCC;
}

.ttform input[type=text],
.ttform input[type=password],
.ttform textarea {
    background-color: #fff;
    box-shadow: inset 0 1px rgba(50,50,50,.1);
    text-indent: 5px;
    line-height: 1em;
    transition: all .25s linear;
}

.ttform input[type=text][data-icon],
.ttform input[type=password][data-icon] {
    text-indent: 30px;
}

.ttform input[type=text]:focus,
.ttform input[type=password]:focus,
.ttform textarea:focus {
    border-color: #2771EC;
    background-color: #FFF;
    outline: 0;
}

.ttform select {
    padding: 5px;
}

.ttform textarea {
    height: 100px;
    text-indent: 0;
}

.ttform p {
    font-weight: 100;
    clear: left;
    margin: 0 !important;
    line-height: 1.7em !important;
    padding: 0;
}

.ttform div {
    float: left;
    width: 100%;
}

.ttform p.fl, .ttform a.fl {
    float: left;
    padding-right: 10px;
}

.ttform p label {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.ttform p input {
    float: left;
    clear: left;
    border: 0;
    width: auto;
    padding: 2px;
}

.ttform input.h, .ttform input[type=hidden] {
    display: none;
}

.ttform br {
    clear: both;
}


.ttform ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
}

.ttform ul li {
    padding: 2px 0 0 20px !important;
    float: left;
    clear:both;
    cursor: pointer;
}

.ttform ul li input {
    float:left;
    width: auto;
    padding: 0;
    margin: 3px 0 0 -20px;
    border: 0 none;
}

.ttform .confirmar, .ttform .novo,
.ttform .enviar,    .ttform .cancelar,
.ttform .apagar,    .ttform .imprimir,
.ttform .editar,    .ttform .avancar,
.ttform .anterior,  .ttform .proximo,
.ttform .pdf,       .ttform .pesquisar,
.ttform .upload,    .ttform .download {
    padding: 6px 8px 6px 40px;
    margin: 30px 5px 10px 0;
    cursor: pointer;
    color: #333;
    width: auto;
    overflow: visible;
    border: 1px solid rgba(0,0,0,.4);
    float: left;
    font: 700 90%/1 Lato,Arial,Verdana,sans-serif;
    height: 32px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
    text-shadow: 1px 1px rgba(0,0,0,.4);
    background: url('../../../../../bibliotecas/coisa/assets/img/btnm.png') no-repeat;
    color: #fff;
    transition: box-shadow .2s ease-out;
}


.ttform .confirmar:hover, .ttform .novo:hover,
.ttform .enviar:hover,    .ttform .cancelar:hover,
.ttform .apagar:hover,    .ttform .imprimir:hover,
.ttform .editar:hover,    .ttform .avancar:hover,
.ttform .anterior:hover,  .ttform .proximo:hover,
.ttform .pdf:hover,       .ttform .pesquisar:hover,
.ttform .upload:hover,    .ttform .download:hover {
    outline: none;
    box-shadow: 1px 1px 1px rgba(0,0,0,.3),
                inset 0 10px 100px rgba(255,255,255,.4);
}

.ttform .confirmar:active, .ttform .novo:active,
.ttform .enviar:active, .ttform .cancelar:active,
.ttform .apagar:active, .ttform .imprimir:active,
.ttform .editar:active, .ttform .avancar:active,
.ttform .anterior:active, .ttform .proximo:active,
.ttform .pdf:active, .ttform .pesquisar:active,
.ttform .upload:active, .ttform .download:active, 
.ttform .upload.click {
    transition: none;
    outline: none;
    box-shadow: inset 0 0 3px rgba(0,0,0,.4),
                inset 0 10px 100px rgba(0,0,0,.2);
    color: rgba(255,255,255,.9);
    text-shadow: none;
}

.ttform .ti {
    text-indent: -9999px;
    width: 35px;
    padding-left: 25px;
}

.ttform .confirmar, .ttform .enviar {
    background-color: #699A00;
    background-position: 0 -374px;
}

.ttform .novo {
    background-color: #178bc4;
    background-position: 0 -194px;
}

.ttform .cancelar, .ttform .apagar {
    background-color: #c33801;
    background-position: 0 -338px;
}

.ttform .imprimir {
    background-color: #525252;
    background-position: 0 -230px;
}

.ttform .editar {
    background-color: #F5D51B;
    background-position: 0 -87px;
    color: #5F5300;
    text-shadow: 1px 1px rgba(255,255,255,.5);
}

.ttform .avancar {
    background-color: #98a600;
    background-position: 0 -51px;
}

.ttform .anterior {
    background-color: #825508;
    background-position: 0 -14px;
}

.ttform .proximo {
    background-color: #825508;
    background-position: 0 -265px;
}

.ttform .pdf {
    background-color: #777;
    background-position: 0 -160px;
}

.ttform .pesquisar {
    background-color: #813ccd;
    background-position: 0 -123px;
}

.ttform .download {
    background-color: #525252;
    background-position: 0 -159px;
}


.ttform .upload {
    background-color: #C01958;
    background-position: 0 -517px;
}



.ttform .editar:hover {
    color: rgba(0,0,0,.7);
}

.ttform input[type=text][disabled] {
    background-color: #eee;
    color: #999;
}

.ttform .dis, .ttform button[disabled]
.ttform input[type=submit][disabled] {
    background-color: #777;
    background-position: 0 -301px;
}

.ttform input.button[class] {
    width: auto;
}

.ttform input.v,.ttform textarea.v {
    border: 1px solid #D37D68;
}

.ttform .ss, .ttform .er {
    font-weight: 700;
    font-size: .8em;
    float: none;
    margin: -5px 0 0 10px;
    padding: 3px 10px;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,.3);
    position: absolute;
    z-index: 99;
}

.ttform .ss {
    background: #4D6C33;
}

.ttform .er {
    background: #be6851;
}

.ttform .er span, .ttform .ss span {
    display: block;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #be6851 transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 5px;
}

.ttform .ss span {
    border-top-color: #4D6C33;
}

.ttform .er span.cr,.ttform .ss span.cr {
    border-width: 7px;
    left: -14px;
    bottom: 3px;
    border-color: transparent #be6851 transparent transparent;
}

.ttform .ss span.cr {
    border-right-color: #4D6C33;
}

.ttform .ast {
    padding: 0 8px;
    background: transparent url('../../../../../bibliotecas/coisa/assets/img/btnm.png') no-repeat -10px -457px;
}

.ttform .sus {
    padding: 0 10px;
    background: transparent url('../../../../../bibliotecas/coisa/assets/img/btnm.png') no-repeat -8px -485px;
}

.ttform .ghost {
    position: absolute;
    z-index: 90;
    font-size: 22px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    left: -70px;
    cursor: pointer;
    width: 220px;
    line-height: 0;
    letter-spacing: 7px;
}


.ttform .gap {
    padding-top: 20px !important;
}

.ttform .gapm {
    margin-top: 20px !important;
}

.ttform .gap2 {
    padding-top: 40px !important;
}

.ttform .gap3 {
    padding-top: 60px !important;
}


.ttform .right {
    float: right;
}


.ttform button.upl {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 10;
}

.ttform span.upltxt {
    display: block;
    margin-left: 150px;
    padding: 5px;
    font-weight: normal;
    height: 10px;
    font-style: italic;
    color: #666;
    z-index: 99;
    position: absolute;
    height: 26px;
}

/* --------- /bibliotecas/coisa/assets/css/ttdialogs.css --------- */
#ttdialog_overlay {
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    _position: absolute;
}

#ttdialog {
    width: 400px;
    min-height: 200px;
    _height: 200px;
    position: fixed;
    *position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -200px;
    background: #fff;
    border: 3px solid #2771EC;
    z-index: 101;
    box-shadow: 0 1px 10px rgba(0,0,0,.3);
    background-repeat: no-repeat;
    font: 13px/1.4 Arial,sans;
}

#ttdialog_in {
    margin: 20px 10px 80px 130px
}

#ttdialog_bt {
    background: #eee;
    width: 380px;
    height: 50px;
    padding: 10px;
    border-top: 1px solid #ccc;
}

#ttdialog_bt .direito,
#ttdialog_bt .esquerdo {
    margin: 7px 0 0 0
}

#ttdialog_bt .direito {
    float: right
}

#ttdialog_bt .esquerdo {
    float: left
}

#ttdialog_bt .text {
    width: 280px
}


#ttdialog_fx {
    position: absolute;
    top: 5px;
    right: 0;
    width: 45px;
    height: 15px;
    background: transparent url('/bibliotecas/coisa/assets/img/ttdialogs/fechar.png') no-repeat;
}

#ttbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 30px;
    cursor: move;
}

/* --------- /bibliotecas/coisa/assets/css/out.css --------- */
html {
    background: #fff url('../../../../../bibliotecas/coisa/assets/img/fundo_login.png');
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        opacity: 0;
    }
}

@-moz-keyframes hinge {
    0% {
        -moz-transform: rotate(0);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -moz-transform: rotate(80deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }

    40% {
        -moz-transform: rotate(60deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }

    80% {
        -moz-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }

    100% {
        -moz-transform: translateY(700px);
        opacity: 0;
    }
}

@-o-keyframes hinge {
    0% {
        -o-transform: rotate(0);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -o-transform: rotate(80deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }

    40% {
        -o-transform: rotate(60deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }

    80% {
        -o-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }

    100% {
        -o-transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation: hinge 2s;
    -moz-animation: hinge 2s;
    -o-animation: hinge 2s;
    animation: hinge 2s;
}

#loginContainer, #atualizarContainer, #offlineContainer {
    width: 700px;
    margin: 0 auto;
}

#sistemasIntegrados {
    width: 152px;
    height: 97px;
    text-indent: -9999em;
    background: transparent url('../../../../../bibliotecas/coisa/assets/img/sistemasIntegrados.png') no-repeat;
    margin: 20px auto 80px;
}

#blackForm {
    width: 400px;
    margin: 0 auto;
    padding: 35px;
    background: #2E769F;
    background: rgba(0,0,0,.2);
    box-shadow: 0 1px rgba(255,255,255,.3);
    position: relative;
}

#greyForm {
    padding: 10px 50px 8px 10px;
    background: #eee url('../../../../../bibliotecas/coisa/assets/img/form_login_cadeado.png') center right no-repeat;
}

#whiteForm {
    padding: 20px;
    background: #fff url('../../../../../bibliotecas/coisa/assets/img/fundo_form_login.png') bottom left no-repeat;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
    position: relative;
}

#greyForm h2 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

#whiteForm form label {
    width: 300px;
    margin-left: 30px;
}

#esqueciSenha {
    display: block;
    margin: 20px 0 80px 30px;
    float: left;
    background: #fff url('../../../../../bibliotecas/coisa/assets/img/esqueciSenha.png') no-repeat;
    padding: 0 0 0 25px;
}

#lembrardeMim {
    padding-top: 100px;
}

#entrarSistema {
    position: absolute;
    bottom: 7px;
    right: 10px;
}

#voltarSite {
    position: absolute;
    bottom: 0;
    left: 170px;
    background: #1C485F url('../../../../../bibliotecas/coisa/assets/img/voltarSite.png') no-repeat 6px 8px;
    background-color: rgba(0,0,0,.2);
    color: #fff;
    display: block;
    padding: 8px 6px 8px 30px;
    width: auto;
    text-decoration: none;
}

#voltarSite:hover, #voltarSite:focus {
    background-color: rgba(0,0,0,.4);
}

#atualizarNavegadores {
    color: #fff;
    width: 345px;
    margin: 80px auto;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}

#atualizarNavegadores p {
    margin-bottom: 10px;
}

.bxnav {
    display: block;
    float: left;
    background: transparent url('../../../../../bibliotecas/coisa/assets/img/navegadores.png') no-repeat;
    width: 64px;
    height: 78px;
    margin: 10px 0 10px 40px;
    text-align: center;
    text-decoration: none;
    transition: all .10s linear;
}

.bxnav span {
    color: #fff;
    display: block;
    margin-top: 67px;
}

.nff {
    background-position: -119px 0;
}

.nop {
    background-position: -232px 0;
}

.bxnav:hover, .bxnav:focus {
    margin-top: 8px;
    background-color: transparent;
}

p.sucesso,p.erro,p.aviso,p.info {
    padding: 20px;
    margin: -20px -20px 10px -20px;
    border: 1px solid #ddd;
    border-width: 1px 0 1px 0;
    text-indent: 0;
    box-shadow: 0 1px 1px #ddd;
    background-position: 10px 3px;
    background-repeat: no-repeat;
}

p.sucesso {
    background-color: #d6e6aa;
    color: #4a6b29;
    border-color: #69ab2f;
    background-image: url('../../../../../bibliotecas/coisa/assets/img/sucesso.png');
}

p.erro {
    background-color: #f4af94;
    color: #7d4737;
    border-color: #c46547;
    background-image: url('../../../../../bibliotecas/coisa/assets/img/erro.png');
}

p.aviso {
    background-color: #f4ee94;
    color: #827835;
    border-color: #dcc845;
    background-image: url('../../../../../bibliotecas/coisa/assets/img/aviso.png');
}

p.info {
    background-color: #9fcef6;
    color: #3B5E74;
    border-color: #2f89ab;
    background-image: url('../../../../../bibliotecas/coisa/assets/img/info.png');
}

#overlay_load {
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -webkit-opacity: 0.7;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}

#atualizarContainer h1, #atualizarContainer h2, #offlineContainer h1 {
    color: #FFFF56;
    font: bold 24px Arial;
    margin: 40px 10px 20px 10px;
    _margin: 10px;
}

#atualizarContainer h2 {
    font-size: 20px;
}

#atualizarContainer p, #offlineContainer p {
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

#atualizarContainer #atualizarNavegadores {
    float: left;
    width: 550px;
    margin: 10px 0 10px 150px;
    _display: inline;
}

</pre></body></html>