﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #1F3285;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: black; /*696969 */
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.pt-nav-bg{
    background: #1F3285;
    color: white;
}

.pt-nav-light-bg{
    background: #1D7EC2;
    color: white;
}

.pt-text-primary{
    color: #1D7EC2 !important;
}

.pt-text-secondary{
    color: #4ebdcc !important;
}

.pt-text-success{
    color: #0CC75A !important;
}

.pt-text-warning{
    color: #efb720 !important;
}

.pt-text-danger{
    color: #f27474 !important;
}

.pt-btn-nav {
    color: white !important;
    background-color: #1F3285;
    border-color: #1F3285;
}

th.pt-table-header{
    color: white !important;
    text-align: center !important;
    background-color: #1F3285 !important;
    border-color: #374583 !important;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
     
    color: black;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 2.0em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /* width: 99%; */
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 0px solid #f8f9fa;
    min-height: 93vh !important;
    
    overflow-x: hidden;
    
}

.header
{
    
    position: relative;
    margin: 0px;
    padding: 0px;
    background: white;
    width: 100%;
     
    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 520px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    min-height: 7vh;
    overflow-x: hidden;
    color: white;
    padding: 8px 50px 10px 50px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.footer-dashboard
{
    background-color: #1F3285;
}

.footer span{
    font-size: 10pt; 
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{ 
    background-color:#b6b7bc;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 100%;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* Menu */
 #menu-main {
    overflow-x: hidden;
    width: 100%;
    height: 40px;
    text-align: center;  
 }
   
 #menu-wrapper {
	width: 100%;
	 overflow-x: hidden;
	height: 40px;
	margin: 0px auto;
	padding: 0px;
	background: #003399;
	/**border-radius: 10px;**/
	 padding: 0px 10px;
	 float:left;
}
 

#menu {
	margin: 0;
	padding: 0px 10px;
	list-style: none;
	line-height: 40px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
	font-family: '@MS UI Gothic', New Gothic;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu2 {
	margin: 0;
	padding: 0px 10px;
	list-style: none;
	line-height: 40px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
	font-family: '@MS UI Gothic', New Gothic;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

 #menu li {
	float: left;
	margin-right: 1px; 
}

 #menu a {
	display: block;
	float: left;
	height: 40px;
	margin: 0px;
	color: #FFFFFF; 
}

 #menu .current_page_item a {
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
	background: #4c9cff;
	/*background: #99cc99;*/
}

 #menu a:hover {
	background: #4c9cff;
	text-decoration: none;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
	color: #FFFFFF;
}

#menu span {
	padding: 0px 15px;
}

#menu > li {
}

#menu > li.active {
	background: #7E7E7E;
	color: #FFFFFF;
}

 
.dropotron li.opener {
	border-right: solid 2px #FFFFFF;
}

