body {
  background: #202125;
  color: #333333;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.form-group label,
.form-group legend {
  color: rgba(255, 255, 255, 0.87);
  margin: 20px 0px;
}

h1:first-of-type,
h2:first-of-type {
  margin: 0px;
  margin-bottom: 20px;
  font-size: 1.5em;
}
h2 {
  font-size: 1.5em;
}
ul {
  margin: 0;
}
p {
  word-break: break-word;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 0.9em;
}
a {
  color: #90caf9;
}
.bg-steel {
  background-color: #5f788a;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
  margin: 0 auto;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.nav-item .menu-name {
  visibility: hidden;
  opacity: 0;
  margin-top: 8px;
  margin-left: 10px;
  position: absolute;
  transition: visibility 0s, opacity 0.2s linear;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3;
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  display: block;
  height: 125px;
  width: 125px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
  text-align: center;

}

.cs-menu {
  position: fixed !important;
  z-index: 100;
  height: 100%;
  padding: 20px;
  background: #2a2b2f;
  width: 100px;
  box-shadow: 2px 0px 6px 0 rgba(0, 0, 0, 0.12);
}

.cs-menu:hover {
  width: 200px;
}
.cs-menu:hover .menu-name {
  visibility: visible;
  opacity: 1;
}
.cs-menu:hover .navbar-nav {
  position: fixed;
  left: 35px;
}
.cs-menu:hover .navbar-brand {
  position: relative;
  right: 50px;
}
.cs-menu:hover .bottom-nav {
  left: 34px;
}
.cs-body {
  margin-left: 100px;
  flex: initial;
  max-width: initial;
  padding: 0;
}

.site-header .navbar-nav .nav-link,
.navbar-brand.mr-4 {
  color: #90918b;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1em;
}
.content-menu {
  background: #2a2b2f;
  display: flex;
  padding: 5px 20px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.25);
  margin: 40px;
  border-radius: 5px;
  position: absolute;
  z-index: 99;
}
.content-menu a {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  transition: 0.1s;
}

.content-menu a.glow {
  color: #90caf9;
}
.content-menu a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.87);
}
.content-menu a.glow:hover {
  color: #90caf9;
}
.content-segment {
  display: none;
}
.content-segment.visible {
  display: block;
  margin-top: 120px;
}
.content-segment.content-images {
  display: block !important;
  height: 0px;
  overflow: hidden;
  padding: 0px;
}
.content-segment.content-images.visible {
  height: initial;
  overflow: initial;
  padding: 40px;
  margin-top: 120px;
}
.content-model {
  margin-top: 0px !important;
}
.content-model .row {
  margin: 0px;
}
.content-model .inspection-view {
  padding: 0px;
  max-width: 100%;
  width: 100%;
}
.content-model .inspection-details {
  padding: 15px;
  position: absolute;
  right: 25px;
  top: 25px;
}
.content-model .inspection-details-inner {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.25);
  /*background: rgba(255, 255, 255, 0.07);*/
  background: #2a2b2f;
  border-radius: 5px;
  max-height: calc(100vh - 76px);
  overflow: auto;
}
.content-model .inspection-view {
  min-height: calc(100vh);
}
.inspection-button {
  background-color: #444549;
  color: #90caf9;
  padding: 8px 6px;
  border: 0px solid;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.25);
  margin-right: 1%;
  margin-bottom: 1%;
  width: 49%;
  padding-left: 12px;
  text-align: left;
}
.inspection-button:nth-of-type(2) {
  margin-right: 0px;
}
.minimize {
  text-align: right;
}
.minimize i {
  color: #90caf9;
  padding: 0px;
  position: relative;
  cursor: pointer;
  top: 10px;
  right: -5px;
}
#accept-issue, #reject-issue {
  margin-top: 10px;
  margin-bottom: 10px;
}
.inspection-button:hover {
  background-color: #444549ba;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  outline: none;
}
.inspection-button:active, .inspection-button:focus {
  border: 0px solid black;
  outline: none;
}
.inspection-button:disabled, .inspection-button[disabled] {
  background-color: transparent;
  color: #5a5a5a;
}
.inspection-details {
  max-height: calc(100vh - 122px);
  /*overflow-y: scroll; */
}
.content-model .issue-image-row-details {
  display: none;
}
.issues-container .table td, .issues-container .table th {
  padding: 0.4rem 0px;
}
.panel {
  padding: 6px;
}
#issue-image-detail img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.caroussel {
  max-width: 33.33%;
  padding: 1px;
  display: inline-block;
  margin-bottom: -6px;
}
.accordion {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.8em;
  cursor: pointer;
  padding: 8px .5rem ;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  background: #36373c;
  margin-bottom: 6px;
}
.accordion:hover {
  background-color: #444549;
}
.accordion:focus {
  outline: none
}
.panel {
  display: none;
  overflow: hidden;
}
.panel.show {
  display: block;
}
.measurement-item, .measurement-delete {
  cursor:pointer;
}
.measurement-delete {
  color: rgb(145, 145, 145)
}
.measurement-delete:hover {
  color: rgb(122, 34, 34)
}
#finish-measurement {
  display: none;
}
#finish-measurement.active {
  display: block;
}
.tag-picker {
  margin: 10px 6px;
  font-size: 0.8em;
}
.tag-picker select {
  background-color: transparent;
  color: white;
  border-radius: 4px;
}
.tag-picker option {
  background-color: #2a2b2f;
  color: white;
  border-radius: 4px;
}
.measurement-tag {
  position: relative;
}
.measurement-tag::after {
  content: '';
  height: 0.65em;
  width: 0.65em;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  transform: translateY(-50%);
}
.inspection-icons {
  font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    position: relative;
    top: 5px;
    right: 8px;
    padding-left: 8px;
    line-height: 0;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

#issue-image-detail {
  margin-top: 16px;
  max-height: 30vh;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.07);
  overflow: auto;
}
.issues-table {
  max-height: calc(40vh - 76px);
  overflow-y: auto;
  margin-top: 10px;
}
.issues-table input {
  margin-left: 0px !important;
}
.summary-section {
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  padding: 20px;
  margin-bottom: 2%;
  display: inline-block;
}
.dashboard-section {
  padding: 0px;
}
.dashboard-counter {
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.12);
  width: 23.5%;
  padding: 20px;
  margin-right: 2%;
  display: inline-block;
}
.dashboard-counter:last-child {
  margin-right: 0%;
}
.dashboard-counter .counter-number {
  color: rgba(255, 255, 255, 0.87);
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.dashboard-counter .counter-sub {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  text-align: center;
  font-size: 1em;
}
#chart1 {
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.12);
  padding: 20px;
}
.ct-label {
  color: rgba(255, 255, 255, 0.6);
}
.login-page {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vh;
  color: white;
  padding: 40px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.12);
}
.login-page h1, .login-page p {
  text-align: center;
}
.login-page p {
  margin-top: 10px;
  font-size: 0.7em;
}
.login-page table {
  width: 100%;
  margin-bottom: 20px;
}
.login-page td, .login-page th {
  display: block;
}
.login-page input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 8px;
  margin-bottom: 26px;
  background: rgba(255, 255, 255, 0.67);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.42);
}
.login-page input:hover {
  background: rgba(255, 255, 255, 0.87);
  border: 1px solid rgba(255, 255, 255, 0.27);
}
.login-page input:active {
  background: rgba(255, 255, 255, 0.87);
  border: 1px solid rgba(255, 255, 255, 0.27);
}
.login-page label {
  font-size: 0.85em;
  margin-bottom: 0px;
}
.login-page form > div:first-child {
  display: none;
}
.login-page .media {
  display: block;
}
#div_id_demo_account {
  padding-left: 0px;
  margin-bottom: 10px;
}
#div_id_demo_account input {
  box-shadow: none;
}
.login-page button {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
}
.login-page a.pull-right {
  display: none;
}
.login-page .btn-disabled {
  opacity: 0.15;
}
.dummy {
  height: 1px;
}
.dummy input {
  width: 10px;
}
.login-page form .form-group legend {
  display: none;
}
.profile-page .form-group label {
  margin: 5px 0px;
}
.profile-page .form-group {
  margin-bottom: 0px;
}
.profile-page input {
  margin-bottom: 10px !important;
}
.btn-outline-info {
  color: #90caf9;
  background-color: transparent;
  background-image: none;
  border-color: #90caf9;
}
.btn-outline-info:hover {
  background-color: #90caf9;
  border: 1px solid #90caf9;
}

