.stepcontainer {
      width: 100%;
      margin: 10px auto;
	  padding-bottom: 50px;
  }
  .progressbar {
      counter-reset: step;
  }
  .progressbar li {
      list-style-type: none;
      float: left;
      font-size: 12px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #7d7d7d;
  }
  .progressbar li:before {
      width: 30px;
      height: 30px;
      content: counter(step);
      counter-increment: step;
      line-height: 30px;
      border: 2px solid #7d7d7d;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: white;
  }
  .progressbar li:after {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #7d7d7d;
      top: 15px;
      left: -50%;
      z-index: -1;
  }
  .progressbar li:first-child:after {
      content: none;
  }
  .progressbar li.active {
      color: green;
  }
  .progressbar li.active:before {
      border-color: #55b776;
  }
  .progressbar li.active + li:after {
      background-color: #55b776;
  }	

  .opaque-button {opacity: 0.3;}	
  
  .green-button {
		color: #fff;
    	background: #008000;
  }
	
	
.progress {
  display: inline-flex;
  align-items: center;
  counter-reset: step;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #F2F2F2;
  font-family: 'Palanquin', sans-serif;
  list-style: none;
  text-transform: uppercase;
	}
  
  .progress__circle {
    width: 50px;
    height: 50px;
    border: 5px solid #F2F2F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
	}
 
    .progress:before {
      content: '\f00c';
      font-family: 'FontAwesome';
      font-size: 2em;
      color: #fff;
      margin-top: 0.3em;
    }
    
    .progress:after {
      counter-increment: step;
      content: 'Step ' counter(step);
      margin-top: 0.5em;
    }
  
  
  .progress__bar {
    flex: 1;
    height: 5px;
    background: #F2F2F2;
  }
  
  .progress--done {
    background: #C9D645;
  }
  
  .progress--active {
    border: 5px solid #C9D645;
    color: #C9D645;
  }

	
.small-steps {
	width: 44%!important;
    border-radius: 15px;
    margin-right: 10px;
}

.arrow_box_blue {
	color:#fff;
	line-height:40px;
	min-height:550px;
	background-color:#006fba;
	width:32%;
	float:left;
	text-align:center;
	
}
.arrow_box_blue:after {
	left: 32%;
	top: 285px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(2, 2, 214, 0);
	border-left-color: #006fba;
	border-width: 40px;
	margin-top: -40px;
}

.arrow_box_grey {
	color:#000;
	min-height:550px;
	background-color:#f2f1ef;
	width:68%;
	float:left;
	text-align:left;
	padding-left:75px;
}
.arrow_box_grey:after {
	left: 68%;
	top: 285px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(2, 2, 214, 0);
	border-left-color: #f2f1ef;
	border-width: 40px;
	margin-top: -40px;
}

.box_grey {
	color:#000;
	min-height:550px;
	background-color:#ddd;
	width:68%;
	float:left;
	text-align:left;
	padding-left:75px;
}

.text-input {
	border-radius: 5px;
    border: 1px solid #000;
    font-size: 24px;
    padding: 5px 0 5px 7px;
}
.submit-input {
	width: 150px;
    color: #fff;
    background-color: #3174b7;
    border-radius: 5px;
    padding: 8px;
    font-family: GothamLight;
    border: none;
}

.submit-input-dummy {
	width: 150px;
    color: #666;
    background-color: #ccc;
    border-radius: 5px;
    padding: 8px;
    font-family: GothamLight;
    border: none;
}

.solar-logo-small {
	width:325px;
}

.gotham {
	font-family:Gotham!important;
}
.gothambold {
	font-family:GothamBold!important;
}
.gothamlight {
	font-family:GothamLight!important;
}
.gotham14 {
	font-size:14px;
	font-family:Gotham!important;
}
.gothambold14 {
	font-size:14px;
	font-family:GothamBold!important;
}
.gothambold28 {
	font-size:28px;
	font-family:GothamBold!important;
}
.gothambold32 {
	font-size:32px;
	font-family:GothamBold!important;
}
.gothamlight50 {
	font-size:50px;
	font-family:GothamLight!important;
	letter-spacing:1px;
}
.button-reg-login {
	color:#fff;
	width:150px;
	height:40px;
	border:2px solid #fff;
	border-radius:7px;
	text-align:center;
	margin:auto;
}
.button-reg-start {
	color:#fff;
	width:200px;
	height:40px;
	border:2px solid #fff;
	border-radius:7px;
	text-align:center;
	margin:auto;
}
	
