﻿
.Show { 
    display:block !important; 
}

.Hide {
    display: none !important;
}

.loading {
    background: transparent url(../img/loading.gif) center center no-repeat;
}

.RemoveSpacing {
    margin-bottom:0 !important;
    color: #000 !important;
}

.DeepLink {
    color: blue !important;
    text-decoration: underline;
    cursor: pointer;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.LargeFont {
    font-size:25px;
}

/*.mb-6 {
    margin-bottom: 1.5rem !important;
}*/

.topbar {
    height: 3rem;
}
/*
.topbarPlacehoder {
    height: 2.85rem;
}*/

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    background-color: #eaecf4;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 0.5rem;
}

/*.container-fluid {
    margin-top: 15px !important;
}*/

/* SIDE BAR FADE IN */
/*@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.sideMenuFade {
    background-color: black;
    background-image: linear-gradient(180deg, black 10%, #36454F 100%);
    background-size: cover;*/

    /* Add animation properties */
    /*animation: fadeIn .25s ease-in;
}*/
/* SIDE BAR FADE IN */

/*.topBarFade {
    background-color: #fff;*/
    /* Add animation properties */
    /*animation: fadeIn .5s ease-in;
}*/


.border-left-primary {
    border-left: 0.25rem solid black !important;
}

.page-item.active .page-link {
    background-color: black !important;
    border-color: black !important;
}

.page-link {
    color: black;
}

/* INPUT PASS FAIL */
.qoStatusPass {
    border: 2px solid green !important;
    color:green;
}

.qoStatusFail {
    border: 2px solid red !important;
    color: red;
}

/* INFO BUTTON OVERIDE */
.btn-info-atrg {
    color: #fff;
    background-color: red !important;
    border-color: red !important;
}

.btn-info-atrg-pass {
    color: #fff;
    background-color: green !important;
    border-color: green !important;
}

.btn:focus, .btn.focus {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%) !important;
}

/* SWITCH */
.switch {
    cursor: pointer;
    position: relative;
}

.switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.switch input:checked + span {
    /*background-color: #8ec165*/
    background-color: green;
}

.switch input:checked + span:after {
    left: 31px;
}

.switch span {
    position: relative;
    width: 70px;
    height: 40px;
    border-radius: 40px;
    background-color: red;
    border: 1px solid #eee;
    border-color: rgba(0,0,0,0.1);
    display: inline-block;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.switch span:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 36px;
    top: 1px;
    bottom: 1px;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
}

/****** FILE UPLOAD ******/
.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
display: block;
border: 2px solid #dce4ec;
color: #34495e;
cursor: pointer;
height: 40px;
line-height: 40px;
text-align: left;
background: #FFFFFF;
overflow: hidden;
position: relative;
}

.file-upload .file-select .file-select-button {
background: #dce4ec;
padding: 0 10px;
display: inline-block;
height: 40px;
line-height: 40px;
}

.file-upload .file-select .file-select-name {
line-height: 40px;
display: inline-block;
padding: 0 10px;
}

.file-upload .file-select:hover {
border-color: #34495e;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
border-color: #3fa46a;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}


/* GALLERY */
div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 10px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 6px 6px;
    float: left;
    width: 49.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#imageGallery {
    line-height: 0;
    -webkit-column-count: 3; /* split it into 5 columns */
    -webkit-column-gap: 6px; /* give it a 5px gap between columns */
    -moz-column-count: 3;
    -moz-column-gap: 6px;
    column-count: 3;
    column-gap: 6px;
}

#imageGallery img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 6px; /* to match column gap */
}

@media (max-width: 1200px) {
    #imageGallery {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 800px) {
    #imageGallery {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (max-width: 400px) {
    #imageGallery {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

.dropdown-content {
    /*    display: none;
    position: absolute;*/
    /*    background-color: #f6f6f6;*/
    /*    min-width: 230px;
    overflow: auto;*/
    border: 1px solid #ddd;
    z-index: 1;
    border-radius: 0.35rem;
}

.dropdown-content a {
    /*color: black;*/
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

#wrapper,
#content-wrapper,
#content,
#wrapper .container-fluid {
    background-color: transparent !important;
}

#savingsDiv {
    margin-top: 2.5rem;
    background-color: #f5f4f0;
    border: 1px solid #e2e0d9;
    border-radius: 12px;
    padding: 2.5rem;
}
#savingsDiv .text-primary {
    max-width: 648px;
    margin: 0 auto 2rem;
}
.savings-box {
    flex: 1;
    background-color: #edebe5;
    border-radius: 12px;
    border: 1px solid #d6d3cb;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.savings-box-title {
font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #666;
}

.savings-box-subtext {
    font-size: 20px;
    color: #000;
    margin-top: 14px;
}

.savings-box-value {    
    font-size: 40px;
    font-weight: 900;
    color: #485C4D;
    margin-top: 0.25rem;
    font-family: obvia, sans-serif, Roboto !important;
}

.btn#saveBtn {
    background-color: #485C4D !important;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .3s ease;
    flex-shrink: 0;
    font-weight: 600;
    font-family: obvia, sans-serif, Roboto !important;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -.25px;
    color: #fff;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    justify-self: flex-end;
    padding: 1rem !important;
    margin: 2rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.btn#saveBtn:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

@keyframes wow-spin {
    to { transform: rotate(360deg); }
}

.wow-spinner {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: wow-spin 0.7s linear infinite;
    flex-shrink: 0;
}

.calc-2-col {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.calc-2-col-item {
    flex: 1;
}

.savings-boxes {
    display: flex;
    gap: 1rem;
    margin: 1rem 0 1.5rem;
}

.savings-cta {
    text-align: center;
    color: #000;
    margin-top: 1rem;
    margin-bottom: 0;
}

.savings-cta a {
    color: #000;
    text-decoration: underline;
}

.calc-disclaimer {
    font-size: 13px;
    color: #999;
    text-align: center;
    margin: 1rem 0 0;
}

@media screen and (max-width: 768px) {
    .calc-2-col,
    .savings-boxes {
        flex-direction: column;
    }
}
