﻿body {
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #000000;
    line-height: normal;
}

    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%;
}

p, pre {
    margin: 1em 0;
}

h1, h2, h3, h5, h6 {
	font-weight:normal;
	margin: 1em 0 0;
}	
h1 {
    font-size: 1.8em;
    line-height: 1em;
    color: #eb6e23;
}
h2 {
    font-size: 1.6em;
    line-height: 1em;
    padding-bottom: 5px;
}
h3 {
    font-size: 1.4em;
}
article h1 {
    padding-left: 0
}

.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;
}

/* inputs */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="number"],
select,
textarea {
	width: 100%;
	padding: 5px 10px;
	background-color: #ffffff;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	box-sizing: border-box;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
	font-style: italic;
	text-shadow: 0px 1px 0px #fff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
input.placeholding { color: #999; }

input[disabled]{
    background-color: lightgrey;
 }

#breadcrumbs {
	padding: 10px 100px 10px 0;
	font-size: .9em;
    position: relative;
}

#breadcrumbs:before,
#breadcrumbs:after {
  height: 1px;
  width: 100%;
  left:0;
  content: '';
  position: absolute;
  background: url(/assets/responsive/img/dot-horizontal.png) repeat-x;
}
#breadcrumbs:before {
  top: 0;
}
#breadcrumbs:after {
  bottom: 0;
}


			#breadcrumbs ul {
				margin: 0;
				padding: 0;
				list-style: none;
				color: #858585;
			}
				#breadcrumbs ul li {
					display: inline;
					margin-right: 5px;
				}
				#breadcrumbs ul li:after {
					background: url('/assets/images/mobile-device-right-arrow.gif') 0 0 no-repeat;
                    content: " ";
                    padding-left:5px;
				}
				#breadcrumbs ul li:last-child:after {
					content: " ";
					background: none;
				}
					#breadcrumbs ul li a {
						margin-right: 5px;
					}
			#breadcrumbs .meta {
				display: none;
				position: absolute;
				right: 0;
				top: 0.5em;
				margin: 0;
				padding: 0;
				border: none;
			}
#content-container { padding-bottom: 180px; }
.ui-widget {
    /*font-family: Verdana,Arial,sans-serif;*/
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    /*font-size: 1em;*/
    font-size: 13px;
}

/*#lmp*/
.mapLink {
    padding-top: 20px;
}

@media (min-width: 992px) {
    #lmp {
        height: 395px;
    }
}

@media (min-width: 667px) and (max-width: 991px) {
    #lmp {
        height: 720px;
    }
}

/*LMP Map*/

 #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%
}