
/* #region Header search bar  */
.search-container-outer-flex {
    display:flex;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding:5px;
    width:85%;
    float: right;
    border-color: #121212;
    -moz-box-shadow: inset 0 0 2px #767676;
    -webkit-box-shadow: inset 0 0 2px #767676;
    box-shadow: inset 0 0 2px #767676;
    font-family: 'Open Sans';
}

.search-container
{
    width: 95%;
    float: right;
    margin-left:8px;
}

.search-icon {
    max-width: 16px;
    margin-top:1px;
}
.search-icon:hover{
    cursor: pointer;
}
.header-search-box {
    border-width: 0px;
    width:90%;
}
.header-search-box:focus{
    outline: none;
}

.search-input
{
    width: 95%;
    height: 30px;
    font-size: 16px;
    color: black;
    border-style: none;
    border-width: 0px;
}

/*   #endregion  */

/* #region Search Results Panel   */

.sidebar-search-tabs-container {
    position: fixed;
    width: 30px;
    background-color: #d40000;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:5px;
    z-index:500;
    right: 0px;
    top:135px;
    box-shadow: 2px 2px 2px black;
    visibility:hidden;
    text-align: center;
}

.search-tabber {
    width:100%;
    text-align: center;
    writing-mode:vertical-lr;
    font-family: 'Open Sans';
    text-orientation:sideways;
    color:white;
    width:275px;
}
.search-tabber:hover{
    cursor: pointer;
}

.search-panel-container {
    position: absolute;
    right:0px;
    top:50px;
    width:275px;
    overflow:hidden;
    z-index: 500;
    font-family: 'Open Sans';
    border:10px solid;
    border-color:#740000;
    border-radius:8px;
    background-color: whitesmoke;
    visibility:hidden;
}

.search-panel-search-bar-container {
    background-color: #740000;
}
.search-results-text{
    margin-top:0px;
    margin-bottom: 0px;
    text-align: center;
    color:whitesmoke;
    font-size: 18px;
    font-weight: bold;
    padding-top:10px;
    padding-bottom:10px;
}


.search-panel-search-outer-container{
    padding-left: 3px;
    padding-top: 8px;
    padding-right: 3px;
    padding-bottom: 8px;
    background-color: whitesmoke;
}

.search-results-inner-flex {
    display:flex;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    border-color: #121212;
    padding:5px;
    width:90%;
    margin-right: auto;
    margin-left: auto;
    -moz-box-shadow: inset 0 0 1px #4F5155;
    -webkit-box-shadow: inset 0 0 1px #4f5155;
    box-shadow: inset 0 0 1px #4F5155;

}

.search-result-input-icon {
    max-width:16px;
}

.search-result-input-outer-container {

}
.search-results-search-form {

}
.search-results-search-box{
    outline: none;
    padding:5px;
    border-width: 0px;
    margin-left: 10px;
    background-color: whitesmoke;
}


.search-results-layout-container {
    position: absolute;
    height: 100%;
    width:100%;
    background-color: whitesmoke;
}
/*   #endregion  */


/*   #region Returned Search Results  */

.search-results-layout-inner-container {
    height:95%;
    width:95%;
    margin-left:auto;
    margin-right:auto;
    overflow-y: auto;
}

.search-result-highlight {
    background-color: gold;
    color:black;
}

.search-result-outer-container-box {
    width:95%;
    margin-left:auto;
    margin-right:auto;
    border-width: 1px;
}

#searchLoading {
    margin-top: 3em;
    width:40%;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
.first-loading{
    margin-top:5em;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    font-size: 16px;
    font-weight: 700;
    text-align: center;

}
#searchLoadingText {
    margin-top:1em;
    font-weight: bolder;
    color:navy;
    text-align: center;
}
#searchLoadingImage{
    display:block;
    width:30%;
    margin-left: auto;
    margin-right: auto;
}

.search-result-container
{
    width:95%;
    margin-left:auto;
    margin-right:auto;
    margin-top:1em;
    margin-bottom:1em;
    padding:5px;
    background-color:whitesmoke;

}

.search-result-container:hover {
    cursor:pointer;
    box-shadow: 1px 1px 5px 1px #121212;
}

.result-page-image {
    display:block;
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

.page-pic-thumb {
    width:60%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}
.search-page-image {
    display:block;
    width:100%;
}

.search-highlight-term
{
    background-color: darkkhaki;
    color:black;
}
.search-result {
    margin-top:15px;
    margin-left:1em;
    margin-right:1em;
}


.results-title-text-top {
    font-size: 14px;
    text-align: center;
    color: green;
    font-weight: bolder;;
}
.results-title-term {
    font-size:16px;
    font-weight: bolder;
    color:navy;
    font-style: italic;
    text-align: center;
}
.results-timed {
    margin-top:.2em;
    font-size: 13px;
    color: #767676;
    font-weight: bolder;
    text-align: center;
}

.result-page-number {
    margin-top:1em;
}
.result-part-title {
    font-size: 16px;
    font-weight: bolder;
}
.result-description {
    margin-top:.1em;
    font-size:12px;
}
.result-application {
    margin-top:.2em;
    font-size: 14px;
}
.result-blue-bold {
    margin-top:.1em;
    font-size: 14px;
    color: #003399;
}
.result-red-side {
    margin-top:.1em;
    font-size:12px;
    color: #990000;

}
.result-oem-part-number {
    margin-top:.3em;
    color:black;
    font-size: 14px;
}
.result-stock-number {
    margin-top:.2em;
    font-weight: bolder;
    font-size: 15px;
}
.result-page-number {
    margin-top:.2em;
    font-size:14px;
}
.no-results-title {
    margin-top:1em;
    display:block;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;

}



/*   #endregion  */