.navbar-brand.mr-4 {
  margin-bottom: 1.5em;
  width: 100%;
  margin-right: 0px !important;
}

.navbar-brand.mr-4 img {
  max-width: 46px;
  margin: 0 auto;
  display: block;
}
nav .container {
  padding: 0px;
}
.cs-body .container {
  max-width: initial;
  padding: 0px;
}
.cs-body .container .row {
  margin-left: 0px;
  margin-right: 0px;
}
.cs-body .container .col {
  padding: 0px;
}
.material-icons {
  top: 2px;
  right: 0px;
  position: relative;
  font-size: 30px !important;
}

.bottom-nav {
  position: fixed;
  bottom: 26px;
  left: 34px;
}

.active {
  color: #e6e6e6 !important;
}

.sub-link {
  font-size: 0.9em !important;
  position: relative;
  left: 0px;
  padding: 0px;
}

.sub-link .material-icons {
  top: 4px;
}

#MyViewerDiv {
  width: 100%;
  background-color: #f0f8ff;
  position: relative;
}

.small-table {
  font-size: 0.8em;
}

.small-table .badge {
  font-size: 90%;
}

.clickable-row {
  cursor: pointer;
}

.hover th,
.hover td {
  background-color: rgba(0, 0, 0, 0.15);
}

#mySearch {
  width: calc(100% - 4px);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.25);
  padding: 12px 20px 12px 10px;
  border: 0px solid #ddd;
  margin-bottom: 12px;
  background-color: #ffffff12;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 5px;
}

.table thead th {
  border-bottom: 0px solid black;
}

.leaflet-container {
  height: 100vh;
}
.header-bar {
  padding: 20px;
  padding-left: 0px;
}
.header-bar h2 {
  font-size: 1.5em;
  margin-bottom: 0px;
}
.pc-viewer iframe {
  border: 0px;
}
.pc-viewer,
.td-viewer {
  height: calc(100vh - 122px);
  /* height: 0px; */
  overflow: hidden;
  transition: 0.3s ease;
}

.pc-viewer.open,
.td-viewer.open {
  min-height: calc(100vh - 76px);
}
.img-thumbnail {
  max-width: 200px;
}
.img-full {
  max-width: 75%;
}
.photo-details {
  display: block;
}

.menu-profile-image img {
  max-width: 90px;
  position: relative;
  right: 10px;
}
.infinite-container {

}
.infinite-item {
  max-width: 250px;
  width: 250px;
  min-height: 280px;
  display: inline-block;
  padding: 15px 0px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.07);
  margin-right: 15px;
  margin-bottom: 15px;
  transition: 0.1s;
  border-radius: 5px;
}
.infinite-item:hover {
  background: rgba(255, 255, 255, 0.12);
}
.infinite-item h3 {
  margin: 0px 0px;
  margin-bottom: 10px;
  font-size: 0.8em;
  margin-left: 10px;
}
.infinite-item p {
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: right;
  font-size: 0.7em;
  margin-right: 10px;
}
.infinite-item img {
  max-width: 100%;
}
.ct-series-a .ct-area {
  fill: #1c81dc;
}
.ct-series-a .ct-line,
.ct-series-a .ct-bar {
  stroke: #1c81dc;
}
.ct-series-b .ct-area {
  fill: #282923;
}
.ct-series-b .ct-line {
  stroke: #282923;
}
.ct-bar {
  stroke-width: 30px;
}
#chart3 .ct-series-a .ct-bar {
  stroke: #137d00;
}
#chart3 .ct-series-b .ct-bar {
  stroke: #f4c63d;
}
#chart3 .ct-series-c .ct-bar {
  stroke: #f05b4f;
}
#chart3 .ct-bar {
  stroke-width: 100px;
}

.back-button {
  float: right;
  margin-top: 10px;
}
.infinite-item h3 {
  display: inline-block;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #388e3c;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  right: -152px;
}
.annotation-wrapper.urgency-high .annotation-message {
  border-right: 5px solid red;
}
.annotation-wrapper.urgency-medium .annotation-message {
  border-right: 5px solid #ff7800;
}
.annotation-wrapper.urgency-low .annotation-message {
  border-right: 5px solid #ffe100;
}
.photo-annotation {
  display: none;
}
.note-box {
  position: fixed;
  background-color: #36373c;
  border-radius: 5px;
  margin-left: 20px;
  padding: 5px;
  max-width: 185px;
}
.note-box p {
  margin-bottom: 0px;
}
.note-point {
  position: fixed;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  background-color: #90caf9;
}
#camera-details {
  margin: 10px 6px;
  font-size: 0.8em;
  color: #ffffff73;
}
#camera-details .camera-line {
  display: block
}
#popup-dot {
  display: none;
  position: fixed;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  background-color: #90caf9;
}
#popup {
  display: none;
  position: fixed;
  padding: 40px;
  width: 300px;
  padding: 15px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.25);
  background: #2a2b2f;
  border-radius: 5px;
}
#popup input[type=submit], #popup input[type=button] {
  background-color: #444549;
  color: #90caf9;
  padding: 10px 20px;
  border: 0px solid;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.25);
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 20px;
}
#popup input[type=submit]:hover, #popup input[type=button]:hover {
  background-color: #444549ba;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  outline: none;
}
#id_content {
  width: 100%;
}
.asset-list div {
  position: fixed;
  right: 0;
  width: 500px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  /* background-color: black; */
  background: #2a2b2f !important;
  margin: 40px;
  border-radius: 5px;
}
.asset-list,
.asset-summary,
.photo-summary {
  position: fixed;
  right: 0;
  width: 500px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
}
.asset-map,
.asset-inspections,
.photo-inspection {
  margin-right: 500px;
}
.asset-map {
  margin-right: 0px;
}
.inspection-list,
.asset-inspections,
.content-full {
  padding: 30px;
}
table {
  color: rgba(255, 255, 255, 0.6) !important;
}
th,
td {
  border-top: 0px solid #dee2e6 !important;
}
.asset-list div,
.inspection-list div,
.asset-inspections div,
.asset-summary div,
.photo-inspection .photo-inner,
.photo-summary .photo-inner,
.content-full .content-full-inner {
  padding: 15px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.07);
}
.photo-summary .photo-inner {
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.25);
  /*background: rgba(255, 255, 255, 0.07);*/
  background: #2a2b2f;
  border-radius: 5px;
  max-height: calc(100vh - 76px);
  overflow: auto;
  padding: 0px;
}
.photo-inspection .photo-inner {
  padding: 0px !important;
}
.asset-summary {
  padding: 30px !important;
  padding-left: 0px !important;
}
.asset-summary img {
  margin-bottom: 20px;
}

