/*Search page body */
body {
    background-color:#FFFFFF;
    font-family:arial,sans-serif;
    font-size: 13px;
}

/*Top categories*/
.main_cat1 {
    font-size: 16px;
    font-weight: bold;
    color:#0000FF;
}

.main_cat2 {
    font-size: 12px;
    font-weight: bold;\
    color:#0000FF;
}

.cat1:visited {
    font-size: 16px;
    font-weight: bold;
    color:#5555AA;
}

/*Small urls*/
.url {
    color: #115599;
}


a:visited {
    color:#5555AA;
}

/*Page descriptions*/
.description {
    font-size: 13px;
}
.description img{
    max-width: 50%;
    height: auto;
}
/* Title/link of pages */
.title {
    color:#0000FF;
    font-size:15px;
}

.searchBox {
    border:1px solid #113377;
}

#result_report {
    text-align:center;
    padding:3px;
    background-color:#e5ecf9;
    font-weight: bold;
    margin-bottom:14px;
}

.catBanner {
    padding:3px;
    margin-top:15px;
    background-color:#e5ecf9;
    font-weight: bold
}

.webPageBanner {
    padding:3px;
    margin-top:20px;
    background-color:#e5ecf9;
    font-weight: bold
}

hr {
    color:#000066;
}

hr.powered {
    width:550px;
    color: #000066;
}

/*main results table */
#results, #r_results, #i_results {
    max-width: 80%;
    margin: auto;
}

h1 {
    text-align: center;
    font-family: Verdana, Ariel;
    font-size:24px;
    color: #000066;
}

#other_pages {
     text-align:center;
}

#powered_by {
    margin:0 auto;
    margin-top:20px;
    padding-top:10px;
    font-size:10px;
    text-align:center;
    vertical-align: center;
}

#common_report {
    text-align:center;
}

#cat_table {
    width:600px;
    margin-top:20px;
    padding-top:10px;
    padding-bottom:20px;
    border-top:1px solid #AAAAAA;
    border-bottom:1px solid #AAAAAA;
}

#cat_main {
    font-weight: bold;
}

.divline{
    margin-top:20px;
    margin-bottom:-5px;
    border-bottom:1px solid #DDDDDD;
}

#sub_cat {
    font-size:12px;
}

.idented {
    margin-left:30px;
}

#did_you_mean {
    font-size: 14px;
    text-align:center ;
    margin:10px;
}

/* CSS data for autocomplete */
#keyword {
    width: 200px;
    font-size: 13px;
    padding: 5px;
}
#sresults {
    display: none;
    width: 202px;
    position: absolute;
    border: 1px solid #c0c0c0;
    background-color: #eeeeee;
    padding: 0px 5px;
}

#sresults .item {
    padding: 3px;
    font-family: Helvetica;
    border-bottom: 1px solid #c0c0c0;
}

#sresults .item:last-child {
    border-bottom: 0px;
}

#sresults .item:hover {
    background-color: #cccccc;
    cursor: pointer;
}

.box {
    display: none;
    width:100%;
}

a:hover + .box, .box:hover {
    display:block;
    position:relative;
    z-index: 100;
}

#search_master {
    padding:10px;
    margin: 25px 25px;
    width:100%;
    background-color:#6f6f6;
}

#main {
    text-align: left;
    border: none;
    clear: both;
    width: 100%;
    margin-top: -1px;
}

#tabs {
    font-family: Verdana, Arial;
    font-size: 12px;
    clear: both;
    text-align: center;
    position: relative;
//    left: 50%;
    margin-left: -435px;
}

#tabs ul {
    display: inline;
    list-style-type: none;
    margin: 0;
}

#tabs li {
    float: left;
    height: 26px;
}

#tabs a {
    width: 250px;
}

#tabs a.selected {
    position: relative;
    top: 0px;
    margin: 0 2px 0 0;
    float: left;
    background: #eee;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 6px 4px 6px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

