@import "../../Tools/JS/fancybox/jquery.fancybox.css";
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
.no-padding {
  padding: 0;
}
.no-right-padding {
  padding-right: 8px !important;
}
.no-left-padding {
  padding-left: 8px !important;
}
.right-corner {
  float: right;
  display: inline-block;
  margin-right: 0 !important;
  margin-left: 10px !important;
}
.top-offset {
  margin-top: 20px;
}
.bottom-offset {
  margin-bottom: 20px;
}
.panel-title,
.panel-subtitle {
  font-size: 20px;
  display: inline-block;
  color: #868686;
  padding: 0 !important;
  margin: 0 !important;
  text-shadow: 1px 1px 3px #ccc;
  text-align: left;
}
.panel-subtitle {
  font-size: 16px;
  text-shadow: 1px 1px 2px #ccc;
}
.grayscale {
  filter: grayscale(100%);
  transition-duration: 0.5s;
}
.grayish {
  color: rgba(0, 0, 0, 0.7);
}
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}
.preload * {
  animation-duration: 0s !important;
  -webkit-animation-duration: 0s !important;
  transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
}
.hidden {
  display: none !important;
}
.block {
  min-height: 100px;
  height: auto;
  padding: 10px 15px 0 15px;
  border-radius: 10px;
  border-left: 1px solid #ccc;
  border-top: 2px solid #ccc;
  background: grey;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left bottom, #fafafa, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top right, #fafafa, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top right, #fafafa, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top right, #fafafa, white);
  /* Standard syntax */
  box-shadow: inset rgba(0, 0, 0, 0.5) 0 -3px 8px, inset rgba(255, 255, 255, 0.7) 3px 3px 8px, rgba(0, 0, 0, 0.8) 3px 3px 8px -3px;
}
.button {
  transform: translateZ(0);
  animation: button-down 0.7s forwards;
}
.button:hover {
  animation: button-up 0.7s forwards;
}
.btn-green,
.btn-green-sm,
.btn-red,
.btn-red-sm {
  border: 0;
  outline: none;
  background: #2db326 linear-gradient(to bottom, #2db326, #2d5916);
  text-shadow: 3px 3px 5px #333;
  box-shadow: 0 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 16px 6px 16px;
  text-decoration: none;
  display: inline-block;
  cursor: auto;
  margin-right: 6px;
}
.btn-green:hover,
.btn-green-sm:hover,
.btn-red:hover,
.btn-red-sm:hover {
  cursor: pointer;
  background: #2d5916 linear-gradient(to bottom, #22891d, #0e1c07);
  color: white;
}
.btn-green-sm,
.btn-red-sm {
  box-shadow: 1px 2px 3px #96969e;
  height: 23px;
  text-shadow: 1px 1px #333;
  font-size: 12px !important;
  padding: 3px 15px !important;
}
.btn-red,
.btn-red-sm {
  background: #b80505 linear-gradient(to bottom, #ff3304, #b80505);
}
.btn-red:hover,
.btn-red-sm:hover {
  background: #b80505 linear-gradient(to bottom, #fe3000, #550202);
}
.btn-green-active,
.small-btn-green-active {
  cursor: pointer;
  background: #2d5916 linear-gradient(to bottom, #22891d, #0e1c07);
  color: white;
}
.background {
  background: #030344 url("../images/forest4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.container-border {
  border-radius: 10px;
  border-left: 1px solid #ccc;
  border-top: 2px solid #ccc;
  background: grey;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left bottom, #fafafa, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top right, #fafafa, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top right, #fafafa, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top right, #fafafa, white);
  /* Standard syntax */
  box-shadow: inset rgba(0, 0, 0, 0.5) 0 -3px 8px, inset rgba(255, 255, 255, 0.7) 3px 3px 8px, rgba(0, 0, 0, 0.8) 3px 3px 8px -3px;
}
footer {
  text-align: center;
  color: white;
}
footer a,
footer a:hover,
footer a:visited {
  color: white;
}
footer p:hover {
  font-weight: bold;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  margin: 3px 0 0 0;
  color: #666666;
  font-family: Arial, sans-serif;
  font-size: 12px;
  height: 19px;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 4px 5px 0;
  vertical-align: middle;
  background: url("../images/radio-button.png") top no-repeat;
  background-size: 19px 19px;
  cursor: pointer;
}
input[type="radio"]:checked + label span {
  background: url("../images/radio-button-checked.png") top no-repeat;
  background-size: cover;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  color: #666666;
  font-family: Arial, sans-serif;
  font-size: 11.5px;
  vertical-align: top;
  height: 19px;
}
input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 3px 5px 5px 1px;
  vertical-align: middle;
  background: url("../images/checkbox.png") top no-repeat;
  background-size: 19px 18px;
  cursor: pointer;
}
input[type="checkbox"]:checked + label span {
  background: url("../images/checkbox-checked.png") top no-repeat;
  background-size: cover;
}
.custom-handle {
  width: 24px !important;
  height: 20px !important;
  margin-top: -2px !important;
  margin-top: -0.8em;
  text-align: center;
  line-height: 1.6em;
}
.modal-footer div {
  display: inline-block;
}
.modal-footer div:first-of-type {
  margin-right: 7px;
}
:root input[type="checkbox"].ios-switch + div {
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 22px;
  margin: 0 .5em;
  margin-left: 0 !important;
  margin-right: 5px !important;
  background-color: red;
  overflow: hidden;
  transition-duration: .4s;
  transition-property: all;
  box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0 0.45em 0 0.1em rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 3px #666666;
  font-size: 150%;
}
:root input[type="checkbox"].ios-switch:checked + div {
  padding-left: 2em;
  width: 65px;
  background-color: green;
}
:root input[type="checkbox"].ios-switch + div:before {
  content: 'Add';
  float: left;
  width: 1.65em;
  height: 1.65em;
  margin: .02em;
  margin-left: 2px;
  margin-right: -2px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: inherit;
  background: white linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  box-shadow: 0 0.1em 0.1em 0.1em rgba(255, 255, 255, 0.8) inset, 0 0 0.5em rgba(0, 0, 0, 0.3);
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  text-indent: -2.7em;
}
:root input[type="checkbox"].ios-switch:active + div:before {
  background-color: #eee;
}
:root input[type="checkbox"].ios-switch + div:before,
:root input[type="checkbox"].ios-switch + div:after {
  font: bold 60%/1.9 sans-serif;
  text-transform: uppercase;
}
:root input[type="checkbox"].ios-switch + div:after {
  content: 'Cut';
  float: left;
  text-indent: .5em;
  margin: .08em;
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  margin-left: 2px;
}
@keyframes button-down {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes button-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
body {
  background: #030344 url("../images/forest4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-width: 1580px;
}
#logo {
  margin-top: 15px;
  height: 132px;
  background: white url("../images/logo_bg4.jpg");
  background-position-y: center;
  background-size: cover;
  box-shadow: inset rgba(0, 0, 0, 0.5) 0 -3px 8px, inset rgba(255, 255, 255, 0.7) 3px 3px 8px, rgba(0, 0, 0, 0.8) 3px 3px 8px -3px;
  width: 100%;
}
#logo .container {
  min-width: 1520px;
}
#logo #logo-picture {
  padding: 0;
}
#logo #logo-picture img {
  margin: 12px 0 12px 0;
  height: 105px;
  width: 189px;
}
#logo #fileInfoTable {
  margin: 18px 0 0 -30px;
  color: #2d5916;
  font-weight: bold;
  font-size: 13.5px;
  width: 100%;
  table-layout: fixed;
}
#logo #fileInfoTable select {
  display: inline-block;
}
#logo #fileInfoTable tr td:first-of-type {
  height: 19px;
  width: 180px;
}
#logo #fileInfoTable #selectPosButton {
  margin: -7px 0 7px -2px;
  display: none;
  width: 117px;
}
#logo #fileInfoTable #projectName {
  font-size: 17px;
  color: red;
  font-style: italic;
}
#logo #fileInfoTable #file {
  display: none;
}
#logo #fileInfoTable #fileStatusInfo {
  margin-top: 7px;
}
#logo #fileInfoTable #fileStatusInfo,
#logo #fileInfoTable #abortButton {
  display: inline-block;
}
#logo #fileInfoTable #fileStatusDetails {
  font-size: 12px;
  font-weight: normal;
  margin: -5px 0 5px 0;
}
#logo #fileInfoTable #abortButton {
  margin-left: 10px;
  height: 20px !important;
  padding: 2px 16px 3px 16px !important;
}
#logo #selectTable {
  color: #2d5916;
  font-weight: bold;
  font-size: 13.5px;
  width: 95%;
  table-layout: fixed;
}
#logo #selectTable #clearSelectionButton {
  margin: 11px 0 7px -2px;
}
#logo #selectTable tr td:first-of-type {
  height: 19px;
  width: 200px;
}
#main-wrapper {
  min-height: 100px;
  min-width: 1520px;
  height: auto;
  padding: 15px 15px 0 15px;
  margin-top: 25px;
  border-radius: 10px;
  border-left: 1px solid #ccc;
  border-top: 2px solid #ccc;
  background: grey;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left bottom, #fafafa, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top right, #fafafa, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top right, #fafafa, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top right, #fafafa, white);
  /* Standard syntax */
  box-shadow: inset rgba(0, 0, 0, 0.5) 0 -3px 8px, inset rgba(255, 255, 255, 0.7) 3px 3px 8px, rgba(0, 0, 0, 0.8) 3px 3px 8px -3px;
}
#main-wrapper #page-title {
  font-family: CenturyGothic, "AppleGothic", sans-serif;
  text-align: center;
  color: #e0dfdc;
  background: #030344 url("../images/forest4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.7) 100%), url("../images/forest4.jpg");
  letter-spacing: .1em;
  font-size: 40px;
  text-shadow: -1.5px 1.5px 2px #5e5d5d, -2.5px 2.5px 2px grey, -3.5px 3.5px 2px #333333, -4.5px 4.5px 2px #161515;
}
#main-wrapper #maincontent {
  margin-top: 20px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}