.content-summary,
.content-images,
.content-documents,
.content-details {
  padding: 40px;
}
.content-video .video-frame {
  margin-right: 500px;
}
.content-video .video-frame video {
  max-height: calc(100vh - 76px);
  display: block;
}
.content-video .controls-frame {
  position: fixed;
  right: 0;
  width: 500px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  margin-top: 76px;
}
.content-video .controls-frame div {
  padding: 15px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

.cesium-viewer .cesium-widget-credits {
  display: none !important;
}
#cesiumContainer {
  width: 100%; 
  height: calc(100vh);
}
#cesiumContainer.syncView {
  width: 50%;
}
#cesiumContainerSync, #cesiumContainerSync2 {
  display: none; 
  width: 50%; 
  height: calc(100vh);
}
#cesiumContainerSync.syncView {
  display: initial; 
}
#cesiumContainerSync.syncView2, #cesiumContainerSync2.syncView2 {
  width: 67%; 
  display: initial;
}
#cesiumContainer.syncView2 {
  width: 33%;
}
.compare-list {
  position: absolute;
  min-height: 100%;
  top: 0px;
  min-width: 99%;
}
.compare-list:hover {
  background-color: #444549;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.25);
  cursor: initial;
}
.compare-list ul {
  padding: 0px;
  list-style: none;
}
.compare-list ul li {
  border-bottom: 1px solid #2a2b2f;
  padding: 8px 0px;
}
.compare-list ul li:hover {
  color: white;
  cursor: pointer;
}
.compare-list ul li:first-child { 
  padding-top: 0px;
}
.compare-list ul li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px solid black;
}

.control-tab {
  display: none;
}
.control-buttons {
  position:relative;
}
.control-tab.visible {
  display: block;
}
.control-menu a {
  color: rgba(255, 255, 255, 0.88);
  transition: 0.1s;
  padding: 15px 0px;
  width: 25%;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.control-menu a.selected {
  color: #90caf9;
  background-color: #90caf942;
}
.control-menu a:hover {
  text-decoration: none;
}
.control-menu {
  background-color: #36373c;
}
.annotation-list {
  margin-top: 15px;
}
.annotation-wrapper {
  margin-bottom: 20px;
}
.annotation-message.selected-ann {
  background-color: #90caf942;
}
.annotation-message {
  padding: 15px;
  color: rgba(255, 255, 255, 0.72);
  background-color: #36373c;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.10);
  cursor: pointer;
  font-size: 14px;
}
.annotation-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.50);
  margin-top: 5px;
  margin-left: 5px;
}
.annotation-delete {
  float: right;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.25);
}
.annotation-delete:hover {
  color: #9c0101;
  cursor: pointer;
}
#the_post textarea {
  border-radius: 5px;
  background-color: #e6e6e6;
}
label[for='id_urgency'], label[for='id_file'] {
  display: none;
}
#id_urgency, #id_file {
  margin-top: 18px;
  background-color: #e6e6e6;
  width: 100%;
  border-radius: 5px;
  padding: 5px;
}
#height-profile-wrapper {
  height: 300px;
  padding: 20px 0px;
  display: none;
}
.bam-form-group {
  font-size: 0.8em;
  display: flex;
  border-bottom: 1px solid #ffffff1f;
  padding: 4px 0px;
}
.bam-form-group select, .bam-form-group input {
  margin-left: auto;
  width: 36%;
  background-color: transparent;
  color: white;
  border-radius: 4px;
}
.bam-form-group input {
  background: #2a2b2f;
  border: 1px solid #787878;
  color: #ffffffbf;
  line-height: 1em;
}
.bam-form-group option {
  background-color: #2a2b2f;
  color: white;
  border-radius: 4px;
}
.bam-form-group label {
  margin-bottom: 0px;
}
#bam-issue-submit {
  margin: 0;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
#bam-issue-fields {
  color: rgba(255, 255, 255, 0.6) !important;
}
@import 'lesshat';

.ba-slider {
    position: relative;
}
.ba-slider img {
    position: absolute;
    width: 100%;
}
.ba-slider-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ba-slider-before-image {
    z-index: 5;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.ba-control {
    width: 100%;
    height: 100%;
    position:absolute;
    z-index: 10;
    top: 0;
    overflow: hidden;
}
.ba-control-area {
    position:absolute;
    z-index:1;
    width:26px;
    height:100%;
    left:0;
    margin-left:-13px;
}
.ba-control-bar {
    width:4px;
    height: 100%;
    margin: 0 auto;
    background: #2a2b30;
}
.ba-left-arrow, .ba-right-arrow, .ba-control-handle {
    top: 50%;
    position: absolute;
    display: none;
}
.ba-left-arrow, .ba-right-arrow {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-top: -5px;
}
.ba-left-arrow {
    left: -4px;
    border-right: 5px solid #fff;
}
.ba-right-arrow {
    right: -4px;
    border-left: 5px solid #fff;
}
.ba-control-handle {
    height: 60px;
    width: 8px;
    margin: -30px 0 0 -4px;
    left: 50%;
    background-color: #90caf9;
    cursor: move;
}
.ba-slider img {
  max-width: initial !important;
}

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;

  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}

.handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;

  content: '\21d4';
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 36px;

  background: #282923; /* @orange */
  border: 1px solid #282923; /* darken(@orange, 5%) */
  border-radius: 50%;
  transition: all 0.1s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.5),
    inset 0 60px 50px -30px #282923; /* lighten(@orange, 20%)*/
}

.draggable:after {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  line-height: 18px;
  font-size: 10px;
}
.issues-container {
  color: rgba(255, 255, 255, 0.87);
  padding: 0px;
  max-height: 0px;
  overflow: hidden;
}

.issue-comment {
  display: none;
}
.issue-input input {
  background: #2a2b2f;
  border: none;
  color: #ffffffbf;
  border-bottom: 1px solid grey;
  font-size: 0.8em;
}

.issues-container.visible {
  color: rgba(255, 255, 255, 0.87);
  padding: 15px;
  overflow: auto;
  max-height: 100%;
}

.issue-list {
  overflow: auto;
  height: 65vh;
}
.issue-input {
  margin-left: 5px;
  margin-bottom: 5px;
}
.issue-input span {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.6) !important;
  min-width: 100px;
  display: inline-block;
}

.issue-list hr {
  border-top: 1px solid grey;
}
.issues-table #issues-list td {
  font-size: 0.8em;
  text-overflow: ellipsis; /* will make [...] at the end */
  max-width: 180px; /* change to your preferences */
  white-space: nowrap; /* paragraph to one line */
  overflow:hidden; /* older browsers */
}
.model-option {
  padding: 6px;
  font-size: 0.8em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  background: transparent;
  color: white;
  cursor: pointer;
  transition: all 0.1s ease;
}
.model-option:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.14);
}
.scoliosis-button.active {
  color: #ffe000 !important;
}
.scoliosis-button.entered {
  color: #29e707 !important;
}

