﻿body {
    margin: 0;
    box-sizing: border-box;
}

#divLoginBacksplash {
    height: 100vh;
    width: 100vw;
    background-color: lightgray;
    background-image: url(../Images/OverShoulder7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position-y: bottom;
    opacity: 0.7;
    filter:blur(2px);
}

.page-container {
    position: relative;
}

#divLoginContainer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

@media only screen and (min-width: 0px) {
    #divLoginPanel {
        width: 80%;
    }
}

/*@media only screen and (min-width: 769px) {
    #divLoginPanel {
        width: 50%;
    }
}*/

@media only screen and (min-width: 1024px) {
    #divLoginPanel {
        width: 400px;
    }
}

#divLoginPanel {
    border: solid 2px darkgrey;
    border-radius: 5px;
    background-color: white;
    padding: 1.25rem;
    margin-left: auto;
    margin-right: auto;    
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
}

#logo-text {
    background-image: url(../Images/Service-Spark-No-Logo-With-Tag-Web.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 7rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.more-problems {
    margin-top: 1.25rem;
    font-style: italic;
}

.login-reset-toggle {
    cursor: pointer;
}

    .login-reset-toggle:hover {
        text-decoration: underline;
    }

.text-is-help {
    font-style: italic;
    color: darkgray;
}

.text-is-error-help {
    font-style: italic;
    color: hsl(348, 100%, 61%);
}

input.is-incomplete, 
input.is-incomplete:hover, 
input.is-incomplete:active, 
input.is-incomplete:focus,
select.is-incomplete, 
select.is-incomplete:hover, 
select.is-incomplete:active, 
select.is-incomplete:focus {
    border: solid 2px red;
}

.is-verifying input {
    background-color: mistyrose;
    pointer-events: none;
    font-style: italic;
}

/***************************** ACCOUNT SETUP *****************************/

.setupBacksplash {
    height: 100vh;
    width: 100vw;
    background-color: lightgray;
    background-image: url(../Images/ToolsOnTile.jpg);
    /*background-image: url(../Images/ArialResidential.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    background-position-y: top;
    opacity: 0.7;
    filter: blur(5px) brightness(50%);
}


.account-setup-input-slide-container {
    width: 80%;
    min-height: 200px;
    height: auto;
    max-height: 85vh;
    overflow:auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vh;
    border: solid 2px lightgray;
    border-radius: 5px;
    padding: 2rem;
    position: relative;
    background-color:white;
    filter:drop-shadow(0 0 10px #333);
}

/*@media only screen and (min-width: 769px) {
    .account-setup-input-slide-container {
        width: 50%;
    }
}*/

@media only screen and (min-width: 1024px) {
    .account-setup-input-slide-container {
        width: 400px;
    }
}

.account-setup-input-slide {
    display: none;
}

    .account-setup-input-slide.is-visible {
        display: block;
    }


.industry-list li {
    cursor: pointer;
    display: inline;
    border-radius: 3px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .industry-list li::after {
        content: '\A';
        white-space: pre;
    }

    .industry-list li:hover {
        background-color: hsl(0, 0%, 86%);
    }

    .industry-list li.is-selected {
        background-color: hsl(171, 100%, 41%);
        color: white;
    }

.package-list li {
    cursor: pointer;
    /*display: inline;*/
    border-radius: 3px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .package-list li::after {
        /*content: '\A';*/
        /*white-space: pre;*/
    }

    .package-list li:hover {
        background-color: hsl(0, 0%, 86%);
    }

    .package-list li.is-selected, .package-list li.is-selected h5.is-5 {
        background-color: hsl(171, 100%, 41%);
        color: white;
    }

    .package-list li h5.is-5 {
        margin-bottom: 0;
        font-weight: 600;
        color: #3273dc; /*has-text-link value, when using the class overriding is messy*/
    }

    .package-list li div {
        padding-left: 2rem;
        margin-bottom: 1rem;
    }

    .package-list li.is-unavailable, .package-list li.is-unavailable h5.is-5 {
        color: darkgray;
        font-style: italic;
    }

/**** Overlay usable By Any Loader *****/
.loadingOverlay {
    background-color: #e9e9e9;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 20;
    opacity: 0.75;
    top: 0;
    left: 0;
}

    .loadingOverlay.has-spinning-loader::after {
        left: calc(50% - 75px);
        top: calc(50% - 75px);
        height: 150px;
        width: 150px;
        content: '';
        position: absolute;
        margin: 0 auto;
        -webkit-animation: rotation .6s infinite linear;
        -moz-animation: rotation .6s infinite linear;
        -o-animation: rotation .6s infinite linear;
        animation: rotation .6s infinite linear;
        border-left: 6px solid rgba(0,174,239,.15);
        border-right: 6px solid rgba(0,174,239,.15);
        border-bottom: 6px solid rgba(0,174,239,.15);
        border-top: 6px solid rgba(50,115,220,1);
        border-radius: 100%;
    }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
