/* custom css */
/* Engie 2017 */

html {
    min-height: 100%;
    position: relative;
}

body {
    font-family: 'Clan W01 Book', 'Helvetica Neue', helvetica, arial, sans-serif;
    padding-top: 0px;
    background-color: #f6f6f6;
    /* position: relative; */
    height: 100%;
    /*margin-bottom: 100px;*/
}

/* sidenav stuff */
.side-nav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

.eng-side-nav {
    background-color: #005A78;
    color: #fff;
}

    .eng-side-nav li > a {
        color: #fff;
        text-decoration: none;
    }

.side-close {
    padding: 10px 10px 0 0;
    text-align: right;
    cursor: pointer;
}

/* end of sidenav stuff */


.eng-bg-container {
    background: url('../img/bg_1920.jpg') no-repeat center center;
    background-attachment: fixed;
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
}

.eng-home-container {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 100px;
}

.parallax-container {
    height: 1200px;
}

.custom-parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.custom-parallax img {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.eng-dashboard-container {
    padding: 0;
}

.eng-container {
    /* add padding to put below header */
    padding: 60px 0 0 0;
}


header {
    /* font-size:1.4rem; */ /* this makes all text in header bigger */
    left: 0;
    margin: auto;
    max-width: 1360px;
    right: 0;
    width: 100%;
    z-index: 3;
    position: fixed;
    padding: 20px 20px 0 20px;
    background-color: #00aaff;
}

    header.dashboard {
        background-color: transparent;
        overflow: hidden;
    }

    header.docked, header.bv {
        background: #00aaff;
        position: fixed;
        transition: 0.4s;
        top: 0;
    }

    header h1 {
        display: inline-block;
        margin: 0 0 12px 0;
        padding: 0;
    }

        header h1#logo {
            font-size: 2rem;
        }


    header.docked #logo, header.bv #logo {
        transition: none;
        max-width: 98px;
    }

    header.docked img, header.bv img {
        max-width: 98px;
        height: auto;
    }

    header .header-links {
        display: -ms-flexbox;
        display: flex;
        float: right;
    }

    header .direct-link {
        left: auto;
        line-height: 1;
        position: relative;
        top: 12px;
        padding-top: 0;
        float: none;
        right: 0;
    }

        header .direct-link a {
            text-transform: uppercase;
            font-size: .6875em;
            color: #fff;
            text-decoration: none;
            display: inline;
        }


            header .direct-link a:after {
                content: '|';
                margin-left: 5px;
                position: relative;
                top: -1px;
            }

            header .direct-link a:last-of-type:after {
                content: '';
            }

#menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    margin: auto;
    max-width: 1360px;
    width: 100%;
}


header #menu-btn-old {
    border-radius: 20px;
    cursor: pointer;
    height: 34px;
    position: relative;
    top: 11px;
    margin-left: 20px;
    padding-top: 9px;
    text-align: center;
    border: 1px solid #fff;
    width: 105px;
    top: 0;
    color: #fff;
}

header #menu-btn {
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    top: 11px;
    margin-left: 20px;
    padding: 8px 20px 4px 20px;
    text-align: center;
    border: 1px solid #fff;
    top: 0;
    color: #fff;
}

    header #menu-btn span:last-child {
        border-bottom: 1px solid #fff;
        display: inline-block;
        position: relative;
        top: -5px;
        width: 15px;
    }

    header #menu-btn span:first-child {
        display: inline;
        margin-right: 10px;
    }

    header #menu-btn span:last-child:before, header #menu-btn span:last-child:after {
        background: #fff;
        content: '';
        display: inline-block;
        height: 1px;
        left: 0;
        position: absolute;
        top: -4px;
        width: 15px;
    }

    header #menu-btn span:last-child:after {
        top: 4px;
    }



