﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
/*select,*/
textarea {
    max-width: 280px;
}

.standard-top-padding{
    padding-top: 80px;
}

/************************************************************************************
                                    MAIN CSS
************************************************************************************/
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif !important;
}

#main-logo {
    background-repeat: no-repeat;
    cursor: pointer;
}

.conservice-blue-bg {
    background: #00396B;
}

.conservice-green-bg {
    background: #B2CD48;
}

.conservice-light-blue-bg {
    background: #89A0BB;
}

.conservice-gray-bg {
    background: #7A7A80;
}

.conservice-blue {
    color: #004A89;
}

.conservice-green {
    color: #B2CD48;
}

.conservice-light-blue {
    color: white;
}

.error {
    color: #ad3232;
}

.conservice-jumbotron {
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.75);
    margin-top: 20px;
    background: rgba(144, 175, 211, 0.88);
}

.conservice-header {
    height: 86px;
    width: auto;
    padding-top: 10px;
    background: #326295;
}

.energy-background {
    background-image: url(../Images/zoom-20054682-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.white {
    color: white;
}

.curly_brackets {
    font-size: 2.0em;
}

.maxheight {
    min-height: 630px;
}

.content {
    height: 120%;
    overflow: auto;
}

.phone-number {
    font-size: 20px;
}

.conservice-banner-font {
    font-size: 1.4em;
    padding-bottom: 50px;
}

.conservice-head {
    font-size: 2em;
}

.conservice-btn-right {
    margin-top: 5px;
}

.conservice-pd-bottom {
    padding-bottom: 20px;
}

.marg20 {
    margin-top: 60px;
}

.bubble {
    position: relative;
    width: 98%;
    height: 500px;
    padding: 10px;
    background: #E2E2E2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 10px;
}

    .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 15px 15px 0;
        border-color: #E2E2E2 transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -15px;
        left: 325px;
    }

.FirstLinkGroup {
    margin-left: 0px !important;
}


.btn-border {
    border: solid 1px rgba(144, 175, 211, 0.88);
}

.step-non-selected {
    text-align: center;
    font-size: 2.0em;
    color: #E2E2E2;
    background: #89a0bb;
    border: 3px solid #E2E2E2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.step-selected {
    text-align: center;
    font-size: 2.0em;
    color: #E2E2E2;
    background: #2C2D49;
    border: 2px solid #89a0bb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.conservice-border-right {
    border-right: 3px solid #89a0bb;
}

.item {
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 600px;
}

    .item img {
        visibility: hidden;
    }


.login-header {
    color: #FFF;
    text-align: center;
    background: #326295;
    height: 35px;
    padding-top: 2px;
    font-size: 1.7em;
}

.ui-widget-header {
    background: #2C2D49 !important;
}

.ui-dialog {
    z-index: 100 !important;
}

.btn-primary {
    color: #fff;
    background-color: #00396B;
    border-color: #222339;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #b2cd48;
        border-color: #0b0c13;
    }

#btn_login {
    margin-top: 10px;
    margin-bottom: 10px;
}

#btnLoading {
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-box {
    display: block;
    overflow: auto;
    width: 50%;
    min-width: 280px;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px white;
    background-color: rgba(0, 0, 0, .67);
    color: white;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .login-box {
        text-align: center;
    }
}

@media only screen and (min-width: 776px) and (max-width: 1200px) {
    .login-box {
        text-align: center;
    }

    .g-recaptcha {
        width: 304px;
        margin: 0 auto;
    }
}

.content-container {
    position: relative;
}

.carousel-position,
.form-position {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.form-position {
    z-index: 10;
}

.spacing-top {
    margin-top: 2%;
}

.maintenance-spacing-top {
    margin-top: 0%;
}

.maintenance-spacing-bottom {
    margin-bottom: 5%;
}
/************************************************************************************
                                    Mobile
************************************************************************************/
@media only screen and (max-width: 776px) {
    #utilties_info {
        display: none;
    }

    #phone_contact {
        display: none;
    }

    #myCarousel {
        display: none;
        width: 480px;
    }

    #footer {
        display: none;
    }

    .copyright {
        display: none;
    }
    /*#logo_wyse {
        background: none !important;
    }*/

    .login-box {
        width: 100%;
        text-align: center;
    }

        #login_form {
            min-height: 480px;
            position: absolute;
            top: 0px !important;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            width: 90%;
        }

        .maintenance-spacing-top {
            margin-top: 5%;
        }

        .spacing-top {
            margin-top: 8%;
        }
    #main-logo {
        margin-top: 5px;
        background-repeat: no-repeat;
        cursor: pointer;
        max-width: 100%;
    }

    .g-recaptcha {
        width: 243px;
        margin: 0 auto;
        transform: scale(0.8) !important;
        transform-origin: -10px 0 !important;
    }
}



