/**
 * @file
 * General site styles
 */

body {
/*  color: #525252;
*/}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Enable responsive images and video */
img,
video {
  height: auto;
  max-width: 100%;
}

/* fix for OpenLayers and other maps - see: http://drupal.org/node/1925230*/
.gmap img,
.view-gmap img,
.openlayers-map img,
#getlocations_map_canvas img {
  max-width: none;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #dedede url("../images/quote.png") no-repeat;
  border: 1px solid #999;
  border-radius: 5px;
  margin: 5px 0;
  padding: 10px 12px 5px 47px;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

pre,
code {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ccc;
  border: 1px solid #999;
  border-radius: 5px;
  display: block;
  font-family: monospace;
  margin: 2px 0;
  overflow: auto;
  padding: 6px 0 4px 14px;
  width: 98%;
}

ins {
  background-color: #fdfc9b;
  text-decoration: none;
}

mark {
  background-color: #fdfc9b;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  background: #9f9f9f;
  border: none;
  clear: both;
  float: none;
  height: 1px;
  margin: 7px 0;
  width: 100%;
}

.remove-margin {
  margin-right: 0 !important;
}

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

p {
  font-size: .9em;
  margin: 0 0 0.8em;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

ol,
ul {
  padding-left:20px;
}

#content-wrapper ul li {
  font-size: .9em;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 14px 0px 4px 0px;
  padding: 0;
}

h1 {
  font-size: 1.4em;
  margin-bottom: .4em;
  margin-top: 0;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

/* Layout */

#wrapper {
  margin: 0px auto;
}

#content-wrapper {
  -webkit-box-shadow: 0px 5px 17px rgba(50, 50, 50, 0.56);
  -moz-box-shadow: 0px 5px 17px rgba(50, 50, 50, 0.56);
  background: #fff;
  box-shadow: 0px 5px 17px rgba(50, 50, 50, 0.56);
  padding: 0px 0px 25px 0px;
}

#content #post-content {
  padding: 10px;
}

#head {
  -webkit-box-shadow: 0px 0px 17px rgba(50, 50, 50, 0.56);
  -moz-box-shadow: 0px 0px 17px rgba(50, 50, 50, 0.56);
  background: #BDDEE5;
  box-shadow: 0px 0px 17px rgba(50, 50, 50, 0.56);
  min-height: 112px;
}

#site-title-wrapper {
  margin-left: 4%;
  margin-top: 10px;
}

#logo {
  float: left;
  margin: 10px 10px 0 10px;
}

.theme-logo #logo img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.site-slogan {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  text-transform: uppercase;
}

#navigation {
  float: right;
  margin: 0px auto;
}

.width-33 {
  float: left;
  margin: 0 10px;
  width: 300px;
}

.width-49 {
  float: left;
  margin: 0 1%;
  width: 48%;
}

.width-99 {
  float: left;
  margin: 0 1%;
  width: 99%;
}

aside.sidebar .block-content ul li,
#content article ul li {
  list-style-image: url("../images/raquo.png");
}

.sidebar-right aside h2 {
  -moz-border-radius-topleft: 24px;
  -webkit-border-top-left-radius: 24px;
  -moz-border-radius-bottomleft: 24px;
  -webkit-border-bottom-left-radius: 24px;
  border-radius: 24px 0 0 24px;
  margin-right: -10px;
  padding: 1px 0 3px 14px;
}

.sidebar-left aside h2 {
  -moz-border-radius-topright: 24px;
  -webkit-border-top-right-radius: 24px;
  -moz-border-radius-bottomright: 24px;
  -webkit-border-bottom-right-radius: 24px;
  border-radius: 0 24px 24px 0;
  margin-left: -20px;
  padding: 2px 0 2px 10px;
}

#preface-wrapper .block h2 {
  -moz-border-radius-topright: 24px;
  -webkit-border-top-right-radius: 24px;
  -moz-border-radius-bottomright: 24px;
  -webkit-border-bottom-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
  margin-right: 0;
  padding: 2px 0 3px 10px;
}

footer#colophon h2,
footer#colophon {
  color: #eaeaea;
}

footer#colophon .block-inner:first-child,
#preface-wrapper .block-inner:first-child {
  padding-left: 14px;
}

