﻿.bg-agreements {
    background-color: #b197fc; /* deeppink*/
}
.bg-havebury {
    background-color: #0069aa !important;
}
.bg_repairs {
    background-color: #7c78a9;
}

.bg_accounts {
    background-color: #86c8bc;
}

.bg-contactdetails {
    background-color: #f0b323;
}

.bg-tellUsSomething {
    background-color: #F3901D;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-inner {
    width: 100%;
    max-height: 200px !important;
}

@media (max-width: 575.98px) {
    #NavBar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
    body {
        padding-bottom: 70px;
    }    /* navbar*/
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    #NavBar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
    body {
        padding-bottom: 70px;
    }    /* navbar*/
}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    #NavBar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
    body {
        padding-bottom: 70px;
    } /* navbar*/
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*Loading Modal - START*/
/** SPINNER CREATION **/

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    /*border: 10px solid rgba(255, 82, 82, 0.3);*/
    border: 10px solid rgba(91, 176, 229,1);
    border-radius: 50%;
    border-top-color: #0069aa;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


/** MODAL STYLING **/

.modal-content {
    /*border-radius: 0px;*/
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
    opacity: 0.75;
}

/* https://codepen.io/codersdesign/pen/evaBXm */
.loader-txt {
   
    /*font-size: 13px;*/
    color: #666;
   
}

#output {
    padding: 25px 15px;
    background: #222;
    border: 1px solid #222;
    max-width: 350px;
    margin: 35px auto;
    font-family: 'Roboto', sans-serif !important;
    color: #555;
    font-style: italic;
    font-family: 'Roboto', sans-serif !important;
}

h4 {
    font-weight: 300 !important;
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif !important;
}

/*p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.9em;
}*/
    /*b

{
    text-transform: uppercase;
    text-decoration: underline;
}*/

/* - Progress Bar -START -*/
.progressbarXBootstrapFix /* fixes issues with progress bar */
{
    margin-bottom: .5em;
    margin-top: .5em;
    display: flow-root;
}



/*Loading Modal - End */
.prograssbarXcontainer {
    width: 600px;
    margin: 100px auto;
    /*margin-top: 1.5em !important; margin-bottom: 6em !important;*/
}

.progressbarX {
    margin: 0;
    padding: 0;
    counter-reset: step;
}

    .progressbarX li {
        list-style-type: none;
        width: 20%; /* divde 100% by li count - */
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
    }

        .progressbarX 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;
        }

        .progressbarX li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #7d7d7d;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .progressbarX li:first-child:after {
            content: none;
        }

        .progressbarX li.active {
            color: #f3901d;
        }

            .progressbarX li.active:before {
                border-color: #f3901d; /* m*/
            }

            .progressbarX li.active + li:after {
                background-color: #f3901d;
            }


        .progressbarX li.activeRepair {
            color: #7c78a9;
        }

            .progressbarX li.activeRepair:before {
                border-color: #7c78a9; /* m*/
            }

            .progressbarX li.activeRepair + li:after {
                background-color: #7c78a9;
            }

        .progressbarX li.activeAccount {
            color: #86c8bc !important;
        }

            .progressbarX li.activeAccount:before {
                border-color: #86c8bc !important; /* m*/
            }

            .progressbarX li.activeAccount + li:after {
                background-color: #86c8bc !important;
            }




        .progressbarX li.activeMe {
            color: #f0b323 !important;
        }

            .progressbarX li.activeMe:before {
                border-color: #f0b323 !important; /* m*/
            }

            .progressbarX li.activeMe + li:after {
                background-color: #f0b323 !important;
            }


.bd-callout-warning {
    border-left-color: #f0ad4e;
}
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

.progressbarXRepairReschedule li{
    width:50% !important;
}

.progressbarXRepairCancel li {
    width: 50% !important;
}

.progressbarXDDCancel li {
    width: 50% !important;
}

.progressbarXChangeName li {
    width: 50% !important;
}

.progressbarXUpdateCommsMethods li {
    width: 50% !important;
}

/* PROGRESS BAR STEPS - START */
  .progressStepscontainer {
            width: 600px;
            margin: 100px auto;
            /*margin-top: 1.5em !important; margin-bottom: 6em !important;*/
        }

        .progressSteps {
            margin: 0;
            padding: 0;
            counter-reset: step;
        }

            .progressSteps li {
                list-style-type: none;
                width: 25%; /* divde 100% by li count */
                float: left;
                font-size: 12px;
                position: relative;
                text-align: center;
                text-transform: uppercase;
                color: #7d7d7d;
            }

                .progressSteps 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;
                }

                .progressSteps li:after {
                    width: 100%;
                    height: 2px;
                    content: '';
                    position: absolute;
                    background-color: #7d7d7d;
                    top: 15px;
                    left: -50%;
                    z-index: -1;
                }

                .progressSteps li:first-child:after {
                    content: none;
                }

                .progressSteps li.active {
                    color: #f3901d;
                }

                    .progressSteps li.active:before {
                        border-color: #f3901d; /* m*/
                    }

                    .progressSteps li.active + li:after {
                        background-color: #f3901d;
                    }

.progressSteps li.activeAccount + li:after {
    background-color: #86c8bc;
}
/* PROGRESS BAR STEPS - END  */


.bd-callout-info {
    border-left-color: #5bc0de;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-color: rgb(233, 236, 239);
    border-left-width: 1px;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem
    }

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe
}

    .alert-primary .alert-link {
        color: #06357a
    }

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

    .alert-secondary .alert-link {
        color: #34383c
    }

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

    .alert-success .alert-link {
        color: #0c4128
    }

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

    .alert-info .alert-link {
        color: #04414d
    }

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

    .alert-warning .alert-link {
        color: #523e02
    }

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

    .alert-danger .alert-link {
        color: #6a1a21
    }

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light .alert-link {
        color: #4f5050
    }

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

    .alert-dark .alert-link {
        color: #101214
    }

.Mobilenav-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    transition: 0.2s ease;
}

    .Mobilenav-button i {
        font-size: 1.5rem;
    }

    .Mobilenav-button span {
        font-size: 0.85rem;
    }

    .Mobilenav-button:hover {
        color: #0d6efd;
    }