input[type=checkbox]
{
  -webkit-appearance:checkbox;
}
.hidden {
  display: none;
}
.desktop {
  height: 100%;
  margin: 0px;
}
#foxterra {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.waiting {
  position: absolute;
  left: 45%;
  top: 45%;
  z-index: 9999;
}
#waiting {
  display: none;
}

#tabs {
  display: none;
}
.aTabs:hover {
  color: black;
}
#closeTabs {
  position: relative;
  float: right;
  right: 12px;
  top: -32px;
}
.close {
  height: 27px;
  width: 22px;
  cursor: pointer;
}
.infoIcon {
  height: 22px;
  width: 22px;
  position: relative;
  bottom: -4px;
}
li.info {
  list-style-type: none;
}
li.fox {
  list-style-type: circle;
}
a.info {
  color: #192c92;
  cursor: pointer;
  text-decoration: none;
}
a.info:hover {
  color: #344cd2;
}
img.info {
  height: 22px;
  width: 22px;
  margin-right: 6px;
  position: relative;
  top: 5px;
  padding-top: 2px;
}
div.info {
  border: 1px solid #bbb;
  border-top: 0px;
  border-radius: 4px;
}
.iLeft {
  width:40px;
}
.iRight {
  width: 40px;
}
.dot {
  height: 14px;
  width: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 22px;
}
.normal {
  text-decoration: none;
}
/* =============================================================================
   In the news panel */
.newsWrapper {
  padding: 0px 8px 0px 10px;
}
.hiLite {
  background: #f7fabf91;
  border: 2px solid #b7b9907d;
  margin-left: 2px;
}
.newsDivider {
  width: 80%;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.newsDate {
  padding: 6px 0px 6px 8px;
  font-size: 20px;
}
.newsTitle:hover {
  text-decoration: underline;
}
#btnNews {
  display: none;
  position: absolute;
  right: 21px;
  top: 10px;
  z-index: 990;
}

/* =============================================================================
   Form input */

#topFilters {
  display: none;
  position: relative;
  left: 44px;
  width: 80%;
}
#curLink {
  top: -4px;
}
.leftBtns {
  position: relative;
  left: 128px;
  display: inline-block;
}
.rtBtns {
  width: 40%;
  position: relative;
  float: right;
  right: 60px;
}
#btnPrice {
}
.topData {
  position: relative;
  left: 7%;
  top: 60px;
  border-radius: 3px;
}
.dataEl {
  float: left;
  position: absolute;
  background: white;
  border: 2px gray solid;
  border-radius: 3px;
  z-index: 10;
}
.apply {
  position: relative;
  top: 11px;
  float: left;
  font-size: 14px;
  border: 2px solid #005ba5;
  border-radius: 4px;
  padding: 4px 10px 4px 10px;
  margin-left: 77px;
  background: #0d81de;
  height: 29px;
  color: white;
  cursor: pointer;
}
.urClose {
  position: relative;
  float: right;
  top: 6px;
  right: 6px;
  height: 18px;
  width: 14px;
  cursor: pointer;
}
.minMax {
  position: relative;
  float: left;
  left: 12px;
  top: 39px;
  width: 96%;
  margin: 0px 4px 4px 4px;
}
.dMinMax {
  position: relative;
  float: left;
  margin: 0 8px 0 4px;
  width: 44%;
  height: 64px;
  border: 1px solid gray;
  border-radius: 6px;
}
.sMinMax {
  padding: 22px 6px 0 10px;
  font-size: 14px;
  font-family: sans-serif;
  color: #555;
  position: relative;
  float: left;
}
.lMinMax {
  padding: 22px 6px 0 10px;
  font-size: 14px;
  font-family: sans-serif;
  color: #2196F3;
  position: relative;
  float: left;
}
.iSrc {
  width: 16px;
  height: 16px;
  margin-left: 18px;
}
/* =============================================================================
   Stories */