footer#colophon .block-inner:last-child,
#preface-wrapper .block-inner:last-child {
  padding-right: 14px;
}

header.container {
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  border-radius: 12px 12px 0 0;
  margin-top: 16px;
  z-index: 100;
}

footer {
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-radius: 0 0 12px 12px;
  margin-bottom: 10px;
}

#slideshow-wrapper.container {
  width: 100%;
}

#header {
  margin-top: 20px;
}

#breadcrumbs {
  font-size: .84em;
}

#content {
  margin-top: 4px;
}

.node h2.title {
  color: #4d4d4d;
  font-size: 20px;
}

.node h2.title a {
  color: #4d4d4d;
}

.block {
  /*margin-bottom: 1.5em;*/
}

#header .block > h2,
#foot .block > h2,
.region-content-top .block > h2 {
  font-size: 16px;
}

.sidebar .block > h2 {
  background: #214468;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 10px;
  padding: 2px 10px;
  text-transform: capitalize;
}

#colophon {
  -webkit-box-shadow: 0px 5px 17px rgba(50, 50, 50, 0.56);
  -moz-box-shadow: 0px 5px 17px rgba(50, 50, 50, 0.56);
  background: #3c3c3c;
  background: -moz-linear-gradient(90deg, rgb(57, 57, 57) 31%, rgb(86, 86, 86) 77%);
  background: -webkit-linear-gradient(90deg, rgb(57, 57, 57) 31%, rgb(86, 86, 86) 77%);
  background: -o-linear-gradient(90deg, rgb(57, 57, 57) 31%, rgb(86, 86, 86) 77%);
  background: -ms-linear-gradient(90deg, rgb(57, 57, 57) 31%, rgb(86, 86, 86) 77%);
  background: linear-gradient(90deg, rgb(57, 57, 57) 31%, rgb(86, 86, 86) 77%);
  box-shadow: 0px 5px 17px rgba(50, 50, 50, 0.56);
  margin-bottom: 24px;
  padding-top: 5px;
}

#colophon .footer-area a {
  color: #fff;
}

.footer-area {
  float: left;
  list-style: none;
}

.footer-area .block > h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
}

.footer-area .content {
  color: #bbb;
  line-height: 160%;
  margin: 0;
  padding: 7px 0px;
}

#copyright {
  background: #3e3742;
  padding: 25px 0px;
  text-align: center;
}

.credit {
  color: #eee;
}

.submitted {
  background: none;
  border-radius: 4px;
  color: #6a6a6a;
  display: block;
  font-size: .89em;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 4px 9px 4px 0;
}

#breadcrumbs {
   padding: 17px 0 12px 1px; //change by indu
}

.links {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}

.links li a {
  background-color: #ddd;
  border-radius: 4px;
  font-weight: normal;
  padding: 2px 10px 1px 10px;
  text-transform: capitalize;
}

.links li a:hover,
ul.pager li:hover {
  background-color: #999;
  color: #fff;
}
ul.pager li a:hover {
  color: #fff;
}

article.last {
  margin-bottom: 30px;
}

/* form elements */

