@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');



/*scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #b0b0b0 #f0f0f0; 
}


*::-webkit-scrollbar {
    width: 8px; 
    height: 8px;
}

*::-webkit-scrollbar-track {
    background: #f0f0f0; 
    border-radius: 4px;
}

*::-webkit-scrollbar-thumb {
    background: #b0b0b0; 
    border-radius: 4px; 
}

*::-webkit-scrollbar-thumb:hover {
    background: #909090; 
}

.logindiv {
    display:none;
    background-color:white;
    width:850px !important;
    height:420px !important;
    padding:0px !important;
    position:absolute;
    
    
-webkit-border-radius: 20px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius: 20px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-radius: 20px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
    
  /*  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);    */
    
-webkit-box-shadow: 6px 4px 81px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 4px 81px -10px rgba(0,0,0,0.75);
box-shadow: 6px 4px 81px -10px rgba(0,0,0,0.75);
    top: 33%;
    left: 50%;    
    
    margin-top: -140px !important; /*set to a negative number 1/2 of your height*/
    margin-left: -425px !important; /*set to a negative number 1/2 of your width*/
    
    font-family:'Open Sans' !important;
    
}





body {
    margin:0px;
    background-color:#eeeeee;
    font-family:'Open Sans';
    color:#424242;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

h1, h2, h3 {
    font-family:'Open Sans';
}



.contentTD {
    background-color:#f0f0f0;
    background-image:url('images/back.jpg');
    background-position:0 0;
    background-size:100% 100%;
    
}



.logindiv input[type="text"], input[type="password"], select {
    border:0px solid;
    background-color:#f2f2f2;
    padding:13px;
    width:100%;
    margin-bottom:15px;
    color:#4f4f4f;
    font-family: 'Tahoma', sans-serif;
    font-size:13px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.logindiv input[type="text"] {
    background: url(/images/login-user-icon.jpg) no-repeat;
    background-color:#f2f2f2;
    padding-left: 65px;
    background-size:contain;
}

.logindiv input[type="password"] {
    background: url(/images/login-password-icon.jpg) no-repeat;
    background-color:#f2f2f2;
    padding-left: 65px;
    background-size:contain;
}

.loginForm {
    margin:60px;    
    width:380px;
    float:right;
    margin-top:80px;
    bottom:0px;
}
.loginFormTitle {
    display:flex; 
    justify-content:space-between;
    margin: 2vh 0 1.5vh 0;
}


.loginInfo {
    color:white;
    display:inline;
    right:0px;
    height:100%;
    width:350px;
    padding-bottom: 2vh;
    top:0px;
    float:left;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-image: url('/images/installer-portal-background1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
    display: flex;
    flex-direction: column; 
    justify-content: center;
}


.loginInfo h2 {
    color:white;
    margin-left:30px;
    font-weight:lighter;
    font-size:30px;
    font-family:'Open Sans' !important;
    
}

.loginInfo div {
    color:white;
    margin-top:20px;
    margin-left:30px;
    font-weight:lighter;
    width:280px;
    font-size:12px;
    font-family:'Open Sans' !important;
}









.inptext {
    border:0px solid;
    background-color:#f2f2f2;
    padding:9px;
    width:100%;    
    color:#4f4f4f;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size:14mpx;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


.inptext::placeholder {
    color:black;
    font-weight:normal;
    text-transform: none;
}

.logindiv input[type="submit"] {
    /*background-color:#00b242;*/
    /*background-color:#4c2544;**/
    /*background-image: linear-gradient(120deg, #851f75 , #4c2544);*/
    background-image: linear-gradient(120deg, #00842a , #0e3a1c);
    border:0px solid;
    padding:12px;
    width:100%;
    color:white;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size:18px;
    cursor:pointer;
    -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
transition: all 0.2s linear 0s;
}

.logindiv input[type="submit"]:hover {
    /*background-color:#55c564;*/
    /*background-image: linear-gradient(120deg, #851f75 , #4c2544);
    background: -webkit-gradient(radial, 100 75, 100, 100 75, 0, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .4)));*/
    background-size:520px;
}

.logindiv h3 {
    text-align:right;
    margin-top:13px;
    float:right;
    font-size:17px;
    
}

.intplogo {
    position:absolute;
    top:-101px;
    left:-88px;
}

#loginlabel {
    margin-bottom:30px;
    font-size:13px;
    color:#da2121;
}

#loadinggif {
    position:absolute;
    top:50%;
    left:50%;
   transform: translate(-50%, -50%);
}

.headtop {
    /*background-color:#28761b; */   
    background-color:#303030; 
    font-family: 'Open Sans', sans-serif;
    color:white;
    font-size:17px;
    position:absolute;
    width:100%;
    height:45px;
}

.headtopcont {
    padding:10px;
    padding-left:20px;
    display:inline-block;    
}

.headic {    
    display:inline-block;
    background-color:#303030;
    height:45px;
    width:45px;
    margin:0px;
    float:left;
}

.container-black {
    -webkit-box-shadow: inset 0px 0px 24px 8px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 24px 8px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 24px 8px rgba(0,0,0,0.75);
}


.menu {
    /*background-color:#28761b;*/
    background-color:#303030;
    float:left;
    width:270px;
    height:100%;
    display:inline-block;
}

.menucont {
    margin-top:45px;
}

.menu1link {
    width:100%;
    height:50px;
    /*background-color:#348e26;*/
    font-weight:normal !important;
}


.menuspace {
    width:270px;
    height:10px;
    border-bottom:1px solid #669d5e;
    margin-bottom:10px;
}

.menulink {
    width:270px;
    height:50px;
    line-height:50px;
    padding-left:5px; 
    cursor:pointer;
    color:#333;
    transition:  all 0.4s ease;
}

.menulink:hover {
    background-color:#53a746;
    color:#EFEFEF;
}

.menulink label {
    margin-left:7px;
    color:inherit;
    font-size:12px;
    font-family: 'Open Sans';
    cursor:pointer;    
    text-transform: uppercase;
    font-weight: 900;
}

.menulink img {
    margin-top:5px;    
}


.menulink2 {
    width:270px;
    height:45px;
    line-height:45px;
    padding-left:44px; 
    cursor:pointer;  
    transition:  all 0.4s ease;    
}
.menulink2:hover {    
    color:#DEDEDE;
    background-color:#308823;
}
.menulink2 label {
    margin-left:7px;
    color:#EFEFEF;
    font-size:12px;
    font-family: 'Open Sans';
    cursor:pointer;
    font-weight:normal !important;
    
}

.menulink2 label:before {
    /*content: "⇢ ";*/
}

.content-wrapper {
    margin-top:50px;
    /*display:inline-block;*/
    position:relative;    
    width:100%;
}




.tabela {
    padding:0px;
    
}

.tabela tr:first-child td {
    background-color:#3b3b3b;
    padding:5px;
    color:#eeeeee;
}

.tabela tr:hover {
    /*background-color:#f6f6f6;*/
}

.tabela tr td {
    font-size:13px;
    padding:10px;
    border-bottom:1px solid #efefef;
}

.tabela tr:last-child td {
    background-color:#eeeeee;
    padding:5px;
    font-weight:bold;
}

.print-icon {
    -webkit-transition: all 0.2s ease;
   transition:  all 0.2s ease;
}

.print-icon:hover {
    filter: brightness(110%);
}



.addressboook {
    margin:20px;
    background-image:url('../images/AddressBook.jpg');
    background-repeat:repeat-x;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding:12px;
    background-color:#F5F5F5;
}


.breadcrumbs {       
    margin-bottom:30px;
    margin-top:5px;
    font-size:12px;
    color:white;
    
 
}

.breadcrumbs span {
    border:0px solid;
    background-color:green;
    margin:0px;
    padding:15px;
    -webkit-box-shadow: 0px 5px 14px -4px rgba(0,0,0,0.64);
    -moz-box-shadow: 0px 5px 14px -4px rgba(0,0,0,0.64);
    box-shadow: 0px 5px 14px -4px rgba(0,0,0,0.64); 
    
}

.breadcrumbs span:first-of-type {               
        
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.breadcrumbs span:not(:first-of-type) {
   background-color:white;
   color:#303030;
}

.breadcrumbs span:not(:first-of-type):not(:last-of-type) {
   padding-right: 20px;
}

.breadcrumbs span:last-of-type {
    font-weight: bold;
    margin-left:-3px;
    padding-right:20px;
    font-size:14px;
    
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    
    
}

.breadcrumbs span:last-of-type:not(:first-of-type)
{
    border-bottom:5px solid green;
}

.breadcrumbs span:last-of-type:before {
    
}


.fieldsetUserAccount {
    max-width:500px;
    border:1px solid #959595;
    padding:10px 25px;
    font-size:13px;
    
    -webkit-transition: width 1s ease-in-out, padding-left 1s ease-in-out, 
        padding-right 1s ease-in-out, height 1s ease-in-out, padding-top 1s ease-in-out, 
        padding-bottom 1s ease-in-out;
    -moz-transition: width 1s ease-in-out, padding-left 1s ease-in-out, 
        padding-right 1s ease-in-out, height 1s ease-in-out, padding-top 1s ease-in-out, 
        padding-bottom 1s ease-in-out;
    -o-transition: width 1s ease-in-out, padding-left 1s ease-in-out, 
        padding-right 1s ease-in-out, height 1s ease-in-out, padding-top 1s ease-in-out, 
        padding-bottom 1s ease-in-out;
    transition: width 1s ease-in-out, padding-left 1s ease-in-out, 
        padding-right 1s ease-in-out, height 1s ease-in-out, padding-top 1s ease-in-out, 
        padding-bottom 1s ease-in-out;
        
}


.statusSpan {
    color:white;
    padding:5px;
    padding-left:7px;
    padding-right:7px;
    font-size:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.container-white {
        -webkit-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);

-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
height:100%;
font-weight:normal;
font-size:14px;
    }
  

    .containersContainer {
        display:flex;   
        flex-wrap:wrap;        
        flex-direction: row ;                
        align-items:stretch;
        /*justify-content:space-between;        */
        align-content:flex-start;
        gap: 20px 20px;       
    }    
    
    
.tileContainer-white {                
    /*margin-left:20px;
    margin-right:20px;
    margin-bottom:5px;
    margin-top:15px;
    min-width:200px;*/
    font-weight:bold;
    flex-grow: 6;   
    flex-shrink: 3;   
    min-width:350px;
    max-height: 530px;
}    

.tileContainer-white .container-white {
    /*min-height:150px;*/
}

.tileContainer-white h3 {
    margin-top:0px;
    margin-bottom:0px;
    font-size:18px;
    font-weight:bold;
    color:#303030;
}


.tileContainer-white .container-title {
    margin-bottom:20px;
}

.tileContainer-white .container-subtitle {
    display:inline-block;
    vertical-align:middle;
    font-size:13px;
    color:gray;
}

.tileContainer-white .container-icon {
    display:inline-block;
    margin-right:15px;
    -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}


.projectInvoiceItem {
    flex-grow: 4;
    border:1px solid #EFEFEF;
    -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
    min-height:50px;
    vertical-align: middle;
    padding:15px;    
}


.projectQuoteItem {
    flex-grow: 4;
    border:1px solid #EEEEEE;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    max-width: 250px;
    width:200px;
    height: 140px;
    padding:7px;
    position:relative;
    -webkit-box-shadow: 0px 0px 20px -15px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 20px -15px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 20px -15px rgba(66, 68, 90, 1);
}

.board-icon {
    border:3px solid white;
    
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    width:48px;
    
    outline: 1px solid #55a655;
    margin:12px;
}

.board-icon2 {
   background: rgb(133,226,133);
   background: linear-gradient(180deg, rgba(133,226,133,1) 0%, rgba(85,166,85,1) 100%);
   padding-top:4px;
   padding-left:2px;
   padding-right:2px; 
}

.board-input-text {
    width:98%;
    padding:16px;
background: rgb(250,250,250);
background: linear-gradient(180deg, rgba(250,250,250,1) 0%, rgba(235,235,235,1) 100%);
border:2px solid #e3e3e3;
-webkit-border-radius: 26px;
-moz-border-radius: 26px;
border-radius: 26px;
resize: none;
overflow: hidden;
height:52px;
  -webkit-transition: width 0.3s, height 0.3s, left 0.3s;
  -o-transition: width 0.3s, height 0.3s, left 0.3s;
  transition: width 0.3s, height 0.3s, left 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right:55px;
}

.board-input-text:focus {
    outline:0px solid;
    border:2px solid #86b77c;
    max-height: 30em;
    height:100px;    
}


.board-send-icon {
    position:absolute;
    right:30px;
    bottom:12px;
    cursor:pointer;
   transition-property: right;
  transition-duration: 0.1s;
}

.board-send-icon:hover {
    right:27px;
}


.board-item-text {
    /*max-width: 600px;*/
    max-width: 75%;
    margin-right:10px;
    border-bottom:1px solid #EFEFEF;
}

.board-item-text h3 {
    margin-bottom:10px;
    color:#303030;
}

.markh3-green h3 {
    color:#367d32 !important;
}

.board-item-text h3 span {
    font-weight:normal;
    font-size:13px;
    color:gray;    
}


.board-item-text p {    
  padding: 10px;
  padding-top:8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 13px;
  color: var(--font-color);
  background-color: var(--bg-color);  
  
}


#resultComplete {
  overflow: auto;
  height: 310px;
  background-color: white;
  color: black;
  margin: 15px;
  border-radius: 15px;
  padding: 10px;
}

.uploadedPhotoTile {
    width:100%;
    margin-bottom:20px;
    
}

.uploadedPhotoTile div {
        
}

.percentUploaded {
    width:80%;
}

.project-photos-flex {
    display:flex;
    flex-direction: row; 
    flex-wrap: wrap;
    justify-content:space-between; 
    position:absolute;
    bottom:0px;
    width:50%;
}

.project-photos-flex img {
    flex-grow: 1;
    width:80px;
    max-width:120px;
    flex-shrink: 3;
}


.numericIcon {
    background-color: #e74a3b;
    width:40px;
    height:33px;
    color:white;
    font-size:24px;
    font-weight:bold;
    text-align:center;    
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    padding-top:2px;
    cursor:default;
    padding-left:0px;
    padding-right:0px;
}


.financialItem {
    flex-grow: 4;
    width:160px;
    min-height:60px;
    border-bottom:1px solid #d3d3d3;
    border-right:6px solid green;
    -webkit-border-radius: 8px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius: 8px;
-moz-border-radius-bottomleft: 15px;
border-radius: 8px;
border-bottom-left-radius: 15px;
    padding:8px;
    padding-bottom:8px;
    padding-top:18px;
    text-align:right;
    vertical-align:bottom;
}


.formsItem {
    flex-grow: 4;
    width:300px;
    min-height:230px;
    border:1px solid #d3d3d3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding:12px;
}

.downloadFormButton {
    background-color:#369c32;
    width:100%;
    height:32px;
    padding-top:7px;
    vertical-align:middle;
    color:white;
    font-weight:bold;
    text-align:center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top:3px;
    cursor:pointer;
    transition: background-color 0.3s ease;
}

.downloadFormButton:hover {
    background-color:#296382;
}





.radioListContainer {
  display: inline-block;
  position: relative;
 vertical-align:top;
  margin-bottom: 12px;
  cursor: pointer;  
  
     
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radioListContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}



.radioListText
{   
    width:200px;
    height:80px;    
    font-size: 15px;
    font-weight:normal;
    text-align:center;
    border:1px solid #EFEFEF;
    padding:15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; 
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
}




/* On mouse-over, add a grey background color */
.radioListContainer:hover input ~ .radioListText {
  /*background-color: #ccc;
  border:2px solid;*/
  background-color: #F8F8F8;
}

/* When the radio button is checked, add a blue background */
.radioListContainer input:checked ~ .radioListText {
  background: rgb(33,148,33);
background: linear-gradient(180deg, rgba(33,148,33,1) 0%, rgba(0,128,0,1) 100%);
  border:1px solid;
  border-color:#DEDEDE;  
  font-weight:bold;
  color:white;
}



.textFieldContainer {
    font-size:11px;
    margin-top:10px;
    display:inline-block;
    width:250px;
}

.textFieldContainer input[type="text"] {
    font-size:15px;    
}

input:focus-visible {      
      outline-color:#008000;
      outline-width:2px;
      outline-style: solid;
    }
    

.newTeamMember {
    background-color:#FAFAFA;
    padding:7px;
    -webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
margin-bottom:5px;
max-width: 650px;
}

.newTeamMember table {
    width:100%;
}

.newTeamMember table tr td:first-child {        
    width:45px;
}

.newTeamMember table tr td {
    width:50%;
    text-align:left;    
}

.newTeamMember table tr td .memberName {
    color:black;    
    font-weight: bold;
}

.newTeamMember table tr td .memberCompany {
    color:#858585;    
    text-transform: uppercase;
}

.newTeamMember table tr td .memberEmail {
    
}

.newTeamMember table tr td .memberPhone {
    color:#858585; 
}

.newTeamMember:before {
    
}
    
.newTeamMember img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width:45px;
    margin-right:10px;
}






  /* Customize the label (the container) */
.containerCheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;  
  padding-top:3px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size:15px;
  color:#303030;
}

/* Hide the browser's default checkbox */
.containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmark {
  background-color: #008000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 


.helpbutton{
  padding: 3 !important;
  padding-top: 1 !important;
  padding-bottom: 1 !important;
  font-size: 12 !important;
  margin-left:10px;
  margin-bottom:4px;
}




.pointerStage {
    flex-grow: 1;
  width: 195px;
  height: 80px;
  position: relative;
  background-color: var(--bubble-color);  
  margin:10px;
}
.pointerStage:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 40px solid var(--bubble-color);
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}
.pointerStage:before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-left: 40px solid var(--bubble-color);
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;  
}



