/* Minification failed. Returning unminified contents.
(180,1): run-time error CSS1019: Unexpected token, found '@import'
(180,9): run-time error CSS1019: Unexpected token, found 'url('reset.css')'
(180,25): run-time error CSS1019: Unexpected token, found ';'
(303,1): run-time error CSS1019: Unexpected token, found '}'
 */
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('websymbols/websymbols-regular-webfont.woff') format('woff'), url('websymbols/websymbols-regular-webfont.ttf') format('truetype'), url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ca-menu {
    padding: 0;
    margin: 20px auto;
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
}
.ca-menu li {
    border-top: 1px solid #E0E0E0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    height: 285px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
    margin-right: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:last-child {
    margin-right: 0px;
    height: 150px;
}
.ca-menu li a {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: inline-block;
    color: #333;
}
.ca-icon {
    font-family: 'WebSymbolsRegular';
    font-size: 60px;
    color: #ddd;
    text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.8);
    line-height: 170px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    height: 50%;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-content {
    width: 100%;
    height: 50%;
    display: inline-block;
}
.ca-main {
    font-size: 2.308em;
    width: 100%;
    opacity: 0.8;
    margin-bottom: 15px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-sub {
    text-align: center;
    font-size: 1.3em;
    width: 100%;
    color: #828282;
    text-shadow: 1px 1px 1px #fff;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-menu li:hover {
    background: #fff;
}
.ca-menu li:hover .ca-icon {
    color: #5279bc;
    /*font-size: 90px;*/
    opacity: 1;
    -webkit-animation: moveFromTop 300ms ease;
    -moz-animation: moveFromTop 300ms ease;
    -ms-animation: moveFromTop 300ms ease;
}
.ca-menu li:hover .ca-main {
    color: #5279bc;
}
.ca-menu li:hover .ca-sub {
    color: #000;
}
@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}
@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
@import url('reset.css');

/* General Demo Style */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

body {
    color: #333;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
}

.container {
    position: relative;
}

a {
    color: #fff;
    text-decoration: none;
}

.clr {
    clear: both;
}

.content {
    display: block;
    float: right;
    width: 85%;
    margin-right: 20px;
}

    .content img {
        margin: 0 auto;
        display: block;
        padding: 2%;
    }

h1 {
    margin: 0px;
    padding: 20px;
    font-size: 32px;
    color: #000;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
    text-align: center;
    font-weight: 400;
}

    h1 span {
        display: block;
        font-size: 14px;
        color: #666;
        font-style: italic;
        font-family: Georgia, serif;
        padding-top: 5px;
    }

/* Header Style */
.header {
    font-family: 'Arial Narrow', Arial, sans-serif;
    line-height: 24px;
    font-size: 11px;
    background: #fff;
    opacity: 0.9;
    width: 10%;
    padding: 1%;
    display: block;
    text-transform: uppercase;
    z-index: 9999;
    -moz-box-shadow: 1px 0px 2px #E0E0E0;
    -webkit-box-shadow: 1px 0px 2px #E0E0E0;
    box-shadow: 1px 0px 2px #E0E0E0;
    float: left;
}

.logo img {
    width: 95%;
    padding: 2%;
}

/*.logo span {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	max-width: 0;
	background: #fff;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.logo a:hover span {
	max-width: 100%;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}*/
}

.header a {
    letter-spacing: 1px;
    color: #ddd;
    display: block;
}

    .header a:hover {
        color: #fff;
    }

.header span.right {
    float: right;
}

    .header span.right a {
        float: none;
        display: inline;
    }

.more {
    position: relative;
    clear: both;
    font-size: 11px;
    padding: 20px 0px;
    text-transform: uppercase;
    width: 390px;
    height: 55px;
    margin: 0 auto;
}

    .more ul {
        display: block;
        text-align: center;
    }

        .more ul li {
            display: block;
            padding: 4px 2px;
            float: left;
        }

            .more ul li.selected a, .more ul li.selected a:hover {
                background: #0099c5;
                color: #fff;
                text-shadow: none;
                font-weight: bold;
            }

            .more ul li a {
                color: #555;
                float: left;
                background: #fff;
                width: 64px;
                padding: 2px 5px;
                -moz-box-shadow: 1px 1px 2px #aaa;
                -webkit-box-shadow: 1px 1px 2px #aaa;
                box-shadow: 1px 1px 2px #aaa;
            }

                .more ul li a:hover {
                    background: #000;
                    color: #fff;
                }

.logo a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.logo a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .logo a:hover, .logo a:focus, .logo a:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

@media (max-width: 1200px) {
    .header .ca-main {
        font-size: 1.5em;
    }
}

@media (max-width: 479px) {
    div.header {
        width: 80px;
    }

    div.content {
        width: 68%;
    }

    #table-div {
        margin: 0 !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    div.header {
        width: 80px;
    }

    div.content {
        width: 75%;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .header .ca-main {
        font-size: 1.5em;
    }
}

@media(min-width: 768px) and (max-width: 1366px ) {
    .header .ca-menu li {
        height: 230px;
    }

    .header h3.ca-sub {
        font-size: 1.1em;
    }

    .ca-icon {
        font-size: 47px;
        line-height: 117px;
    }
}

@media(min-width: 1200px) {
    .header {
        /*position: fixed;*/
        top: 0;
        left: 0;
        bottom: 0;
        width: 149px;
    }

        .header .ca-sub {
            font-size: 12px;
        }

        html > body .header .ca-menu li {
            width: 150px;
            height: 50px;
        }

    html > body .ca-icon {
        font-size: 30px;
        line-height: 50px;
        height: 50px;
    }

    html > body .ca-main {
        font-size: 15px;
        line-height: 1px;
    }
}

#table-div {
    margin: 0 0 20px 20px;
}

.tablesaw td {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.0980392);
}

#ddlContracts {
    margin-top: 11px;
    margin-left: 5px;
    height: 24px;
}

#ddlElectricMeters {
    height: 24px;
}

.c3-legend-item-event {
    font-size: 11px;
}

#filterRow {
    display: inline-block;
    height: 50px;
    vertical-align: central;
    width: 100%;
    margin: 0 auto;
    margin-left: 20px;
    margin-top: 10px;
}

    #filterRow > p {
        color: #fff;
        font-size: 18px;
        width: 115px;
        clear: both;
        float: left;
        background: url('images/red.png') no-repeat;
        height: 55px;
        padding-top: 12px;
        padding-left: 15px;
        margin-top: 0;
    }

    #filterRow > img {
        display: inline-block;
        padding: 0;
        margin: 0;
        float: left;
    }

#selectors {
    background: url('images/gray-repeat.png');
    float: left;
    height: 46px;
    width: auto;
}

#grey-end {
    margin-top: -2px !important;
    height: 50px;
}

.input-wrap input[type="checkbox"]:checked {
    opacity: 1;
    background-image: url('../Content/images/testchecked.png');
    background: url('../Content/images/testchecked.png');
}


@media (max-width : 770px) {
    #entranceButton {
        text-align: center;
    }
}