input[type="submit"],
input[type="reset"],
button {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-size: .8em;
  margin: -5px 10px 0 0;
  padding: 7px 8px;
  text-transform: uppercase;
  background: #BDDEE5;
  background: -moz-linear-gradient(#BDDEE5, #318AA6);
  background: -webkit-linear-gradient(#BDDEE5, #318AA6);
  background: -o-linear-gradient(#BDDEE5, #318AA6);
  background: -ms-linear-gradient(#BDDEE5, #318AA6);
  background: linear-gradient(#BDDEE5, #318AA6);  
  text-decoration: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover
{
  background: #999;
  cursor: pointer;
}



input.form-checkbox,
input.form-radio {
  vertical-align: baseline;
}

.form-text,
textarea,
input[type="text"],
input[type="password"],
input[type="email"] {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #acacac;
  border-radius: 4px;
  color: #667;
  font-size: 0.9em;
  padding: 7px 8px;
}

html.js input.form-autocomplete {
  background-position: 99% 9px;
  padding: 3px 8px;
}

html.js input.throbbing {
  background-position: 99% -12px;
}

input,
select {
  vertical-align: middle;
}

label {
  display: block;
  font-size: .8em;
  margin: .8em 0 .5em 0;
}
#legend_data_sd label{
font:normal 11px Arial, Helvetica, sans-serif; color:#ffffff;
}
select {
  border: 1px solid #acacac;
  border-radius: 4px;
  padding: 3px 4px;
  font-size: 0.9em;
}

fieldset {
  border: 1px dotted #ccc;
  margin: 0 0 1.4615em;
  padding: 1.1em;
}

legend {
  font-weight: bold;
}

.page-node-add .description {
  background: #f0f8ff url('../images/help.png') no-repeat 8px 8px;
  border: 0;
  margin: 10px 10px 0;
  padding: 5px 0 10px 40px;
}


/* Menus and lists */
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

.links.node-links ul li:before {
  padding-right: 8px;
}

#sidebar-first {
  margin-top: 10px;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/* Tabs and Tags */

.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a {
  background: url("../images/tag.png") no-repeat;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  height: 22px;
  padding: 2px 8px 0 16px;
  text-transform: uppercase;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/* Profile */

.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

#comments {
  border: 2px solid #cecece;
  border-radius: 8px;
  clear: both;
  margin-top: 14px;
  padding: 5px;
}

.comment {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: .2em;
  min-height: 150px;
  padding: 5px;
}

h3.comment-title a {
  color: #67696d;
  font-size: 16px;
  margin-bottom: 5px;
}

.comment .new {
  background: #e5e5e5;
  border-radius: 4px;
  color: #67c1c9;
  margin-left: 1em;
  padding: 3px 10px;
  text-transform: uppercase;
}

.comment .new:after {
  content: "\0020\0021";
}

.comment h3 {
  margin-bottom: .5em;
  margin-top: 0;
}

.form-textarea-wrapper textarea {
  border: 1px solid #acacac;
  border-radius: 3px;
}

.comment .submitted {
  border-radius: 4px;
  display: inline;
  padding: 3px;
  text-transform: capitalize;
  width: 100%;
}

.comment .user-picture {
  border: 1px solid #d9d9d9;
  float: left;
  margin-bottom: 7px;
  margin-right: 7px;
  padding: 4px;
}

.comment-new-comments {
  display: none;
}

.field-name-comment-body {
  margin-top: 10px;
}

li.comment_forbidden a {
  text-transform: uppercase;
}

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
}

/* Dates */

.date-in-parts {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: #5c9d00;
  border-radius: 90px;
  float: left;
  height: 72px;
  margin: 6px 6px 2px 0;
  width: 72px;
}

.date-in-parts span {
  color: #eaeaea;
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin-top: -5px;
  text-align: center;
}

span.day {
  padding-top: 6px;
}

span.year {
  padding-top: 4px;
}

.field-type-image img {
  border: 1px dotted #333;
  margin-bottom: 8px;
  padding: 8px;
}

.img-caption {
  display: block;
  font-size: .8em;
  font-style: italic;
  position: relative;
  text-align: left;
  top: -12px;
}

.front .img-caption {
  text-align: center;
}

.views-label.views-label-title {
  font-weight: bold;
}

summary {
  cursor: pointer;
}

#top-links {
 //margin-top: 11px;
  //text-align: right;
  padding-left:175px;
  // margin: 6px 6px 2px 0;
}

#content article ul.contextual-links li {
  list-style-image: none;
}

#hero-first {
  margin-top: 10px;
}

#main-menu ul {
  display:none;
}

div.admin .left {
  display: inline-block;
  float: none;
  vertical-align:top;
  width: 47%;
}

div.admin .right {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: 47%;
}

dd {
  margin-bottom: 10px;
}

/* Tabs */

div.vertical-tabs ul li.vertical-tab-button a {
  border-right: 1px solid #CCCCCC;
  background: #F9F9F9;
}

div.vertical-tabs ul li.vertical-tab-button a:hover,
div.vertical-tabs ul li.vertical-tab-button a:focus {
  background: #efefef;
  outline: 0 none;
  text-decoration: none;
}

div.vertical-tabs ul li.vertical-tab-button .selected a {
  border-right: none;
  background: #fff;
}

div.vertical-tabs ul li.selected a,
div.vertical-tabs ul li.selected a:hover,
div.vertical-tabs ul li.selected a:focus,
div.vertical-tabs ul li.selected a:active {
  border-left: 5px solid #0074BD;
  background: none repeat scroll 0 0 #FFFFFF;
  border-right: 0 none;
  margin-left: -1px;
}

