* {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
}
u{
    text-decoration: underline;
}
h1, h2, h3 {
    margin-bottom: 10px;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
ol, ol li {
    list-style: decimal;
    margin-left: 20px;
    line-height: 24px;
    font-size: 14px;
}
input[type="text"] {
    padding: 10px;
    border-radius: 2px;
}
input[type="button"] {
    cursor: pointer;
}
button {
    cursor: pointer;
}
.col5-img{
    width: 50%;
}
.col3-img{
    width: 30%;
}
.circle-btn {
    position: relative;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    border: none;
    color: #757575;
}
.square-btn {
    padding: 10px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    cursor: pointer;
    background-color: #133b69;
    color: #fff;
    border-radius: 0 2px 2px 0;
    /*margin-right: 5px;*/
}
.square-btn:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02), inset 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.msg{
    background-color: #fbd23d;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #333;
    padding: 30px 0;
    overflow: auto;
}
.msg .content {
    width: 65%;
    min-width: 650px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
    overflow: hidden;
}
.content p{
    margin-left: 27px;
    line-height: 24px;
    margin-bottom: 10px;
}
.content img{
    width: 100%;
}
.content .col3-img{
    width: 30%;
    margin-left: 27px;
    margin-right: 10px;
    border: 1px solid #e2f0f4;
    padding: 5px;
    border-radius: 2px;
    float: left;
}
.content .col5-img{
    width: 50%;
}
.msg .circle-btn {
    position: absolute;
    right: 10px;
    top: 15px;
}
header #outer-links {
    position: relative;
    height: 30px;
    background-color: #233f5f;
    z-index: 1;
    padding-right: 15px;
    text-align: right;
}
header #outer-links li {
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    padding: 0 10px;
    color: #d8d8d8;
    cursor: pointer;
}
header #outer-links li a{
    color: #d8d8d8;
}
header #nav {
    position: relative;
    height: 50px;
    background-color: #FFCD28;
    z-index: 1;
}
header #logo-txt{
    font-size: 12px;
    font-weight: bold;
    color: #555;
    text-shadow: 0 0 1px #ffdc68;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 5px;
}
header #logo-txt span{
        font-size: 18px;
    top: -2px;
    position: relative;
}
#hamburger {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 10px;
    line-height: 47px;
    font-size: 24px;
    color: #133b69;
    display: none;
    cursor: pointer;
}
#map {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/map01.png);
    background-position: -100px;
}
#title-toolbar {
    display: inline-block;
    position: absolute;
    padding: 10px;
}
#title-toolbar div {
    vertical-align: middle;
}
#nav #logo {
    display: inline-block;
    width: 40px;
    margin-top: 5px;
    margin-left: 5px;
}
#nav #logo img {
    width: 100%;
}
#nav ul {
    display: inline-block;
    line-height: 50px;
    vertical-align: text-bottom;
    float: right;
    margin-right: 10px;
}
#nav ul li {
    display: inline-block;
    color: #555;
    padding: 0 15px;
    cursor: pointer;
}
#nav ul li.selected{
    background-color: #FFDE0B;
}
#right {
    display: inline-block;
}
#right #searchbar {
    position: relative;
    font-size: 0;
}
#right #searchbar div {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
}
#right #searchbar input {
    width: 400px;
    border: 1px solid #eee;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    margin-bottom: 10px;
    padding-left: 140px;
}
#btn-basemap{
    width: 135px;
}
#btn-basemap i.icon-down-dir {
    font-size: 6px;
    position: relative;
    top: -2px;
    right: -2px;
}
#list-basemap {
    position: absolute;
    background-color: #fff;
    width: 134px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    display: none;
    padding: 7px;
}
#list-basemap li {
    padding: 10px 0;
    font-size: 12px;
    cursor: pointer;
}
#list-basemap li:hover {
    background-color: #ddecff;
}
#list-basemap li.selected {
    background-color: #075cb3;
    color: #fff;
}
#side-toolbar {
    position: absolute;
    width: 30px;
    margin-top: 15px;
    margin-right: 10px;
    right: 0;
    top: 80px;
}
#about-msg,#homelinks-msg{
    z-index: 2;
}
#homelinks-msg{
    display: none;
}
#links-area{
    float: left;
    width: 64%;
}
#links-area p{
    margin-left: 0;
}
#links-area li {
    position: relative;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #dfeff5;
    border-bottom: 2px solid #bad7e0;
}
#links-area li a {
    color: #0793b3;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    display: inline-block;
}
#links-area li i{
    position: absolute;
    right: 0;
    margin-right: 5px;
    color: #0793b3;
}


#legend {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}
#legend li {
    line-height: 30px;
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
}
#legend span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

/* tooltip settings start */
.circle-btn.tooltip:hover:before, .circle-btn.tooltip:hover:after {
    opacity: 1;
    visibility: visible;
}
.circle-btn.tooltip:before {
    content: attr(data-tooltip);
    background: #ffffff;
    color: #5f5f5f;
    padding: 0.6em 0.8em;
    position: absolute;
    right: 40px;
    top: 0;
    margin-left: 14px;
    white-space: pre;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}
.circle-btn.tooltip:after {
    content: "";
    position: absolute;
    right: 25px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
}
.circle-btn.tooltip:before, .circle-btn.tooltip:after {
    opacity: 0;
    visibility: hidden;
/*    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;*/
}
@media screen and (max-width: 900px) {
    #hamburger{
        display: block;
    }
    #nav ul{
        display: none;
        width: 100%;
        margin-right: 0;
    }
    #nav ul li{
        display: block;
        background-color: #FFCD28;
        padding-left: 50px;
    }
    header #outer-links{
        display: none;
    }
    #map{
        top: 50px;
    }
    #right #searchbar input{
        width: 355px;
    }
    #side-toolbar{
        top: inherit;
        bottom: 90px;
        width: 40px;
    }
    .circle-btn{
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .circle-btn.tooltip:before, .circle-btn.tooltip:after{
        font-size: 14px;
    }
}
@media screen and (max-width: 768px){
    #legend{
        margin-right: 0;
        margin-bottom: 0;
    }
    
    .msg .content{
        width: 90%;
        min-width: inherit;
        min-width: 320px;
    }
    .content .col3-img{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #links-area{
        width: 100%;
    }
}
@media screen and (max-width: 414px){
    #right #searchbar input{
        width: 262px;
    }

}


