﻿@import url(/GeoWise/Cesium/Widgets/widgets.css);
#geo-container {
    height: auto;
    margin: auto;
    margin-bottom: 0px;
    overflow: hidden;
}

#tips {
    position: relative;
    width: 300px;
    height: 600px;
    top: 500px;
    left: calc(100% - 300px);
    color: black;
}

#tips-column {
    padding: 0px 22px 24px 24px;
}

.tips-text {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 10.5pt;
    color: black;
}

.tips-subhead {
    color: firebrick;
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 10.5pt;
}

#main-column {
    margin: 40px;
    margin-top: 50px;
    margin-bottom: 0px;
    padding-left: 60px;
    width: calc(100% - 500px);
}

#main-text {
    float: none;
    line-height: 28px;
    font-size: 11.5pt;
    font-weight: 600;
    font-family: Times New Roman, serif;
}

#drop_cap {
    float: left;
    width: 120px;
    padding: 0px 16px 0px 0px;
}

#page-footer {
    position: relative;
    top: 0px;
    background: black;
    height: 54px;
    width: 100%;
    color: lightgray;
    font-weight: 600;
    font-size: 10pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: right;
}

.fancybox-thumbs {
    background: rgba(0, 0, 0, 0.3);
}

.geo {
    color: green;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
}

.geo-iti {
    font-size: 13pt;
    color: white;
    font-family: Times New Roman, serif;
    text-decoration: underline;
    cursor: pointer;
}

.geo-iti-1 {
    color: green;
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
}

#page-2 {
    display: block;
    margin-top: 100px;
    padding: 40px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#itinerary-heading {
    text-transform: uppercase;
    font-size: 34pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    margin-left: 8px;
    margin-right: 8px;
    border-bottom: 2px solid black;
}

.itinerary-subhead {
    text-transform: uppercase;
    font-size: 11pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}

.itinerary-text {
    font-size: 11pt;
    line-height: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}

.itinerary-highlight {
    color: #FF7A32;
}

.odd-page {
    position: relative;
    top: 12px;
    right: 30px;
}

#logo {
    float: left;
    margin: 8px;
    z-index: 100;
    cursor: pointer;
}

.gw-info {
    color: white;
    background-image: url('images/earth.png');
    background-color: black;
    background-repeat: no-repeat;
    font-size: 13pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 540px;
    padding: 4px;
}

.geo-info {
    text-decoration: underline;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-size: 13pt;
    font-weight: bolder;
    color: white;
    margin-top: 8px;
    cursor: pointer;
}

.gw-white-text {
    color: #96BCFF;
    font-size:13pt;
}

.gw-info-text {
    color: #96BCFF;
    font-size: 13pt;
}


.tdiv {
    display: block;
    margin-bottom: 10px;
}

.info-img {
    width: 24px;
    vertical-align: middle;
}

#logo {
    float: left;
    margin: 8px;
    cursor: pointer;
}

.fancy-title {
    position: absolute;
    top: 6px;
    left: 8px;
    color: white;
    font-size: 14pt;
    z-index: 100000;
}

#mapcontainer, #cesiumContainer {
    width: 1000px;
    height: 1000px;
    min-width: 1000px;
    max-width: none;
    max-height: none;
    overflow: hidden;
}

.cesium-infoBox {
    z-index: 90000;
}

.cesium-infoBox-title {
    color: white;
    height: 28px;
}

.cesium-infoBox-camera {
    display: none;
}

button.cesium-infoBox-camera {
    display: none;
}

.cesium-viewer-toolbar {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 8px;
}

.cesium-baseLayerPicker-dropDown {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 8px;
    width: 465px;
}

.cs-loader {
    position: absolute;
    top: 0;
    left: 500px;
    height: 100%;
    width: 200%;
    z-index: 1000;
    color: white;
}

.cs-loader-inner {
    top: 6%;
    position: absolute;
    width: 200%;
    color: white;
}

    .cs-loader-inner label {
        font-size: 15px;
        opacity: 0;
        display: inline-block;
        color: white;
    }

@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        transform: translateX(0px);
    }

    66% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}

#geo-page {
    margin-top: 80px;
    background: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.avicon {
    margin: 0px 0px -2px 8px;
}

.page-2 {
    background: white;
    height: 1080px;
    max-height: 1080px;
    margin-top: 80px;
    overflow: hidden;
    line-height: 21pt;
    font-size: 13pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: justify;
    padding-bottom: 20px;
}

#geolist {
    float: left;
    color: black;
    margin-top: 40px;
    padding: 8px;
    background-color: ivory;
    height: 1080px;
    width: 720px;
}

.HC {
    color: white;
    font-size: 28pt;
}

.leftDiv {
    color: white;
    float: left;
    font-size: 10pt;
}

#sample {
    color: white;
}

.ins {
    font-size: 9pt;
    font-weight: 600;
    text-align: left;
    margin: 20px 80px 0px 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

#placenames {
    margin: 20px 80px 40px 80px;
}

.heading {
    font-size: 16pt;
    margin: 16px 0px 4px 0px;
    font-weight: 600;
}

.loc {
    margin: 4px 0px;
    font-size: 11pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.geo-bold {
    font-weight: 600;
    text-align: left;
}

#disclaim {
    color: red;
    position: relative;
    top: -36px;
    z-index: 100;
    font-size: 10pt;
    font-weight: bold;
}

#author {
    position: relative;
    top: 100%;
    left: 0%;
    bottom: 0px;
}

.heading-num {
    font-size: 20pt;
    font-weight: normal;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 60px;
    margin-bottom: 20px;
}

.heading-para {
    font-size: 21pt;
    font-weight: normal;
    text-align: center;
    margin-bottom: 32px;
}

#home
{
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10pt;
    text-align: right;
    margin:16px 0px 0px 16px;
}

.fancy-title
{
margin-top: -4px !important;
width: 992px !important;
}

div.mapClose
{
position: relative !important;
width: 100% !important;
right: 0px !important;
top: -12px !important;
}

.infobox-container{
    width: 100%;
    padding: 8px;
    border: 1px solid white;
    display: table;
    position: relative;
    cursor:pointer;
}
.infobox-title{
    font-weight: bold;
    margin-right: 22px;
    cursor: pointer;
}
.infobox-close{
    width: 18px;            
    text-align: center;
    position: absolute;
    font-weight: bold;
    top: 0;
    right: 0;
    cursor: pointer;
}
.infobox-close:hover{
    background-color: red;
    cursor: hand;
}
.infobox-text{
    font-weight: normal;
    cursor: pointer;
}