div.vertical-tabs ul li.selected a:focus strong {
  text-decoration: none;
}

/**
 * Tables.
 */

 div.tab_container {  
  overflow: hidden;    
  margin: 0 auto;
  clear:both;
}
#myTable1 table { 
  border-collapse: collapse;
  border-spacing: 0;
 color: #333;
}

#myTable1  table>tbody {
  overflow: auto;
  height: 280px;
  overflow-x: hidden;
  overflow-y:scroll;
}
table {
  color: #333;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  border: 1px solid transparent;
  height: 30px;
  transition: all 0.2s;
  padding: 0 .5em;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#syswarnBlockTable_tod td, th {
  border: 1px solid transparent;
  height: 30px;
  transition: all 0.2s;
  padding: 0 .5em;

}



th {
  background: #DFDFDF;
  font-weight: normal;
}

td {
  background: #fafafa;
  text-align: left;
  font-size: .9em;
}

tr:nth-child(even) td {
  background: #f1f1f1;
}

tr:nth-child(odd) td {
  background: #fefefe;
}

tr td ul.inline li {
  margin-bottom: 9px;
  display: block;
}

tr.odd .form-item,
tr.even .form-item {
  margin-bottom: 10px;
}

tr td ul {
  margin: 0;
  padding: 0;
}

/* System Tabs */

.tabs {
  margin-bottom: 20px;
}
ul.tabs.primary {
  padding: 0 10px;
  margin: 0;
  overflow: hidden;
  border: none;
}

ul.tabs.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}

ul.tabs.primary li.active a {
  border-bottom: 1px solid #ffffff;
}

ul.tabs.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 4px 14px;
  margin: 0;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -khtml-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 1.07em;
}

ul.tabs.primary li.active a {
  background-color: #ffffff;
}
ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
ul.secondary li {
  display: block;
  float: left; /* LTR */
}
ul.secondary li:last-child {
  border-right: none; /* LTR */
}
ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
ul.secondary li a {
  padding: 0.25em 0.5em;
}
ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  margin: 0 10px 0 0;
}

div.admin .left {
  margin: 0
}

/* Advanced forum styling */
.forum-post-panel-main.clearfix {
  clear: none;
}

.af-button-large,
.af-button-small,
.author-pane-link,
.last-post-link a {
  display: block;
  border-top: none;
  background: #e7e7e7;
  background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdfd), to(#c1c1c1));
  background: -moz-linear-gradient(top, #dfdfdfd, #c1c1c1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #333;
  font-family: inherit;
  text-decoration: none;
  vertical-align: middle;
}

.af-button-small {
  margin-right: 10px;
}

#content .forum-post-links ul.links li {
  margin: 0;
}

.forum-node-create-links-top {
  margin-bottom: 10px;
}

.forum-post-info {
  font-size: 1.4em;
  color: #4c4c4c;
  display: block;
  padding: 5px 0;
}

.author-pane a.username {
  margin-bottom: 8px;
  display: block;
}

.forum-post-links ul.links.inline .icon-fixed-width {
  display: none;
}

.forum-post-title h2,
.forum-post-panel-main .post-title h2 {
  font-size: 2em;
  margin-top: 0;
}

.forum-posted-on,
.forum-post-number a {
  color: #666 !important;
}

/* table hover effect: experimental! */

.tablehover tr:hover td {
  background-color: transparent;
}

.tablehover tr:nth-child(odd) td:hover,
.tablehover tr:nth-child(even) td:hover {
  color: #fff;
}

.tablehover tbody tr:not(.draggable):hover,
.tablehover .forum-table tr:not(.draggable).even:hover,
.tablehover forum-table tr:not(.draggable).odd:hover,
.tablehover tbody tr:hover,
.tablehover tbody tr td a:hover,
.tablehover tbody tr:hover a {
  background: #666;
  color: #fff !important;
}

.tablehover tbody tr.draggable td a:hover,
.tablehover tbody tr.draggable:hover,
.tablehover tbody tr.draggable:hover a,
.tablehover a.td-hovered {
  color: #fff !important;
}

.tablehover .draggable a.tabledrag-handle {
  margin-left: 0;
}

