﻿.runtime {
    font-size: 8px;
    color: lightgray;
    display: none;
}

.backgroundGrey {
    background-color: #f2f2f2;
    border-width: 1px;
    border-radius: 5px;
    padding: 10px;
    overflow: auto;
    Margin-bottom: 15px;
}

.backgroundWhite {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    Margin: 5px;
}

.readMore {
    padding-right: 10px;
    padding-top: 5px;
    display:block;
}

.dropdown.meetingOptions > ul {
	padding: 5px 0;
}

.dropdown.trainingOptions > ul {
	padding: 5px 0;
}



a.mtTabs {
    font-size: 20px;
}

.leftPanel > ul.nav-pills > li.active > a {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.leftPanel .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: underline;
    background-color: #fff;
}

.leftPanel > .nav > li {
    border-right: 1px solid #000;
    margin: 0;
}

.leftPanel .nav > li:last-child {
    border-right: 0;
}

.leftPanel .nav > li > a {
    padding: 2px 7px;
}

.leftPanel > ul.nav {
    margin-bottom: 5px;
    margin-top: 3px;
}

    .leftPanel > ul.nav li:first-child a {
        padding-left: 0;
    }

.leftPanel .tab-content {
    height: auto;
    width: 100%;
}

#sectionMeetings, #sectionTraining {
    height: 100%;
}

.mtContainer {
    overflow: hidden;
    height: 100%;
    margin-bottom: 20px;
}

.mtContent {
    padding-bottom: 0;
    height: auto;
    position: relative;
    padding-right: 5px;
}

.mtAll {
    height: inherit;
    padding-right: 5px;
    overflow: scroll;
    overflow-x: hidden;
    line-height: 1.5em;
}

.mtTopLink {
    position: absolute;
    top: -22px;
    right: 0;
}

.mtBottomLink {
    height: 40px;
    padding: 10px 0;
    position: relative;
    bottom: 0;
}

.mtAll::-webkit-scrollbar {
    width: 0.4em;
    height: 0.4em;
}

.mtAll::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: #d7d7d7;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 5px;
}

.mtAll::-webkit-scrollbar-button:start:decrement,
.mtAll::-webkit-scrollbar-button:end:increment {
    height: 10px;
    display: block;
    background-color: transparent;
}

.mtAll::-webkit-scrollbar-track-piece {
    background-color: white;
    -webkit-border-radius: 6px;
}

.mtAll::-webkit-scrollbar-button {
    display: none;
}

/* Extra Small Phones*/
@media(max-width:666px) {
    .mtTopLink {
        top: 9px;
    }

    .mtContainer {
        height: auto;
        min-height: 435px;
    }

    .mtAll {
        height: auto;
        overflow: visible;
        min-height: 355px;
    }

    .hideInMobile {
        display: none;
    }

    .mtBottomLink {
        bottom: 0;
    }
}

/*SM Tablets */
@media (min-width: 667px) and (max-width: 991px) {
    .mtContainer {
        height: 3329px;
    }

    .mtAll {
        height: 3250px;
    }

    .noPromCon .mtContainer {
        height: 2582px;
    }

    .noPromCon .mtAll {
        height: 2502px;
    }
}

/*MD Desktop */
@media (min-width: 992px) {
    .mtContainer {
        height: 1846px;
    }

    .mtAll {
        height: 1766px;
    }

    #divLeftColParent.col-md-8 {
        width: 66.2%;
    }

    #divPromContentParent.col-md-4 {
        width: 33.8%;
    }
}

@media (min-width: 667px),(min-width: 992px) {
    .rightPanel {
        padding-left: 15px !important;
        padding-top: 6px;
    }

    .leftPanel {
        padding-right: 5px !important;
    }

    #sectionMeetings, #sectionTraining {
        min-height: 1860px;
    }

    .leftPanel .tab-content {
        position: absolute;
        bottom: 15px;
        top: 38px;
    }
}



/* InsideLines */
#InsideLinesDiv {
    height: 271px;
}

.insideLinesImagetd {
    text-align: center;
    padding: 0 10px 0 5px;
}

.insideLinesImgParent {
    width: 139px;
    height: 81px;
}

.insideLinesImgParent img {
    height: 100%;
    width: 100%;
}

.insideLinesTexttd {
    vertical-align: text-top;
}
/* Extra Small */
@media(max-width:666px) {
    .insideLinesImagetd {
        display: none;
    }
}

