﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 57px;
    padding-bottom: 20px;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%), radial-gradient(at top left, rgba(255,255,255,0.30) 0%, rgba(0,0,0,0.30) 100%);
    background-repeat: no-repeat;
    font-family: 'Tahoma', sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*min-height:100%;
    height:100%;*/
    padding-bottom: 5rem;
    background-color: #FDFDFD;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.my-main-slider {
    max-height: 400px;
}

.my-nav {
    background-color: rgb(6,110,66);
}


.bs-wizard {
    margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
        width: 33.33%;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #fbe8aa;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-right: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #fbbd19;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                right: 8px;
            }


        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #fbe8aa;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
            background: #28a745;
        }

        .bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot {
            background: #28a745;
        }

            .bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot:after {
                background: #28a745;
            }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
            background: #007bff;
        }

        .bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {
            background: #007bff;
        }

            .bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {
                background: #007bff;
            }
        /*.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 50%;

        }*/

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            right: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled span.bs-wizard-dot {
            pointer-events: none;
        }
/*END Form Wizard*/
@media print {
    @page {
        margin-top: 1cm;
        margin-bottom: 1cm;
        margin-left: 1cm;
        margin-right: 1cm;
        

}

/*body{
        margin:0px;
    }*/
    .my-footer {
        background-color: #3a3a3c !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}

.my-footer {
    background-color: #3a3a3c;
    border-top: 2px solid #3a3a3c;
    padding-right: 20px;
    padding-top: 10px;
    color: #ffffff;
}

p.custom-p {
    margin: 10px;
    font-size: 20px;
    font-weight: 400;
}

.head-hr {
    background: #17a2b8;
    padding: 3px;
    width: 140px;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

#myLoadingElement {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: block;
    margin: -50px 0px 0px -50px;
}

.property-footer {
    padding: 10px;
    color: #000;
    display: table;
    width: 100%;
    margin-top: 6px;
    background: #2D2D39;
}

.full-screen-height {
    height: 100vh;
}

.img-opacity {
    opacity: 0.30;
}
.member-update-info-font {
    font-family: 'Readex Pro', sans-serif;
}
.qr-code {
    max-width: 115px;
    margin: 0 auto;
    
}