.tablehover  table .warning.tabledrag-changed {
  margin-left: 15px;
}

/* global nav Start*/
div#global_nav_wrapper {
    background-color: #404042 !important;
    background-image: url("../images/elxbar_bg.gif");
    background-position: center bottom  !important;
    background-repeat: repeat-x  !important;
    height: 33px  !important;
    margin: 0  !important;
    padding: 0  !important;
    position: relative  !important;
}

div#global_nav {
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

div#global_nav ul {
    margin: 0  !important;
    overflow: hidden  !important;
    padding: 0  !important;
}
div#global_nav ul li {
    display: inline-block  !important;
    float: right  !important;
    list-style-position: outside  !important;
    list-style-type: none  !important;
    margin: 0  !important;
    padding: 0  !important;
    width: auto  !important;
}

div#global_nav ul li a {
    background-image: url("../images/elxbar_sprite.gif")  !important;
    background-position: right -33px  !important;
    background-repeat: repeat-x  !important;
    color: #A8A8A8  !important;
    display: block !important;
    font-size: 12px !important;
    font-weight: bold !important;
    height: 21px !important;
    margin: 0 !important;
    padding: 5px 0 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    width: 136px !important;
}
div#global_nav ul li a:hover {
	color: #FFFFFF !important;
}
div#global_nav ul li.current a, div#global_nav ul li.current a:hover {
    background-image: url("../images/elxbar_sprite.gif") !important;
    background-position: right -66px !important;
    background-repeat: repeat-x !important;
    border-left: 1px solid #101010 !important;
    color: #FFFFFF !important;
    display: block !important;
    font-size: 12px !important;
    margin: 0 !important;
    text-decoration: none !important;
}

.elexon-black-logo {
    left: 5px;
    position: absolute;
    top: 3px;
}
/* global nav End*/
#bwx_elexon_logo{
float:right;
padding-right: 2%;
padding-top: 5%;
}
.footer-area ul.menu li {
    border-right: 1px solid;
	border-color: #008BA8;
    float: left;
    margin: 0;
    padding: 0 5px;
	list-style-image: none !important;
	list-style-type: none !important;
}
.footer-area h2{ display:none; }
.footer-area p{color:#FFFFFF!important; }
.region-footer-third .block { margin-top: 1.5em; margin-bottom: 1.0em !important; float:right; }
.region-top-links h2{display:none; }

.region-top-links ul li.leaf{
list-style-type: none !important;
float:left;
padding: 0 5px;
}
.blockUI .reason_desc{
    color: #000 !important;
    font-size:15px;
    text-align:center;
    font-weight: bold;
    margin-top:-10px;
    text-decoration: underline;
}

.title_details > p {
    color: #008da8;
    display: inline-block;
    font-size: 16px;
}
.syswarn_tab_container{
  max-height: 169px;
}

/*.table_container {height:300px !important;}*/

#edit-no-records{
height:190px;
}
/*Edited By Naveedh*/
.row-1,.row-2,.row-3,.row-4,.row-5 {
width: 100%;
margin-bottom:20px;
}

div#one{
width: 48.6%;
border: 1px solid #e1e1e1;
float: left;
height: 300px;
border-radius:8px;
margin-right:20px;

}
div#two {
width: 48.6%;
border: 1px solid #e1e1e1;
float: right;
height: 300px;
border-radius:8px;

}

#three,#five,#seven{
width: 48.6%;
border: 1px solid #e1e1e1;
border-radius:8px;
float: left;
height: inherit;
margin-right:20px;

}

#four,#six,#eight{
width: 48.6%;
border:1px solid #e1e1e1;
border-radius:8px;
float: right;
height: inherit;
}

div#nine {
border:1px solid #e1e1e1;
border-radius:8px;
width:100%;
height:430px;
margin-bottom:20px;
}

div#ten {
border:1px solid #e1e1e1;
border-radius:8px;
width:100%;
height:175px;
margin-bottom:20px;
background-color: #f7f6f6;
}
div#eds {width: 100%; margin-left: auto; margin-right: auto; padding-bottom: 18px;
}