.footer_inner {
    height: auto;
}

#footer-navigation {
    margin-top: 0;
}

    #footer-navigation li {
        float: left;
        list-style-type: none;
        /*
	    margin:0 2%;
	    width: 16%;
        max-width: 185px;
        margin: 0 70px 0 0;
        */
    }

    #footer-navigation .markets {
        /*width: 25%;*/
    }

    #footer-navigation .submetering {
        /*width: 25%;*/
    }

    #footer-navigation .contact {
        /*width: 25%;*/
    }

    #footer-navigation .property {
        /*width: 25%;*/
    }

    #footer-navigation .residents {
        /*width: 25%;*/
        margin-right: 0;
    }


    #footer-navigation li:first-child {
        /*margin-left: 0;*/
    }

    #footer-navigation li:last-child {
        /*margin-right: 0;*/
    }

    /*#footer a, #footer, #footer-navigation li a, #footer-navigation li h5 {
        color: #fff;
        text-transform: uppercase;
    }*/

    #footer-navigation a {
        font-size: 10px;
    }

    #footer-navigation li h5 {
        font-weight: bold;
        font-size: 12px;
        margin-top: 15px;
    }

    #footer-navigation li li {
        float: none;
    }

    #footer-navigation, #footer-navigation ul {
        padding: 0;
    }

        #footer-navigation, #footer-navigation li ul {
            width: 100%;
            font-size: 12px;
        }

.list-inline li {
    float: left;
    list-style-type: none;
    padding: 2px 5px;
}

.singleline li {
    line-height: 10px;
    overflow: hidden;
    padding: 4px 10px;
}

.footer-center li.border-right {
    border-right: 2px solid #fff;
}

.footer-center {
    clear: both;
    margin: 0 auto;
    width: 345px;
    max-width: 100%;
    margin-top: 15px;
    overflow: auto;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}

    .footer-center.social {
        width: 198px;
        text-align: center;
    }

    .footer-center a, .footer-center {
        color: #fff;
        font-size: 11px;
    }

img.left {
    float: left;
    margin: 0 10px 10px 0;
}

img.right {
    float: right;
    margin: 0 0 10px 10px;
}

/*#sub-footer {
    background: #2e2e4a;
    color: #fff;
    margin: 20px 0 0 0;
    padding: 0;
    padding-top: 30px;
    text-shadow: none;
}*/

.widget {
    color: white;
}


/*Footer*/
body {
    font-family: 'Raleway', sans-serif;
}

footer {
    background-color: #04305b;
    padding: 35px 0px 35px 0px;
}

    footer ul {
        list-style: none;
        margin: 0 auto;
        display: inline-block;
        padding-top: 10px;
    }

        footer ul li {
            float: left;
        }

            footer ul li a {
                color: #b1aca1;
                padding: 20px;
            }

                footer ul li a:hover {
                    color: #7dabdb;
                    text-decoration: none;
                }

    footer a:hover {
        color: #7dabdb !important;
        text-decoration: none;
    }

.footer-top {
    padding-bottom: 43px;
}

    .footer-top .fa {
        font-size: 18px;
        color: #FFF;
        padding-right: 10px;
    }

    .footer-top a {
        color: #FFF;
        text-decoration: none;
    }

    .footer-top .col-lg-2:hover .fa, .footer-top .col-lg-2:hover a {
        color: #7dabdb;
    }

.copyright {
    background-color: #384756;
}

    .copyright p {
        font-size: 12px;
        padding: 15px 0 10px 0;
    }

.footer-bottom {
    margin-top: 25px;
}

    .footer-bottom a {
        color: white;
    }

.btn-facebook {
    background-color: #405595;
    color: white;
}

    .btn-facebook:hover {
        background-color: #4a5d96;
        color: white !important;
    }

.btn-twitter {
    background-color: #59A7EB;
    color: white;
}

    .btn-twitter:hover {
        background-color: #68ade8;
        color: white !important;
    }

.btn-linkedin {
    background-color: #177DC7;
    color: white;
}

    .btn-linkedin:hover {
        background-color: #437fab;
        color: white !important;
    }

.btn-insta {
    background-color: #315C84;
    color: white;
}

    .btn-insta:hover {
        background-color: #437fab;
        color: white !important;
    }

.btn-tube {
    background-color: #F03530;
    color: white;
}

    .btn-tube:hover {
        background-color: #f55853;
        color: white !important;
    }

.pad {
    margin: 2px;
}

hr {
    border: 0 !important;
    height: 1px !important;
    background-image: linear-gradient(to right, rgba(135, 134, 134, 0.00), white, rgba(135, 134, 134, 0.00));
}