#storiesClose_div {
  padding-top: 6px;
}
.heading {
  font-size: 16px;
  font-weight: bold;
}
#stories_div {
  display: none;
  position: absolute;
  top: 191px;
  left: -303px;
  padding: 0px 10px 10px 14px;
  margin: 8px;
  width: 354px;
  float: left;
  background-color: rgb(248,248,248);
  border: solid #bbb 2px;
  border-radius: 6px;
  z-index: 9999;
  font-family: sans-serif;
  font-size: 14px;
}

#stories {
  top: 34px;
  right: 0px;
  width: 300px;
  height: 100%;
  border-left: 2px #a2c1d0 solid;
  background: rgba(253, 253, 253, .94);
  z-index: 997;
  overflow: auto;
  font-family: sans-serif;
  color: #555;
}
.storyTitle {
  font-family: sans-serif;
  color: #0565b1;
  font-weight: bold;
  padding-left: 4px;
  margin-bottom: -14px;
}
.storyBody {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif;
  color: #555;
  padding-left: 12px;
  font-weight: normal;
}
.storySite {
  background: rgba(255, 102, 153, .3);
  padding: 2px 4px 2px 4px;
  cursor:  pointer;
}
.storySite:hover {
  color: yellow;
}
.storyMap {
  background: rgba(255, 102, 153, .3);
  padding: 2px 4px 2px 4px;
  cursor:  pointer;
}
.storyMap:hover {
  color: yellow;
}

.storyChapter {
  color: #0565b1;
  font-size: 14px;
  padding: 0px 0px 4px 0px;
  text-decoration: none;
  cursor: pointer;
}
.currentDiv {
  border: 1px #ddd solid;
  background: rgba(248, 248, 248, .94);
  opacity: 1.0;
  padding-right: 6px;
}
.storyDiv {
  background: rgba(253, 253, 253, .94);
  opacity: .3;
}
#storyClose {
  position: relative;
  float: right;
  height: 24px;
  width: 20px;
  right: 20px;
  top: 4px;
  cursor: pointer;
}
.controlsWrapper {
  display: block;
  position: relative;
  padding: 8px 8px 8px 8px;
  margin: 8px;
  border: solid thin #bbb;
  background: rgba(222, 222, 222, 0.4);
  border-radius: 5px;
}
#chapters {
  position: absolute;
  right: 348px;
  top: 332px;
  background: rgb(246 238 238 / 80%);
  border-radius: 5px;
  font-family: sans-serif;
  font-style: normal;
  font-size: 11px;
  color: #555;
  z-index: 990;
  line-height: 6px;
  border: thin #444 solid;
  padding: 0px 10px 0px 8px;
}
.chapClose {
  position: relative;
  float: right;
  padding: 4px 0 0px 0;
  height: 12px;
  width: 12px;
  cursor: pointer;
}
.chapTop {padding-top: 8px;}
.oneChapter {
  text-align: left;
}
.oneChapter:hover {
  cursor: pointer;
  color: black;
}