/* Small */
@media (min-width: 667px) and (max-width: 991px) {
    .insideLinesImagetd {
        display: none;
    }
}

/* End HomePage */

/* Hero Topics */

.heroTopics {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .heroTopics img {
        width: 100%;
    }

.phoneHero,
.tabletHero,
.desktopHero {
    display: none;
}


.trendingTopics {
    position: absolute;
    bottom: 17px;
    right: 6px;
    width: 343px;
    top: 17px;
    height: auto;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: #ffffff;
}

.trendingTopicsBody {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 24px;
    padding-left: 24px;
    height: auto;
    color: #ffffff;
    position: absolute;
    bottom: 40px;
    top: 0
}

.trendingTopicsFromSitecore {
    height: 100%;
    padding-bottom: 5px;
    line-height: 0.8em;
}

.trendingTopicsBody a {
    color: #ffffff;
}

    .trendingTopicsBody a:hover {
        color: #ffffff;
    }

.trendingTopicsBody i {
    -ms-opacity: 1;
    opacity: 1;
}

.trendingTopicsHeading {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 5px;
}

.trendingTopicsFooter {
    height: 55px;
    background-color: #ffffff;
    padding-left: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(61, 142, 199, 1);
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .trendingTopicsFooter:hover {
        background-color: rgba(61, 142, 199, 1);
        color: #ffffff;
    }

        .trendingTopicsFooter:hover a {
            color: #ffffff;
            text-decoration: none;
        }

    .trendingTopicsFooter img {
        height: 48px;
        width: 53px;
        padding-right: 5px;
    }

    /* Clear floats after the columns */
    .trendingTopicsFooter:after {
        content: "";
        display: table;
        clear: both;
    }

.valuePropImg {
    float: left;
    width: 15%;
    padding-top: 2px;
}

.valuePropText {
    float: left;
    width: 80%;
    padding: 5px 0 0 5px;
}

    .valuePropText span {
        vertical-align: middle;
    }

/* Extra Small */
@media(max-width:666px) {
    .trendingTopicsBody {
        font-size: 23px;
    }

    .heroTopics {
        margin-top: -13px;
    }

    .trendingTopics {
        bottom: 17px;
        right: 6px;
        left: 6px;
        top: 17px;
        width: auto;
        height: auto;
    }

    .phoneHero {
        display: block;
    }

    .heroTagLine {
        position: absolute;
        right: 0;
        top: -46px;
        color: #454545;
        text-align: right;
        font-size: 20px;
        width: 189px;
    }
}

/* Small..and.. Medium */
@media (min-width: 667px) and (max-width: 991px) {
    .trendingTopicsBody {
        font-size: 20px;
    }

    .tabletHero {
        display: block;
    }

    .heroTagLine {
        position: absolute;
        bottom: 36px;
        left: 46px;
        color: #ffffff;
        text-align: left;
        font-size: 2.8vw;
        width: 187px;
        -ms-text-shadow: 1px 2px 5px #666666;
        text-shadow: 1px 2px 5px #666666;
    }
}

@media (min-width: 992px) {
    .trendingTopicsBody {
        font-size: 22px;
    }

    .desktopHero {
        display: block;
    }

    .heroTagLine {
        position: absolute;
        bottom: 36px;
        left: 46px;
        color: #ffffff;
        text-align: left;
        font-size: 2.1vw;
        -ms-text-shadow: 1px 2px 5px #666666;
        text-shadow: 1px 2px 5px #666666;
    }
}

@media (min-width: 1200px) {
    .heroTagLine {
        font-size: 28px;
    }
}

/* End Hero Topics */

/* meetingsTab.css */

.regForMeetingLink {
    color: #ffffff !important;
    width: 198px;
    margin-right: 0;
    margin-left: auto;
}

    .regForMeetingLink a:hover {
        text-decoration: none;
    }

.noMeetingMessage {
    text-align: center;
    padding-top: 3px;
}

.meetingDateLabel {
    font-size: 15px;
    color: #000000;
    padding-bottom: 5px;
}

.meetingTitle {
    font-size: 13px;
    font-weight: bold;
    color: #3D8EC7;
    line-height: 1em;
}

.oneMeetingContainer {
    padding-bottom: 7px;
    padding-top: 7px;
}

    .oneMeetingContainer button {
        border: none;
        background: none;
        color: #3D8EC7;
    }

        .oneMeetingContainer button:hover {
            text-decoration: underline;
        }

.regLink {
    display: inline-block;
}

    .regLink button {
        padding-left: 2px;
        padding-right: 0;
    }

    .regLink img {
        height: 1em;
        width: 1em;
    }

.meetingOptions {
    display: inline-block;
}

    .meetingOptions .dropdown-menu > li > a {
        color: #3D8EC7;
        font-size: 13px;
        font-family: Trebuchet MS;
        border-radius: 5px;
        margin-right: 5px;
        margin-left: 5px;
        padding: 3px 5px;
    }

        .meetingOptions .dropdown-menu > li > a:hover {
            color: #ffffff;
            background-color: #f8b812;
        }

    .meetingOptions .dropdown-menu {
        border-radius: 5px;
        left: -66%;
        min-width: 0;
    }

.cancelledMeeting {
    font-size: 13px;
    color: #e42083;
    padding: 1px 6px 1px 2px;
}

hr {
    border-top: 1px solid #aeaeae;
}


@media (min-width: 992px) {
    .phoneNumber, .phoneNumber:hover {
        text-decoration: none;
        cursor: inherit;
        color: currentColor;
    }

    .regForMeetingLink {
        position: relative;
        left: 0;
    }
}


/* end meetingsTab.css */

/* trainingTab.css */

.trainingPageLinks {
    float: right;
    padding-right: 10px;
}

.trainingTitle {
    font-size: 13px;
    color: #3D8EC7;
    font-weight: bold;
    line-height: 1em;
}

.tentativeLabel {
    font-size: 13px;
    color: #5e5e5e;
    font-weight: bold;
}

.trainingOptions {
    display: inline-block;
}

    .trainingOptions .dropdown-menu > li > a {
        color: #3D8EC7;
        font-size: 13px;
        font-family: Trebuchet MS;
        border-radius: 5px;
        margin-right: 5px;
        margin-left: 5px;
        padding: 3px 5px;
    }

        .trainingOptions .dropdown-menu > li > a:hover {
            color: #ffffff;
            background-color: #f8b812;
        }

    .trainingOptions .dropdown-menu {
        border-radius: 5px;
        left: -20%;
        min-width: 0;
    }

.cancelledTraining {
    font-size: 13px;
    color: #e42083;
}

hr {
    border-top: 1px solid #aeaeae;
}



/* Small Tablets */
@media (min-width: 667px) and (max-width: 991px) {

    .trainingPageLinks {
        position: relative;
        left: 0;
    }
}

@media (min-width: 992px) {

    .trainingPageLinks {
        position: relative;
        left: 0;
    }
}


/* END trainingTab.css */


/* Promoted Content */

.imgcss {
    display: block;
}

.halfContent {
    margin: 5px 5px 10px 5px;
}

.fullContent.backgroundWhite {
    padding: 0;
    background: none;
}

    .fullContent.backgroundWhite img {
        width: 100%;
    }

.halfContent.backgroundWhite {
    padding: 0;
    background: none;
}

    .halfContent.backgroundWhite p {
        padding: 10px !important;
    }

    .halfContent.backgroundWhite img {
        width: 100%;
    }

/*Extra Small*/
@media(max-width:666px) {
}

/*Small*/
@media (min-width: 667px) and (max-width: 991px) {
    .promotedContent .content-wrapper {
        text-align: center;
    }

    .halfContent.backgroundWhite img {
        width: 266px;
    }
}

/*Medium*/
@media (min-width: 992px) {
    .promotedContent {
        height: 540px;
    }
}


/* END Promoted Content */

/* Charts */

#gen-fuel-mix {
    height: 325px;
}

#load-forecast {
    height: 325px;
}