#tabs a.default {
    position: relative;
    top: 0;
    margin: 2px 2px 0 0;
    float: left;
    border-right: 1px solid #AAA;
    border-top: 1px solid #AAA;
    border-left: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    padding: 5px 4px 5px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

#tabs a:hover {
    background: #eee;
    position: relative;
    top: 0;
    padding: 5px 4px 6px 10px;
    margin-top: 0px;
}

#tabs a.active {
    position: relative;
    top: 0;
    margin: 0 2px 0 0;
    float: left;
    background: #EEE;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 6px 4px 6px 10px;
    text-decoration: none;
    color: #333;
}

#tabs a.active:hover {
    position: relative;
    top: 0;
    margin: 0 2px 0 0;
    float: left;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 6px 4px 6px 10px;
    text-decoration: none;
    color: #333;
}

.container {
    /*border: 1px solid black;*/
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 5px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
}
.bottom_container {
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    padding-left: 5px;
    text-align: center;
}

.advanced {
    margin-left: auto;
    margin-right: auto;
    display: none;    
    text-align: center;    
}

.showadv {
display: table;
}

.row {
    width: 100%;
    display: table;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.left, .right {
    display: table-cell;
    width: 50%;
}

.button {
    /*background-color: gainsboro;*/
    border: 0px solid black;
    color: black;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 3px 2px;
    border-radius: 4px;
    cursor: pointer;
}
#results { display: flex; flex-wrap: wrap; }
#list_item { 
     width: 30%;
     margin: auto;
     margin-top: 10px;
     word-wrap: break-word;
     text-align: center;
     }
#navbar {
    /*margin-top: 25%;*/
}
    .main {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #fff;
            height: 80vh;
            flex-direction: column;
        }

        .search-box {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            border: 2px solid #ccc;
            border-radius: 25px;
            overflow: hidden;
            min-width: 400px;
            width: 100%; /* Set the width to 45% of the window */
            margin: 0 auto; /* Center horizontally */
        }
        .search-input {
            flex-grow: 1; /* Allow the input to grow and fill available space */           
            padding: 5px 15px;
            border: none;
            outline: none;
            font-size: 16px;
            line-height: 16px;
            border-radius: 25px 0 0 25px; /* Rounded left corners */
        }
        .search-button {
            background-color: #007bff;
            color: #fff;
            border: none;
            padding: 5px 20px;
            border-radius: 0;
            cursor: pointer;
        }
        .reset-button {
            background-color: #f0f0f0;
            border: none;
            padding: 5px;
            cursor: pointer;
            display: none; /* Initially hidden */
        }
        .about-container {
             position: relative;
             background-color: #e5ecf9;
        }
        .about {
            display: none;

            
            margin:auto;

            text-align: center;
            width:50%;
            background: rgba(98, 98, 98, 0.2);
            border-radius: 5px;
        }
        .about-link {
            position: absolute;
            top: 5px;
            right: 15px;
            text-decoration: none;
            color: #333;
        }
        .language-selector {
            display: inline-block;
            margin-right: 10px;
            position: absolute;
            top: 5px;
            right: 30px;
        }
        .language-dropdown {
            display: none; 
            position: absolute; 
            background-color: rgb(255, 255, 255); 
            border: 1px solid rgb(204, 204, 204); 
            padding: 5px;
        }
        .language-dropdown li {
            margin-bottom: 10px;
        }
        .logo {
            
            font-size: 24px;
            font-weight: bold;
            
            margin-bottom: 35px;
        }
        .logo a{
            text-decoration: none;
            color: black;
        }
        .categories {
            display: flex;
            align-items: center;
            margin-top: 5px;
            margin-left: 25px;
        }
        .category {
            margin-right: 10px;
            font-size: 14px;
            color: #333;
            cursor: pointer;
            border: 2px solid transparent;
            padding: 1px;
        }
        .category.selected {
            border-color: #007bff;
        }
        .boxcontainer {        
            width: 45%;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-items: flex-start;
            
        }