
.uigeocoder-div {
    width: 1110px;
/*  font: 14px serif;  */
    font: 12px Verdana, Arial, sans-serif;
}

.leftside {
    display: inline-block;
    float: left;
    /*width: 550px;*/
    width: 440px;
    border: 1px solid lightgray;
    border-radius: 5px;
    margin-bottom: 12px;
    margin-right: 10px;
}

.leftsideinner {
    padding: 5px 5px 5px 5px;
    margin:  2px 2px 2px 2px;
    background-color: lightgray;
    border: 1px solid RGB(128,128,128);
    border-radius: 5px;
}

.rightside {
    display: inline-block;
    width: 650px;
}

.geocoder-result-outer {
    border: 1px solid lightgray;
    border-radius: 5px;
    margin-bottom: 16px;
    width: 100%;
    min-width: 520px;
}

.geocoder-result-inner {
    margin: 2px; 
    border: 2px solid lightgray;
    border-radius: 5px;
}

.geocoder-result-header {
    padding: 5px 5px 5px 10px;
    color: #0055FF;
    font-size: 14px;
    border-bottom: 1px solid lightgray;
    background-color: lightgoldenrodyellow;
    border-radius: 5px 0 0 5px;
  }

/* #geocoder-result { width: 520px; margin: 5px 5px 5px 0px; } */
#geocoder-result {  margin: 5px 5px 5px 0px; }
#geocoder-result .viewport { height: 160px; overflow: hidden; position: relative; }
#geocoder-result .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; width: 100%; }
#geocoder-result .scrollbar{ background: transparent url(../img/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#geocoder-result .track { background: transparent url(../img/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#geocoder-result .thumb { background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#geocoder-result .thumb .end { background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#geocoder-result .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.geocoder-result-list {
   width:100%; 
}

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

.table-A {
    border-collapse: collapse;
    width: 100%;
}

.input-A {
    width: 100%;
    border: 1px solid #c4c4c4; 
    height: 25px;
    font-size: 12px;
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
}

.input-A:focus {
    outline: none; 
    border: 1px solid #7bc1f7; 
}

.sel-A-class {
}

.ltab-item {
    color: #222288;
    font-size: 12px;
}

.ltab-gap {
    margin-bottom: 12px;
    display: block;
}

.ltab-label {
    color: #0055FF;
    font-size: 14px;
    margin-bottom: 6px;
    padding: 6px 4px 6px 6px;
    display: block;
    background-color: lightgoldenrodyellow;
    border-radius: 5px;
}

.ltab-label-btn {
    display: inline-block;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

.ltab-eye-btn {
    display: inline-block;
    float: right;
    cursor: pointer;
}

.gap-line {
    background-color:  #888;
    height:1px;
    width:100%;
    margin-top: 8px;
    margin-bottom: 6px;
}

.litem-label {
    color: #0066FF;
    font-size: 12px;
    display: inline;
}

.loctypebox {
    background-color: #0055FF;
    height:8px;
    width:8px;
    border-radius: 6px;
    margin-left: 8px;
    margin-right: 4px;
    display: inline-block;
    cursor: pointer;
}

.loctypeboxselected {
    background-color: #F00;
}

.loctypetext {
    color: #222288;
    font-size: 12px;
    display: inline;
}

.samplenotes {
    width: 100%;
    height: 50px;    
    resize: none;
    font-size: 12px;
}

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

.gc-result {
    background: #f0f7ff none repeat scroll 0 0;
    border: 2px solid #d7e7ff;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    margin: 0 5px 5px;
    min-height: 4em;
    padding: 4px 8px;
    display:block;
}

.gc-result-selected {
    background: #c0f7ff none repeat scroll 0 0;
}

.gc-result .gc-highlight {
    background-color: #d9e7f7;
    border-color: #9db9e4;
}

.gc-result img {
    float: right;
}

.gc-result .gc-name {

}

.gc-result .gc-type {
    color: gray;
    font-size: 0.8em;
}

.gc-result-msg {
    background: #f0f7ff none repeat scroll 0 0;
    border: 2px solid #d7e7ff;
    border-radius: 2px;
    font-size: 14px;
    margin: 0 0px 5px 5px;;
    padding: 4px 8px;
    display:block;
    height: 140px;
}

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

.ac-button {
    background-color: #f0f7ff;
    color: #0055FF;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #80e0ff; 
    -webkit-transition-duration: 0.1s; /* Safari */
    transition-duration: 0.1s;
}

.ac-button:hover {
    background-color: #aaddff;
    color: #FFFFFF;
}

.ac-button:active {
    border-bottom-color: #7bc1f7;
    box-shadow: 0 2px #ccc;
    transform: translateY(2px) translateX(2px);
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.ac-button img {
    vertical-align: text-bottom;
    margin-right: 5px;
}

.ac-disabled-button {
    background-color: #f0f7ff;
    color: #0055FF;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    border-radius: 6px;
    border: 2px solid #80e0ff; 
}

.ac-disabled-button img {
    vertical-align: text-bottom;
    margin-right: 5px;
}

.mc-button {
    background-color: #f0f7ff;
    color: #0055FF;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #80e0ff; 
}

.mc-active {
    background-color: coral;
    color: #FF0;
    border: none;
    font-weight: bold;
}

.mapsection {
}

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

#map-block {
    position: relative;
}

#map-position {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    padding: 5px;
    color: #844;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(240, 247, 255, 0.65);
    border-radius: 4px;
    z-index: 100;
}

.mapwrapper {
    height: 435px;
    border-radius: 6px;
    border: 1px solid #80e0ff; 
}