.issues-container .cats {
  display: block;
  margin-top: 15px;
  margin-left: 5px;
  font-size: 18px;
  margin-bottom: 5px;
}
.issues-container input[type="checkbox"]:checked+label { 
  border: 1px solid #90caf9;
  background: rgba(255, 255, 255, 0.21);
}
.model-option {
  width: 150px;
  margin-right: 5px;
  margin-top: 5px;
}
a.show-issue {
  color: #90caf9;
}
.hide {
  display: none !important;
}
.keys {   
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.arr {
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #2a2b2f;
  color: white;
  font-size: 26px;
  border-right: 10px solid #000000;
  border-bottom: 10px solid #000000;
  border-left: 10px solid #060607;
  border-top: 10px solid #121214;
  display: inline-block;
  margin: 1px;
  transition: all .05s linear;
}
.arr:active {
  border-bottom: 8px solid #000000;
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 20px white;    
  transform: translate(0, 2px);
}
.zoom-button {
  position: absolute;
  bottom: 52px;
  left: 265px;
}

.up {
  position: relative;
  top: -4px;
}

.pressed {
  border-bottom: 8px solid darken(#2a2b2f, 20);
  text-shadow: 0 0 10px white;
  transform: translate(0, 2px);
}
.zoom-button.pressed {
  transform: translate(0, 0);
}
.inspection-icons2 {
  font-family: 'Material Icons';
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
    position: relative;
    top: -10px;
}
.single-photo-issues {
  max-height: calc(80vh - 76px);
}
.issue-button:hover {
  cursor: pointer;
}

.issue-button.hover2 {
  color: #90caf9 !important;
  background-color: #90caf942 !important;
}
.polygons-svg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.dot2 {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: red;
  display: inline-block;
  margin-left: 5px;
}
polygon.hide {
  display: none;
}
polygon {
  fill: rgba(0, 255, 0, 0.15);
  stroke: rgba(0, 255, 0, 1);
  stroke-width: 0.1;
}
polygon:hover {
  cursor: pointer;
}
polygon.class-1 {
  fill: rgba(255, 0, 0, 0.15);
  stroke: rgba(255, 0, 0, 1);
  stroke-width: 0.1;
}
polygon.class-2 {
  fill: rgba(0, 0, 255, 0.15);
  stroke: rgba(0, 0, 255, 1);
  stroke-width: 0.1;
}
polygon.rejected {
  opacity: 0.1;
}
polygon.hover {
  fill: rgba(0, 255, 0, 0.5);
  stroke: rgba(0, 255, 0, 1);
  stroke-width: 0.3;
}
polygon.class-1.hover {
  fill: rgba(255, 0, 0, 0.5);
  stroke: rgba(255, 0, 0, 1);
  stroke-width: 0.3;
}
polygon.class-2.hover {
  fill: rgba(0, 0, 255, 0.5);
  stroke: rgba(0, 0, 255, 1);
  stroke-width: 0.3;
}
polygon.hover2 {
  fill: rgba(0, 255, 0, 0.5);
  stroke: rgba(0, 255, 0, 1);
  stroke-width: 0.3;
}
polygon.class-1.hover2 {
  fill: rgba(255, 0, 0, 0.5);
  stroke: rgba(255, 0, 0, 1);
  stroke-width: 0.3;
}
polygon.class-2.hover2 {
  fill: rgba(0, 0, 255, 0.5);
  stroke: rgba(0, 0, 255, 1);
  stroke-width: 0.3;
}
#tooltip {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: white;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-top: -31px;
  padding: 5px 12px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  transition: opacity 300ms ease 0s;
  z-index: 1000;
  white-space: nowrap;
}
#tooltip.show-ann {
  display: block;
}
#issue-filter {
  display: none;
  margin: 10px 0px;
}
#issue-filter input {
  display: none;
}
#issue-filter label {
  margin-right: 10px;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #444549;
  border-radius: 5px;
  font-size: 14px;
}
#issue-slider {
  display: none;
  margin: 10px 0px;
}
.instruction-title {
  display: block;
  font-weight: bold;
}
#progressbar-outer {
    height:2em;
    border:5px solid #000;
    width:15em;
}
#progressbar {
    width:0%;
    background-color:#F00;
    height:100%;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 17px rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
  background: #90caf9;
  border-radius: 10px;
  transition: all 0.1s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #c2dbef; 
}

/* NEW WEBSITE */
.c-web {
  margin: 0px;
  background-color: #ffffff;
}
.c-web p, .c-web a, .c-web h2, .c-web span, .c-web h3, .c-web ul, .c-web input, .c-web label, .c-web textarea{
  font-family: 'Inter', sans-serif;
}
.c-web p {
  font-weight: 400;
}
.c-web h2 {
 /* font-weight: 500;*/
}
.c-web .header-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0px;
}
.c-web .header-logo, .c-web .header-sign {
  width: 20%;
}
.c-web .header-sign .c-login {
  float: right;
}
.c-web .header-menu {
  width: 60%;
}
.c-web header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.c-web .header-menu nav a {
  color: white;
  font-weight: bold;
  padding: 0px 15px;
  text-decoration: none;
  font-size: 16px;
}
.c-web .header-logo img {
  max-width: 24px;
  margin-top: 5px;
}
.c-web .header-sign a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  background-color: #ffffff40;
  border-radius: 30px;
  padding: 10px 15px;
}
.c-web .header-sign .c-login:hover {
  background-color: #ffffff73;
}
.c-web .card-video iframe {
  width: 100%;
  height: 608px;
  display: block;
}
.c-web .header-angle {
/*  background-color: #0a2540;
  min-height: 50vh;
  margin-top: -110px;*/
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform-origin: 100% 0;
  transform: skewY(-6deg);
  overflow: hidden;
  z-index: -1;
  min-height: 50vh;
  margin-top: -220px;

}
.c-web .hero-video {
  max-width: 1080px;
  margin: 100px auto !important;
}
@keyframes bg-fade {
  from {background-position-y:0px; opacity: 0.8;}
  50% {background-position-y:-100px;opacity: 1;}
  to {background-position-y:0px;opacity: 0.8;}
}