.image-denial-reason {
	border:1px solid red;
	padding:2px;
	margin:5px 0px 25px;
}	

@font-face {
  font-family: Gotham;
  src: url(/apps/fonts/Gotham%20Book%20Regular.otf);
}

@font-face {
  font-family: GothamBold;
  src: url(/apps/fonts/GOTHAM-BOLD.TTF);
}

#div-application, h1, h2, h3, h4, h5, p, div {
font-family:Gotham!important;
}

#closeStepOnePanelTest, #closeInfoPanel, #closeStartPanel, #closeSignForms, #closeTransferOrNew, #closeStepOnePanel, #go-to-contractor, #go-to-system {
	cursor:pointer;
	z-index:1;
}
a.but_star {
    padding: 7px 15px;
    color: #fff;
    margin: 0px;
    background: #8BC34A;
    font-size: 13px;
    border-radius: 5px;
    border: grey;
    border-width: 2px;
}
a.but_star_dummy {
    padding: 7px 15px;
    margin: 0px;
    background: #ccc;
    font-size: 13px;
	color: #777;
}

.red {
	background: red!important;
}

.overlay {
	color:#000;
    height: 100%;
    width: 90%;
    position: fixed;
	z-index: 99999999;
    top: 100%;
    left: 40px;
    background: #eee;
	overflow-x: hidden;
    transition: 0.5s;
	border-top: 2px solid #3174b7
}

.overlay h2 {
	color:#006FBA;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

a.closebtn {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #9c282a;
    display: block;
    transition: 0.3s;
}

a.closebtn:hover, a.closebtn:focus {
    color: #FF0004;
}

.overlay .closebtn {
    position: absolute;
    top: 40px;
    right: 45px;
    font-size: 60px;
}

.form-dark {
	background: #000;
    color: #fff;
    border: 1px solid #ccc;
    padding: 1px 8px;
    font-size: 13px;
	width: 100%;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

#appStepOnePanel p, #appStepTwoPanel p, #appStepThreePanel p {
	margin:12px 0;
}

#appStepOnePanel input, #appStepTwoPanel input, #appStepThreePanel input {
	padding:5px;
}

#save-step-existing-button, #save-transfer-step-one-button, #save-modify-step-one-button, #save-step-one-button, #save-step-two-button, #save-step-three-button, #save-step-five-button, #has-other-type, #revision-has-other-type, #save-revision-member-button, #save-revision-contractor-button, #save-revision-system-button, #no-docusign, #no-recall-docusign, #no-edit-docusign, #revision-member-container, #revision-contractor-container, #update-temp-disconnect-button-dummy, #update-temp-disconnect-button-message, .loaded {
	display: none;
}

#save-step-existing-button-dummy, #save-transfer-step-one-button-dummy, #save-modify-step-one-button-dummy, #save-step-one-button-dummy, #save-step-two-button-dummy, #save-step-three-button-dummy, #save-step-five-button-dummy, #step-two-back-to-one, #step-three-back-to-two, #save-revision-member-button-dummy, #save-revision-contractor-button-dummy, #save-revision-system-button-dummy, #save-exit-holder-button {
	display: inline-block;
}

#save-step-two-button-dummy, #save-step-three-button-dummy, #save-step-five-button-dummy, #step-two-back-to-one, #step-three-back-to-two {
	float: left;
	margin: 0 15px;
}

#save-step-five-button, #save-step-five-button-dummy {
	width: 225px;
	text-align:center;
}

#save-exit-holder {
	float: left;
    margin-left: 15px;
}

.step {
	position: relative;
    float: left;
    width: 15%;
    margin: 30px 1% 0;
    padding: 10px;
	text-align: center;
    color: #fff;
    background: #006FBA;
	min-height: 66px;
	border-radius: 10px;
}
.step-off {
	background: #999999;
}

