#search-page {
    display: none;
    margin: 0 auto;
    width: 93%;
}


#search-header{
    position: fixed;
    width: inherit;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    padding-top:15px;
}

#search-menu {
    color:#2659AE   ;    
    padding: 0;
    display: inline;
    cursor:pointer;
    font-size:0.95em;
}

#search-menu li {
    display:inline;
    margin-right:14px;
    padding-left: 0px;
}

.search-page-container{
    padding-top:115px;
    padding-bottom:10px;
}

#search-page-search-container{
    display: block ;
    padding-left: 1px;
    padding-right: 1px;
}

#search-page-help-container{
    display:none ;
}

.search-page-container h3{
    color: #940302;
    padding: 8px 0px 8px 0px ;
    margin: 0px 0px;
}

#search-page-help-container p{
    padding:2px 0px 2px 0px;
    margin:2px 0px 2px 0px;
}

.search-spacer{
    height:7px;
}

.larger{
    font-size:110%;
}


/*-------------------------------------------------------------- */

.search-result{
    margin: 0;
    padding:0;

}

.search-result-text{
    font-size: 1.3em;    
    line-height: 1.25em;
    display:inline;     
    color: #111;   
    cursor: pointer;
    text-align: justify;
    text-justify: inter-word;       
}

.search-result-info-a{
    font-size: 1.15em;      
    cursor:pointer;
    display:inline;    
    font-weight: 500;    
}

.not-visited{
    color:#3775dd;
}

.visited{
    color:#609;
}

.search-result-info-b {
    color:#006621 ;
    font-size:18px;
    display:block;
}

.search-result-info-a:link, .search-result-info-a:visited, .search-result-info-b:link, .search-result-info-b:visited{
    text-decoration: none;
}

.search-result-info-a:hover{
    text-decoration:underline;
}

/*-------------------------------------------------------------- */


#search-lang-sel{
    position:relative;
    width: calc(100% - 36px);
}

#search-form {
    display: flex;
    padding-top: 18px;
}


#search-input{
    font-size:20px;
    border:1px solid #aaaaaa;
    height:40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;    
    -webkit-appearance: none;           /* legacy iOS needs this */
    flex-grow: 2;
    padding:0;
    padding-left:10px;
    margin:0;
    background-color: #FFFFE5;
}

textarea:focus, input:focus{
    outline: none;
}

#search-button3 {
    height:40px;
    width:36px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;    
    text-align: center;
    color:#fafafa;
    border:1px solid #3775dd;
    background-color:#3775dd;
    cursor:pointer;
    padding:0;
    margin:0;
}

button:focus {outline:0;}

.search-icon-in-search-page{
    width: 20px;
    height: 20px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    color:#eeeeee ;

    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;

    pointer-events: none;
}

#search-input::-webkit-search-cancel-button{
    margin-left:7px;
    margin-right:7px;
}

#ms {
    width: 100%;
}

/* overwride multiple-select */
.selected{
    background-color:#3775dd;
    color:#fafafa;
}

.ms-choice {
    height: 34px;
    line-height: 34px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size:15px;
    background-color: #efefef;
    border: solid #b0b0b0 1px;
}

.ms-choice:hover {
    text-decoration: none;
    cursor:pointer;
    background-color: #e8e8e8;
    border: solid #a8a8a8 1px;
}

.ms-drop ul > li {
padding: 3px 8px;
}

/*-------------------------------------------------------------- */

.search-btn {
    padding:8px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background: #3775dd;
    color:#fafafa;
    margin-top:6px;
    float:left;
    cursor: pointer;
    font-size:14px;
}

.search-btn:hover {
    text-decoration: none;
    cursor:pointer;
}

.search-noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently not supported by any browser */
}

.search-result hr{
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #eeeeee;
        margin: 0.8em 0;
        padding: 0; 
}

#search-status{
    color:#777;
    padding-top: 7px;
    padding-bottom: 25px
}

/* spinner */
.search-spinner {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3775dd;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 0.4s linear infinite; /* Safari */
    animation: spin 0.4s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


.search-footer{
    padding-bottom:160px;
}

.search-spinner-container {
    padding-top:10px;
    padding-left: 10px;
}

.icon-return-from-search{
    cursor: pointer;
    width: 24px;
    height: 24px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    color: #2659AE;

    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;

    pointer-events: none; 
    padding-right:10px;

}

/*---------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 360px) {

}

@media only screen and (min-width: 480px) {

    #search-page {
        width: 90%;
    }    
}

@media only screen and (min-width: 900px) {

    #search-page {
        width: 750px;
    }

    .search-result-text{
        font-size: 17px;    
        line-height: 140%;              
    }
    
    .search-result-info-a{
        font-size: 1.0em;    
        line-height: 1.2em;        
    }    

    #search-results {
        text-align: justify;
        text-justify: inter-word;  
    }
}