.c-web .header-angle.frontpage {
  background: -webkit-linear-gradient(#C7D3DC,#5B798E);
  background: -moz-linear-gradient(#C7D3DC,#5B798E);
  background: -o-linear-gradient(#C7D3DC,#5B798E);
  background: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);

  background-position-y: 0px;

  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;

  background-size: 1px calc(100% + 100px);
  animation-name: bg-fade;
  animation-duration: 7s;
  animation-iteration-count:infinite;
}

.c-web .header-space {
  min-height: 400px;
}
.c-web .rotated {
  transform: rotate(-5deg);
  margin-left: -50px;
  margin-top: -100px;
}
.c-web .hero-title {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.c-web .hero-title h2 {
  color: #111439;
  opacity: .9;
  font-size: 70px;
  margin-bottom: 30px;
}
.c-web .hero-title p {
  font-size: 18px;
  color: #425466 !important;
  max-width: 500px;
  line-height: 1.5em;
  margin-bottom: 45px;
}
.c-web .hero-title a {
  background-color: #0a2540;
  padding: 6px 16px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  font-weight: 400;
  margin-right: 10px;
}
.c-web .hero-title a.white {
  background-color: transparent;
  color: #0a2540;
}
.c-web .off-background {
  background-color: #f6f9fc;
}
.c-web .section {
  position: relative;
  margin: 100px 0;
}
.c-web .skew {
  height: 100%;
  width: 100%;
  /*transform-origin: 100% 0;*/
  transform: skewY(-6deg);
  /*overflow: hidden;*/
  z-index: -1;
  /*min-height: 900px;*/
  position: absolute;
  background: white !important;
}
.c-web .content {
/*  position: absolute;
  top: 250px;*/
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  left: 0;
  right: 0;
  padding-top: 120px;
  padding-bottom: 180px;
}
.c-web .product-page .content {
  padding-top: 60px;
  padding-bottom: 0px;
}
.c-web .column-50 {
  width: 50%;
}
.c-web .content h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
.c-web .content span {
  display: block;
  font-size: 18px;
  color: #00d4ff;
  margin-bottom: 24px;
  font-weight: bold;
}
.c-web .content p {
  font-size: 18px;
  color: #adbdcc !important;
  line-height: 1.5em;
  max-width: 450px;
  margin-bottom: 24px;
}
.c-web .content a {
  display: inline-block;
  color: #00d4ff;
  text-decoration: none;
  font-weight: 500;
}
.c-web .filled-a {
  display: inline-block;
  color: #0a2540 !important;
  background-color: #00d4ff;
  border-radius: 30px;
  padding: 6px 16px;
  font-weight: 400;
  text-decoration: none;
}
.c-web .col-50 a {
  padding-left: 10px;
}
.c-web .alt .content h2 {
  color: #0a2540;
}
.c-web .col-100 {
  width: 100%;
}
.c-web .col-25 {
  float: left;
  width: 23%;
  padding: 1%;
}
.c-web .col-33 {
  float: left;
  width: 29%;
  padding: 2%;
}
.c-web .col-50 {
  float: left;
  width: 48%;
  padding: 1%;
}
.c-web .content h3 {
  color: #0a2540;
  font-size: 15px;
  border-left: 1px solid #635bff;
  padding-left: 10px;
}
.c-web .col-25 p {
  font-size: 15px;
  padding-left: 10px;
  line-height: 1.5em;
}
.c-web .alt .content p {
  color: #425466 !important;
}
.c-web .material-icons {
  color: #00d4ff;
  font-size: 42px !important;
  padding-left: 10px;
}
.c-web .material-icons.alt {
/*  color: #7a73ff;*/
  color: #635bff;
  opacity: 0.8;
  left: -56px;
  top: 10px;
  font-size: 28px !important;
}
.c-web .sub-container {
  margin-top: 50px;
}
.c-web .blue .col-50 h3 {
  color: white;
  border-left: 1px solid #00d4ff;
}
.c-web .blue .col-50 p {
  font-size: 15px;
  padding-left: 10px;
  line-height: 1.5em;
}
.c-web .coder-head img {
  max-width: 100%;
  margin-top: -25px;
}
.c-web .coder-head {
  overflow: hidden;
  margin-bottom: -4px;
}
.c-web .coder {
  overflow: hidden;
  border-radius: 5px;
}
.c-web .coder-mid {
  background-color: #0c2e4e;
}
.c-web .coder-mid .coder-title {
  background-color: #8095ff;
  display: inline;
  text-transform: uppercase;
  padding: 2px 10px;
  color: #0c2e4e;
  font-size: 12px;
  font-family: 'Source Code Pro', monospace;
}
.c-web .coder-console {
  background-color: #06182c;
  padding: 20px;
}
.c-web .coder-console span {
  color: white;
  font-family: 'Source Code Pro', monospace;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8em;
  display: inline;
}
.c-web .coder-mid span {
  display: inline;
}
.c-web .coder-console span.coder-time {
  color: #55718d;
  padding-right: 10px;
}
.c-web .coder-mid .coder-project {
  font-size: 12px;
  color: #8095ff;
  font-family: 'Source Code Pro', monospace;
  padding-left: 10px;
}
.c-web .coder span {
  margin: 0;
}
.c-web .coder-console span.coder-highlight {
  color: #00d4ff;
}
.c-web .section .narrow {
  max-width: 1080px;
  margin: 0 auto;
  overflow: auto;
}
.c-web .section.blue {
  margin: 100px 0;
}
.c-web .references img {
  max-height: 50px;
  margin: 0 auto;
  display: block;
}
.c-web .section .narrow.references {
  margin: 60px auto;
  padding: 50px;
}
.c-web .step-step {
  padding: 50px 0;
}
.c-web .references .col-25 {
    width: 17%;
    padding: 2%;
    background-color: white;
    margin: 2%;
    border-radius: 5px;
    box-shadow: 0 15px 11px rgba(50,50,93,.1), 0 5px 16px rgba(0,0,0,.07);
}
.c-web .header-angle iframe{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.c-web .header-angle .video-foreground {
  position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    opacity: 0.1;
}
.c-web .footer a {
  color: initial;
  text-decoration: none;
  color: #333333;
}
.c-web .header-menu-wrapper {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 28px;
}
.c-web .header-menu-wrapper nav {
  margin: 0 auto;
}
.c-web .header-menu-wrapper ul {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-web .footer-wrapper {
  background-color: #f6f9fc;
}
.c-web .footer {
  max-width: 1080px;
  margin: auto;
  overflow: auto;
  padding: 100px 0;
}
.c-web .footer img {
  max-width: 60px;
}
.c-web .footer span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8em;
}
.c-web .footer span.bold {
  font-weight: 600;
  margin-bottom: 10px;
}
.c-web .showcase .main-img {
  max-width: 800px;
  right: 61px;
  position: absolute;
  z-index: -201;
  border-radius: 5px;
  box-shadow: 0 30px 52px -12px rgba(50,50,93,0.75), 0 18px 36px -18px rgba(0,0,0,0.3);
}
.c-web .showcase .notes-img {
  border-radius: 5px;
  box-shadow: 0 30px 52px -12px rgba(50,50,93,0.75), 0 18px 36px -18px rgba(0,0,0,0.3);
  max-width: 270px;
  margin-left: 168px;
}
.c-web .showcase {
  min-height: 300px;
}
.c-web .pricing {
  min-height: 850px;
  display: grid;
  grid-template-rows: repeat(auto-fill, 50px);
  grid-template-columns: repeat(24, 1fr);
}
.c-web .hero-pricing h2 {
  text-align: center;
  font-weight: 400;
  font-size: 2.5em;
  color: white;
}
.c-web .hero-pricing h2.alternate {
  color: #00d4ff;
}
.c-web .hero-pricing {
  position: relative;
  top: -480px;
  margin-bottom: -400px;
}
.c-web .stripe {
  grid-row: -5;
  grid-column: span 5/7;
  background-color: #f5be58;
}
.c-web .grid {
  display: grid;
  grid-template-rows: repeat(auto-fill, 50px);
  grid-template-columns: repeat(24, 1fr);
}
.c-web .grid-wrapper {
  position: relative;
}
.c-web .grid-bg {
  display: grid;
  grid-template-rows: repeat(auto-fill, 50px);
  grid-template-columns: repeat(24, 1fr);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  transform: skewY(-6deg);

}
.c-web .grid-fg {
  overflow: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-web .product-feature-wrapper .stripe:first-child {
  background: #00d4ff82;
  grid-row: 7;
  grid-column: 1/6;
}
.c-web .product-feature-wrapper .stripe:nth-of-type(2) {
  background: #635bffa6;
  grid-row: 8;
  grid-column: 1/5;
  position: relative;
  top: -23px;
}
.c-web .product-feature-wrapper .stripe:nth-of-type(3) {
  grid-row: 8/29;
  grid-column: 1/-1;
  background-color: #f6f9fc;
}
.c-web .product-feature-wrapper .stripe:nth-of-type(4) {
  background: #635bffa6;
  grid-row: 29;
  grid-column: -2/-5;
  position: relative;
  top: -23px;
}
.c-web .product-feature-wrapper .stripe:nth-of-type(5) {
  background: #00d4ff82;
  grid-row: 28;
  grid-column: -1/-6;
}
.c-web .product-feature-wrapper .stripe:nth-of-type(6) {
  background: #00d4ff82;
  grid-row: -3;
  grid-column: 1/6;
}
.c-web .product-feature-wrapper .stripe:nth-of-type(7) {
  background: #635bffa6;
  grid-row: -2;
  grid-column: 2/5;
  position: relative;
  top: -23px;
}
.c-web .pricing-faq .stripe:first-child {
  background: #f6f9fc;
  grid-row: 2/-3;
  grid-column: 1/-1;
}
.c-web .pricing-faq .stripe:nth-of-type(2) {
  background: #e6ebf1;
  grid-row: -3;
  grid-column: -4/-1;
}
.c-web .pricing-faq .stripe:nth-of-type(3) {
  box-shadow: inset 0 0 0 1.5px #e6ebf1;
  background: transparent;
  grid-row: -2;
  grid-column: -6/-1;
}
.c-web .pricing-faq .stripe:nth-of-type(4) {
  box-shadow: inset 0 0 0 1.5px #e6ebf1;
  background: transparent;
  grid-row: -2;
  grid-column: -6/-1;
}
.c-web .section.blue .grid .stripe:first-child {
  background: #0a2540;
  grid-row: 1/-3;
  grid-column: 1/-1;
}
.c-web .section.blue .grid .stripe:nth-of-type(2) {
  background: #00d4ff82;
  grid-row: -3;
  grid-column: -6/-1;
}
.c-web .section.blue .grid .stripe:nth-of-type(3) {
  background: #635bffa6;
  grid-row: -2;
  grid-column: -3/-1;
  position: relative;
  top: -23px;
}
.c-web .header-angle.grid .stripe:first-child {
  background: linear-gradient(90deg,#06182c,#0c2e4e) !important;
  grid-row: 1/-3;
  grid-column: 1/-1;
}
.c-web .header-angle.grid .stripe:nth-of-type(2) {
  background: #00d4ff82;
  grid-row: -3;
  grid-column: 1/-10;
}
.c-web .header-angle.grid .stripe:nth-of-type(3) {
  background: #635bffa6;
  grid-row: -2;
  grid-column: 1/5;
  position: relative;
  top: -23px;
}
.c-web .product-page.grid .stripe:first-child {
  background: #0a2540;
  grid-row: 1/-3;
  grid-column: 1/-1;
}
.c-web .product-page.grid .stripe:nth-of-type(2) {
  background: #00d4ff82;
  grid-row: -3;
  grid-column: -6/-1;
}
.c-web .product-page.grid .stripe:nth-of-type(3) {
  background: #635bffa6;
  grid-row: -2;
  grid-column: -3/-1;
  position: relative;
  top: -23px;
}
.c-web .hero-pricing .pricing-box {
  align-items: center;
  webkit-box-align: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  display: flex;
  max-width: 1080px;
  margin: 100px auto;
}
.c-web .hero-pricing.product-page .pricing-box {
  display: block;
}
.c-web .hero-pricing.product-page .pricing-box h2 {
  font-size: 2.5em;
    margin-bottom: 24px;
    font-weight: 500;
}
.c-web .hero-pricing.product-page .pricing-box span { 
  font-size: 18px;
  color: #adbdcc !important;
  line-height: 1.5em;
  margin-bottom: 36px;
  text-align: center;
  display: block;
}
.c-web .pricing-box .big-box, .c-web .pricing-box .small-box {
  -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  border-radius: 5px;
  position: relative;
}
.c-web .pricing-box .small-box {
  background-color: #06182c;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.c-web .pricing-box .big-box {
  background-color: white;
}
.c-web .pricing-box .pricing-title {
  text-align: center;
  text-transform: uppercase;
  padding: 32px 15px;
  border-bottom: 1px solid #0f395e1a;
  font-weight: 500;
  font-size: 18px;
  color: #071d33;
}
.c-web .pricing-box .small-box .pricing-title {
  color: white;
  border-bottom: 1px solid #ffffff26;
}
.c-web .pricing-box .pricing-summary {
  color: #06182c;
  max-width: 370px;
  margin: 0 auto;
  padding: 36px 0;
  display: block;
  font-size: 18px;
  text-align: center;
}
.c-web .pricing-box .small-box .pricing-summary {
  color: white;
}
.c-web .pricing-box .small-box .pricing-summary-sub {
  color: white;
  max-width: 370px;
  margin: 0 auto;
  padding: 0px 0;
  display: block;
  font-size: 14px;
  text-align: center;
  opacity: 0.8;
  line-height: 1.5em;
}
.c-web .pricing-box .monthly-price, .c-web .pricing-box .price-sub {
  display: block;
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 16px;
  color: #06182c;
}
.c-web .pricing-box .monthly-price {
  font-weight: 500;
  font-size: 24px;
}
.c-web .pricing-box .price-sub {
  opacity: 0.5;
  font-size: 14px;
}
.c-web .pricing-benefits span {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}
.c-web .pricing-benefits-wrapper {
  max-width: 400px;
  margin: 0 auto;
}
.c-web .pricing-benefits .material-icons {
  font-size: 24px !important;
  padding-right: 10px;
  top: 6px;
}
.c-web .product-feature .material-icons.main {
  background-color: #f6f9fc;
  border-radius: 100%;
  padding: 10px;
  margin-bottom: 16px;
  font-size: 60px !important;
  color: #0a2540;
}
.c-web .product-feature .material-icons.alt {
  color: #7de9ff;
  opacity: 0.8;
  left: -96px;
  top: 21px;
  font-size: 44px !important;
}
.c-web .pricing-prices {
  margin-bottom: 30px;
}
.c-web .pricing-cta {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f6f9fc;
}
.c-web .small-box .pricing-cta {
  background-color: #10253e;
}
.c-web .pricing-cta a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0px;
  color: #06182c;
  text-decoration: none;
  transition: 0.1s ease;
}
.c-web .pricing-cta a:hover {
  opacity: 0.6;
}
.c-web .small-box .pricing-cta a {
  color: #635bff;
}
.c-web .pricing-2 {
  background: #f6f9fc;
  min-height: 400px;
}
.c-web .pricing-note-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  margin:0 auto;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
  box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
}
.c-web .pricing-note .banner {
  color: #635bff;
  font-size: 264px !important;
  padding-left: 10px;
  position: absolute;
  left: -3px;
}
.c-web .pricing-list {
  overflow: auto;
  position: relative;
}
.c-web .pricing-list-wrapper {
  max-width: 1080px;
  margin: 0 auto;
}
.c-web .pricing-note-wrapper span {
  padding: 70px 50px;
  display: block;
  text-align: center;
  padding-left:255px;
  font-size: 26px;
  line-height: 40px;
}
.c-web .pricing-list-wrapper h2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #071d33;
  margin-bottom: 12px;
}
.c-web .pricing-list-wrapper span {
    display: block;
  text-align: center;
    font-size: 18px;
  font-weight: 300;
  color: #071d33;
  margin-bottom: 60px;
}
.c-web .pricing-list-wrapper h3 {
  display: block;
  font-size: 18px;
  color: #071d33;
  font-weight: 500;
  line-height: 30px;
}
.c-web ul {
  list-style: none;
  font-size: 15px;
  line-height: 30px;
  color: #6b7c93;
  margin: 16px 0 0;
  padding-left: 0px;
}
.c-web .pricing-list i.check {
  color: #6b7c93;
  font-size: 16px !important;
  padding-right: 10px;
  padding-left: 0px;
}
.c-web .seperator {
  position: relative;
}
.c-web .seperator p {
  background-color: white;
  display: block;
  max-width: 100px;
  min-height: 30px;
  margin: 32px auto;
  color: #8898aa !important;
  padding: 0px 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  z-index: 10;
}
.c-web .pricing-list-inner {
  overflow: auto;
}
.c-web .seperator p:before {
    content: "";
    position: absolute;
    background: #e6ebf1;
    height: 2px;
    width: 100%;
    left: 0;
    top: 10px;
    z-index: -10;
}
.c-web .usecase-page .product-feature {
  border-radius: 6px;
  position: relative;
}
.c-web .usecase-page .product-feature .text-area {
  width: 35%;
}
.c-web .usecase-page .product-feature .image-area {
  width: 80%;
}
.c-web .text-area {
  padding: 30px;
  box-shadow: 0px 0px 20px #26282c80;
  position: absolute;
  width: 35%;
  background-color: white;
  border-radius: 6px;
}
.c-web .left.text-area {
  left: 0px;
}
.c-web .right.text-area {
  right: 0px;
}
.c-web .left.image-area {
  padding-right: 20%;
}
.c-web .right.image-area {
  padding-left: 20%;
}
.c-web .usecase-page .card {
  box-shadow: initial;
  box-shadow: 0px 0px 20px #26282c80;
}
.c-web .usecase-page .left, .c-web .usecase-page .right {
  margin: 0px !important;
}
.c-web .contact {
  overflow: auto;
}
.c-web .pricing-faq-wrapper {
  max-width: 1080px;
  margin: 0 auto;
}
.c-web .pricing-faq-wrapper p {
  font-size: 16px;
  padding-left: 50px;
  line-height: 1.5em;
  color: #425466 !important;
}
.c-web .pricing-faq-wrapper h3 {
  color: #0a2540;
  font-size: 18px;
  padding-left: 50px;
  font-weight: 500;
}
.c-web .contact-faq {
  overflow: auto;
  margin: 100px auto;
}
.c-web .pricing-faq-wrapper .col-50 {
  position: relative;
}
.c-web .pricing-faq-wrapper .material-icons {
  position: absolute;
  left: 10px;
  top: 25px;
  color: #635bff;
  font-size: 28px !important;
}
.c-web .pricing-bottom-cta {
  background: #f6f9fc;
  overflow: auto;
}
.c-web .pricing-bottom-cta-wrapper {
  max-width: 600px;
  margin: 50px auto;
  margin-top: 100px;
}
.c-web .pricing-bottom-cta-wrapper a {
  background-color: #0a2540;
  padding: 8px 16px;
  border-radius: 30px;
  float: right;
  color: white;
  text-decoration: none;
  font-weight: 400;
  margin-right: 10px;
  display: inline-block;
}
.c-web .pricing-bottom-cta-wrapper span {
  font-weight: 500;
  font-size: 28px;
  color: #0a2540;
}
.c-web .hero-pricing.contact span.contact-sub {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: white;
}
.c-web .contact .pricing-box .small-box {
  background-color: transparent;
  box-shadow: none;
  padding: 25px;
}
.c-web .contact .form-box {
  padding: 15px;
}
.c-web .product-page .form-box {
  min-width: calc(50% - 50px);
  margin: 20px;
  padding: 65px 15px;
  min-height: 150px;
}
.c-web .product-page .form-box h2 {
  color: #0a2540 !important;
  font-size: 26px;
  margin-bottom: 12px;
  font-weight: bold;
  text-align: left;
}
.c-web .c-login .material-icons {
  color: white;
  font-size: 14px !important;
}
.c-web .big-box .left {
  float: left;
/*  width: 35%;*/
}
.c-web .big-box .right {
  float: left;
  width: 65%;
  position: relative;
  left: -40px;
  top: 13px;
}
.c-web .product-page .big-box .material-icons {
  font-size: 80px !important;
  padding-left: 20px;
}
.c-web .product-page .big-box .material-icons.alt {
  font-size: 45px !important;
  padding-left: 20px;
}
.c-web .header-angle.product-page {
  min-height: 900px;
}
.c-web .hero-pricing.product-page {
  margin-bottom: -550px !important;
  top: -600px;
} 
.c-web .hero-pricing.usecase-page {
  margin-bottom: -650px !important;
  top: -600px;
} 
.c-web .usecase-page .material-icons {
  color: #425466;
  padding-left: 0px;
  font-size: 24px !important;
  margin-right: 6px;
  top: 5px;
}
.c-web .usecase-page .product-feature span {
  display: block;
  margin: 4px 0;
}
.c-web .usecase-page .product-feature h2 {
  color: #0a2540;
}
.c-web .usecase-page .product-feature p {
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.c-web .product-feature {
  align-items: center;
  webkit-box-align: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  display: flex;
  max-width: 1080px;
  margin: 100px auto;
}
.c-web .form-group > .form-group div {
  flex: 68%;
  padding: 4px 0;
}
.c-web .form-group div {

}
/*.c-web .product-feature .left, .c-web .product-feature .right {
  width: 47.5%;
}*/
.c-web .product-feature .left {
  width: 32.5%;
  margin-right: 2.5%;
}
.c-web .product-feature .right {
  width: 62.5%;
  margin-left: 2.5%;
}
.c-web .product-feature img {
  max-width: 100%;
}
.c-web .product-feature h2 {
  color: #635bff;
}
.c-web .product-feature p {
  font-size: 18px;
  color: #425466 !important;
  line-height: 1.5em;
  max-width: 450px;
  margin-bottom: 24px;
}
.c-web .contact .form-box .form-row {
  display: flex;
  padding: 4px 0;
}
.c-web .color-3 {
  color: #635bff !important;
}
.c-web .heading-product h2, .c-web .content .heading-product p {
  max-width: 600px;
}
.c-web .product-page.pricing-2.contact {
  margin-top: -40px !important;
}
.c-web .step-step .material-icons {
  font-size: 90px !important;
}
.c-web .step-step .material-icons.alt {
  font-size: 60px !important;
  left:-120px;
  top: 12px;
}
.c-web fieldset.form-group {
  border: 0px solid black;
}
.c-web fieldset .form-group {
  display: flex;
}
.c-web .contact .form-box label {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 26px;
  margin: 0px !important;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 32%;
  -ms-flex: 32%;
  flex: 32%;
  text-transform: none;
  color: black;
}
.c-web .contact .form-box input, .c-web .contact .form-box textarea {
  width: 96%;
  background-color: #efefef;
  padding: 2% 2% 2% 2%;
  -webkit-box-flex: 68%;
  -ms-flex: 68%;
  display: block;
  border: none;
  outline: none;
  border-radius: 4px;
  color: #32325d;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  -webkit-transition: background-color .1s ease-in,color .1s ease-in;
  transition: background-color .1s ease-in,color .1s ease-in;
}
.c-web .contact .form-box .submit-button {
  color: #fff;
  background: #6772e5;
  font-weight: 500;
  padding: 10px 60px;
  text-align: right;
  margin: 18px 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.c-web .submit-group {
  text-align: right;
}
.c-web .form-submit {
  overflow: auto;
  margin-top: 100px;
}
.c-web .contact .small-box .material-icons{
  color: #6b7c93;
  font-size: 16px !important;
  /* padding-right: 10px; */
  padding-left: 0px;
  background-color: white;
  margin: 2px;
  margin-right: 10px;
  border-radius: 10px;
  padding: 2px;
  opacity: 0.7;
}
.c-web .pricing-2.contact {
  margin-bottom: -250px;
}
.c-web .hero-pricing.contact {
  margin-bottom: -500px;
}
.c-web .hero-pricing.contact .pricing-box {
  margin: 75px auto;
}
.card { 

  background: -webkit-linear-gradient(top, #3e3c3d, #383735);
  margin: auto;
  border: 1px solid #;
  border-radius: 6px;
  box-shadow: 0px 0px 20px #26282c;
} 

.title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb, color-stop(1, #494846)));
  background: -webkit-linear-gradient(top, #2a2b30, #2a2b30);
  background: -moz-linear-gradient(top, #2a2b30, #2a2b30);
  background: -ms-linear-gradient(top, #2a2b30, #2a2b30);
  background: -o-linear-gradient(top, #2a2b30, #2a2b30);
  background: linear-gradient(top, #2a2b30, #2a2b30);
  color: ##3e3c3d;
  font-size: 11pt;
  line-height: 20pxpx;
  text-align: center;
  width: 100%;
  height: 20px;
  border-top: 1px solid #3e3c3d;
  border-bottom: 1px solid #080607;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  cursor: default;
} 

.buttons {
  padding-left: 10px;
  padding-top: 6px;
  float: left;
  line-height: 0px;
}  

.close {
  background: #ff5c5c;
  font-size: 9pt;
  width: 7px;
  height: 7px;
  border: 1px solid #e33e41;
  border-radius: 50%;
  display: inline-block;
} 

.resize2 {
  background: #ffbd4c;
  font-size: 9pt;
  line-height: 11px;
  margin-left: 2px;
  width: 7px;
  height: 7px;
  border: 1px solid #e09e3e;
  border-radius: 50%;
  display: inline-block;
}

.expand {
  background: #00ca56;
  font-size: 9pt;
  line-height: 11px;
  margin-left: 2px;
  width: 7px;
  height: 7px;
  border: 1px solid #14ae46;
  border-radius: 50%;
  display: inline-block;
} 
.card-video video, .card-video img, .card-video2 video {
  display: block;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.c-web .credit {
  display: block; 
  max-width: 1080px; 
  margin: 0 auto; 
  display: block; 
  padding-bottom: 50px; 
  font-size: 14px; 
  font-weight: 400;
}
.c-web .header-wrapper .mobile-menu {
    display: none;
}
.c-web .header-wrapper .mobile-menu .material-icons {
  color: white;
}
.c-web .card-instructions {
  position: relative;
  top: 16px;
  text-align: center;
  opacity: 0.5;
  display: block;
  font-size: 14px;
}
.c-web .snn span {
  display: none;
}
.c-web .snn span.visible {
  transform: translate(-50%,-50%);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: white;
    border-radius: 5px;
    box-shadow: 0 15px 11px rgb(50 50 93 / 10%), 0 5px 16px rgb(0 0 0 / 7%);
    padding: 20px;
}
.c-web .snn:hover {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .c-web .header-wrapper {
    display: block;
    width: 100%;
  }
  .c-web .header-logo, .c-web .header-menu {
    width: 100%;
    display: block;
  }
  .c-web .header-logo {
    text-align: center;
  }
  .c-web .header-logo img {
    max-width: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .c-web .header-sign {
    display: none;
  }
  .c-web .video-foreground {
    display: none;
  }
  .c-web .header-angle {
    margin-top: -70px;
  }
  .c-web .hero-title {
    margin-left: 20px;
    margin-right: 20px;
  }
  .c-web .hero-title h2 {
    font-size: 40px;
  }
  .c-web .references .col-25 {
    width: 100%;
    margin: 10px 0;
    padding: 20px 0;
  }
  .c-web .section .narrow.references {
    padding: 20px;
  }
  .c-web .non-mobile {
    display: none;
  }
  .c-web .hero-video .title {
    display: none;
  }
  .c-web .card-video iframe {
    height: 260px;
  }
  .c-web .column-50 {
    width: 100%;
    overflow: auto;
    margin-bottom: 30px;
  }
  .c-web .content {
    display: block;
    margin: 0 20px;
  }
  .c-web .coder-mid, .c-web .coder-console {
    display: none;
  }
  .c-web .sub-container {
    display: none;
  }
  .c-web .section.blue {
    margin: 0;
  }
  .c-web .col-25 {
    width: 100%;
  }
  .pricing-bottom-cta {
    width: 100%;
  }
  .c-web .pricing-bottom-cta-wrapper {
    margin-top: 50px;
    text-align: center;
  }
  .c-web .pricing-bottom-cta-wrapper a {
    float: none;
    margin-top: 20px;
  }
  .c-web .footer {
    padding: 20px;
  }
  .c-web .credit {
    padding: 20px;
  }
  .c-web .hero-pricing.product-page {
    margin-left: 20px;
    margin-right: 20px;
  }
  .c-web .hero-pricing.product-page .pricing-box span {
    text-align: left;
  }
  .c-web .hero-pricing.product-page .title {
    display: none;
  }
  .c-web .hero-pricing.product-page .pricing-box {
    margin-bottom: 0px;
  }
  .c-web .hero-pricing.product-page {
    margin-bottom: -600px !important;
  }
  .c-web .hero-pricing {
    top: -600px;
  }
  .c-web .product-feature {
    margin: 50px 20px;
    display: block;
  }
  .c-web .product-feature .left, .c-web .product-feature .right {
    width: 100%;
    margin: 0;
  }
  .c-web .header-menu-wrapper {
    margin-right: 0px;
  }
  .c-web .col-50 {
    width: 100%;
    padding: 0;
  }
  .c-web .pricing-faq-wrapper {
    margin: 0 20px;
  }
  .c-web .pricing-faq-wrapper p {
    padding-left: 0px;
  }
  .c-web .pricing-faq-wrapper .material-icons {
    left: -10px;
    top: 16px;
  }
  .c-web .pricing-faq-wrapper h3 {
    padding-left: 34px;
  }
  .c-web .grid-fg {
    padding-bottom: 120px;
  }
  .c-web .usecase-page .product-feature .left, .c-web .usecase-page .product-feature .right {
    position: initial;
    width: 100%;
    margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .c-web .right.image-area {
    padding-left: 0px;
  }
  .c-web .left.image-area {
    padding-right: 0px;
  }
  .c-web .usecase-page .product-feature .title {
    display: none;
  }
  .c-web .text-area {
    box-shadow: none;
    border-radius: 0px;
  }
  .c-web .usecase-page .product-feature .card {
    box-shadow: none;
  }
  .c-web .usecase-page .product-feature {
    box-shadow: 0px 0px 20px #26282c80;
    border-radius: 6px;
  }
  .c-web .usecase-page .product-feature .card-video img {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .c-web .hero-pricing .pricing-box {
    display: block;
    margin: 100px 20px;
  }
  .c-web .pricing-box .big-box {
    margin-bottom: 20px;
  }
  .c-web .pricing-box .big-box, .c-web .pricing-box .small-box {
    padding: 20px;
  }
  .c-web .pricing-cta {
    margin-left: -20px;
  }
  .c-web .pricing-list {
    margin: 0 20px;
  }
  .c-web .col-33 {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .c-web .pricing-note {
    display: none;
  }
  .c-web .hero-pricing.contact .pricing-box {
    margin: 75px 0px;
    margin-top: 75px;
  }
  .c-web fieldset .form-group {
    display: block;
  }
  .c-web .contact .form-box .submit-button {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 10px;
  }
  .c-web fieldset.form-group {
    padding: 0;
  }
  .c-web .hero-pricing.contact {
    margin: 0 20px;
    margin-bottom: -400px;
    box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
  }
  .c-web .hero-pricing.contact .pricing-box .small-box {
    display: none;
  }
  .c-web .pricing-box .big-box, .c-web .pricing-box .small-box {
    box-shadow: none;
  }
  .c-web .header-menu-wrapper ul {
    display: block;
  }
  .c-web .header-menu-wrapper nav {
    display: none;
  }
  .c-web .header-menu-wrapper nav.menu-open {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: linear-gradient(90deg,#06182c,#0c2e4e) !important;
    z-index: 90;
  }
  .c-web .header-menu-wrapper nav ul {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .c-web .header-wrapper .mobile-menu {
    display: initial;
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 99;
  }
  .c-web .header-menu nav a {
        font-size: 22px;
    line-height: 44px;
  }
  .c-web .header-angle.product-page {
    min-height: 720px;
  }
  .c-web .section.blue .grid .stripe:nth-of-type(2) {
    grid-column: -18/-1;
  }
  .c-web .section.blue .grid .stripe:nth-of-type(3) {
    grid-column: -12/-1;
  }
}



/*    --shadeOneColor: #02bcf5;
    --shadeTwoColor: #0073e6;
    --shadeThreeColor: #003ab9;
    --shadeFourColor: #635bff;
    --shadeFiveColor: #002c59;
    --shadeSixColor: #09cbcb;*/