/* pageheader stuff */
.eng-pageheader {
    color: #ffffff;
    font-size: 36px;
    align-items: center;
    padding: 0 15px;
    width: 60%;
    position: relative;
    display: flex;
    height: inherit;
    background-color: rgba(68, 39, 110, 0.5);
    z-index: 0;
}

    .eng-pageheader h2 {
        font-size: 2.5rem;
        font-family: 'Clan W01 Medium', 'Helvetica Neue', helvetica, arial, sans-serif;
    }

        .eng-pageheader h2:before {
            content: '';
            display: block;
            background: #fff;
            border-radius: 3px;
            display: block;
            height: 3px;
            width: 70px;
            margin: 0 0 10px 0;
        }

        .eng-pageheader h2:after {
            content: '';
            display: block;
            background: #fff;
            border-radius: 3px;
            display: block;
            height: 3px;
            width: 70px;
            margin: 10px 0 0 0;
        }

/* end of pageheader */

.eng-main {
    width: 100%;
    margin: auto;
    padding: 0 20px 0 20px;
}

.hero {
    background: url('../img/bg_1380_60.jpg') no-repeat center -300px;
    height: 300px;
    margin-left: -20px;
    margin-right: -20px;
}

footer {
    height: 100px;
    bottom: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #f6f6f6;
}


nav,
.navbar-default,
.container, .container-fluid {
    width: 95%;
    margin: 0 auto;
    background-color: transparent;
}



a.white {
    color: #ffffff;
    text-decoration: none;
}

a {
    color: #E62D87;
    text-decoration: underline;
}


.home-logo img {
    width: 240px;
    height: 82px;
}

.intro {
    padding-left: 0px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 1.25rem !important;
}

.intro-panel {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .intro-panel > h1 {
        color: #ffffff;
        padding-left: 0px;
        margin-left: 0px;
        font-size: 3.5rem;
        font-family: 'Clan W01 Medium', 'Helvetica Neue', helvetica, arial, sans-serif;
    }


h1.home-page-title:before {
    content: '';
    display: block;
    background: #fff;
    border-radius: 6px;
    display: block;
    height: 5px;
    width: 100px;
    margin: 0 0 15px 0;
}

h1.home-page-title:after {
    content: '';
    display: block;
    background: #fff;
    border-radius: 3px;
    display: block;
    height: 5px;
    width: 100px;
    margin: 15px 0 0 0;
}

h1.home-page-title-old:before {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    left: 15px;
    width: 100px;
    height: 4px;
    max-width: 100%;
    content: "_";
    border-radius: 6px;
    background: #ffffff;
    top: 0;
}

h1.home-page-title_old:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    left: 15px;
    width: 100px;
    height: 4px;
    max-width: 100%;
    content: "_";
    border-radius: 6px;
    background: #ffffff;
    bottom: 0;
}

.eng-login {
    background-color: #ffffff;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
    border-radius: 0px;
    border: 0px;
}

.eng-login-form {
    padding-bottom: 8px;
}

.eng-login > h2 {
    font-family: 'Clan W01 News', 'Helvetica Neue', arial, sans-serif;
    text-align: left;
    color: #555555;
    font-size: 28px;
    padding-left: 15px;
    padding-bottom: 15px;
}

    .eng-login > h2:before {
        content: '';
        display: block;
        background: #000;
        border-radius: 3px;
        display: block;
        height: 4px;
        width: 55px;
        margin: 0 0 10px 0;
    }

.eng-btn-login, .eng-btn-search, .eng-btn-register, .eng-btn-activate, .eng-btn-submit {
    /*width: 100%;*/
    background-color: #E62D87;
    color: #ffffff;
    line-height: 20px
}

    .eng-btn-login:hover, .eng-btn-search:hover, .eng-btn-register:hover, .eng-btn-activate:hover, .eng-btn-submit:hover {
        /*width: 100%;*/
        background-color: #005a78;
        color: #ffffff;
    }

.eng-register {
    background-color: #ffffff;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
    border-radius: 0px;
    border: 0px;
}

.eng-register-form {
    padding-bottom: 8px;
}

.eng-register > h2 {
    font-family: 'Clan W01 News', 'Helvetica Neue', arial, sans-serif;
    text-align: left;
    color: #555555;
    font-size: 28px;
    padding-left: 15px;
    padding-bottom: 15px;
}

    .eng-register > h2:before {
        content: '';
        display: block;
        background: #000;
        border-radius: 3px;
        display: block;
        height: 4px;
        width: 55px;
        margin: 0 0 10px 0;
    }

.eng-logout {
    background-color: #ffffff;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
    border-radius: 0px;
    border: 0px;
}

