﻿/* CTC class css */ 
.ctc .prd-flex-container {
    transition: 0.5s ease;
    background: rgb(255,255,255);
    background: linear-gradient(45deg, #C2213F 0%, #DB605E 100%);
    background-size: 0;
    background-repeat: no-repeat;
}
.ctc .prd-flex-container:hover {
    color: white;
    background-size: 100%;
}
.ctc .selected .prd-flex-container {
    color: white;
    background-size: 100%;
}
.ctc .prd-flex-container .prd-text > button > div > span {
    font-weight: bold;
}
.ctc .prd-flex-container:hover .prd-links .MuiButton-label {
    color: white;
}
.ctc .selected .prd-flex-container .prd-links .MuiButton-label {
    color: white;
}
.ctc-text {
    color: #C8102E !important;
}
.ctc-btn {
    color: white !important;
    background-color: #C8102E !important;
    border-color: #C8102E !important;
}
.ctc-btn:hover {
    background-color: #702B21 !important;
    border-color: #702B21 !important;
}
.ctc-btn:disabled,
.ctc-btn:disabled:hover {
    background-color: #C8102E !important;
    cursor: default;
}

svg.ctc {
    color: #C8102E;
}

/* pro class css */ 
.pro .prd-flex-container {
    transition: 0.5s ease;
    background: rgb(255,255,255);
    background: linear-gradient(45deg, black 0%, #0366d6 100%);
    background-size: 0;
    background-repeat: no-repeat;
}
.pro .prd-flex-container:hover {
    color: white;
    background-size: 100%;
}
.pro .selected .prd-flex-container {
    color: white;
    background-size: 100%;
}
.pro .prd-flex-container .prd-text > button > div > span {
    font-weight: bold;
}
.pro .prd-flex-container:hover .prd-links .MuiButton-label {
    color: white;
}
.pro .selected .prd-flex-container .prd-links .MuiButton-label {
    color: white;
}
.pro-text {
    color: #1B365D !important; 
}
.pro-btn {
    color: white !important;
    background-color: #1B365D !important;
    border-color: #1B365D !important;
}
.pro-btn:hover {
    background-color: #051C2C !important;
    border-color: #051C2C !important;
}
.pro-btn:disabled,
.pro-btn:disabled:hover {
    background-color: #1B365D !important;
    cursor: default;
}

svg.pro {
    color: #1B365D;
}

/* tmp class css */ 
.tmp .prd-flex-container {
    transition: 0.5s ease;
    background: rgb(255,255,255);
    background: linear-gradient(45deg, #209C3C 0%, #A1C789 100%);
    background-size: 0;
    background-repeat: no-repeat;
}
.tmp .prd-flex-container:hover {
    color: white;
    background-size: 100%;
}
.tmp .selected .prd-flex-container {
    color: white;
    background-size: 100%;
}
.tmp .prd-flex-container .prd-text > button > div > span {
    font-weight: bold;
}
.tmp .prd-flex-container:hover .prd-links .MuiButton-label {
    color: white;
}
.tmp .selected .prd-flex-container .prd-links .MuiButton-label {
    color: white;
}
.tmp-text {
    color: #00843D !important;
}
.tmp-btn {
    color: white !important;
    background-color: #00843D !important;
    border-color: #00843D !important;
}
.tmp-btn:hover {
    background-color: #004D23 !important;
    border-color: #004D23 !important;
}
.tmp-btn:disabled,
.tmp-btn:disabled:hover {
    background-color: #00843D !important;
    cursor: default;
}

svg.tmp {
    color: #00843D;
}

/* connect class css */ 
.connect .prd-flex-container {
    transition: 0.5s ease;
    background: rgb(255,255,255);
    background: linear-gradient(45deg, #E1AD38 0%, #fad76c 100%);
    background-size: 0;
    background-repeat: no-repeat;
}
.connect .prd-flex-container:hover {
    color: white;
    background-size: 100%;
}
.connect .selected .prd-flex-container {
    color: white;
    background-size: 100%;
}
.connect .prd-flex-container .prd-text > button > div > span {
    font-weight: bold;
}
.connect .prd-flex-container:hover .prd-links .MuiButton-label {
    color: white;
}
.connect .selected .prd-flex-container .prd-links .MuiButton-label {
    color: white;
}
.connect-text {
    color: #F2BE22 !important;
}
.connect-btn {
    color: white !important;
    background-color: #F2BE22 !important;
    border-color: #F2BE22 !important;
}
.connect-btn:hover {
    background-color: #E1AD38 !important;
    border-color: #E1AD38 !important;
}
.connect-btn:disabled,
.connect-btn:disabled:hover {
    background-color: #F2BE22 !important;
    cursor: default;
}

svg.connect {
    color: #F2BE22;
}


.prd-flex-container.disabledopt {
    border: 4px solid red;
    background: rgb(11,11,11);
    color: white;
    background-size: 100%;
    opacity: 0.75;
    cursor: default;
}

.main-selector {
    background: rgb(103,103,103);
    background: linear-gradient(45deg, rgba(103,103,103,.5) 5%, rgba(167,167,167,.5) 20%, rgba(85,85,85,.5) 37%, rgba(161,160,160,.5) 55%, rgba(102,102,102,.5) 78%, rgba(212,212,212,.5) 100%);
    padding: 5px;
}

.includes-area {
    //background-color: yellow;
    padding: 0px;
}

.section-title {
    padding-left: 10px !important;
    font-weight: bold;
    font-size: x-large;
}

.disabled {
    //border: 2px solid #e0e0e0 !important;
    background-color: #e0e0e0 !important;
}

.unsselected {
    font-weight: normal !important;
    color: slategrey !important;
    border: 1px solid black !important;
    background-color: rgb(214, 214, 214) !important;
}

.sselected {
    font-weight: normal !important;
    color: black !important;
    border: 1px solid black !important;
    background-color: whitesmoke !important;
}

.unselected {
    font-weight: bold !important;
    color: black !important;
    border: 1px solid black !important;
    background-color: whitesmoke !important;
}

.selected {
    font-weight: bold !important;
    color: black !important;
    border: 1px solid black !important;
    background-color: whitesmoke !important;
}

.notselected {
    //border: 2px solid silver !important;
    background-color: white !important;
}


.summary-grid {
    position: relative;
    left: -2px;
    padding: 0;
}

.summary-area {
    background-color: #e9e9e9;
    color: gray;
    margin-bottom: 15px;
    padding: 5px;
}

    .summary-area.selected {
        font-weight: normal !important;
        background-color: #d7d7d7 !important;
        color: black !important;
    }

.lds-ring {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    margin: 25px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 150px;
        height: 150px;
        margin: 24px;
        border: 24px solid #000;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #000 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.stretch-and-vcenter {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.prd-flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    cursor: pointer;
}

.prd-flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.prd-flex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 10000 0 100px;
    -ms-flex: 10000 0 100px;
    flex: 10000 0 100px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.prd-flex-item:nth-child(3) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.prd-flex-item:nth-child(4) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.prd-flex-item:nth-child(5) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 10000 1 100px;
    -ms-flex: 10000 1 100px;
    flex: 10000 1 100px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

button:focus {
    outline: none !important;
}

.cart-flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cart-flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}


/* Material UI stepper class overrides */
.MuiStepConnector-alternativeLabel {
    top: 24px !important;
}

@media only screen and (max-width: 991px) {
    .MuiStepConnector-alternativeLabel {       
        left: -50% !important;
        right: 50% !important;
    }
}

@media only screen and (min-width: 992px) {
    .MuiStepConnector-alternativeLabel {
        left: calc(-50% + 33px) !important;
        right: calc(50% + 33px) !important;
    }
}

.MuiStepConnector-line {
    border-top-width: 2px !important;
    border-radius: 1px !important;
}

.ctc .MuiStepConnector-active .MuiStepConnector-line,
.ctc .MuiStepConnector-completed .MuiStepConnector-line {
    border-color: #C8102E !important;
}

.pro .MuiStepConnector-active .MuiStepConnector-line,
.pro .MuiStepConnector-completed .MuiStepConnector-line {
    border-color: #1B365D !important;
}

.tmp .MuiStepConnector-active .MuiStepConnector-line,
.tmp .MuiStepConnector-completed .MuiStepConnector-line {
    border-color: #00843D !important;
}

.PCStepIcon-completed {
    font-size: inherit !important;
}

.green-button {
    background-color: #28a745 !important;
    color: white !important;
    border-color: #1f7f35 !important;
}

    .green-button:hover {
        background-color: #1f7f35 !important;
    }

.blue-button {
    background-color: gray !important;
    color: white !important;
    border-color: black !important;
}

    .blue-button:hover {
        background-color: black !important;
    }

.gray-button {
    background-color: white !important;
    color: gray !important;
    border-color: gray !important;
}

    .gray-button:hover {
        background-color: ghostwhite !important;
    }

.back-button {
    background-color: white !important;
    color: gray !important;
    border-color: white !important;
}

    .back-button:hover {
        background-color: ghostwhite !important;
        border-color: gray !important;
    }

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

code {
    color: #E01A76;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-item {
    padding: 10px;
}

    .flex-item:nth-child(1) {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    .flex-item:nth-child(2) {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    .flex-item:nth-child(3) {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }

.flex-container-pc {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-item-pc0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 0 1px;
    -ms-flex: 1 0 1px;
    flex: 1 0 1px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
}

.flex-item-pc1 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 10000 0 100px;
    -ms-flex: 10000 0 100px;
    flex: 10000 0 100px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
}

.flex-item-pc2 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 10 0 100px;
    -ms-flex: 10 0 100px;
    flex: 10 0 100px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
}

.MuiGrid-item {
    transition: all .2s ease-in-out;
}

    .MuiGrid-item:hover {
        transition: all .2s ease-in-out;
    }

.cflex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cflex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.cflex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}