.gen-fuel-mix-heading {
    float: left;
}

.gen-fuel-mix-tab {
    float: right;
}

.gen-fuel-mix-tab {
    vertical-align: top;
    padding: 10px 5px;
}

    .gen-fuel-mix-tab > ul.nav-pills > li.active > a {
        background-color: #fff;
        color: #000;
        text-decoration: none;
    }

    .gen-fuel-mix-tab .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: underline;
        background-color: #fff;
    }

    .gen-fuel-mix-tab > .nav > li {
        border-right: 1px solid #000;
    }

    .gen-fuel-mix-tab .nav > li:last-child {
        border-right: 0;
    }

    .gen-fuel-mix-tab .nav > li > a {
        padding: 2px 5px;
    }

    .gen-fuel-mix-tab > ul.nav {
        margin-bottom: 5px;
    }

        .gen-fuel-mix-tab > ul.nav li:first-child a {
            padding-left: 0;
        }

.div-gen-fuel-mix-total {
    position: relative;
    float: right;
    top: 0;
}

.highcharts-shadow {
    display: none;
}

.highcharts-legend-item text {
    font-weight: normal !important;
    font-family: Trebuchet MS !important;
}

    .highcharts-legend-item text:hover {
        text-decoration: underline;
    }

.gen-total-active {
    color: #ffffff;
}

