﻿@media (max-width: 768px) {
    .ws-searchTextBox, .ws-searchButton, .ws-closeButton {
        width: 90%;
        left: 5%;
    }
}

.ws-searchButton:focus, .ws-closeButton:focus {
    outline: 3px solid #0078d7;
    outline-offset: 2px;
}

.ws-modal {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 101;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

    .ws-modal.active {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s;
        overflow: auto;
    }

.ws-closeButton {
    height: 5%;
    width: 50%;
    background-color: #A70C47;
    top: 1%;
    left: 25%;
    position: relative;
    max-height: 80px;
    color: #FFE5B2;
}

.ws-closeButton:hover {
   color: #fff;
}

.ws-searchButton {
    height: 5%;
    width: 50%;
    background-color: #A70C47;
    top: 16%;
    left: 25%;
    position: relative;
    color: #FFE5B2;
    max-height: 80px;
}

    .ws-searchButton:hover {
        color: #fff;
    }


.ws-searchTextBox {
    height: 5%;
    width: 80%;
    top: 10%;
    left: 10%;
    position: relative;
    max-height: 80px;
}

.dvBranding {
    position: relative;
    top: 7%;
    left: 10%;
    height: 1%;
}

.dvResultsContainer {
    height: 100%;
    width: 80%;
    left: 10%;
    top: 21%;
    position: relative;
}

.spError {
    color: red;
    font-weight: 500;
}

.ws-searchresult-a {
    font-size: xx-large;
    font-weight: 900;
}

.ws-searchresult-urldiv {
    color: cornflowerblue;
}

.ws-searchresult-descdiv {
    margin-bottom: 20px;
}

a.wv-searchResultPagerElement {
    cursor: pointer;
    color: red;
}

span.wv-searchResultPagerElement {
    color: grey;
}

.ws-searchresult-keywordsdiv {
    font-weight: bold;
    margin-bottom: 10px;
}

.ws-searchresult-entitiesdiv {
    font-weight: bold;
    margin-bottom: 10px;
}

.ws-searchresult-summarydiv {
    background-color: beige;
}

wv-search-result-rag {
    background-color: beige;
}

wv-search-result-rag {
    background-color: grey;
    border-radius: 2px;
    padding: 5px;
}

.wv-search-result-rag {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.75rem 1rem 1rem 1rem;
    margin-bottom: 1rem;
}

.wv-search-result-rag-copybtn {
    background-color: #A70C47;
    color: #FFE5B2;
    border: none;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-weight: bold;
}

.wv-search-result-rag-copybtn:hover {
    background-color: #A70C47;
    color: #FFE5B2;
}