.eng-logout-form {
    padding-bottom: 8px;
}

.eng-logout > h2 {
    font-family: 'Clan W01 News', 'Helvetica Neue', arial, sans-serif;
    text-align: left;
    color: #555555;
    font-size: 28px;
    padding-left: 15px;
    padding-bottom: 15px;
}

    .eng-logout > h2:before {
        content: '';
        display: block;
        background: #000;
        border-radius: 3px;
        display: block;
        height: 4px;
        width: 55px;
        margin: 0 0 10px 0;
    }

.eng-wide {
    background-color: #ffffff;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
    border-radius: 0px;
    border: 0px;
}

.eng-wide-form {
    padding-bottom: 8px;
}

.eng-wide > h2 {
    font-family: 'Clan W01 News', 'Helvetica Neue', arial, sans-serif;
    text-align: left;
    color: #555555;
    font-size: 28px;
    padding-left: 15px;
    padding-bottom: 15px;
}

    .eng-wide > h2:before {
        content: '';
        display: block;
        background: #000;
        border-radius: 3px;
        display: block;
        height: 4px;
        width: 55px;
        margin: 0 0 10px 0;
    }

.eng-panel {
    padding: 20px !important;
}

.engie-nav {
    background-color: none;
    min-height: 50px;
    margin-bottom: 0px;
    color: #ffffff;
}

.navbar-default .engie-navbar-nav > li > a {
    color: #ffffff;
}

.engie-nav a {
    color: #ffffff;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    background-color: transparent;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        /* background-color: #ffffff; */
        color: #ffffff !important;
    }

        .navbar-default .navbar-toggle:hover > .icon-bar,
        .navbar-default .navbar-toggle:focus > .icon-bar {
            background-color: #00AAFF;
        }

.navbar-brand {
    padding-top: -10px;
    margin: -10px;
}

ul.nav a {
    text-decoration: none;
}

ul.nav li i {
    font-size: 1.2em;
    padding-right: 12px;
}

ul.engie-navbar-nav > li > a:hover {
    background-color: #00AAFF !important;
    color: #ffffff !important;
}

.eng-apps {
    padding: 0 20px 0 20px;
    margin-bottom: 0;
}

.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.flex-item {
    flex: 1 1 0;
}

.app {
    padding: 0 8px 8px 0 !important;
    flex: 2 1 0;
}

.appbox {
    background-color: #00AAFF;
    padding: 20px;
    color: white;
    transition: 0.5s background-color;
    height: 100%;
    min-height: 260px !important;
}

.app-wrap {
    display: flex;
    flex-direction: column;
}

.appbox a {
    color: #fff;
    text-decoration: none;
}

.appbox:hover,
.appbox:focus {
    text-decoration: none;
    background-color: #005A78;
}

    .appbox:hover > .row > .app-logo h1 {
        -webkit-text-fill-color: white;
    }

.appbox h1 {
    text-align: left;
    font-size: 120px;
    color: white;
    -webkit-text-fill-color: #00AAFF;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    -webkit-transition: 2s -webkit-text-fill-colorr;
    transition: 2s -webkit-text-fill-color;
}

.app-logo {
    order: 1;
}

.app-desc {
    order: 2;
}

.app-panel {
    position: relative;
    margin: 20px;
    padding: 20px 0;
}

    .app-panel > h2 {
        font-size: 2.5rem;
        font-family: 'Clan W01 News', 'helvetica neue', arial, sans-serif;
    }

    .app-panel h2:before {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        position: absolute;
        left: 0;
        width: 55px;
        height: 8px;
        max-width: 100%;
        content: "_";
        border-radius: 4px;
        background: #ffffff;
        top: 0;
    }


.header {
    min-height: 200px;
    background-color: #E6E6E6;
    padding: 16px 20px 0 20px;
}

ul.footerlinks {
    list-display-style: none;
    text-align: center;
}

    ul.footerlinks li {
        display: inline;
        padding: 0 0 0 10px;
    }

    ul.footerlinks > li > a {
        text-decoration: none;
    }

        ul.footerlinks > li > a:hover {
            text-decoration: underline;
        }