#cdnBlockTable thead tr th {
background-color: #008da8;
color: #fff;
font-size: 12px;
padding:0px 4px;
font-family: arial;
text-align: center;
}
#cdnBlockTable tbody tr td{padding:2px 4px;}
#cdnBlockTable{
  margin-bottom: 10px;	
}
#cdnBlockTable tbody{border-bottom:1px solid #ccc;}
.eds_table_container thead tr th:first-child,.eds_table_container_tom thead tr th:first-child {
  border-top-left-radius: 9px;
  overflow: hidden;
  border: 1px solid #fff;
  border-left: 1px solid;
}
.eds_table_container thead tr th:last-child,.eds_table_container_tom thead tr th:last-child {
  border-top-right-radius: 9px;
  overflow: hidden;
  border: 1px solid #fff;
}
#outerDivEDS{padding:0px;}	
.eds_table_container tbody td,.eds_table_container_tom tbody td {
color: #3D3D3D;
padding:0px;
text-align: center;
font-size: 12px;
width: 23px !important;
}
.jspPane table tbody tr:last-child td{border-bottom:1px solid #cccccc !important;}
.jspHorizontalBar{height:13px;}
#cdnBlock-viewmore{padding-top: 14px; padding-left: 15px; top:260px; position:absolute;}
#cdnBlock-viewmore a{font-size:12px; color : #008da8; text-decoration: underline;} 
#rsdBlock-viewmore{padding-top:6px; padding-left: 15px; float: left; }
#rsdBlock-viewmore a{font-size:12px; color : #008da8; text-decoration: underline; }
#avgBlock-viewmore{padding-top:6px; padding-left: 15px; float: left;}
#avgBlock-viewmore a{font-size:12px; color : #008da8; text-decoration: underline;}

#legend_data_rsd p {
display: inline-block;
margin-left: 37px;
margin-top:0px;
color: #fff;
position: relative;
bottom:0px;
}
#legend_data_avg,#legend_data_rsd,#legend_data_rsf,#legend_data_mi,#legend_data_sp{
  text-align: center;	
}
#legend_data_rsf p,#legend_data_mi p,#legend_data_sp p {
display: inline-block;
margin-left: 25px;
margin-top: 0;
color: #fff;
position: relative;
bottom: 0px;
margin-bottom: 10px;
}
#legend_data_avg p {
display: inline-block;
margin-top:0px;
color: #fff;
position: relative;
bottom:0px;
margin-left:4px;
}
#rsd_bottom{float:left; width:100%; margin-top:14px;}
.info-warn-text-national-rsd {
background-color: #667388;
border-radius:5px;
padding:5px 9px;
height:15px;
text-align:center;
margin-left:50px;
}
.info-warn-text-national-rsf {
background-color: #667388;
border-radius:5px;
padding:5px 9px;
height:15px;
text-align:center;
margin-left:260px;
}
.info-warn-rsd,.info-warn-rsf{float:left;} 
#info_popup_rsd {
display:inline-block;
float:right;	
border-radius:5px;
font-size: 12px;
color: #fff;
height: 13px;
padding:6px 8px 6px 3px;
width: 42px;
cursor: pointer;
background:#667388 url('../../images/info-icon.png') 5px center no-repeat;
text-align: right;
margin-right:20px;

}
#info_popup_avg,#info_popup_sd,#info_popup_sp,#info_popup_mi{
display:inline-block;
float:right;	
border-radius:5px;
font-size: 12px;
color: #fff;
height: 13px;
padding:6px 8px 6px 3px;
width: 42px;
cursor: pointer;
background:#667388 url('../../images/info-icon.png') 5px center no-repeat;
text-align: right;
margin-right:20px;
margin-left: 8px; 
}
#info_popup_fuel {
display:inline-block;
float:right;
border-radius:5px;
font-size: 12px;
color: #fff;
height: 11px;
padding:6px 8px 6px 3px;
width: 42px;
cursor: pointer;
background:#667388 url('../../images/info-icon.png') 5px center no-repeat;
text-align: right;
margin-right:20px;
margin-left: 8px;
}

#date-refer-block p {
display: inline-block;
border-radius:4px;
padding:0px;
margin-bottom:10px;
font-size:12px;
color:#667388;
}
div#date-refer-block {
    text-align: center;
}
#fus_graph_sd{
  text-align:center;
}
#legend_data_gbft{
text-align:left; 	
padding-left:26px;
}

