/*
 *
 * PRIMO block styles
 *
 */
#primo_search_phrase {
    margin: 0 !important;
    width: 550px;
    height: 40px;
    border-radius: 6px;
    padding-left: 6px;
    font-size: 12pt;
}

.primo-search-text {
    color: white;
    padding-right: 1%;
    font-weight: bold;
    font-size: 18px;
}

.primo-description {
    padding-bottom: 1%;
}

.primo-block {
    background-color: #bf5700;
    height: 90px;
    padding-top: 23px;
    text-align: center;
    margin-top: 120px;
    width: 1500px;
    position: absolute;
    border-radius: 5px;
    margin-left: 150px;

}

.submit_button {
    margin-left: 1%;
    position: absolute;
    color: white;
    padding-top: 6px;
}

#primo_submit:hover {
    cursor: pointer;
}

/*
 *
 * ISBN ISN styles
 *
*/
.isbn-form-wrapper {
    width: 70%;
    margin: auto;
}

.isbn-form-wrapper select {
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
    height: 30px;
}

.isbn-form-wrapper select:focus, .isbn-form-wrapper input[type=text]:focus, .isbn-form-wrapper input[type=date]:focus, .isbn-form-wrapper input[type=number]:focus {
    outline: none;
    border: 2px solid #bf5700;
}

.isbn-form-wrapper input[type=text], .isbn-form-wrapper input[type=number] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
    height: 30px;
    width: 100%;
    font-family: "Poppins", Times, Times New Roman, serif;
}

.isbn-form-wrapper label {
    display: block;
    font-weight: bold;
}

.isbn-form-wrapper .form-item {
    padding-top: 15px;
    padding-bottom: 5px;
}

.isbn-submit {
    text-align: center;
}

.req {
    font-style: italic;
    font-size: 16px;
    text-align: center;
}

.isbn-footer {
    font-style: italic;
    font-size: 16px;
    text-align: left;
    margin: 10px 0 10px 0;
}

.isbn-form-wrapper .description {
    margin: 10px 0 10px 0;
    font-style: italic;
    font-size: 9pt;
    color: brown;
}

.isbn-form-wrapper input[type=submit] {
    border-radius: 10px;
    cursor: pointer;
    height: 50px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 30px;
    width: 250px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: #bf5700;
    color: white;
}

.isbn-form-wrapper input[type=submit]:hover {
    color: black;
    background: brown !important;
}

.isbn-form-wrapper input[type=date] {
    margin-top: 10px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    height: 30px;
}

[type="date"] {
    background: #fff url("/sites/llufb/files/inline-images/calendar_icon.png") 97% 50% no-repeat;
}

.isbn-form-wrapper input[type=file]:hover {
    cursor: pointer;
}

/*
 *
 * book request styles
 *
 */

.js-form-required.form-required::after {
    color: red;
    content: "*";
}

.book-request-form {
    width: 100%;
    margin: auto;
}

.book-request-form input[type=text] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    height: 30px;
    width: 60%;

}

.book-request-form input[type=text]:focus, .book-request-form input[type=number]:focus, .book-request-form textarea:focus, .book-request-form select:focus {
    outline: none;
    border: 2px solid #bf5700;
}

.book-request-form label {
    width: 180px;
    clear: left;
    text-align: right;
    padding-right: 10px;
    float: left;
    font-weight: bold;
}

.book-request-form .form-item {
    padding-top: 15px;
    padding-bottom: 30px;
}

.book-request-form .description {
    margin: 30px 0 0 0;
    font-style: italic;
    font-size: 9pt;
    color: brown;
}

.add-book-btn {
    margin: 40px 0 60px 0;
}

.book-request-form hr {
    margin: 50px 0 30px 0;
}

.book-request-form input[type=submit] {
    background-color: #bf5700;
    border-radius: 10px;
    cursor: pointer;
    height: 40px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    width: auto;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    color: white;

}

.book-request-form input[type=submit]:hover {
    color: black;
    background: brown !important;
}

.book-request-form select {
    border-radius: 3px;
    width: 60%;
}

.book-request-form input[type=number] {
    border-radius: 3px;
    width: 60%;

}

.book-request-form textarea {
    border-radius: 3px;
    width: 60%;
}