.container-gen-total {
    background: white;
    padding: 2px;
}

    .container-gen-total div {
        display: inline-block;
    }

        .container-gen-total div.left {
            width: 75px;
        }

        .container-gen-total div.right {
            width: 85px;
            font-weight: bold;
            text-align: right;
        }

#gfmchartallfuels .highcharts-container,
#gfmchartrenewables .highcharts-container {
    margin-top: -30px;
    margin-bottom: -15px;
}

#lfchart .highcharts-container,
#lfchart .highcharts-plot-background,
#lfchart .highcharts-background {
    height: auto;
    width: 375px !important;
}

@media (min-width: 667px) and (max-width: 991px) {

    #gen-fuel-mix {
        height: 425px;
    }

    #load-forecast {
        height: 425px;
    }

    #lfchart .highcharts-legend {
        transform: translate(60px,360px) !important;
    }
}

@media(max-width:666px) {
    #gen-fuel-mix {
        height: 425px;
    }

    #load-forecast {
        height: 425px;
    }

    #lfchart .highcharts-legend {
        transform: translate(60px,360px) !important;
    }
}


/* Extra Small */
@media (max-width: 666px) {
    #lfchart .highcharts-container, #lfchart .highcharts-plot-background, #lfchart .highcharts-background {
        height: auto;
    }
}

/* Small */
@media (min-width: 667px) and (max-width: 991px) {
}

/* Medium */
@media (min-width: 992px) {
    #gen-fuel-mix {
        height: auto;
    }

    #load-forecast {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #lfchart .highcharts-legend {
        transform: translate(60px,360px) !important;
    }
}


/* END Charts */


/* dispatchRates.css */

.datatable .grid {
    border: 1px solid lightgray;
    border-collapse: collapse;
}

.fontbold {
    font-weight: bold;
}

.timestamp {
    padding: 5px 0;
}

.rates-val {
    padding: 10px 0;
}

.datatable.grid td, th {
    border: 1px solid lightgray;
    text-align: left;
    padding: 10px;
}

.grid {
    margin-bottom: 40px;
}

    .grid tr td:first-child {
        padding-left: 10px;
    }

    .grid tr td:last-child {
        padding-right: 10px;
        text-align: right;
    }

.gridHeader a {
    color: #000 !important;
    background: transparent;
    text-decoration: none;
}

    .gridHeader a:hover {
        color: #000 !important;
        background: transparent;
        text-decoration: underline;
    }

.gridHeader,
.gridRow {
    line-height: 1;
}

    .gridHeader th {
        padding-left: 10px;
    }

        .gridHeader th:first-child {
            width: 180px;
        }

        .gridHeader th:last-child {
            width: 110px;
        }

.rates-val label {
    font-weight: normal;
}

.sort-container {
    position: relative;
    vertical-align: middle;
    float: right;
    width: 10px;
}

    .sort-container input,
    .sort-container button,
    .sort-container submit {
        display: block;
        width: 15px;
        height: 15px;
        object-fit: scale-down;
        padding: 1px;
        border: none;
        outline: none;
    }

.sortImage-desc {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.sortImage-asc {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 50%;
}

.ui-error-message {
    padding-top: 15px;
}

.sortZoneDesc, .sortZoneAsc, .sortRateAsc, .sortRateDesc, .hdnURL, .hdnError, .hdnErrorUrl {
}

/*fix form this page only; need to make the change in common.cs after WS/Web Dev discussion*/
article p {
    font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    line-height: 20px !important;
    font-weight: 300 !important;
    -webkit-font-smoothing: antialiased;
}

/* END dispatchRates.css */


/* Corporate Message */

.CorporateMessageArea {
    background-color: #F0D9E6;
    font-size: 13px;
    line-height: 1.5em;
    padding: 10px;
    /* ReSharper disable once UnknownCssVendorExtension */
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    margin: 5px 0;
}

.message-header {
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
}

.message-details {
    padding: 5px;
}


/* END Corporate Message */

/* Filings And Orders */

#FilingsAndOrdersDiv {
    height: 302px;
}