#legend_data_gbft p {
display: inline-block;
margin-left:4px;
margin-bottom:10px;
color: #fff;
position: relative;
}
div#bottom-gbft{padding:10px 10px 0px;}
div#bottom-gbft span {
background-color: #667388;
border-radius:5px;
color: #fff;
padding:6px 5px;
cursor: pointer;
text-align: right;
margin-right:5px;
font-size: 11px;
}
#info_popup_gbft {
border-radius:5px;
font-size: 12px;
color: #fff;
height: 13px;
padding:6px 6px 6px 3px;
width: 42px;
cursor: pointer;
background:#667388 url('../../images/info-icon.png') 3px center no-repeat;
text-align: right;
display:inline-block;

}
#eds_gbft_table{
  max-height:324px;
}
#info_popup_gbft_table{
  background-color: #667388;
  border-radius: 6px;
  color: #fff;
  height: 10px;
  padding: 2px 13px 17px;
  width: 42px;
  cursor: pointer;
  background-image: url('../../images/info-icon.png');
  background-position: 3px center;
  background-repeat: no-repeat;
  text-align: right;
  float: right;
  margin-right: 3px;
  margin-top: 11px;
}
#legend_data_sd{
   text-align:left; 	
   padding-left: 26px;
}
#legend_data_sd p {
  display: inline-block;
  margin-left: 37px;
  margin-top:0px;
  color: #fff;
  position: relative;
  bottom: 0px;
}
#sdBlock-viewmore,#spBlock-viewmore,#miBlock-viewmore  {
  padding-top: 4px;
  padding-left: 15px;
  float: left;
}
#sdBlock-viewmore a,#spBlock-viewmore a ,#miBlock-viewmore a {font-size:12px;  color: #008DA8; text-decoration: underline;}
#syswarnBlock-viewmore{position:relative; padding-top: 20px;}
#syswarnBlockTable_tod thead tr th,
#syswarnBlockTable_tom thead tr th {
background-color:#008da8; 
color:#fff; 
font-size:12px; 
padding:0px 4px; 
font-family:arial;
text-align:center; }
#syswarnBlock-viewmore #syswarnBlock-content{
background-color: #667388;
border-radius: 6px;
color: #fff;
padding: 4px 12px 5px;
cursor: pointer;
margin-right: 8px;
margin-left:20px;
font-size: 12px;
width: 150px;
}
#info_popup_syswarn{
    display: inline-block;
    float: unset;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    height: 14px;
    padding: 6px 8px 6px 3px;
    width: 42px;
    cursor: pointer;
    background: #667388 url(../../images/info-icon.png) 5px center no-repeat;
    text-align: right;
    margin-right: 20px;
    position: absolute;
    right: 195px;
    top: 226px;
}
#rsfBlock-viewmore{
	display: inline;
    float: left;
	margin-left: 59px;
}
#rsfBlock-viewmore a{font-size:12px; color: #008DA8;	text-decoration:underline;}
#info_popup_rsf{
display:inline-block;
float:right;	
border-radius:5px;
font-size: 12px;
color: #fff;
height: 13px;
padding:6px 8px 6px 3px;
width: 42px;
cursor: pointer;
background:#667388 url('../../images/info-icon.png') 5px center no-repeat;
text-align: right;
margin-right:40px;
}
#header_quick p{
    border-radius: 5px 5px 0px 0px;
 }
#demand_quick span,#generation_quick_1 span,#generation_quick_2 span,#balancing_quick span{
	margin-right:7px;
 }
#sub_header_quick{
	font-size: 15px;margin-left: 20px;color: #008da8;
 }
#quick_link_container{
   margin-right:7px;
}
#quick_link_container #balancing_quick a, #quick_link_container #generation_quick_2 a, #quick_link_container #generation_quick_1 a, #quick_link_container #quick_link_col a {font:normal 11px Arial, Helvetica, sans-serif;}
#demand_quick{
float: left;
width: 260px;
margin-left: 0;
padding-right: 0px;
padding-left: 0px;
}
#generation_quick_1{
float: left;
width: 205px;
margin-left: 0;
padding-right: 0px;
padding-left: 0;
border-left: 1px solid #e4e3e3;
}
#generation_quick_2{
float: left;
width:280px;
border-right: 1px solid #e4e3e3;
margin-left: 0;
padding-right: 0;
padding-left: 0px;
}
#balancing_quick{
   float:left;  width: 241px;
}
#quick_links:hover{
   color : #008da8;
   text-decoration : underline;
}
#quick_links{
	color : black;
}

