﻿/***************************************************************************************
    Calculator Page
****************************************************************************************/
.showHelperTitle {
    float: right;
    padding-right: 50px;
    color: #009DE0;
}

.showHelperTitlePopUp {
    float: right;
    padding-right: 50px;
    color: #009DE0;
}

.customWidth > input[type='checkbox'] {
    width: 15% !important;
}

.customWidth > input[type='text'] {
    width: 85% !important;
}

.popup-label {
    width: 160px !important;
}

.popup-zip {
    width: 150px !important;
    padding: 0 20px 0 20px !important;
}

.popup-city {
    width: 220px !important;
    padding: 0 20px 0 20px !important;
}

.popup-street {
    width: 350px !important;
    padding: 0 20px 0 20px !important;
}

.customWidth {
    width: 51% !important;
}

    .customWidth > select {
        width: 91% !important;
    }

    .customWidth > input {
        width: 91% !important;
    }

#calculator-wrapper {
    width: 1024px;
    height: 748px;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
}

    #calculator-wrapper .title {
        width: 512px;
        height: 62px;
        text-align: center;
        position: relative;
        background-color: #1F1F1F;
    }

        #calculator-wrapper .title span.title {
            position: relative;
            top: 15px;
            font-size: 28px;
            font-weight: bold;
            color: #FFFFFF;
            -ms-text-shadow: none;
            text-shadow: none;
            margin-left: -68px;
        }

    #calculator-wrapper div.loading-div {
        position: absolute;
        left: 0;
        top: 0;
        width: 512px;
        height: 748px;
    }

.calcInputText.error {
    border: 1px solid #EA6F76 !important;
    border-color: rgba(236, 82, 91, 0.8);
}

select.error {
    border: 1px solid #EA6F76 !important;
    border-color: rgba(236, 82, 91, 0.8);
    border-radius: 3px;
}

.search.ui-autocomplete-input.calcInputAutocomp.error {
    border: 1px solid #EA6F76 !important;
    border-color: rgba(236, 82, 91, 0.8);
    border-radius: 3px;
}

.calcInputGroup {
    border-bottom: 1px solid #C8C7CC;
    margin-bottom: 15px;
}

.calcInputLabel {
    color: #009DE0;
    font-size: 15px;
    text-shadow: none;
    display: block;
    margin: 5px 0 0 0;
}

.calcCheckboxLabel {
    color: #009DE0;
    font-size: 15px;
    text-shadow: none;
}

.calcDropDownLabel {
    color: #009DE0;
    font-size: 15px;
    text-shadow: none;
    display: block;
    margin: 5px 0 0 2px;
}

.calcInputCheckBox {
    width: 75px;
    height: 30px;
}

.calcInputText {
    line-height: 2.4em;
    width: 95%;
    vertical-align: middle;
    font-weight: normal;
    display: inline-block;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #E7E7E7;
    background-color: #E7E7E7 !important;
}

.calcInputAutocomp {
    width: 90% !important;
    border: none;
    background: none;
    font-size: 16px;
    line-height: 1.4em;
    min-height: 1.4em;
    padding-bottom: 5px;
}

.calcAutocompDiv {
    border: none;
    width: 97%;
}

.getOfferDiv {
    float: right;
    margin-right: 245px;
    margin-bottom: 15px;
}

.labelFloatLeft {
    float: left;
}