.FilingsAndOrdersDate {
    vertical-align: text-top;
    text-align: right;
    padding: 0 10px 0 5px;
}

.FilingsAndOrdersDesc {
    vertical-align: text-top;
}

/* END Filings And Orders */

/* Announcements */

#AnnounNewsDiv {
    padding-top: 15px;
    height: 132.4px;
}

.AnnounNewsDate {
    vertical-align: text-top;
    text-align: right;
    padding: 0 10px 0 5px;
}

.AnnounNewslinks {
    vertical-align: text-top;
}

/* End Announcements */

/*LMP Map*/

/*#lmp*/
.mapLink {
    padding-top: 20px;
}

@media (min-width: 992px) {
    #lmp {
        height: 395px;
    }
}

@media (min-width: 667px) and (max-width: 991px) {
    #lmp {
        height: 720px;
    }
}

#mapDiv {
    padding-top: 10px;
    cursor: pointer;
    pointer-events: none;
    height: 300px;
}

#mapwrapper {
    overflow: hidden;
}

#mapDiv_zoom_slider {
    display: none;
}

ul.lmp-legend {
    list-style: none;
    margin: 5px 0;
    padding: 0;
}

    ul.lmp-legend li {
        display: inline-block;
        margin: 3px 0;
        width: 73px;
    }

    ul.lmp-legend .legend-color {
        height: 14px;
        width: 17px;
        display: inline-block;
        border-radius: 2px;
    }

    ul.lmp-legend .legend-value {
        display: inline-block;
        vertical-align: top;
        padding: 0 1px;
        font-size: 12px;
    }

@media (min-width: 1025px) {
    #mapDiv {
        height: 300px;
        width: 425px;
    }
}

/* LMP Pricing Tables*/

.lmp-prices {
    vertical-align: top;
    width: 100%;
    padding: 23px 0 0 5px;
    height: 100%;
}


    .lmp-prices > ul.nav-pills > li.active > a {
        background-color: #fff;
        color: #000;
        text-decoration: none;
    }

    .lmp-prices .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: underline;
        background-color: #fff;
    }

    .lmp-prices > .nav > li {
        border-right: 1px solid #000;
        margin: 0;
    }

    .lmp-prices .nav > li:last-child {
        border-right: 0;
    }

    .lmp-prices .nav > li > a {
        padding: 2px 5px;
    }

    .lmp-prices > ul.nav {
        margin-bottom: 5px;
    }

        .lmp-prices > ul.nav li:first-child a {
            padding-left: 0;
        }

ul.lmp-price-table {
    display: inline-block;
    list-style: none;
    margin: 0 3px;
    padding: 0;
    vertical-align: top;
    font-size: 11px;
    width: 48%;
    height: 100%;
}

    ul.lmp-price-table:last-child {
        margin-left: -3px;
    }

    ul.lmp-price-table li {
        border-top: 1px dotted #dddddd;
        padding: 4px;
        height: 8%;
        padding-top: 7px;
    }

        ul.lmp-price-table li:last-child {
            border-bottom: 1px dotted #dddddd;
        }

        ul.lmp-price-table li:nth-child(odd) {
            background-color: #f9f9f9;
        }

        ul.lmp-price-table li div:first-child {
            display: inline-block;
            width: 70%;
        }

        ul.lmp-price-table li div:last-child {
            display: inline-block;
            width: 25%;
            text-align: right;
            direction: rtl;
        }

@media(max-width:991px) {
    .lmp-prices {
        padding: 0;
    }
}


.lmp-prices .tab-content {
    height: 100%
}

/*  END LMP  Pricing  */


/*    from common.css */


.heading {
    font-size: 20px;
    padding: 5px 0;
}

.subheading {
    font-size: 15px;
    color: #000000;
    padding-bottom: 5px;
}

.button {
    float: right;
    font-family: Trebuchet MS, Arial;
    font-size: 1.0em !important;
    border: 1px solid #6ba7cb;
    border-radius: 5px;
    background: #cadfed;
    color: #11416d;
    padding: 5px 15px;
    margin-right: 8px;
    font-weight: bold;
    width: auto !important;
}

    .button:hover {
        border: 1px solid #4d7192;
    }

    .button:disabled {
        color: darkgray;
    }

.oneLineEllipsis {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-height: 20px; /* fallback */
    max-height: 20px; /* fallback */
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0px !important;
    padding-bottom: 3px !important;
}