#gbft_popup_table thead tr th{
	background-color : #008da8;
	text-align : center;
	color : white;
	border : 1px solid #ccc;
}
#gbft_popup_table tbody tr td{
	text-align : center;
}
#gbft_popup_table thead tr:first-child th:first-child {
    border-top-left-radius: 9px;
    overflow: hidden;
}
#gbft_popup_table thead tr:first-child th:last-child {
    border-top-right-radius: 9px;
}
#gbft_popup_table_interc th{
	background-color : #008da8;
	text-align : center;
	color : white;
}
#gbft_popup_table_totals th{
	background-color : #008da8;
	text-align : center;
	color : white;
}

#warn_popup_table thead tr th{
	background-color : #008da8;
	text-align : center;
	color : white;
        font-size: 12px;
        line-height: 18px;
}
#warn_popup_table tbody tr td{
	text-align : center;
}
#warn_popup_table thead tr:first-child th:first-child {
    border-top-left-radius: 9px;
    overflow: hidden;
}
#warn_popup_table thead tr:first-child th:last-child {
    border-top-right-radius: 9px;
}
.info-warn-sp{   
    float: left;
}
.info-warn-text-national-sp{
background-color: #667388;
padding: 5px 8px 8px;
height: 12px;
text-align: center;
margin-top: 0px;
margin-left: 95px;
color: #ffffff;
border-radius: 5px;
font-size: 12px;
}
#gbftBlock-viewmore {
margin-right:20px;
float: right;
position: absolute;
right: 4px;
bottom: 50px;
}
#gbftBlock-viewmore a{font-size:12px; color: #008da8; text-decoration : underline;}
.selected-section-eds {
width: 98%;
height: 33px;
background-color: #f7f6f6;
border: 1px solid #e9e9e9;
border-radius: 4px;
color: #595959;
margin-bottom: 15px;
}
.selected-section-right-eds {
position: absolute;
right:0px;
top:0px;
}
.selected-section-label-eds {
border-left: 1px solid #e1e1e1;
float: left;
top: 0;
left: 6px;
position: relative;
padding-top: 9px;
padding-bottom: 9px;
padding-left: 4px;
}
.selected-section-img-eds {
    cursor: pointer;
    margin-left: 9px;
    margin-right: 2px;
    margin-top: 6px;
    float: left;
    /* padding-bottom: 6px; */
}

.elex_row{width:100%; margin-bottom:20px;}
.row-2{height:432px;}
.row-3{height:530px;}
.row-4 {height:520px;}


.rcsp_table table{border-collapse:collapse;}
.rcsp_table td, .rcsp_table th{border:1px solid #cccccc; font-size:12px; text-align:center;}
.rcsp_table th{background:#008da8 !important; color:#ffffff !important;}
.info-warn-text-national-sp{cursor:pointer;}

#rcsp_popup_table>thead>tr>th:first-child{

    border-top-left-radius: 8px;
	border: 0px transparent;
}

#rcsp_popup_table>thead>tr>th:last-child{

    border-top-right-radius: 8px;
	border: 0px transparent;
}
.ext_cdn_col{min-width:180px !important; max-width:180px !important;}
.cdn_table thead tr th:first-child{
border-top-left-radius: 9px;
overflow: hidden;
border: 1px solid #fff;
}
.cdn_table thead tr th:last-child{
border-top-right-radius: 9px;
overflow: hidden;
border: 1px solid #fff;
}
#outerDivEDS2{overflow:hidden;}
.cdn_table thead  th:nth-child(3), .cdn_table thead  th:nth-child(5){min-width:70px !important; max-width:70px !important;}
#legend_data_avg, #legend_data_rsd, #legend_data_rsf, #legend_data_gbft, #legend_data_sd, #legend_data_mi, #legend_data_sp{
background: #f9f9f9;
width: 92%;
margin: 10px auto;
padding: 5px 5px 0px;
border-radius:6px;	
}
#warn_popup_table{
	margin-bottom:0px;
}
#warn_popup_table tbody{
    border-bottom: 2px solid #ccc;
}