.pointerStageSmall {
    cursor:default;
  width: 100%;
  /*height: 100px;*/
  position: absolute;
  background-color: var(--back-color);  
  margin:0px;
  top:2px;
  bottom:2px;  
  padding-left:40px;
  padding-right:1px;
  display:flex;
    align-items: center;
}
.pointerStageSmall:after {
  content: "";
  position: absolute;
  z-index:99;
  left: 0;
  bottom: 1;
  width: 0;
  height: 0;
  border-left: 37px solid white;
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  
}
.pointerStageSmall:before {
  content: "";
  position: absolute;
  right: -37px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-left: 38px solid var(--back-color);
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;  
}

    
    
    
    
/* Style for Dashboard*/ 
.dashboard-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: white;
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.dashboard-content {
    max-width:1280px;
    margin: 60px auto 0;
    padding: 20px;
    overflow-y: auto;
    height: calc(100vh - 60px); 
    background-color: #f0f0f0;
}
.content-card.property-details {
    position: relative;
    background-size: cover; 
    background-position: center;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;

    color: white;
    overflow: hidden; 
    display: block;
   
    min-height: 300px;
}
.property-text {
    position: absolute;
    bottom: 20px; 
    max-width: 35%; 

}
.blur-background-text {
    border-radius:3px;
    padding:0 3px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(1px);
}
.content-card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}
.content-card h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.content-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.content-card h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.content-card p {
    font-size: 16px;
    color: #555;
}
.property-image {
    width: 100%;
    height: auto;
    /*border-radius: 15px; */
    display: block;
}