.select {
    width: 50%;
    height: 35px;
    text-align: center;
    margin: 15px auto;
}

.wysenavbar-inverse {
    background-color: #003A70;
    border-color: #141d25;
}

.wyseContentBody {
    margin-top: 10vh;
}

/*--------------------wyse Footer-------------------*/
.wyse-nb-footer {
    background: $Footer-Blue;
    margin-top: 60px;
    padding-bottom: 30px;
}

    .wyse-nb-footer .footer-single {
        margin-top: 30px;
    }

    .wyse-nb-footer .footer-title {
        display: block;
        margin: 10px 0 25px 0;
        border-bottom: 1px dotted #e4e9f0;
    }

    .wyse-nb-footer .footer-single a {
        text-decoration: none;
    }

    .wyse-nb-footer .footer-single h2 {
        color: #eee;
        font-size: 18px;
        font-weight: 200;
        display: inline-block;
        border-bottom: 2px solid #74bc1b;
        padding-bottom: 5px;
        margin-bottom: -2px;
    }

    .wyse-nb-footer .footer-single li {
        border-top: solid 1px #585858;
    }

        .wyse-nb-footer .footer-single li:first-child {
            border-top: none;
        }

        .wyse-nb-footer .footer-single li a {
            color: #979797;
            font-size: 12px;
            padding: 6px 0px;
            display: block;
            transition: all 0.4s ease-in-out;
        }

            .wyse-nb-footer .footer-single li a:hover {
                color: #74bc1b;
            }

                .wyse-nb-footer .footer-single li a:hover i {
                    color: #74bc1b;
                }

    .wyse-nb-footer .dummy-logo {
        margin-top: 11px;
        padding-bottom: 9px;
    }

        .wyse-nb-footer .dummy-logo .icon {
            margin-right: 10px;
            border-radius: 20px;
            margin-top: 24px;
        }

    .wyse-nb-footer .brand {
        /*background: #74bc1b;*/
    }

    .wyse-nb-footer .dummy-logo i {
        font-size: 50px;
        color: #fff;
        padding: 5px;
    }

    .wyse-nb-footer .dummy-logo p {
        color: #999;
        font-size: 12px;
    }

    .wyse-nb-footer .dummy-logo h2 {
        font-size: 24px !important;
        border-bottom: none;
        color: #dadada;
        padding: 5px 0;
    }

    .wyse-nb-footer .btn-footer {
        border: 1px solid #74bc1b;
        margin-top: 10px;
        color: #999;
    }

        .wyse-nb-footer .btn-footer:hover {
            background: #74bc1b;
            color: #fff;
            transition: all 0.4s ease-in-out;
        }

    .wyse-nb-footer .useful-links li a {
        text-transform: uppercase;
    }

    .wyse-nb-footer .footer-project a {
        font-size: 13px;
    }

    .wyse-nb-footer .footer-project img {
        margin-bottom: 20px;
        border: 1px solid #666;
        border-radius: 6px;
        padding: 1px;
        opacity: 0.7;
        transition: all 0.4s ease-in-out;
    }

        .wyse-nb-footer .footer-project img:hover {
            opacity: 1.0;
            cursor: pointer;
        }

    .wyse-nb-footer .footer-project .footer-title {
        margin-top: 0;
    }

    .wyse-nb-footer .footer-single p, .footer-single address {
        color: #979797;
        font-size: 14px;
        margin-top: 5px;
        line-height: 22px;
    }


.nb-copyright {
    background: #11171d;
    padding-bottom: 10px;
}

    .nb-copyright .copyrt {
        margin-top: 22px;
        font-size: 14px;
    }

        .nb-copyright .copyrt a {
            color: #74bc1b;
        }

    .nb-copyright .footer-social {
        margin-top: 10px;
    }

        .nb-copyright .footer-social a {
            padding: 5px 10px;
            color: #999 !important;
            border: 1px solid #333;
            margin-top: 10px;
            font-size: 20px;
            border-radius: 5px;
            transition: all 0.4s ease-in-out;
        }

            .nb-copyright .footer-social a:hover {
                background: #74bc1b !important;
                color: #fff !important;
            }

    .nb-copyright .footer-social {
        padding: 5px 14px;
    }

.baseTitleBar {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 14px;
    color: white;
    background: url(../../Images/Cards/header-blue-xl.png) no-repeat;
    min-height: 45px;
    border-radius: 4px;
    font-size: 1.3em;
    /*color: #fff;
  background: url(../../Images/Cards/header-blue.png) no-repeat;
  margin-top: -10px;
  text-align: center;
  border-radius: 4px;*/
}