/* 
    Created on : 21 Feb 2025, 11:29:30
    Author     : steve
*/
/* GENERAL */
HTML, BODY {padding:0px; margin:0px; box-sizing: border-box; }
BODY {overflow-y: scroll; font-family: 'Trebuchet MS', sans-serif;}
P, DIV, SPAN, A, H2 {box-sizing: border-box;}
H1 {padding:0px; margin:0px; font-size:18px; font-weight:normal;}
H2 {padding:0px; margin:0px; font-size:22px; font-weight:normal; }
H3 {text-transform:capitalize; font-size:18px; font-weight:normal;  }
input, select {
    color:#000;
    background-color: #fff;
    font-size: 14px;
    padding: 5px;
    border:1px solid #393838;
/*    border: none;*/
    border-radius: 2px;
    box-sizing: border-box;
}
input[type="checkbox"] {
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin: 6px;
  padding: 0;
  border: 2px solid var(--checkbox-border-color);
/*  appearance: none;*/
  background-color: transparent;
  outline: none;
  transition: outline 0.1s;
  position:relative;
  top:3px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
.noselect {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE 10+ */
    user-select: none;         /* Standard syntax */
}
.footer {text-align:center;}
.to_top_button, .to_bottom_button {
    margin:10px;
    padding:4px 8px 4px 8px;
    font-size:14px;
    font-weight:bold;
    background-color:#fff;
    color:#000;
    border-radius: 6px;
    text-decoration: none;
    border:1px solid #999;
    position: fixed;
}
.to_top_button {
    bottom: 35px;
    right: 0;
}
.to_bottom_button {
    bottom: 0;
    right: 0;
}
.section {
    width:100%;
    text-align:center;
}
.section_head {
    max-width:800px;
    min-width:320px;
    height:100px;
    margin:auto;
    margin-bottom:10px;
    border:0px solid red;
    text-align: center;
    padding:15px 0 0 0px;
}
.top_menu {
    text-align:right;
    border:0px solid red;
    max-width:800px;
    min-width:120px;
/*    min-height:25px;*/
    margin:auto;
    margin-top:10px;
    margin-bottom:-20px;
}
.top_menu A, .footer A {
    margin:10px !important;
    padding:6px;
    border:0px solid red;
    color:#999;
    text-decoration: none;
    font-weight:normal;
}
.logo {
    height:70px;
}
.main_section_content {
    max-width:800px;
    min-width:320px;
    min-height:320px;
    margin:auto;
    border:0px solid red;
}
.section_content {
    max-width:800px;
    min-width:120px;
    min-height:120px;
    margin:auto;
    border:0px solid red;
}
.section_bg_col_1 {
}
.section_bg_col_2 {
    background-color:#0066cc;    
}

.map_bar {
    width:100%; 
    height:320px; 
    position: relative;
    top:-14px;
    z-index:500;   
    border:0;
    margin:0;
    margin-bottom:-320px;
    overflow-x: hidden;
    overflow-y: hidden;
    visibility: hidden;
}
.asessor_search_container {
    position: relative;
    z-index:1000;
}
.assessor_search_section {  
    background-image: url("images/road-street-town-city-urban.jpg");
/*    background-image: url("photographer.jpg");  The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color:#fff;
    height:320px;
}
.assessor_search {
    padding-top:65px;
}
.assessor_search P {
    max-width:80%;
    margin:auto;
}
.assessor_search INPUT {
    vertical-align: middle;
/*    text-transform:uppercase;*/
}
.small_info {
    font-size:14px;
}
.small_info P {
    
}

.assessor_search INPUT {
    margin-left:10px;
    height:32px;
}
.assessor_search SELECT {
    position:relative;
    top:0px;
    height:32px;
}
    
@media only screen and (max-width: 640px) {
    .assessor_search {
        margin-top:0;
        position:relative;
        top:-60px;
    }
    .assessor_search INPUT {
        width:90%;
        margin-bottom:10px;
    }
    .assessor_search SELECT {
        width:90%;
        margin-bottom:10px;
    }
    .assessor_search_section {
        padding-bottom:30px;
    }
    .assessor_search INPUT {
        margin-left:0px;
    }
}