p.client-message,
{
    font-size: 24px;
    line-height: 24px;
}

.client-logo {
    background-color: #ffffff;
    padding: 10px 30px;
    margin-right: 0px;
}

.eng-customer {
    background-color: #eeeeee;
    padding: 20px;
    margin: 20px 20px 20px 20px;
}

.eng-client-logo-container {
    margin-bottom: 1rem;
}



.flux-object {
    height: 20px;
    background: url('../img/flux.png') no-repeat;
    background-size: 100%
}

.under-spacer {
    height: 200px;
}


.eng-pagetitle {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    background-color: #00aaff;
    padding: 10px 20px 10px 20px;
    margin-bottom: 8px;
}

    .eng-pagetitle h2 {
        font-family: 'Clan W01 News', 'helvetica neue', arial, sans-serif;
        font-size: 2rem;
        color: #fff;
        margin: 8px 0 0 0;
    }

        .eng-pagetitle h2:before {
            content: '';
            display: block;
            background: #fff;
            border-radius: 3px;
            display: block;
            height: 4px;
            width: 55px;
            margin: 0 0 10px 0;
        }

.eng-breadcrumb {
    padding: 0 0 8px 0;
}

    .eng-breadcrumb a {
        text-decoration: none;
        color: #333;
    }

.eng-bv-row {
    margin: 0 0 0 0;
}

/* tabs stuff */
.eng-tabs {
    background-color: #f6f6f6;
}

    .eng-tabs .eng-tab a {
        text-decoration: none;
        color: #333333;
    }

        .eng-tabs .eng-tab a:active, .eng-tabs .eng-tab a:hover {
            color: #E62D87;
        }


.tabs .indicator {
    /*override materialize */
    height: 4px;
    background-color: #E62D87;
    z-index: 2;
}

.engie-tab {
    padding-left: 0px;
    margin-left: 0px;
}

.tabbable {
    padding-left: 0px;
    margin-left: 0px;
}

.tab-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-height: 60px;
    padding-left: 0px;
    margin-left: 0px;
}

    .tab-group > li {
        position: relative;
        float: left;
        margin-right: 8px;
        padding-left: 0px;
        background-color: #666;
        color: #fff;
        font-size: 20px;
    }

        .tab-group > li a {
            color: #fff;
            min-height: 60px;
            padding-top: 14px;
            padding-right: 30px;
        }

        .tab-group > li > a:hover,
        .tab-group > li > a:focus {
            background-color: #005A78;
        }

        .tab-group > li a img {
            padding-top: 0px;
            padding-right: 20px;
        }

        .tab-group > li.active > a,
        .tab-group > li.active > a:hover,
        .tab-group > li.active > a:focus {
            background-color: #00aaff;
            color: #fff;
            -webkit-box-shadow: 3px 3px 2px #666;
            /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
            -moz-box-shadow: 3px 3px 2px #666;
            /* Firefox 3.5 - 3.6 */
            box-shadow: 3px 3px 2px #666;
        }

.tab-header {
    color: #333;
    margin-top: 8px;
}

    .tab-header h3 {
        font-family: 'Clan W01 News', 'helvetica neue', arial, sans-serif;
        font-size: 1.5rem;
    }

    .tab-header > .right-col {
        text-align: right;
    }

.tab-group > li.smb-tab {
    text-align: center;
}

span.tab-title {
    margin-left: 0.5rem;
}

/* end of tabs */

.search-form {
    width: 100%;
    margin-top: -1px;
    /*padding: 0 5px; */
    margin-right: -15px;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    z-index: 0;
}

    .search-form > .tab-header > .right-col > p > a,
    .search-form > .tab-header > .right-col > p,
    .search-form > .tab-footer > .footer-col > p > a,
    .search-form > .tab-footer > .footer-col > p {
        color: #005A78;
    }

.footer-col {
    padding-top: 1rem;
}

/* materialize overrides */
i.material-icons.file-download {
    position: relative;
    top: 10px;
}

[type="checkbox"] + label {
    height: 12px;
}

/* fix for Materialize overlay covering */
#sidenav-overlay {
    z-index: 2;
}

.input-field input[type=search] {
    padding-left: 0 !important;
}