.book-request-form input[type=number], .ask-form-wrapper input[type=email], .book-request-form input[type=text] .book-request-form textarea, .isbn-form-wrapper input[type=number] {
    font-family: "Poppins", Times, Times New Roman, serif;
}

.book-request-form a {
    color: #bf5700;
    text-decoration: none;
}

.book-request-info {
    margin-top: 20px;
    font-style: italic;
}

.sign-out a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 11pt;
    border: 2px solid white;
    border-radius: 7px;
    padding: 0 5px;
    margin-right: 5px;
}

.sign-out a:hover {
    color: black;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    background: brown !important;
}

.sign-out {
    border: 2px solid #bf5700;
    background-color: #bf5700;
    border-radius: 5px;
    height: 30px;
    color: white;
    line-height: 1.54;
    margin-bottom: 20px;
    text-align: right;
}

/*
 *
 * Jauta bibliotekaram stili
 *
 */

.ask-form-wrapper {
    width: 100%;
}

.ask-form-wrapper label {
    display: block;
    font-weight: bold;
}

.ask-form-wrapper select {
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
    height: 30px;
}

.ask-form-wrapper input[type=text] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
}

.ask-form-wrapper input[type=email] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
}

.ask-form-wrapper textarea:focus, .ask-form-wrapper select:focus, .ask-form-wrapper input[type=text]:focus, .ask-form-wrapper input[type=email]:focus {
    outline: none;
    border: 2px solid #bf5700;
}

.ask-form-wrapper textarea, .ask-form-wrapper input[type=text], .ask-form-wrapper input[type=email] {
    font-family: "Poppins", Times, Times New Roman, serif;
    width: 100%;
}

.ask-form-wrapper textarea {
    border-radius: 3px;
}

/*
 * Media queries for LLUFB Blocks
 *
 */
@media all and (max-width: 909px) {
    .book-request-info {
        margin-top: 90px;
    }

    .book-request-form label {
        width: 150px;
        text-align: left;
        padding: 0;
    }

}

@media all and (max-width: 1822px) {
    .primo-block {
        width: 1200px;
        margin-left: 150px;
        margin-top: 130px;
    }
}

@media all and (max-width: 1573px) {
    .primo-block {
        width: 1100px;
        margin-left: 100px;
    }
}

@media all and (max-width: 1340px) {
    .primo-block {
        width: 900px;
        margin-left: 55px;
        margin-top: 80px;
    }
}

@media all and (max-width: 1030px) {
    .primo-block {
        width: 700px;
        margin-top: 100px;
    }

    #primo_search_phrase {
        width: 450px;
    }
}

@media all and (max-width: 860px) {
    .primo-block {
        width: 500px;
        margin-top: 45px;
        margin-left: 54px;
    }

    #primo_search_phrase {
        width: 290px;
        font-size: 14px;
    }

    .book-request-form input[type=text] {
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    .book-request-form input[type=number] {
        width: 100%;
    }

    .book-request-form select {
        width: 100%;
    }

    .book-request-form textarea {
        width: 100%;
    }

    .book-request-form .form-item {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .book-request-form label {
        margin-bottom: 15px;
        clear: none;
        text-align: unset;
        padding-right: 0;
        float: none;
        display: block;
        width: auto !important;
    }
}

@media all and (max-width: 640px) {
    .primo-block {
        width: 350px;
        margin-top: 50px;
        margin-left: 24px;
    }
    .primo-search-text {
        font-size: 14px;
        margin-left: -30px;
    }

    #primo_search_phrase {
        width: 190px;
        font-size: 14px;
    }

    .isbn-form-wrapper {
        width: 100%;
    }
}

@media all and (max-width: 417px) {
    .primo-block {
        width: 320px;
        height: 60px;
        margin-top: 40px;
        margin-left: 7px;
    }

    #primo_search_phrase {
        width: 170px;
    }
    .primo-search-text {
        font-size: 14px;
    }

    .primo-search-form-layout {
        margin-top: -10px;
       /* margin-left: -30px; */
    }

    .isbn-form-wrapper input[type="submit"] {
        height: 40px;
        width: 100px;
    }
}

@media all and (max-width: 360px) {
    .primo-block {
        width: 315px;
        height: 60px;
        margin-top: 40px;
        margin-left: 15px;
    }
}

@media all and (max-width: 320px) {
    .primo-block {
        margin-top: 40px;
        margin-left: 2px;
        width: 315px;
    }
}




