.table td {
  text-align: center;
}

/* .carouselImage:hover {
  opacity: 0.3;
} */

.pageParent {
  position: relative;
}

.pageParent>i {
  position: absolute;
  /* background: white; */
  /* color: yellow; */
  color: green;
  /* width: 40px;
  height: 40px; */
  bottom: 10px;
  left: 9px;
}

.selectedPageInCarousel {
  border: 5px solid #0000FF;
}


.inflatableImage {
  cursor: pointer;
  transition: 0.3s;
}

.inflatableImage:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.inflatableImageModal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.inflatableImageModal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.inflatableImageModal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.inflatableImageModalClose {
  position: absolute;
  top: 35px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.inflatableImageModalClose:hover,
.inflatableImageModalClose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/* CAPEX -- START */

.capexDropdown {
  min-width: 500px;
}

/* CAPEX -- END */



/* MAINT -- START */

.dropdownMenuScroll {
  max-height: 600px;
  overflow-y: auto;
}

.maintTableHeader {
  background-color: #263761;
  color: #ffffff;
}

/* MAINT -- END */



.btn-link {
  color: #0000EE !important;
}

.anchorDeleteColor {
  color: #ff0000 !important;
}

.anchorLinkColor {
  color: #0000EE !important;
}

.clickAnimatedButton {
  transition: 0.2s all;
}

.clickAnimatedButton:active {
  transform: scale(0.8);
}


body,
html {
  height: 100%;
}

.topMargin0 {
  margin-top: inherit;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* table {
   border-collapse:collapse;
} */

.whiteBorderTable {
  border: 1px solid white !important;
}

#reportP {
  color: grey;
}

section.pricing {
  /* background: #007bff; */
  /* background: linear-gradient(to right, #0062E6, #33AEFF); */
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.4);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

/* .pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
} */

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}


/* style="top:20;right:20;position:absolute;z-index: 9999" */
.overlay .closebtn {
  position: fixed;
  top: 20px;
  right: 45px;
  font-size: 60px;
  z-index: 9999;
  display: none;
}

.overlay .dlbutton {
  position: fixed;
  top: 55px;
  right: 150px;
  z-index: 9999;
  display: none;
}


@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }

  .overlay .dlbutton {
    top: 15px;
    right: 35px;
  }
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

/*



TABLE ANIMATIONS



 */

.borderless td,
.borderless th {
  border: none;
}

/* #outerAmContainer {
    margin-top: 30px;
    background-color: skyblue;
    width: 300px;
    transition: all linear 0.9s;
    overflow: hidden;
} */


@keyframes rotateTableArrow {
  100% {
    transform: rotate(90deg);
  }
}

@-webkit-keyframes rotateTableArrow {
  100% {
    transform: rotate(90deg);
  }
}

@keyframes rotateTableArrowOpen {
  100% {
    transform: rotate(90deg);
  }
}

@-webkit-keyframes rotateTableArrowOpen {
  100% {
    transform: rotate(90deg);
  }
}

@keyframes rotateTableArrowClose {
  100% {
    transform: rotate(-90deg);
  }
}

@-webkit-keyframes rotateTableArrowClose {
  100% {
    transform: rotate(-90deg);
  }
}

/*
MAP

 */

#fm_ca_map_container_div {
  /* height: 400px; */
  width: 100%;
  padding-top: 56.25%;
}

#fm_summary_map_container_div {
  /* height: 400px; */
  width: 100%;
  padding-top: 56.25%;
}

#fm_maint_map_container_div {
  /* height: 400px; */
  width: 100%;
  padding-top: 56.25%;
}


/*

SUMMARY - sticky header
 */

.summaryHeader {
  padding-left: 100px;
  background: #ffffff;
  width: 100%;
  z-index: 2 !important;
  /* color: #f1f1f1; */
}

.sticky {
  padding-left: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2 !important;
}

.sticky+.summaryContent {
  /* padding-top: 320px; */
}

#fm_ca_project_overview_container_div {
  position: relative;
  z-index: 1 !important;
}

.one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}


/*
  PROJECT OVERVIEW
 */

.po-image-collection-group>.row {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.po-image-collection-group>.row>.col-4 {
  display: inline-block;
}

.img-wrap {
  position: relative;
}

.img-wrap .deleteImage {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  height: 25px;
  width: 25px;
}

.img-wrap .deleteImageButton {
  padding: 0;
  border: none;
  background: none;
  background-color: transparent;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
  height: 25px;
  width: 25px;
}


/* The Close Button */
#closeDmLightboxModalButton {
  color: black;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 9999;
}

#closeDmLightboxModalButton:hover,
#closeDmLightboxModalButton:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/*

POLYGON EDITOR

 */

.po-polygon-control-button {
  background-color: transparent;
  padding: 0;
  border: none;
  background: none;
  margin-right: 30px;
  /* height: 80px;
  width: 80px; */
}

.po-polygon-save-cancel-button {
  margin-right: 30px;
  /* height: 80px;
  width: 80px; */
}