.review {
	line-height: 46px;
}

#step-two-button-holder, #step-three-button-holder{
	width: 520px;
    margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 200px;
}

#step-five-button-holder {
	width: 550px;
    margin: 0 auto;
	margin-top: 30px;
}

#save-step-five-button, #update-temp-disconnect-button {
	font-weight: unset!important;
}

#update-temp-disconnect-button, #update-temp-disconnect-button-dummy, #update-temp-disconnect-button-message {
	padding: 4px 10px!important;
	font-size: 12px!important;
	margin-top: 10px;
}

#update-temp-disconnect-button-message {
	width: 160px;
    text-align: center;
    border: 1px solid #9bbb4d;
    margin: auto;
    margin-top: 10px;
    border-radius: 3px;
    color: #9bbb4d;
}

#docusign-frame {
	padding-bottom: 100px;
}

#back-to-one, #real-button-two, #back-to-two, #real-button-three {
	float: left;
	margin: 0 15px;
}

p.system-info-p {
	font-size:18px;
	padding-bottom: 15px;
}

#revision-system-labels label {
	margin:0 30px;
	font-weight:normal;
}

#form-step-three label, #revision-system-labels label {
	margin:0 28px;
	font-weight:normal;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.upload, .uploadrevision {
	background-color: #89c441;
    color: #fff;
    border: 1px solid #5c8a24;
	padding: 5px 10px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
}
.bt, .faded-button {
	border: 1px solid gray;
    color: gray;
    background-color: white;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
}

.upload, .uploadrevision {
	display:none;
}

.faded-button {
	opacity:.3;
	display:inline-block;
}

.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

#insuranceWarning, #revision-insuranceWarning {
	display:none;
	font-weight:bold;
}

#revision-insuranceWarning {
	margin: 10px 0 15px;
}

/*
#checklist-holder li {
	margin-left: 20px;
}
*/

form {
	text-align: -webkit-center;
}

.upload-holder {
	width: 29%;
    border: 1px solid #3174b7;
    margin: 5px 2%;
    float: left;
    padding: 20px;
    min-height: 170px;
    border-radius: 5px;
    text-align: center;
}
.pop-wrapper4 li a span {
	width: 250px!important;
    margin-left: -130px;
}
	
.step-container {
    width:48%;
    height:80px;
    background-color:#999999;
    float:left;	
    text-align:center;
    color:#fff !important;
    padding-top: 2px;
}

.step-container p {
    color:#fff !important;
}

#button-reset-form-one, #button-step-one-fail, #button-step-two-fail, #button-step-three-reshow-step-one, #button-step-three-reshow-step-two, #button-step-two, #button-step-two-dummy, #button-step-three {
    margin:20px 20px 0 0;
}

#button-reshow-step-one, #button-start-step-one {
    padding: 8px 13px;
    margin: 22px 0 0;
}

#button-start-step-one {
    margin-left: 10px;
}

#button-step-one, #button-step-two {
    display:none;
}

#problem-type {
    font-size: 20px;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
}


@media (max-width: 1199px) {
    #diagram {
        display:none;
    }
    #diagram-notice {
        display:block;	
    }
}

@media (min-width: 1200px) {
    #diagram {
        display:block;	
    }
    #diagram-notice {
        display:none;	
    }
}
@media (min-width: 1170px) {
    .progressbar li:after {
        left: -44%;
    }
}

@media (max-width:1169px) and (min-width:1000px) {
    #button-rsvp, #button-bylaws-view {
        margin-bottom: 25px;
    }
    .progressbar li:after {
        left: -42%;
    }
}

@media (max-width:999px) and (min-width:768px) {
    #button-rsvp, #button-bylaws-view {
        margin-bottom: 25px;
    }
    .progressbar li:after {
        left: -40%;
    }
}

@media (max-width:767px) and (min-width:640px) {
    #button-rsvp, #button-bylaws-view {
        margin-bottom: 25px;
    }
    .progressbar li:after {
        left: -38%;
    }
    /*
    #name-and-house, #account-number-only {
        background: #f3f3f3;
        border: 1px solid #ccc;
    }
    */
    #recall-form input {
        line-height: 1.5;
        font-size: 20px;
        padding-left: 5px;
    }
    .ORdiv {
        margin: 25px 0;
    }
}