/* label color */
.input-field label {
    color: #666;
    left: 1rem;
}
/* label focus color */
.input-field input[type=text]:focus + label {
    color: #666;
}
/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}
/* valid color */
.input-field input[type=text].valid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}
/* invalid color */
.input-field input[type=text].invalid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}
/* icon prefix focus color */
.input-field .prefix.active {
    color: #000;
}

span.caret {
    /*  display:none; */
}

.select-wrapper {
    background-color: rgba(246,45,135,0.2);
}


input:focus, textarea:focus {
    border-bottom: 1px solid #e62d87 !important;
    box-shadow: 0 1px 0 0 #e62d87 !important;
}

    .input-field input:focus + label, textarea:focus + label {
        color: #e62d87 !important;
        background-color: transparent !important;
    }

.select-wrapper input.select-dropdown {
    padding: 0 0 0 20px;
    border: none;
}

.select-wrapper span.caret {
    margin: auto 10px;
}

ul.dropdown-content.select-dropdown li span {
    font-size: inherit;
    color: #005a78;
}

.checkbox-blue[type="checkbox"].filled-in:checked + label:after {
    border: 2px solid #00aaff;
    background-color: #00aaff;
}

/* end of materialize overrides */

/* button stuff */
.btn {
    letter-spacing: 0 !important;
}

.btn-pink, .btn-pink:focus {
    background-color: #E62D87;
    color: #ffffff;
    text-transform: uppercase;
}

    .btn-pink:hover, .btn-pink:active {
        background-color: #005A78;
        color: #ffffff;
        text-transform: uppercase;
    }

.btn-rounded {
    border-radius: 40px;
}

.btn-signin {
    margin-top: 20px;
    min-width: 80px;
}
/* end of button stuff */


.pagination li {
    display: inline;
    /* border-radius: 2px; */
    text-align: center;
    vertical-align: top;
    height: 30px;
}

/* pagination stuff */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #E62D87;
    border-color: #E62D87;
    cursor: default;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

/* end of pagination stuff */