.dropotron {
	margin: 0px;
	padding: 10px 0px;
	background: #7E7E7E;
	list-style: none;
	text-transform: uppercase;
	font-family: '@MS UI Gothic', New Gothic;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.dropotron a {
	color: #fff;
	text-decoration: none;
}

.dropotron a:hover {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

.dropotron li {
	margin: 0px;
	padding: 5px 20px;
}

.dropotron li:hover, .dropotron li.active {
	background: #7E7E7E;
}

/* Starting 2025 New PoolTrac Re-design classes. */

.pt-success-bg{
    border-color: #0cc75a !important;
    background-color: #0cc75a !important;
    color: white !important;
}

.pt-error-bg{
    border-color: #f27474 !important;
    background-color: #f27474 !important;
    color: white !important;
}

.pt-warning-bg{
    border-color: #E6B720 !important;
    background-color: #E6B720 !important;
    color: white !important;
}

.pt-basic-bg{
    border-color: #1F3285 !important;
    background-color: #1F3285 !important;
    color: white !important;
}

.pt-primary-bg{
    border-color: #1d7ec2 !important;
    background-color: #1d7ec2 !important;
    color: white !important;
}

.pt-light-bg{
    border-color: #25ACD9 !important;
    background-color: #25ACD9 !important;
    color: white !important;
}

.pt-neutral-bg{
    background: #8f8f8f;
    color: white;
}

.pt-white-bg{
    background-color: white !important;
}

.pt-info-bg{
    border-color: #2dc4ef !important;
    background-color: #2dc4ef !important;
    color: white !important;
}

.pt-secondary-bg{
    border-color: #4ebdcc !important;
    background-color: #4ebdcc !important;
    color: white !important;
}

.pt-badge-bg{
    border-color: #69DBF5 !important;
    background-color: #69DBF5 !important;
    color: white !important;
}

.badge-primary{
    color: #fff;
    background-color: #1d7ec2 !important;
}

.nav-badge{
    background-color: #69DBF5 !important;
}

.pt-card-rounded-top{
    border-top-left-radius: .5rem !important; 
    border-top-right-radius: .5rem !important;
}

.pt-card-rounded-footer{
    border-bottom-left-radius: .5rem !important; 
    border-bottom-right-radius: .5rem !important;
}

.pt-card-header{
    color: white !important;
    background-color: #1d7ec2 !important;
    padding: 0.5rem !important;
}

.pt-card-light-header{
    color: white !important;
    background-color: #25ACD9 !important;
    padding: 0.5rem !important;
}

.pt-card-danger-header{
    color: white !important;
    background-color: #f27474 !important;
    padding: 0.5rem !important;
}

.pt-card{
    color: #1d7ec2 !important;
    border-top: 5px solid #1d7ec2 !important;
}

.pt-card-success{
    color: #0cc75a !important;
    border-top: 5px solid #0cc75a !important;
}

.pt-card-error{
    color: #f27474 !important;
    border-top: 5px solid #f27474 !important;
}

.pt-card-disabled{
    color: grey !important;
    border-top: 5px solid grey !important;
}

.pt-card-disabled img{
    filter: grayscale(100%);
}

.pt-link-disabled{
    font-weight: bold;
    color: grey !important;
    text-decoration: none;
}

.pt-link{
    font-weight: bold;
    color: #1d7ec2 !important;
    text-decoration: none;
}

.pt-link-success{
    font-weight: bold;
    color: #4ad991 !important;
    text-decoration: none;
}

.pt-link-error{
    font-weight: bold;
    color: #f27474 !important;
    text-decoration: none;
}

.pt-link:hover{
    color: #1d7ec2 !important;
    text-decoration: none;
}

.colored-toast.swal2-icon-success {
    background-color: #4ad991 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
    font-variant: none !important;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

.colored-toast-pt-aqua {
    background-color: #4ebdcc !important;
}

/* STREETVIEW PT SWAL */
.swal2-pt-popup-streetview{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.swal2-pt-popup-streetview .swal2-content{
    padding: 0 !important;
}

.swal2-pt-popup-streetview .swal2-title{
    display: flex !important;
    flex-direction: row !important;
}

.swal2-pt-popup-streetview .swal2-header h2{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: white !important;
    font-variant-caps: normal !important;
    margin-bottom: 0 !important;
}

/* Swal PT new style */
.swal2-pt-popup{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.swal2-pt-close{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px !important;
}

.swal2-pt-popup .swal2-content{
    padding: 1.25em !important;
}

.secondary-header{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background-color: #4ebdcc !important;
}

.success-header{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background-color: #0cc75a !important;
}

.warning-header{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background-color: #efb720 !important;
}

.danger-header{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background-color: #ff4200 !important;
}

.info-header{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background-color: #2dc4ef !important;
}

.primary-header{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background-color: #1d7ec2 !important;
}

.basic-header{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background-color: #1F3285 !important;
}

.pt-alert-success{
    color: #0CC75A !important;
    border-color: #0CC75A !important;
    background-color: #E3FAF3 !important;
}

.pt-alert-danger{
    color: #FF4200 !important;
    border-color: #FF4200 !important;
    background-color: #FFF5E6 !important;
}

.pt-alert-info{
    color: #2dc4ef !important;
    border-color: #2dc4ef !important;
    background-color: #e3f8ff !important;
}

.swal2-pt-popup .swal2-title{
    display: flex !important;
    flex-direction: row !important;
}

.swal2-pt-popup .swal2-header h2{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: white !important;
    font-variant-caps: normal !important;
    margin-bottom: 0 !important;
}

.pt-hover-button{
    display: inline-block;
    height: 38px;
    width: 40px;
    vertical-align: middle;
    text-decoration: none;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
}

.pt-hover-button span{
    transition: all 0.3s ease-out;
}

.pt-hover-button:hover{
    width: auto !important;
}

.pt-hover-button:hover span{
    transition: opacity 0.1s, transform 0.4s 0.5s;
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.pt-hover-button-sm{
    display: inline-block;
    height: 31px;
    width: 31px;
    vertical-align: middle;
    text-decoration: none;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
}

.pt-hover-button-sm span{
    transition: all 0.3s ease-out;
}

.pt-hover-button-sm:hover{
    width: auto !important;
}

.pt-hover-button-sm:hover span{
    transition: opacity 0.1s, transform 0.4s 0.5s;
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.pt-hover-link{
    display: inline-block;
    height: 38px;
    width: 40px;
    vertical-align: middle;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.pt-hover-link span{
    transition: all 0.3s ease-out;
}

.pt-hover-link:hover{
    width: auto !important;
}

.pt-hover-link:hover span{
    transition: opacity 0.1s, transform 0.4s 0.5s;
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.active-tab{
    border-bottom: 3px solid #1d7ec2;
    color: #1d7ec2 !important;
}

.efect-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.efect-card:hover {
    transform: scale(1.05); 
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.6); 
}

.hover_img{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.hover_img a { position:relative; }
.hover_img a span { 
    position:absolute; 
    display:none; 
    z-index:99; 
}
.hover_img a:hover span { 
    background-color: lightgray;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-left: 35px;
    top: -35px;
}

.table-pt-w-5{
    width: 5% !important;
}

.table-pt-w-10{
    width: 10% !important;
}

.table-pt-w-15{
    width: 15% !important;
}

.table-pt-w-20{
    width: 20% !important;
}

.table-pt-w-25{
    width: 25% !important;
}

/* PT New skeleton loader */
@keyframes wave {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: 200px 0;
    }
}

@keyframes pulse-bg {
    0% {
      background-color: #ddd;
    }
    50% {
      background-color: #d0d0d0;
    }
    100% {
      background-color: #ddd;
    }
}

/* Apply the wave animation to the skeleton loader */
.pt-skeleton-loader-wave {
    background: linear-gradient(90deg, #dbdbdb 25%, #cacaca 50%, #dbdbdb 75%);
    background-size: 200% 100%;
    animation: wave 1.5s ease-in-out infinite; /* Smooth wave animation */
}

.pt-skeleton-loader-pulse {
    animation: pulse-bg 1.5s ease-in-out infinite; /* Smooth pulse animation */
}

.form-outline i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.leaflet-control-layers-expanded{
    min-width: 5vw !important;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.leaflet-control-layers-base label{
    text-align: left !important;
}

.street-view-map-button{
    width: 48px !important;
    height: 48px !important;
}

.street-view-map-icon{
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.fullscreen-button a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px;
    height: 36px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.fullscreen-button a:hover {
    background-color: #f0f0f0;
}

.street-view-icon {
    position: relative;
    text-align: center;
}

.street-view-icon i {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Add shadow to the icon */
}

/* Photo Carousel */
.photo-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.photo-image {
    transition: all 0.3s ease;
}

.photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.photo-overlay .d-flex {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 6px;
    border-radius: 4px;
}

.photo-wrapper:hover .photo-overlay {
    opacity: 1;
}

.photo-wrapper:hover .photo-image {
    filter: blur(3px);
    transform: scale(1.05);
}

/* PT Fill card classes */
/* Container */
.card-container {
  perspective: 1000px;
  width: 300px;
  height: 200px;
  position: relative;
}

.help-card-container {
  position: relative;
  min-height: 300px;
  padding: 15px;
}

/* Flipping Card */
.fill-card {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease-in-out;
}

/* Common Face Styling */
.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 10px;
  overflow: hidden;
}

/* Front Face */
.card-front {
  background-color: #ffffff;
  color: #1d7ec2;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}

/* Back Face */
.card-back {
  background-color: #ffffff;
  transform: rotateY(180deg);
  color: white;
  position: relative;
  z-index: 1;
}

/* Text on back */
.card-back .text {
  position: relative;
  z-index: 2; /* ABOVE the wave */
}

/* Wave Background */
.card-back .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: url("data:image/svg+xml,%3Csvg width='600' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231d7ec2' d='M0 30 Q 75 0, 150 30 T 300 30 T 450 30 T 600 30 V200 H0 Z' /%3E%3C/svg%3E");
  background-size: 400px 100px;
  background-repeat: repeat-x;
  background-position: 0 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 1;
}

/* Hover flip */
.card-container:hover .fill-card {
    transition: transform 0.3s ease;
    transform: rotateY(180deg);
}

/* Trigger animations */
.card-container:hover .wave {
  animation: riseWave 1s ease-in-out forwards, moveWave 1s linear infinite;
}

/* Rising effect */
@keyframes riseWave {
  to {
    transform: scaleY(5); /* Fill over 100% to hide wave curve */
  }
}

/* Horizontal wave movement */
@keyframes moveWave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 300px;
  }
}