@font-face {
    font-family: "lato";
    src: url(fonts/Lato/Lato-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "lato-light";
    src: url(fonts/Lato/Lato-Light.ttf) format("truetype");
}

.loadingImage {
    position: absolute;
    transition: opacity 1s linear;
}

.notification {
    padding: 0.4em;
    background: aliceblue;
    cursor:pointer;
}
.hiddenNotification {
    height: 0;
    transition: height 20.25s ease-in;
    overflow: hidden;
    padding:0;
}
.planTypeSelection img {
   margin-bottom:10px;
}
.planTypeSelection .buttonTxt {
font-size:1.5em;

}
.planTypeSelection p {
    text-align: left;
    margin-top: 0.5em;
    font-size: 1.2em;
}

.productGroupSelection {
    margin: 10px;
    border: solid;
    border-width: 9px;
    height: 144px;
    line-height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-weight: 500;
    font-size: 18pt;
}

.doorGroupTitle {
    display: inline-block;
    line-height: initial;
}

.disabled {
    filter: grayscale(100%);
    border-color: gray;
}

.enabled {
    border-color: green;
}

.bottomBar {
    line-height: initial;
    text-align: right;
    font-size: 24px;
}

.bottomBarEnabled {
    background-color: green;
}

.bottomBarDisabled {
    background-color: gray;
}


.hiddenLoadingImage {
    opacity: 0.0;
}

.seethrough {
    opacity: 0.8;
}

.imagecontainer {
    position: relative;
}

.carouselModelImage {
    background: url('img/Loading_icon.gif') no-repeat;
    width: 100%;
    height: 100%;
}

.headerBar {
    background-color: #F3F3F3;
    font-size: 1.1em;
    text-align: center;
    line-height: 55px;
    font-family: "lato";
    font-weight: bold;
}

.sliderIndex {
    color: #E87C0F;
    margin-right: 5px;
}

.instructionBox p {
    color: #E87C0F;
    font-size: 1.2em;
    margin-bottom: 30px;
}


.alertDialog {
    text-align: center;
    color: #E67C07;
}

.instructionBox {
    font-family: "lato";
    text-align: center;
    transition: max-height 0.3s;
    overflow: hidden;
}

    .instructionBox img {
        width: 92%;
        margin-top: 30px;
    }

    .instructionBox h1 {
        font-weight: 600;
    }

.modal-90w {
    max-width: 768px;
}

.productInfoSubrow {
    margin-bottom: 2em;
}


.headerArrow {
    font-size: 1.2em;
    color: #E77B00;
    display: inline-block;
    transform: scale(1, 1.9);
    cursor: pointer;
    margin-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.modelSliderTopBar {
    background-color: #E57C06;
    line-height: 38px;
    width: 100%;
    text-align: center;
    height: 38px;
    color: white;
}

    .modelSliderTopBar .pull-left {
        width: 10%;
        text-align: left;
        padding-left: 10px;
    }

    .modelSliderTopBar .pull-right {
        width: 10%;
        text-align: right;
        padding-right: 10px;
    }

.tabHeader {
    display: inline-block;
    overflow: hidden;
    transition: width 0.6s;
    max-height: 30px;
}

.expandedTab {
    width: 100%;
}

.mininizedTab {
    width: 0px;
}
.selectInstallButton {
    border-style: solid;
    border-width: 8px;
    font-size: 1.2em;
    font-family: "lato-light";
    color: white;
    text-align: center;
}
.selectInstallButtonSelected {
    border-color: green;
}
.selectInstallButtonNotSelected {
    border-color: white;
}

.headerTabNumber {
    background: #fff;
    border: 1px solid #cacaca;
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-right: 6px;
    font-style: normal;
    border-radius: 1000px;
}

    .headerTabNumber:hover {
        background: #E67C07;
    }

.sliderTabs li[data-selected="true"] span {
    background: #E67C07;
}

.sliderTabs ol {
    text-align: center;
}

.sliderTabItem {
    margin: initial !important;
    display: inline-block;
    line-height: 40px;
}


.sliderTabs {
    padding-top: 1em;
}

.sliderDots {
    text-align: center;
    width: 79%;
    display: inline-block;
}




.modelSliderTopBar span {
    cursor: pointer;
}

.sliderDot:hover {
    border-width: 5px;
}

.productTable {
    text-align: left;
    display: inline-block;
}

    .productTable thead {
        font-size: 1.15em;
        font-weight: bold;
    }


    .productTable tfoot {
        font-size: 1.15em;
        font-weight: bold;
    }

    .productTable th {
        padding-right: 24px;
        padding-left: 24px;
    }

    .productTable td {
        padding-right: 24px;
        padding-left: 24px;
        height: 47px;
    }


    .productTable tr:nth-child(even) {
        background-color: #EBEBEB;
    }





.active {
    background-color: white;
}

.sliderDot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    border-style: solid;
    border-width: 2px;
    transition: border-width 0.15s linear;
}

.modelSliderTopBar img {
    height: 7px;
    display: inline;
}


.selectModelBtn {
    background-color: #E67C07;
    width: 55%;
    min-height: 45px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.buttonTxt {
    font-size: 1.2em;
    font-family: "lato-light";
    color: white;
    text-align: center;
}

.modelSelectionButtonBar img {
    width: 60px;
}

.modelSelectionButtonBar button {
    max-height: 120px;
}

.modelSelectionButtonBar .arrow {
    cursor: pointer;
    width: 20%;
    max-height: 45px
}

.modelDescription {
    text-align: center;
    font-family: "lato";
}

    .modelDescription h1 {
        font-size: 1.8em;
        font-weight: bold;
        padding-top: 10px;
    }

        .modelDescription h1:first-letter {
            text-transform: uppercase;
        }

.materialSelections {
    padding-top: 1.5em;
    overflow-y: auto;
    overflow-x: hidden;
}


.modelMeasurements {
    font-size: 1.2em;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
    font-family: "lato-light";
    text-align: center;
}

.modelSliderBottomBar {
    background-color: #F3F3F3;
    height: 38px;
    margin-top: 50px;
    text-align: center;
    line-height: 38px;
}

    .modelSliderBottomBar li {
        width: 35px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        display: inline-block;
        font-size: 35px;
    }

        .modelSliderBottomBar li:before {
            content: "•";
        }

.silderControlElement {
    display: inline-block;
    height: 100%;
}

.layerImage {
    position: absolute;
    bottom: 0;
    left: 0;
}

.materialOption {
    margin-bottom: 2%;
    position: relative;
    top: 0;
    left: 0;
    width: 23%;
    margin-left: 2%;
    float: left;
}

.selectedText {
    line-height: initial;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0.4em;
    width: 100%;
}

.installSelections {
    text-align:left;

}
.materialRow {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}



.materialSelect {
    text-align: center;
}

    .materialSelect h3 {
        font-size: 0.88em;
        font-family: "lato-light";
        margin-top: 0px;
        color: black;
    }

        .materialSelect h3:first-letter {
            text-transform: capitalize
        }


    .materialSelect h2 {
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: 7px;
    }

#positioningPage {
    min-height: 500px;
}


.page h2 {
    font-size: 1.0em;
    font-family: "lato";
    color: black;
}

.page h1 {
    font-size: 2em;
}

.textinputLabel {
    font-size: 1.2em;
    font-family: 'lato';
    display: block;
}

.checkboxLabel {
    display: inline-block;
    padding-right: 0.6em;
    font-size: 1.2em;
    font-family: 'lato';
    margin-top: 1em;
}

.dot {
    display: inline-block;
    width: 10%;
}

input:not([type=checkbox]), select, textarea {
    font-size: 1em;
    font-family: 'lato';
    font-style: italic;
    width: 100%;
    background-color: #F3F3F3;
    padding: 7px;
}





.page {
    text-align: center;
    margin-bottom: 20px;
}

    .page img {
        display: inline;
    }

.roundedButton {
    border-color: #C8C8C8;
    border: 1px;
    border-style: solid;
    text-align: center;
    font-family: 'lato';
    font-size: 1.2em;
    font-weight: bold;
    padding: 20px;
    border-radius: 45px;
    margin: 15px;
    width: 80%;
    margin-left: 10%;
}

.changePhaseRow {
    margin-top: 15px;
}

.changePhaseButton {
    display: inline-block;
    width: 45%;
    margin-left: 1%;
    margin-right: 1%;
}



.orangeButton {
    background-color: #E67C07;
    padding: 10px;
    cursor: pointer;
}

.letter {
    width: 25%;
    margin-top: 20px;
}

.inputWithLabel {
    width: 80%;
    margin-left: 10%;
}

    .inputWithLabel label {
        text-align: left;
    }
.star {
    display: inline;
}
    .star .checked {
    
    
    }


.alingCenter {
    display: flex;
    justify-content: center;
    align-items: center
}

.offerSentPage img {
    display: inline;
    width: 20%;
    padding-top: 71px;
}

.offerSentPage {
    text-align: center;
    font-family: "lato";
}

    .offerSentPage h1 {
        font-size: 1.9em;
        font-weight: bold;
    }

.errors {
    color: red;
    font-weight: bold;
}

.planSavingModal {
    text-align: center;
}

.downloadImageButton {
    display: block;
}
