/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 #CS-Create-Account-Form {
    margin-top: 1rem;
    background-color: white;
}

#CS-Create-Account-Form input {
    width: 100%;
    margin: 10px auto;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #333;
    font-size: 18px;
}


#CS-Create-Account-Form .mini-heading h2 {
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 3px solid #ccc;
    width: 80%;
    margin: 0 auto;
}

#CS-Create-Account-Form .checkbox-extended-form-control label {
    cursor: pointer;
}
#CS-Create-Account-Form .text-with-checkbox input[type="checkbox"] {
    float: left;
    width: 20px !important;
    margin: 6px !important;
}
div#CS-Create-Account-Form .breadcrumb p {
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    color: #333;
    font-family: Montserrat, sans-serif;
    margin: 0;
}

div#CS-Create-Account-Form .breadcrumb p span.active {
    color: #00aeed;
}

div#CS-Create-Account-Form button.more-info-button {
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 3px !important;
    background: #fff;
    padding: 1px 6px;
    font-family: Roboto;
    font-style: normal;
    font-size: 14px !important;
    line-height: 35px;
    color: #00AEED;
    font-weight: bold !important;
    cursor: help;
    margin-top: 10px;
    width: 120px;
    border-radius: 23px;
    letter-spacing: 0;
}
div#CS-Create-Account-Form  .select-utility {
    font-size: 1.5rem;
}
div#CS-Create-Account-Form  .select-utility label {
    width: 100%;
    display: block;
}
div#CS-Create-Account-Form .disclaimer {
    height: 300px;
    overflow-y: scroll;
    margin: 10px 0;
    border: 1px solid #ccc;
    padding: 10px 15px;
}
div#CS-Create-Account-Form button {
    color: rgb(255, 255, 255);
    height: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    background: #141B52;
    border-radius: 3px;
    width: auto;
}
div#CS-Create-Account-Form td.rate button:hover{
    color:#fff;
}
div#CS-Create-Account-Form button:hover {
    transition: all 0.5s ease 0s;
    background: rgb(0, 174, 237);
}

div#CS-Create-Account-Form div#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 999999999;
    text-align: center;
    display: none;
}

div#CS-Create-Account-Form .lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    top: 50%;
}

div#CS-Create-Account-Form .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #00aeed;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #00aeed transparent transparent transparent;
}

#CS-Create-Account-Form .select-utility input {
    width: 20px;
}

#CS-Create-Account-Form .error-message {
    top:-30px;
    position: absolute;
    width: 200px;
    text-align: center;
    left: -200px;
    background-color: #b22222;
    color: #fff;
    padding: 5px;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

#CS-Create-Account-Form .error-message .arrow {
    top: 50%;
    position: absolute;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
#CS-Create-Account-Form .error-message .arrow:after {
    border-right-width: 0;
    border-left-color: #b22222;
    border: 10px solid transparent;
    border-left: 10px solid #B22222;
    content: " ";
    bottom: -20px;
    position: absolute;
    left: -12px;
    right: 0;
}

@media screen and (max-width: 1310px) {
    #CS-Create-Account-Form .error-message {
        left: 5%!important;
        top: -25px!important;
    }

    #CS-Create-Account-Form #signature-error-block{
        left: 35%!important;
        top: -50px!important;
    }

    #CS-Create-Account-Form #terms-agree-conds-error-block {
        left: 0%!important;
        top: -80px!important;
    }

    #CS-Create-Account-Form .error-message .arrow:after {
        border-right-width: 0;
        border-left-color: #b22222;
        border: 10px solid transparent;
        border-top: 10px solid #B22222;
        content: " ";
        bottom: -20px;
        position: absolute;
        left: -12px;
        right: 0;
    }
    #CS-Create-Account-Form .error-message .arrow {
        bottom: 0;
        right: 50%;
    }
}

#CS-Create-Account-Form .info-box {
    width: 99%;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    max-height: 300px;
    overflow-y: scroll;
}

#CS-Create-Account-Form #signature-field {
    margin-left: 15px;
}