.nextChapter {
  position: relative;
  left: 16px;
  width: 65px;
  padding: 3px 3px 3px 3px;
  border: solid thin #ddd;
  background: rgba(162, 193, 208, 0.4);
  border-radius: 5px;
  font-family: sans-serif;
  font-style: italic;
  font-size: 11px;
  color: #555;
}
.nextChapter:hover {
  cursor: pointer;
  color: black;
  border-color: black;
}
.controlsImg {
  padding: 0;
  padding-top: 7px;
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.storyImgleft {
  float: left;
}
.storyImgright {
  float: right;
}
.storyImg {
}
.imgTable {
  padding: 4px 4px 0px 4px;
  margin-bottom: -6px;
}
.image_right {
  float: right;
  background: #d3d3d336;
}
.image_left {
  float: left;
  background: #d3d3d336;
}
.imgText {
  text-align: center;
  font-family: ariel, sans-serif;
  font-size: 9px;
  color: #555;
  position: relative;
  bottom: 5px;
}
.storyLabel {
  background: transparent;
  border: none;
  margin-top: 0px;
  box-shadow: none;
}
.jsonLabel {
  background: transparent;
  border: none;
  margin-top: 0px;
  box-shadow: none;
  font-size: XX-LARGE;
  font-weight: bold;
  color: rgba(100, 100, 100, 0.45);
}

.hiliteInText {
  animation-name: textThrob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  border-radius: 4px;
  border: 1px solid #f7fc5f;
  bottom: 3px;
}

@keyframes textThrob {
  0%, 100% {
    background-color: #f9fcab;
  }
  50% {
    background-color: #f7fc5f;
  }
}

.storyThrob {
  animation-name: throb;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  border-radius: 6px;
  border: 2px solid red;
  background-color: yellow;
  bottom: 3px;
}

@keyframes throb {
  0%, 100% {
    border-color: yellow;
  }
  50% {
    border-color: red;
  }
}

.blueDot {
  height: 8px;
  width: 8px;
  background-color: blue;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.7;
}
.nothing {
  height: 8px;
  width: 8px;
  background-color: transparent;
  opacity: 0.1;
}
/* =============================================================================
   Popup */

.pWrapper {
  width: 240px;
  font-family: ariel, sans-serif;
  padding-bottom: 8px;
}
.pImg {
  width: 234px;
}
.pDesc {
  font-size: 11px;
  max-height: 120px;
  overflow-x: hidden;
  overflow-x: auto;
  text-align: justify;
  padding-right: 4px;
}
.pTitle {
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
.pDir {
  position: absolute;
  bottom: 8px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.pLink {
  position: relative;
}
.pLnk {
  position: relative;
  float: left;
  height: 16px;
  width: 16px;
  padding: 2px 4px 2px 3px;
  cursor: pointer;
}

.throb {
    animation-name: throb;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    border-radius: 6px;
    border: 2px solid red;
    background-color: #ffeb3b73;
    bottom: 2px;
}

@keyframes throb {
  0%, 100% {
    border-color: yellow;
  }
  50% {
    border-color: red;
  }
}

.pEdit {
  position: relative;
  float: right;
  height: 20px;
  width: 20px;
  padding: 2px 4px 4px 3px;
  cursor: pointer;
}
/* =============================================================================
   Login */
#login-div {
  display: none;
  position: absolute;
  top: 294px;
  left: -303px;
  padding: 10px 10px 10px 4px;
  margin: 8px;
  width: 354px;
  float: left;
  background-color: rgb(255, 255, 255);
  border: solid #bbb 2px;
  border-radius: 6px;
  z-index: 9999;
  font-family: sans-serif;
  font-size: 14px
}
.log_in {
  border-radius: 5px;
  padding-left: 8px;
}
.login_label {
    padding-bottom: 4px;
    padding-right: 12px;
}
.login_text {
}
#loginBtn {
  position: relative;
  left: 140px;
  border-radius: 5px;
  margin-top: 8px;
}
#login-options {
    bottom: 0px;
    padding: 4px 10px 8px 4px;
    margin: 8px;
    width: 240px;
    position: absolute;
}
#login-welcome {
  display: none;
  position: absolute;
  right: 740px;
  top: 3px;
  padding: 10px 10px 10px 10px;
  margin: 8px;
  border: solid thin #bbb;
  background: rgba(222,222,222,0.4);
  border-radius: 5px;
  font-family: sans-serif;
  color: #444;
  font-size: 12px;
  z-index: 999;
}
#login-info {
  display: inline-block;
}
a.log {
  color: #444;
}
a.log:hover {
  color: #049aea;
  cursor: pointer;
}
#login-username {
}
.login {
  position: relative;
  margin: 0 auto;
  padding: 0px 5px 0px 5px;
  width: 96%;
  border-radius: 5px;
}
.login p.submit {
  text-align: center;
}

.login-help {
    margin: 6px 0;
    padding-top: 9px;
    font-size: 13px;
    text-align: center;
}

.login-help a {
  text-decoration: none;
}

.login-help a:hover {
  text-decoration: underline;
}
#msg {
    position: absolute;
    left: 200px;
    top: 300px;
    opacity: 0.8;
    background: #4a100b;
    padding: 6px 0px 6px 10px;
    border-style: solid;
    border-color: #123456;
    border-width: 1px;
    width: 360px;
    z-index: 99999;
}
#msgClose {
    position: relative;
    float: right;
    right: 14px;
    top: -4px;
    color: #d2827c;
    text-decoration: none;
}
#msgContent {
    color: #fff;
    padding: 10px 20px 6px 6px;
}
/* =============================================================================
   Drag drop */
