/*
Theme Name: 0 - Libresoft Librarian Theme - Ahlberg Release Version
Theme URI: http://comms.harrap.it
Author: Libresoft
Author URI: https://libresoft.co.uk
Description: Last updated at 2024-10-17 16:50:22
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: harraplibrarian

*/

/* =============== All Pages ============== */
    html, .container{      flex: 1 0 0%; }
    @-moz-document url-prefix() { html, .container{      flex: 1; }}

    .page-bg {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+53,00aeff+100&0.5+0,0.5+100 */
        background: -moz-linear-gradient(top, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.8) 40%, rgba(93,196,255,0.72) 100%),url(css/bg1.jpg) no-repeat center center fixed; /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.92) 0%,rgba(255,255,255,0.8) 40%,rgba(93,196,255,0.72) 100%),url(css/bg1.jpg) no-repeat center center fixed; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0.92) 0%,rgba(255,255,255,0.8) 40%,rgba(93,196,255,0.72) 100%),url(css/bg1.jpg) no-repeat center center fixed; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#8000aeff',GradientType=0 ),url(css/bg1.jpg) no-repeat center center fixed; /* IE6-9 */

        position: fixed;
        width: 106%;
        height: 106%;
        margin-left: -12px;
        margin-top: -12px;
        overflow: hidden;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .img-libresoftlogo{

    }

    #assignbarcodetoBook {
        margin-bottom: 22px;
    }

    input#barcode {
        width: 100%;
        border-radius: 10px;

        -webkit-transition: opacity 1s; /* Safari */
        transition: opacity 1s;
        margin-top: 10px;
        text-align: center;
        padding: 28px;
        font-size: 25px;
        opacity:0.7;
    }
    input#barcode:focus {
        opacity:1;
    }

    img.img-logo {
        position: fixed;
        /* left: 25%; */
        /* top: 0%; */
        bottom: 0;
        -webkit-transition: opacity 1s; /* Safari */
        transition: opacity 1s;
        right: 0;
        width: 10em;
        height: 4em;
        margin: 1em;

        opacity:0.6;
    }

    img.img-logo:hover {
        opacity:1;
    }