#CS-Create-Account-Form #signature-data {
    display: inline;
    vertical-align: middle;
}

#CS-Create-Account-Form #signature-data canvas {
    border: 1px solid #555;
    border-radius: 5px;
    width: 500px;
    height: 100px;
    cursor: url('../assets/pencil-cursor.png'), auto;
}

@media screen and (max-width: 1310px) {
    #CS-Create-Account-Form #signature-data canvas {
        width: 100%;
    }
}

#CS-Create-Account-Form #clear-signature {
    display: inline;
    vertical-align: middle;
}

#CS-Create-Account-Form #clear-signature button {
    word-spacing: 100vw;
    height: 93px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    width: 96px;
    height: 93%;
    padding: 0px 14px;
    margin-top: -6px;
}

@media screen and (max-width: 1310px) {
    #CS-Create-Account-Form #clear-signature button {
        width: 50%;
        height: 50px;
        margin-left: 25%;
    }
}

#CS-Create-Account-Form .terms-agree-conds {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

#CS-Create-Account-Form div#modal-how-to-find-helping {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    display: none;
}

#CS-Create-Account-Form div#modal-how-to-find-helping .content p {
    color: #2d2d2d;
    text-align: left;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 );
    font-family: Montserrat;
    font-size: 32px;
    line-height: 36px;
}
#CS-Create-Account-Form div#modal-how-to-find-helping .content {
    position: relative;
    display: block;
    width: 40%;
    margin-left: 30%;
    text-align: center;
    margin-top: 10%;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 80px;
    border: 14px solid #00aeed;
    box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 );
    background-color: rgba( 255, 255, 255, 1.00 );
}
#CS-Create-Account-Form div#modal-how-to-find-helping .content .close {
    position: absolute;
    background: #fff;
    height: auto;
    width: auto;
    left: auto;
    right: -30px;
    bottom: auto;
    top: -30px;
    padding: 3px 8px;
    color: #2d2d2d;
    font-family: inherit;
    font-size: 32px;
    line-height: 28px;
    border: 1px none #ffffff;
    border-radius: 28px;
    box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 255, 255, 255, 1.00 );
    cursor: pointer;
}
#CS-Create-Account-Form div#modal-how-to-find-helping .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

#CS-Create-Account-Form div#modal-how-to-find-helping .content img {
    max-height: 400px;
}

@media screen and (max-width: 1440px) {
    #CS-Create-Account-Form div#modal-how-to-find-helping .content{
        width: 60%;
        margin-left: 22%;
    }
}

@media screen and (max-width: 768px) {
    #CS-Create-Account-Form div#modal-how-to-find-helping .content{
        width: 90%;
        margin-left: 5%;
    }
}

#CS-Create-Account-Form #open-modal-how-to{
    cursor: help;
}

.pssolaraccount-thank-you-rates-table div#social-proof-sidebar {
    display: none;
}

.pssolaraccount-thank-you-heading {
    background: white;
}

#CS-Create-Account-Form div.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 999999999;
    text-align: center;
    display: none;
}

#CS-Create-Account-Form .lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    top: 50%;
}

#CS-Create-Account-Form .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #00aeed;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #00aeed transparent transparent transparent;
}


#CS-Create-Account-Form .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

#CS-Create-Account-Form .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

#CS-Create-Account-Form .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.text-center {
    text-align: center;
}
#CS-Create-Account-Form .error-message p {
    color: #fff;
}



/*
Checkbox styles
*/

.checkbox-extended-form-control {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float:left;
}

/* Hide the browser's default checkbox */
.checkbox-extended-form-control input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox-extended-form-control .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.checkbox-extended-form-control:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-extended-form-control input:checked ~ .checkmark {
    background-color: #fff;
    width: 20px;
    height: 20px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-extended-form-control .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-extended-form-control input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-extended-form-control .checkmark:after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 8px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
div#modal-utility > * {
    font-family: Roboto;
}
#CS-Create-Account-Form .error-message p{
    color: #fff;
}