/*materialize paginaiton overrides */
ul.pagination {
    display: inline-block;
    margin: 0;
    padding: 20px 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

    ul.pagination li {
        padding: 0;
        margin: 0;
        border: 0px solid #ccc;
        background-color: #fff;
    }

        ul.pagination li a {
            text-decoration: none;
            border: 1px solid #ccc;
            float: left;
            background-color: #fff;
        }

/*end of paginationn overrides

/* entries per page stuff */
ul.entries-per-page {
    display: inline-block;
    margin: 0;
    padding: 20px 0;
    float: right;
}

    ul.entries-per-page li {
        padding: 0;
        margin: 0;
        border: 1px solid #ccc;
        color: #444;
        display: inline-block;
        font-size: 1.2rem;
        padding: 0 10px;
        line-height: 30px;
        background-color: #fff;
        float: left;
    }


        ul.entries-per-page li.active {
            background-color: #E62D87;
            border-color: #E62D87;
            color: #ff0000;
        }

        ul.entries-per-page li a {
            color: #444;
            text-decoration: none;
            border: 0px solid #ccc;
        }


        ul.entries-per-page li.active a {
            color: #fff;
        }


    ul.entries-per-page > li.show-entries-text {
        border: none;
        background-color: transparent;
    }
/* end of entries per page stuff */


.input-field .prefix {
    font-size: 1.5rem !important;
    position: absolute;
    bottom: 0;
    padding-bottom: 2rem;
}


/* contact form stuff */
.eng-contact-page {
    padding-top: 20px;
}

.contact-form {
    border-top: 1px solid #333;
    margin-top: 40px;
}

h1.contact-us {
    font-family: 'Clan W01 News', 'helvetica neue', arial, sans-serif;
    font-size: 2rem;
}

    h1.contact-us:before {
        content: '';
        display: block;
        background: #333;
        border-radius: 3px;
        display: block;
        height: 3px;
        width: 55px;
        margin: 0 0 10px 0;
    }

p.first-para {
    font-size: 1.2rem;
}

h4 {
    font-size: 1.5rem;
    font-family: 'Clan W01 News', 'helvetica neue', arial, sans-serif;
}
/* end of contact form */


/* cookie consent overrides */
.cc-revoke, .cc-window {
    font-family: 'Clan W01 Book', 'Helvetica Neue', helevetica, arial !important;
    line-height: 1.2rem !important;
    font-size: 0.9rem !important;
}

    .cc-window .cc-banner {
        padding: 1.5em 1.8em;
    }

.cc-banner .cc-message {
    padding-right: 10px;
}

.cc-btn {
    text-decoration: none;
    margin-right: 15px;
    padding: 1em;
}

    .cc-btn:hover {
        background-color: #00aaff !important;
        text-decoration: none;
    }
/*end of cookie consent overrides */

a.white-link {
    color: #fff;
    text-decoration: underline;
}


/* date-picker stuff */
.picker__day--selected {
    border-radius: 0 !important;
    background-color: #e62d87 !important;
}

.picker__date-display {
    background-color: #00aaff;
}

.picker__weekday-display {
    background-color: #005a78;
}

.picker__day.picker__day--today {
    color: #005a78;
}

.picker__close, .picker__today {
    color: #005a78;
}

button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {
    background-color: #005a78;
    background-color: rgba(0,90,120,0.2)
}

.picker__nav--prev:hover, .picker__nav--next:hover {
    background-color: #005a78;
    background-color: rgba(0,90,120,0.2)
}
/* end of date-picker stuff */



/* form stuff */
.tiny-suffix {
    font-size: 1.5rem !important;
}

.date-form {
    padding-bottom: 8px;
}

.input-field input[type=search]:focus {
    background-color: transparent !important;
}

/* end of form stuff */

/* icon suffix */
.input-field.suffix i {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s;
    top: 0px;
    right: 0px;
}

    .input-field.suffix i.active {
        color: #26a69a;
    }

.input-field.suffix input,
.input-field.suffix textarea {
    margin-right: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

.input-field.suffix textarea {
    padding-top: .8rem;
}

.input-field.suffix label {
    margin-right: 3rem;
}

@media only screen and (max-width: 992px) {
    .input-field.suffix input {
        width: 86%;
        width: calc(100% - 3rem);
    }
}

@media only screen and (max-width: 600px) {
    .input-field.suffix input {
        width: 80%;
        width: calc(100% - 3rem);
    }
}
/*end of icon suffix */

/* enable absolute positioning */

.inner-addon {
    position: relative;
}


    /* style icon */

    .inner-addon .fa {
        position: absolute;
        padding: 4px 10px;
        pointer-events: none;
    }


/* align icon */
.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}


/* add padding  */
.left-addon input {
    padding-left: 30px;
}

input {
    /* width:90% !important; */
}

.right-addon input {
    padding-right: 0px;
}

.has-feedback .form-control {
    padding-right: 0px;
}

a.eng-icon-link {
    color: #333;
}

    a.eng-icon-link:hover {
        color: #fff;
    }

/* table stuff */
table.engie-table {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}

.engie-table-col {
    padding: 0px !important;
    margin: 0px;
    background-color: #ffffff;
}

.table > tbody > tr > td {
    border-top: 0px;
    height: 60px;
    padding: 0 8px 0 8px;
    vertical-align: middle;
    /*border: 1px solid #333;*/
    border: 0;
    border-radius: 0;
}

thead.eng-thead {
    font-weight: 700;
}

.engie-table > tbody > tr:hover > td {
    background-color: #e62d87;
}

    .engie-table > tbody > tr:hover > td.date,
    .engie-table > tbody > tr:hover > td.invoiceref,
    .engie-table > tbody > tr:hover > td.sitename,
    .engie-table > tbody > tr:hover > td.metername {
        color: #ffffff;
    }

.table > thead > tr > th {
    border-bottom: 0px;
    font-weight: normal !important;
    font-size: 0.85em;
    padding-top: 4px !important;
}

b.tablesaw-cell-label {
    font-weight: normal !important;
}

a.eng-table-sort {
    text-decoration: none;
}

.bill-btn {
    background-color: #fff;
    margin-right: 16px;
    color: #333;
    text-transform: none;
}

    .bill-btn:hover,
    .engie-table > tbody > tr:hover > td.bill > .bill-btn,
    .engie-table > tbody > tr:focus > td.bill > .bill-btn {
        background-color: #00aaff;
        color: #fff;
    }

.eng-download-button {
    padding: 12px 0 0 0 !important;
}

.tablesaw-bar {
    display: none;
    /*this hides the sort and show selectors of the table */
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
    content: "\0020";
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
    content: "\f0d8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

button.tablesaw-sortable-btn, button.selectall {
    font-weight: 700;
    font-size: 0.9rem;
    color: #E62D87;
    border: 0;
    background-color: transparent;
}

span.tablesaw-sortable-arrow {
    margin-left: 6px;
}

@media (max-width:40em) {
    /* display all columns in stack view */
    .tablesaw-columntoggle td.tablesaw-priority-6,
    .tablesaw-columntoggle td.tablesaw-priority-5,
    .tablesaw-columntoggle td.tablesaw-priority-4,
    .tablesaw-columntoggle td.tablesaw-priority-3,
    .tablesaw-columntoggle td.tablesaw-priority-2,
    .tablesaw-columntoggle td.tablesaw-priority-1,
    .tablesaw-columntoggle td.tablesaw-priority-0 {
        display: inline-block;
    }

    .tablesaw-columntoggle th.tablesaw-priority-persists {
        display: inline-block;
    }

    .tablesaw-columntoggle th.tablesaw-priority-1 {
        display: none;
    }

    .table > tbody > tr > td {
        height: auto;
        padding-top: 8px;
    }

        .table > tbody > tr > td.bill {
            /* padding-bottom: 8px; */
        }

            .table > tbody > tr > td.bill button {
                /* space the buttons in case they wrap */
                margin-bottom: 8px;
            }

        .table > tbody > tr > td.dwn-check {
            margin-bottom: 8px;
        }

    .table > tbody > tr {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}
/* end of tablesaw stuff */


@media only screen and (max-width:600px) {
    .tab-name {
        display: none;
    }

    .tab-group > li a img {
        padding-right: 0px;
    }
}

@media only screen and (max-width:768px) {
    .navbar-collapse li a {
        background: #005A78;
    }

    .input-field .prefixx {
        padding-bottom: 1rem;
    }
}

@media only screen and (max-width:480px) {
    .eng-bv-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .intro-panel {
        padding: 0;
    }

        .intro-panel > h1 {
            font-size: 24px;
        }

    eng-login, eng-register, eng-logout, eng-logged-out {
        margin-top: 5px;
    }

    p.client-message {
        font-size: 18px;
    }

    ul.entries-per-page {
        float: left;
    }

    .home-logo img {
        width: 120px;
        height: 41px;
    }
}

}

@media only screen and (min-width:480px) and (max-width:990px) {
    .app-logo {
        order: 2
    }

    .app-desc {
        order: 1
    }

    .app-wrap {
        flex-direction: row;
    }
}

@media only screen and (max-width:480px) {
    .app-logo {
        display: none;
    }
    /* hide menu border*/
    header #menu-btn {
        border: none;
    }

        /* hide menu text*/
        header #menu-btn span.menu-text {
            /*display:none;*/
        }
}

@media (min-width:1360px) {
    .eng-main {
        width: 1360px
    }
}

@media (max-width:960px) {
    header.dashboard h1#logo img {
        max-width: 108px;
    }
}

@media (max-width: 786px) {
    /* hide header direct links */
    header .direct-link {
        display: none;
    }
}

@media (max-width:380px) {
    /* stuff for mobile */

    header, header.docked, header.bv {
        padding: 10px 20px 0 5px;
    }

    span.tab-title {
        display: none;
    }

    img.tab-icon {
        width: 32px;
        height: 32px;
    }

    .eng-main {
        padding: 0 10px 0 10px;
    }

    .eng-pageheader {
        width: 70%;
    }

        .eng-pageheader h2 {
            font-size: 2rem;
        }

    .eng-customer {
        margin: 10px 0px 10px 0px;
    }

    .eng-apps {
        padding: 0;
    }

    .app-panel > h2 {
        font-size: 2.2rem;
    }

    .appbox {
        padding: 10px 0 10px 0;
    }

    .hero {
        background-position: -600px -300px;
    }
}

.text-danger {
    color: #E62D87;
}