.photo-documentation {
    display: flex;
    flex-wrap: wrap; 
    gap: 15px;
    margin-top: 20px;
    justify-content: flex-start; 
    align-items: flex-start; 
}
.photo-item-wrapper {
    flex: 1 1;  
    min-width: 200px;
    max-width: 32%;
    aspect-ratio: 1;  
    height: auto;  
}
.photo-item {
    background-position: center center;
    background-repeat: no-repeat;
    height:100%;
    background-size: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}


.photo-item:hover {
    transform: scale(1.03);
}


 /* for Hambuger manu and Drop Down menu*/
 .hamburger {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 1001;
}
.hamburger span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: black;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: center center; 
    position: absolute;
    top: 50%; 
    left: 0;
    margin-top: -2px; 
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: center center; 
    position: absolute;
    top: 50%; 
    left: 0;
    margin-top: -2px;
}
.dashboard-dropdown-menu {
    position: absolute;
    top: 60px;
    right: 20px;
    width: 150px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
    z-index: 1000;
}

.dashboard-dropdown-menu.show {
    transform: scaleY(1);
}

.dashboard-dropdown-menu a {
    text-decoration: none;
    display: block;
}




/* for card design*/
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.card {
    position: relative; 
    border: 0px;
    padding: 12px 3px;
    width: calc(33% - 16px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    transition: transform 0.2s, box-shadow 0.2s;
}
.card-installation {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%
}


.card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.card-title {
    margin: 0 0 8px 0;
    font-size: 1.2em;
    color: #333;
}

.card-content {
    margin: 4px 0;
    font-size: 0.9em;
    color: #555;
}
.card-content.small {
    font-size: 1em; 
}
.card-content.date {
    font-size: 12px; 
}
.highlight {
    color: #000;
    font-weight: bold;
}
.card-content a {
    color: #007bff;
    text-decoration: none;
}
.card-content a:hover {
    text-decoration: underline;
}

.stage-log-container {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

.stage-log-item {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    margin-bottom: 8px; 
    font-size: 0.9em; 
    padding: 5px;
    border-bottom: 1px solid #ddd; 
}

.stage-log-text {
    margin: 0;
}

.checklist-icon {
    height: 20px;
    margin-left: 10px;
}

/*progress bar*/
.progress-stage-container {

    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #f5f5f5;
    text-align: center;
    overflow-x: auto; 
    white-space: nowrap; 
    max-width: 100%; 
    box-sizing: border-box; 
    padding: 38px 5px 10px 5px;
    margin: 10px 0;
    border: 1px solid #ddd; 
    border-radius: 5px; 


}

.progress-bar1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    margin: 0 auto;
    position: relative;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 20%;
}

.progress-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: white;
    position: relative;
    margin-top: 18px;
}