.threeLineEllipsis {
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.twoLineEllipsis {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* icons */  
i {
    cursor: pointer !important;
    cursor: hand !important;
    z-index: 1;
}

    i[class^="icon-"] {
        position: relative;
        display: inline-block;
        margin-right: 5px;
        width: 24px;
        height: 24px;
        background-image: url(/assets/responsive/img/glyphs-updated.png);
        background-repeat: no-repeat;
        background-size: 480px 48px;
        vertical-align: middle;
        zoom: 1;
    }

.icon-insidelines {
    background-image: url(/assets/responsive/img/InsideLinesIcon.png) !important;
    background-size: 24px 24px !important;
    cursor: pointer;
    cursor: hand;
}



.icon-signout {
    background-position: 0 0;
}

.icon-calendar {
    background-position: -24px 0;
}

.icon-menu {
    background-position: -48px 0;
}

.icon-share {
    background-position: -72px 0;
}

.icon-print {
    background-position: -96px -24px;
}

.icon-pluggedin {
    background-position: -96px 0;
}

.icon-facebook {
    background-position: -120px 0;
}

.icon-rss {
    background-position: -144px 0;
}

.icon-linkedin {
    background-position: -168px 0;
}

.icon-twitter {
    background-position: -192px 0;
}

.icon-youtube {
    background-position: -216px 0;
}

.icon-toggle {
    background-position: -240px 0;
}

    .icon-toggle:hover {
        background-position: -240px -24px;
    }

.icon-arrow {
    background-image: url(/assets/images/arrow-white.png) !important;
    margin: 3px 5px 6px 0;
    background-size: auto !important;
    background-color: #248ddb
}

.icon-arrow {
    background-image: url(/assets/images/arrow-white.png) !important;
    margin: 3px 5px 6px 0;
    background-size: auto !important;
    background-position: center center;
    background-color: #248ddb
}

.icon-pdf {
    background-position: -312px 0;
}

.icon-web {
    background-position: -336px 0;
}

.icon-xls {
    background-position: -360px 0;
}

.icon-open {
    background-position: 0 -24px;
}

.icon-full {
    background-position: -24px -24px;
}

.icon-atsi {
    background-position: -360px -24px;
}

.icon-renewable {
    background-position: -288px -24px;
}

.icon-smart-grid {
    background-position: -312px -24px;
}

.icon-value-prop {
    background-position: -336px -24px;
}

/* mini icons */
/*
.icon-mini-arrow {
    background-position: -60px -12px;
}

.icon-mini-rss {
    background-position: -72px 0;
}

.icon-mini-registered {
    background-position: -100px -100px;
    background-color: #e1f8d6;
}

.icon-mini-changes-in-progress {
    background-position: -100px -100px;
    background-color: #ffedc9;
}

.stats-table.collapsed .icon-mini-toggle {
    background-position: -120px 0;
}

.stats-table .icon-mini-toggle {
    background-position: -132px 0;
}

.icon-mini-arrow-toggle {
    background-position: -108px -12px;
}

.expanded .icon-mini-arrow-toggle {
    background-position: -96px -12px;
}

*/


/* labels */
i[class^="file-"] {
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 3px;
    font-weight: bold;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    line-height: 1.2em;
    display: inline-block;
    opacity: 0.5;
    position: relative;
    margin-right: 4px;
    vertical-align: 2px;
}

.file-txt {
    border-color: #248ddb;
    color: #248ddb;
    width: 24px
}

.file-xml {
    border-color: #248ddb;
    color: #248ddb;
    width: 24px
}

.file-xsd {
    border-color: #248ddb;
    color: #248ddb;
    width: 24px
}

.file-doc {
    border-color: #248ddb;
    color: #248ddb;
    width: 24px
}

.file-wsdl {
    border-color: #248ddb;
    color: #248ddb;
    width: 32px
}

.file-xls {
    border-color: #8ebd41;
    color: #8ebd41;
    width: 24px
}

.file-csv {
    border-color: #8ebd41;
    color: #8ebd41;
    width: 24px
}

.file-sav {
    border-color: #8ebd41;
    color: #8ebd41;
    width: 24px
}

.file-raw {
    border-color: #666666;
    color: #666666;
    width: 24px;
}

.file-mon {
    border-color: #666666;
    color: #666666;
    width: 24px
}

.file-sub {
    border-color: #666666;
    color: #666666;
    width: 24px
}

.file-con {
    border-color: #666666;
    color: #666666;
    width: 24px
}

.file-rawd {
    border-color: #666666;
    color: #666666;
    width: 32px
}

.file-web {
    border-color: #003366;
    color: #003366;
    width: 24px
}

.file-pdf {
    border-color: #f08134;
    color: #f08134;
    width: 24px
}

.file-ppt {
    border-color: #663399;
    color: #663399;
    width: 24px
}

.file-wmv {
    border-color: #663399;
    color: #663399;
    width: 24px
}

.file-dir {
    border-color: #663399;
    color: #663399;
    width: 24px
}

.file-exe {
    border-color: #e42083;
    color: #e42083;
    width: 24px
}

.file-zip {
    border-color: #e42083;
    color: #e42083;
    width: 24px
}


i[class^="new-"] {
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 3px;
    font-weight: bold;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    line-height: 1.2em;
    display: inline-block;
    opacity: 0.5;
    position: relative;
    margin-left: 5px;
    vertical-align: 2px;
}

.new-txt {
    border-color: #248ddb;
    color: #248ddb;
    width: 24px
}

.new-xml {
    border-color: #248ddb;
    color: #248ddb;
    width: 24px
}

.new-xsd {
    border-color: #248ddb;
    color: #248ddb;
    width: 24px
}

.new-doc {
    border-color: #248ddb;
    color: #248ddb;
    width: 24px
}

.new-wsdl {
    border-color: #248ddb;
    color: #248ddb;
    width: 32px
}

.new-xls {
    border-color: #8ebd41;
    color: #8ebd41;
    width: 24px
}

.new-csv {
    border-color: #8ebd41;
    color: #8ebd41;
    width: 24px
}

.new-sav {
    border-color: #8ebd41;
    color: #8ebd41;
    width: 24px
}

.new-raw {
    border-color: #666666;
    color: #666666;
    width: 24px;
}

.new-mon {
    border-color: #666666;
    color: #666666;
    width: 24px
}

.new-sub {
    border-color: #666666;
    color: #666666;
    width: 24px
}

.new-con {
    border-color: #666666;
    color: #666666;
    width: 24px
}

.new-rawd {
    border-color: #666666;
    color: #666666;
    width: 32px
}

.new-web {
    border-color: #003366;
    color: #003366;
    width: 24px
}

.new-pdf {
    border-color: #f08134;
    color: #f08134;
    width: 24px
}

.new-ppt {
    border-color: #663399;
    color: #663399;
    width: 24px
}

.new-wmv {
    border-color: #663399;
    color: #663399;
    width: 24px
}

.new-dir {
    border-color: #663399;
    color: #663399;
    width: 24px
}

.new-exe {
    border-color: #e42083;
    color: #e42083;
    width: 24px
}

.new-zip {
    border-color: #e42083;
    color: #e42083;
    width: 24px
}

i[class^="new-"]:hover, i[class^="file-"]:hover {
    text-decoration: none !important;
    color: #fff;
    opacity: 1;
}

.new-txt:hover, .file-txt:hover {
    background-color: #248ddb;
    border-color: #248ddb
}

.new-xml:hover, .file-xml:hover {
    background-color: #248ddb;
    border-color: #248ddb
}

.new-xsd:hover, .file-xsd:hover {
    background-color: #248ddb;
    border-color: #248ddb
}

.new-doc:hover, .file-doc:hover {
    background-color: #248ddb;
    border-color: #248ddb
}

.new-wsdl:hover, .file-wsdl:hover {
    background-color: #248ddb;
    border-color: #248ddb
}

.new-xls:hover, .file-xls:hover {
    background-color: #8ebd41;
    border-color: #8ebd41
}

.new-csv:hover, .file-csv:hover {
    background-color: #8ebd41;
    border-color: #8ebd41
}

.new-sav:hover, .file-sav:hover {
    background-color: #8ebd41;
    border-color: #8ebd41
}

.new-raw:hover, .file-raw:hover {
    background-color: #666666;
    border-color: #666666
}

.new-mon:hover, .file-mon:hover {
    background-color: #666666;
    border-color: #666666
}

.new-sub:hover, .file-sub:hover {
    background-color: #666666;
    border-color: #666666
}

.new-con:hover, .file-con:hover {
    background-color: #666666;
    border-color: #666666
}

.new-rawd:hover, .file-rawd:hover {
    background-color: #666666;
    border-color: #666666
}

.new-web:hover, .file-web:hover {
    background-color: #003366;
    border-color: #003366
}

.new-pdf:hover, .file-pdf:hover {
    background-color: #f08134;
    border-color: #f08134;
}

.new-ppt:hover, .file-ppt:hover {
    background-color: #663399;
    border-color: #663399
}

.new-wmv:hover, .file-wmv:hover {
    background-color: #663399;
    border-color: #663399
}

.new-dir:hover, .file-dir:hover {
    background-color: #663399;
    border-color: #663399
}

.new-exe:hover, .file-exe:hover {
    background-color: #e42083;
    border-color: #e42083
}

.new-zip:hover, .file-zip:hover {
    background-color: #e42083;
    border-color: #e42083
}

/*for the fancy buttons*/
.callaction {
    font-size: 13px;
    border: 1px solid #8bbb46;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #98cc49;
    color: #ffffff;
    padding: 5px 15px;
    font-weight: bold;
    width: auto;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}

    .callaction:hover {
        background: #8bbb43;
    }

.fancypart, .fancypart:hover, .fancypart:hover:disabled {
    background: #8bbb46;
    padding: 5px;
    -ms-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -ms-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.callaction:disabled {
    opacity: 0.6;
}

.callaction:hover:disabled {
    background: #98cc49;
}

.spanSocialHeaderIcons {
    float: right;
}

.socialHeaderIcon {
    width: 28px;
    height: 28px;
}


body a {
    color: #3D8EC7;
    text-decoration: none;
}

    body a:hover {
        color: #3D8EC7;
        text-decoration: underline;
    }

.pjmContainer {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1290px;
    width: 100%;
}

article h1 {
    padding-left: 0
}

/* Styles from visual-buttons.css*/

a.vb-buttonFrame {
    display: inline;
    width: inherit;
}

.vb-clickableFrame {
    border: 2px solid white;
    height: 59px;
    width: 188px;
    border-radius: 10px;
    margin-top: 7px;
    margin-left: 8px;
    position: absolute;
}

.vb-clickableFrameSmall {
    border: 2px solid white;
    height: 59px;
    width: 161px;
    border-radius: 10px;
    margin-top: 7px;
    margin-left: 8px;
    position: absolute;
}

.vb-graphicArea, .vb-graphicAreaSmall {
    top: 0px;
    left: 0px;
    margin: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.vb-arrowArea {
    text-align: right;
    padding-top: 20px;
    padding-right: 6px;
}

    .vb-graphicArea img, .vb-graphicAreaSmall img, .vb-arrowArea img {
        margin: 0px;
    }


/* Blue */
.vb-buttonFrame:hover .vb-blue {
    border: 2px solid #0079b2;
    background-color: #0079b2;
}

.vb-blue {
    background-color: #00a1dd;
}

/* Orange */
.vb-buttonFrame:hover .vb-orange {
    border: 2px solid #b34d00;
    background-color: #b34d00;
}

.vb-orange {
    background-color: #f18028;
}

/* Green */
.vb-buttonFrame:hover .vb-green {
    border: 2px solid #5c8e04;
    background-color: #5c8e04;
}

.vb-green {
    background-color: #8bbc3f;
}

/*  Navy */
.vb-buttonFrame:hover .vb-navy {
    border: 2px solid #003c5d;
    background-color: #003c5d;
}

.vb-navy {
    background-color: #10577a;
}

/*  Pink */
.vb-buttonFrame:hover .vb-pink {
    border: 2px solid #b70060;
    background-color: #b70060;
}

.vb-pink {
    background-color: #e51884;
}

/*  Gray */
.vb-buttonFrame:hover .vb-gray {
    border: 2px solid #989ea6;
    background-color: #989ea6;
}

.vb-gray {
    background-color: #dee2e9;
}

/*Custom socials footer for homepage only*/

.socialHome {
    margin: 0;
    list-style: none;
    float: left;
    padding: 0;
}

    .socialHome ul {
        padding-left: 0;
        margin-bottom: 0;
    }

    .socialHome li {
        display: inline-block;
    }

        .socialHome li i[class^="icon-"] {
            margin-right: 3px;
        }

.socialHome-wrapper {
    padding: 5px 0;
}

@media (max-width: 666px) {
    .socialHome {
        padding: 10px 0 0 0;
        border-top: solid 1px #a1a1a1;
    }
}

@media(max-width:350px) {
    .socialHome {
        margin-top: 5px;
    }
}

@media (min-width: 667px) and (max-width: 991px) {
    .socialHome {
        width: 40vw;
    }
}