#main-wrapper #maincontent .row {
  padding: 0 3px !important;
}
#main-wrapper #maincontent .block {
  min-height: 100px;
  height: auto;
  padding: 10px 15px 0 15px;
  border-radius: 10px;
  border-left: 1px solid #ccc;
  border-top: 2px solid #ccc;
  background: grey;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left bottom, #fafafa, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top right, #fafafa, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top right, #fafafa, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top right, #fafafa, white);
  /* Standard syntax */
  box-shadow: inset rgba(0, 0, 0, 0.5) 0 -3px 8px, inset rgba(255, 255, 255, 0.7) 3px 3px 8px, rgba(0, 0, 0, 0.8) 3px 3px 8px -3px;
}
#main-wrapper #maincontent #coords {
  width: 100%;
  height: 292px;
  overflow: auto;
  margin-top: 5px;
}
#main-wrapper #maincontent #coords table {
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px #777;
}
#main-wrapper #maincontent #coords table td,
#main-wrapper #maincontent #coords table th {
  width: auto;
  text-align: center;
  font-size: 12px;
  border: 1px solid black;
}
#main-wrapper #maincontent #coords table th {
  background: #2d5916;
  background-image: linear-gradient(to bottom, #22891d, #0e1c07);
  color: white;
}
#main-wrapper #maincontent #coords table td {
  font-size: 9.5px;
}
#main-wrapper #maincontent #coords table tr.marker1 td {
  background: #aefaf5;
}
#main-wrapper #maincontent #coords table tr.marker2 td {
  font-weight: bold;
  background: #a2fbaa;
}
#main-wrapper #maincontent #coords table tr.marker3 td {
  font-weight: bold;
  background: #ffa598;
}
#main-wrapper #maincontent #coords table tr.marker4 td {
  color: #717171;
  background: #eeeeee;
}
#main-wrapper #maincontent #coords table tr.marker5 td {
  font-weight: bold;
  background: #fbacc9;
}
#main-wrapper #maincontent #intervals {
  width: 100%;
  height: 292px;
  overflow: auto;
  margin-top: 5px;
}
#main-wrapper #maincontent #intervals table {
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px #777;
}
#main-wrapper #maincontent #intervals table td,
#main-wrapper #maincontent #intervals table th {
  width: auto;
  text-align: center;
  font-size: 12px;
  border: 1px solid black;
}
#main-wrapper #maincontent #intervals table th {
  background: #2d5916;
  background-image: linear-gradient(to bottom, #22891d, #0e1c07);
  color: white;
}
#main-wrapper #maincontent #intervals table td {
  font-size: 9.5px;
}
#main-wrapper #maincontent rect.highcharts-navigator-mask-inside {
  fill: rgba(102, 133, 194, 0.1);
}
#main-wrapper #maincontent #timeHeightChart,
#main-wrapper #maincontent #timeSpeedChart {
  width: 100% !important;
  margin-bottom: -10px;
}
#main-wrapper #maincontent #viewer3d {
  height: 297px !important;
  width: 100% !important;
  margin: 0 auto;
}
#main-wrapper #maincontent #polygon-panel {
  margin-bottom: 12px;
}
#main-wrapper #maincontent #mapWrap {
  width: 100%;
  height: 650px !important;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px #777;
  position: sticky;
}
#main-wrapper #maincontent #mapWrap #map-canvas {
  width: 100%;
  height: 100%;
}
#main-wrapper #maincontent #mapWrap #warningWindow {
  position: relative;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100% !important;
  margin-top: -648px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px #777;
  z-index: 100000;
}
#main-wrapper #maincontent #mapWrap #warningWindow #warningLabel {
  color: red;
  margin-top: 20%;
  width: 100%;
  text-align: center;
  text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}
#main-wrapper #maincontent #mapWrap #warningWindow #warningLabel h1 {
  font-size: 70px;
}
#main-wrapper #maincontent #mapWrap #warningWindow #warningLabel h2 {
  font-size: 48px;
}
#main-wrapper #maincontent #mapWrap #warningWindow img {
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  position: absolute;
}