.progress-square {
    top:15px;
    width: 14px;
    height: 14px;
    background: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    color: white;
    position: relative;
    margin-top: 10px;
}


.progress-active {
    background: #28a745;
}
.progress-skipped {
    background: #b0d18b ;
}

.progress-date-label {
    position: relative;
    top: -55px;
    background-color: #f5f5f5;
    font-size: 10px;
    text-align: center;
    margin-top: 1px;
    margin-left: -30px;
    margin-right: -30px;
    font-weight: 900;
}
.progress-label {
    background-color: #f5f5f5;
    font-size: 14px;
    text-align: center;
    margin-top: 2px;
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    top:2px;
}
.progress-label.label-active {
    color: #757575;
}
.progress-line {
    width: calc(100% - 5px);
    height: 2px;
    background:#ccc;
    position: relative;
    top: -3px;
    z-index: 0;
}

.progress-line.progress-active {
    background: linear-gradient(to right, #28a745 10%, #e0e0e0 90%);
}

.progress-line.full-active {
    background: #28a745;
}


@media only screen and (max-width: 768px) {
    

    .loginInfo {
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        background-size: cover;
        padding: 2vw 15px 4vw 15px;
    }

    .loginInfo h2 {
        font-size: 24px;
        margin-top: 10px;
    }

    .loginInfo div {
        font-size: 10px;
        width:auto;
    }

    .loginForm {
        width: 100%;
        text-align: center;
        padding: 1vh 15px 3vh 15px;

    }

    .loginForm img {
        max-width: 80%;
        height: auto;
    }
    .card-content.date {
        font-size: 0.8em; 
    }
    .progress-square {
        top:10px;
    }
    .progress-label {
        font-size: 0.9em
    }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {

    .logindiv {
        position: static;
        top: 3vw;
        width: 90% !important;
        height: 92% !important;
        margin:  4% 5% 0 5% !important;
        border-radius: 20px 20px 20px 20px;
        background-color:transparent;
        left: auto;
        
        display: flex;
        flex-direction: column; 
        align-items: center;
        justify-content: center;
    }
    
    .loginInfo {
        width: 100%;
        height:35%;
        border-radius: 20px 20px 0 0;
    }
    .loginInfo div{
        width: auto;
    }
    .logindiv h3 {
        margin-bottom: 0;
    }
    .loginForm {      
        height:65%;
        margin: 1vw 3vh 1vw 3vh;
        border-radius: 0 0 20px 20px ;
        background-color:white;
        margin: 0;
        padding:2vw;
        display: flex;
        flex-direction: column; 
        justify-content: center;

    } 
    .loginFormTitle {
        margin-left:15px;
        margin-right:15px; 
    }
    .logindiv input[type="text"], 
    .logindiv input[type="password"], 
    .logindiv select, 
    .logindiv input[type="submit"] {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }
        .logindiv input[type="submit"] {
        font-size: 16px;
        padding: 10px;
    }
    
    
    .dashboard-content{
        padding: 2vw;
    }
    .content-card{
        padding: 3vw 2vw;
    }
    .content-card.property-details {
        position: relative;
        background-size: cover; 
        background-position: center;
        border-radius: 15px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        height: 300px;
        color: white;
        overflow: hidden; 
    }
    .property-text {
        max-width: 100%; 
        text-align: left;
    }
    .property-title {
        font-size: 5vw; 
    }

    .property-address {
        font-size: 4vw;
        margin-bottom: 10px;
    }

    .property-image {
        max-width: 100%;
        width: 100%; 
        height: auto;
        border-radius: 15px;
    }   

    .photo-item-wrapper {
        flex: 1 1;  
        min-width: 29%;
        max-width: 31%;
        aspect-ratio: 1;  
        height: auto;  
    }
    .card {
        width: calc(100%);
    }

    /* Style for Dashboard*/ 
    .dashboard-header {
        justify-content: left;
    }
    .progress-square {
        top:10px;
    }
    .progress-label {
        font-size: 0.9em
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {

    .logindiv {
        position: static;
        top: 3vw;
        width: 90% !important;
        height: 86% !important;
        margin: 4% 5% 0 5% !important;
        border-radius: 20px 20px 20px 20px;
        background-color:transparent;
        left: auto;
        display: flex;
        flex-direction: row; 
        align-items: center;
        justify-content: center;
    }
    
    .loginInfo {
        width: 35%;
        height:100%;
        border-radius: 20px 0 0  20px;
                padding: 2vw 15px 4vw 15px;
    }
    .loginInfo div{
        width: auto;
    }
    .logindiv h3 {
        margin-bottom: 0;
    }
    .loginForm {      
        width: 65%;
        height: 100%; 
        margin: 0;
        padding:2.5vw;
        border-radius: 0 20px 20px 0;
        background-color:white;
                display: flex;
        flex-direction: column; 
        justify-content: center;
    }
    .loginFormTitle {
        margin-left:15px;
        margin-right:15px; 
    }
    .logindiv input[type="text"], 
    .logindiv input[type="password"], 
    .logindiv select, 
    .logindiv input[type="submit"] {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .logindiv input[type="submit"] {
        font-size: 16px;
        padding: 10px;
    }
    .dashboard-header{
        height: 42px;
    }
    .dashboard-dropdown-menu {
        top:42px;
    }
    .hamburger {
        top:8px;
    }
    .dashboard-content {
        margin: 42px auto 0;
        height: calc(100vh - 42px);
    }
    .photo-item-wrapper {
        flex: 1 1;  
        min-width: 20%;
        max-width: 22%;
        aspect-ratio: 1;  
        height: auto;  
    } 
    .card {
        width: calc(50% - 16px); 
    }
    .card-content.date {
        font-size: 0.8em; 
    }
    /* Style for Dashboard*/ 
    .dashboard-header {
        justify-content: left;
    }
    .progress-square {
        top:10px;
    }
    .progress-label {
        font-size: 0.9em
    }
}