/***************************************************************************************
    Calculator Right Side
****************************************************************************************/
#calculator-list {
    width: 512px;
    height: 686px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #E7E7E7 !important;
    position: absolute;
    z-index: 99;
}

    #calculator-list .topBtnLst {
        width: 512px;
        height: 95px;
        position: relative;
    }

        #calculator-list .topBtnLst ul {
            width: 742px;
            margin: 0 0 0 12px;
            position: absolute;
            top: 10px;
            left: 12px;
            list-style-type: none;
        }

            #calculator-list .topBtnLst ul li {
                float: left;
                margin: 2px;
                height: 75px;
                width: 150px;
                position: relative;
                cursor: pointer;
                background: #EFEFEF;
                background-image: linear-gradient( #EFEFEF, #DBDBDB );
                border-radius: .3em;
                color: #459FE5;
            }

                #calculator-list .topBtnLst ul li.active a {
                    color: #FFFFFF;
                }

    #calculator-list .topBtn {
        font-size: 30px;
        padding-left: 10px;
        padding-top: 10px;
    }

    #calculator-list .topBtnLabel {
        position: absolute;
        bottom: 10px;
        right: 12px;
        font-size: 12px;
        font-weight: bold;
        color: #767676;
        text-shadow: none;
    }

    #calculator-list .topBtnLst ul li.active {
        float: left;
        margin: 2px;
        height: 75px;
        width: 155px;
        position: relative;
        cursor: pointer;
        background: #459FE5;
        background-image: linear-gradient( #459FE5, #0B79C0 );
        border-radius: .3em;
        color: #FFFFFF !important;
    }

        #calculator-list .topBtnLst ul li.active a span {
            color: #FFFFFF !important;
        }

    #calculator-list input[type="text"].search {
        background: url("Images/ios7-input-search.png") no-repeat center right 10px !important;
        box-sizing: border-box;
        padding-right: 35px;
    }

    #calculator-list select {
        margin: 0 0 0 12px;
        -webkit-appearance: none;
        background: url("Images/ios7-input-next.png") no-repeat center right 10px !important;
        height: 25px;
        box-sizing: border-box;
        padding: 0 35px 0 0;
        border: none;
        min-height: 1.4em;
        font-size: 16px;
        line-height: 1.4em;
    }

/****************************************************************************************
	Calculator Left Side
****************************************************************************************/
#calculator-calculatordata {
    width: 512px;
    height: 748px;
    overflow-x: scroll;
    overflow-y: scroll;
    background: transparent url('Images/contact-bg.png') 0 0 repeat-y;
    position: absolute;
    z-index: 100;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translate3d(512px, 0, 0);
    -moz-transform: translate3d(512px, 0, 0);
    -ms-transform: translate3d(512px, 0, 0);
    -o-transform: translate3d(512px, 0, 0);
    transform: translate3d(512px, 0, 0);
}

calculator-calculatordata div.title {
    width: 512px;
    height: 62px;
    text-align: center;
    background: #1F1F1F;
    position: relative;
}

#calculator-calculatordata .title span.title {
    color: #fff;
    -ms-text-shadow: none;
    text-shadow: none;
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    top: 15px;
    left: 15px;
    max-width: 400px;
    max-height: 35px;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    #calculator-calculatordata .title span.title.active {
        left: 65px;
    }

/****************************************************************************************
    Third pages
****************************************************************************************/
#calculator-calculator-sub {
    width: 512px;
    height: 748px;
    overflow: hidden;
    background: transparent url('Images/contact-bg.png') 0 0 repeat-y;
    position: absolute;
    z-index: 101;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translate3d(1024px, 0, 0);
    -moz-transform: translate3d(1024px, 0, 0);
    -ms-transform: translate3d(1024px, 0, 0);
    -o-transform: translate3d(1024px, 0, 0);
    transform: translate3d(1024px, 0, 0);
}

    #calculator-calculator-sub.left {
        -webkit-transform: translate3d(512px, 0, 0);
        -moz-transform: translate3d(512px, 0, 0);
        -ms-transform: translate3d(512px, 0, 0);
        -o-transform: translate3d(512px, 0, 0);
        transform: translate3d(512px, 0, 0);
    }

    #calculator-calculator-sub #calculator-calculator-sub-data {
        width: 512px;
        height: 748px;
        overflow-x: hidden;
        overflow-y: hidden;
    }

        #calculator-calculator-sub #calculator-calculator-sub-data > div.content {
            width: 512px;
            height: 686px;
            overflow-x: hidden;
            overflow-y: auto;
        }

#calculator-calculator-sub-data h2 {
    font-size: 17px;
    margin: 10px 10px 10px 25px;
}

#calculator-calculator-sub-data div.title {
    width: 512px;
    height: 62px;
    position: relative;
    background-color: #1F1F1F;
}

    #calculator-calculator-sub-data div.title .menu-prev-icon {
        display: none;
    }

    #calculator-calculator-sub-data div.title span.title {
        color: #fff;
        -ms-text-shadow: none;
        text-shadow: none;
        position: absolute;
        font-size: 28px;
        font-weight: bold;
        top: 15px;
        left: 15px;
    }

    #calculator-calculator-sub-data div.title .add-icon, #calculator-calculator-sub-data div.title .edit-icon {
        position: absolute;
        right: 11px;
        top: 9px;
    }

#calculator-calculator-sub-data .key-value-list {
    margin: 10px 25px 0 25px;
}
