﻿.modal-dialog {
    margin-top: 15%;
    text-align: center;
    padding: 45px;
}

.fasttrack {
    display: none;
}

.GoLive {
    display: none;
}

sup {
    vertical-align: baseline;
    font-size: medium;
}

#mobilesize {
    display: none;
}

#NoneMobile {
    display: block;
}

.AddressSection {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

div.AddressHeader {
    line-height: 45px;
    vertical-align: middle;
    font-weight: 700;
    text-align: center;
    color: #2C793D;
    font-size: 19.5px !important;
}

div.forminstruction {
    text-align: left;
    margin-bottom: 15px;
    color: rgb(85,85,85);
    font-size: 16px;
}

div.subheader {
    font-size: 14px !important;
    background: #428bca;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    margin-bottom: 5px;
}

div.header {
    font-size: 19.5px !important;
    background: #428bca;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    margin-bottom: 5px;
}

.subMessage {
    font-weight: 600;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
}

div.genetext {
    color: rgb(85,85,85);
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}

.LoginText {
    margin-top: 10px;
    margin-left: 30%;
    margin-right: 30%;
}

.leftText {
    color:#2C793D;
}

.LoginText2 {
    margin-top: 10px;
    margin-left: 15%;
    margin-right: 15%;
}

WelcomeText {
    text-align: center;
    margin-top: 10px;
    margin-left: 15%;
    margin-right: 15%;
    padding-bottom: 15px;
}

.leftsearch {
    font-size: 15px;
    font-weight: bold;
}

.LoginStatus {
    display: none;
}

.navbar-inverse {
    display: block;
    position: relative;
}

.active, a.active {
    /*background:darkgray !important;*/
    color: #ED7D28 !important;
    font-weight: 700;
    font-size: 15px !important;
}

.navbar-static-top {
    margin: 0px !important;
    border: 0px !important;
}

@media (min-width: 768px) {
    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
}

.col-2 {
    width: 16.66%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

input[type='radio'], input[type='checkbox'] {
    margin: 4px;
    vertical-align: middle;
    line-height: 20px;
}

@media all and (min-width: 1024px) and (max-width: 1024px) {



    .nav > li > a {
        font-size: 10px;
        padding: 13px;
    }
}


@media all and (min-width: 320px) and (max-width: 767px) {

    .LoginText, .LoginText2, .WelcomeText {
        margin: 0px;
        padding: 0px;
        text-align: justify;
        margin-top: 15px;
    }

    #navbarMenuButton {
        display: block;
    }


    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        background: #C0C0C0 !important;
        color: #fff !important;
        min-height: 50px;
        vertical-align: middle;
        font-weight: bold;
    }

    .lbmts_estimateddateofinstallation {
        display: none;
    }

    .lbmts_installeddate {
        display: none;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff !important;
        display: block;
        position: relative;
        border-right: 1px solid #d3d3d3;
        background: #428bca linear-gradient(to bottom, rgba(36, 139, 202, 0.4) 0%, transparent 100%) !important;
        font-weight: bold;
        text-align: center;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            background: #2C793D !important;
        }

    .navbar-toggle {
        background: #C0C0C0 !important;
        text-align: center !important;
    }

    .btn-default {
        background: #428bca;
        color: #fff;
        border-radius: 0px;
        width: 100%;
    }

    #mobilesize {
        display: block;
    }

    #NoneMobile {
        display: none;
    }
}

.LockDownCss {
    pointer-events: none;
}

@media only screen and (min-width: 320px) and (max-width: 812px) {
    .col-md-3, .col-md-2, .col-2 {
        width: 100%;
    }

    .btn-warning, .btn-primary, .btn-success, .btn-primary-green {
        float: left;
        min-width: initial;
    }

    .navbar-fixed-top {
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .btn-warning, .btn-primary, .btn-success, .btn-primary-green {
        float: left;
    }
}


/*/* fixed ipad prod label */
@media only screen and (min-width: 1024px) and (max-width: 1366px) {

    label {
        font-weight: 500 !important;
        font-size: 12px;
        padding: 0px !important;
        margin: 0px !important;
        vertical-align: middle;
    }

    .col-md-3, .col-md-2 {
        float: left;
    }

    .col-md-3 {
        width: 25%;
    }

    #qty, #HVA, #existingbrand, #efficientbrand, #CapacityID, #Premise, #mtswatts, #mtsnewwatt {
        font-size: 12px;
    }

    .col-md-2 {
        width: 16.66%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    body {
        font-size: 12px;
    }
}
/*/* Larger Modal */
.modal-large {
    width: 40vw !important;
}

#btnAccount {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.text-box {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.fontsize15px {
    font-size: 15px;
}

.fontweightbolder {
    font-weight: bolder
}

.colorwhite {
    color: #fff;
}
.modal-lg {
    background: rgba(0, 0, 0, 0.7)
}