#dragDrop_div {
    height: 216px;
    display: none;
    position: absolute;
    top: 300px;
    left: -303px;
    padding: 10px 0px 10px 4px;
    margin: 8px;
    width: 402px;
    float: left;
    background-color: rgb(255, 255, 255);
    border: solid #bbb 2px;
    border-radius: 6px;
    z-index: 9999;
    font-family: sans-serif;
    font-size: 14px;
    padding: 20px;
}
.dropFiles {
    width: 120px;
    min-height: 120px;
    height: 120px;
    border: 5px red dashed;
    text-align: center;
    font-size: 25px;
    left: 34%;
    position: absolute;
    padding-top: 10px;
}
.highlightDropArea {
  border: 5px green dashed;
}
/* =============================================================================
   Edit */
#edit_div {
  display: none;
  position: absolute;
  top: 180px;
  left: 180px;
  font-family: sans-serif;
  color: #444;
  font-size: 14px;
  z-index: 9999;
  border: solid 2px #ccc;
  border-radius: 5px;
  background: white;
  padding: 10px;
  cursor: move;
}
#edit_form {
  position: relative;
  top: 12px;
}
#edit_table {
  display: block;
}
#edit_name_div {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 4px 8px 8px;
  color: #e6194b;
  background: #f3f2ed;
  border-radius: 5px;
}
.editClose {
  position: relative;
  float: right;
  padding-right: 20px;
  height: 18px;
  width: 16px;
  cursor: pointer;
}
#edit_name {
}
#edit_help {
  cursor: pointer;
  text-decoration: none;
  left: 392px;
  position: relative;
  font-weight: normal;
  color: #403e3f;
}
#edit_help:hover {
  color: #e6194b;
}
#hidden_label {
  display: none;
}
#siteName {
  display: none;
}
.edit_url {
  width: 600px;
  border-radius: 5px;
}
#description {
  border-radius: 5px;
}
.check_label {
  padding-right: 6px;
}
#updateDesc {
  padding-top: 2px;
}
#imgFile {
  width: 600px;
  border-radius: 5px;
}
#editBtn {
  position: relative;
  left: 45%;
  float: left;
  margin: 8px 0px 12px 0px;
  border-radius: 5px;
  cursor: pointer;
}

/* =============================================================================
   Social media */

div.socialMedia {
  position: absolute;
  bottom: 10px;
  left: 54px;
  z-index: 9999;
}
a.socialMedia {
  margin: 0px 10px 0px 0px;
  cursor: pointer;
}
/* =============================================================================
   Map */

#mapAndData {
  display: none;
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
#dataPanel {
  width: 480px;
  height: 100%;
  float:left;
  overflow:hidden;
}
#debugInfo {
  display: none;
  position: absolute;
  top: 30px;
  left: 400px;
  height: 24px;
  z-index: 999;
  background: white;
  padding: 2px 10px 0px 10px;
  opacity: .7;
}
#map {
  position: relative;
  width: 100%;
  height: 100%;
  float:left;
  overflow:hidden;
}
#zoomLoc {
  position: relative;
  left: 20%;
  top: 25%;
  width: 22%;
  height: 100%;
  font-family: Georgia, serif;
  font-size: 48px;
  color: #333;
  opacity: .66;
  z-index: 9999;
}

#poweredBy {
  position: relative;
  text-decoration: none;
  float: right;
  padding: 7px 32px 5px 24px;
  color: #eee;
  font-size: 12px;
}
#poweredBy:hover {
  color: #BC5537;
}
#poweredByText {
  font-family: sans-serif;
  position: relative;
  top: 4px;
}
#poweredByImg {
  position: relative;
  top: -19px;
  left: 69px;
  height: 27px;
}

/* =============================================================================
   Overrides */
.leaflet-right{
  right: 500px;
}
/* Override jquery-ui.1.10.4.css */
.ui-widget {
	font-size: 0.9em;
}