@media (max-width:639px) and (min-width:480px) {
    .progressbar li:after {
        left: -34%;
    }
    #button-rsvp, #button-bylaws-view {
        margin-bottom: 25px;
    }
    /*
    #name-and-house, #account-number-only {
        background: #f3f3f3;
        border: 1px solid #ccc;
    }
    */
    #recall-form input {
        line-height: 1.5;
        font-size: 20px;
        padding-left: 5px;
    }
    .ORdiv {
        margin: 25px 0;
    }
}

@media (max-width:479px) {
    .progressbar li:after {
        left: -30%;
    }
    #button-rsvp, #button-bylaws-view {
        margin-bottom: 25px;
    }
    /*
    #name-and-house, #account-number-only {
        background: #f3f3f3;
        border: 1px solid #ccc;
    }
    */
    #recall-form input {
        line-height: 1.5;
        font-size: 20px;
        padding-left: 5px;
    }
    .ORdiv {
        margin: 25px 0;
    }
}

.upload-holder-quad {
    width: 19%;
    border: 1px solid #3174b7;
    margin: 5px .5%;
    float: left;
    padding: 20px;
    min-height: 170px;
    border-radius: 5px;
    text-align: center;
}

ol, ul {
    box-sizing: content-box !important;
    margin-bottom: 20px !important;
}

/* General styling for the overlay container */
#appStartPanel {
overflow-y: auto; /* Allow vertical scrolling if content exceeds viewport height */
padding: 20px; /* Add padding to prevent content from sticking to the edges */
box-sizing: border-box; /* Ensure padding is included in width calculations */
max-height: 100vh; /* Ensure the content doesn't exceed the viewport height */
}

/* Centering and spacing adjustments for content */
#appStartPanel > div {
margin: 20px auto; /* Center content */
width: 80%; /* Adjust the content width for better readability */
max-width: 1200px; /* Limit maximum width for larger screens */
text-align: left; /* Align text to the left for readability */
}

/* Ensure buttons are visible and spaced */
#appStartPanel .but_star,
#appStartPanel .but_star_dummy {
display: block; /* Ensure the button takes up its own line */
margin: 20px auto; /* Center the button and add spacing */
padding: 10px 20px; /* Add padding for better clickability */
background-color: #006FBA; /* Match the brand color */
color: #fff; /* White text for contrast */
text-align: center; /* Center text inside the button */
border: none; /* Remove default border */
border-radius: 5px; /* Add a slight curve to the button */
text-decoration: none; /* Remove underline for links styled as buttons */
}

#appStartPanel .but_star_dummy:hover,
#appStartPanel .but_star:hover {
background-color: #004a82; /* Darken button on hover */
}

/* Adjust list items and padding for better display */
#appStartPanel ul {
padding-left: 40px; /* Add space for list indentation */
margin: 10px 0; /* Add spacing between lists */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
#appStartPanel > div {
    width: 95%; /* Use most of the screen width on smaller devices */
    padding: 10px; /* Reduce padding for compact screens */
}

#appStartPanel ul {
    padding-left: 20px; /* Reduce indentation for smaller screens */
}

#appStartPanel .but_star,
#appStartPanel .but_star_dummy {
    padding: 8px 15px; /* Adjust padding for smaller buttons */
    font-size: 14px; /* Adjust font size for readability */
}
}

li a span.hover-effect {
display: none;
z-index: 10;
height: auto;
line-height: 21px;
padding: 10px;
left: -55px;
margin-left: -56px;
font-weight: 400;
font-style: italic;
font-size: 14px;
color: #fff;
text-align: center;
border: 4px solid #454545;
background: #454545;
text-indent: 0px;
border-radius: 5px;
position: absolute;
pointer-events: none;
bottom: 40px;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

li a:hover span.hover-effect {
display: inline-block;
}

.round-icon {
background-color: #e29645 !important;
color: #fff;
vertical-align: middle;
border-radius: 100%;
text-align: center;
margin-right: 7px;
margin-bottom: 7px !important;
}

