
/* set table caption/title to appear below table */
caption {
  text-align: center;
  caption-side: bottom;
  margin-bottom: 8px;
}

/* center figure and figure caption */
.figcap, .fignone {
  text-align: center;
}

.figcap {
  margin-bottom: 8px;
}

/* change tracking */
.changeTextDelete {
  color: red;
  text-decoration: line-through;
}

.changeTextInsert {
  color: green;
  text-decoration: underline;
}

.changeBlockDelete {
  text-decoration: line-through;
  border-left: 6px solid red;
}

.changeBlockInsert {
  text-decoration: underline;
  border-left: 6px solid green;
}

.Indented {
  margin-left: 30px;
}

.ulchildlink {
  padding-bottom: 0px;
}

.note {
  width:90%;
  background-color:#d9e9f2;
  padding:.9em;
  margin:1em;
  color:#6d6e71;
  /*
  background-color:  #eeeeee;
  padding: 4px;
  */
}

.familylinks {
  padding-bottom: 20px;
}

.footnote {
  padding-bottom: 20px;
  color: #666666;
}

.user-footer {
  border-top: 1px dotted #ccc;
  padding-top: 20px;
}

.pjm-logo {
  margin-top: 12px;
}

body {
  background: url("../images/pjm-background.gif") top left repeat-x;
}

.pjm-header{
  background: url("../images/pjm-banner.gif") top left no-repeat;
  padding: 4px 0px 0px 0px;
}

/* page title appears in header */
.pagetitle {
  color: #474747;
  text-align: left;
  font-size: 21.6px;
  line-height: 40px;
  margin-left: 136px;
  margin-top: 4px;
}


.searchbox {
  text-align: right;
  padding-top:0px;
  margin-top: 4px;
}

.leftnav {
  margin-top: 12px;
}

.main-content {
  margin-top: 12px;
}

.notetitle {
  font-weight: bold;
}

/* definition lists */

dl {
  border: 3px double #ccc;
  padding: 0.5em;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}
dt {
  float: left;
  clear: left;
  font-weight: bold;
  width: 20%;
  padding: 0;
  text-align:left;
}
dd {
  float: left;
  width: 80%;
  padding: 0;
  margin: 0
}

/* fix the bootstrap style that is adding extra table columns */
.row:after, .row:before {
  content: none;
}

/* HEADING CSS */

.user-header {
  margin-bottom: 1em;
  color: #eb6e23;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1em;
}

h1 {
  margin: 0.5em 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1em;
}

h2 {
  margin: 0.3em 0;
  font-size: 1.4em;
  font-weight: 600;
  padding-top: 20px;
}
h3 , .PJM_Heading_4 {
  margin: 0.3em 0;
  font-size: 1.2em;
  font-weight: 400;
  padding-top: 20px;
}

h4 {
  margin: 0.3em 0;
  font-size: 1.0em;
  font-weight: 400;
}

h5 {
  margin: 0.3em 0;
  font-size: 0.9em;
  font-weight: 400;
}


/* TABLE CSS */

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px dotted #ccc;
}

.tablenoborder {
  padding-bottom: 1em;
  padding-top: 1em;
}

td, th {
  padding: 4px;
}

table th {
  font-weight: bold;
}

.table,.table-mobile, .PJM_Alternating,.table-striped,.table-striped-new, .table-striped-mobile {
  width: 100%;
  margin-bottom: 20px;
}

.table th, .table td, .table-striped th, .table-striped td, .PJM_Alternating th, .PJM_Alternating td, .cellrowborder th, cellrowborder td {
  padding: 4px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px dotted #dddddd;
  font-weight:300;
  font-style:normal;
  font-variant:normal;
}

.table-mobile th, .table-mobile td {
  padding: 4px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  font-weight:300;
  font-style:normal;
  font-variant:normal;
}

.table-striped-new th, .table-striped-new td, .table-striped-mobile td, .table-striped-mobile th {
  padding: 4px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  font-weight:300;
  font-style:normal;
  font-variant:normal;
}

.table th,.table-mobile th, .PJM_Alternating th, .table-striped th, .table-striped-new th, .table-striped-mobile th {
  font-weight: bold;
}

.table thead th,.table-mobile thead th,
.table-striped thead th,
.PJM_Alternating thead th,
.table-striped-new thead th,
.table-striped-mobile thead th{
  vertical-align: bottom; font-weight: bold;
}

.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td,
.PJM_Alternating thead:first-child tr:first-child th,
.PJM_Alternating thead:first-child tr:first-child td,
.table-striped thead:first-child tr:first-child th,
.table-striped thead:first-child tr:first-child td,
.table-striped-new thead:first-child tr:first-child th,
.table-striped-new thead:first-child tr:first-child td,
.table-striped-mobile thead:first-child tr:first-child td,
.table-striped-mobile thead:first-child tr:first-child th {
  border-top: 0;
}

/* stripes for alternating table.  */
.PJM_Alternating tbody tr:nth-child(odd) td,
.PJM_Alternating tbody tr:nth-child(odd) th,
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color:  #f9f9f9;
}

/* support for colored rows
PJM_Table Border_Green
PJM_Table Border_Yellow
PJM_Table Border_Red
*/

tr.Border_Red {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: red;
}

tr.Border_Green {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: green;
}

tr.Border_Yellow {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: yellow;
}

/*  Approval Table */
table.approval {
    border: solid 1px black;
    width: 50%;
}

/*
scroll up
 */
#scrollUp {
  background:url('../images/back-to-top.png') ;
  bottom: 100px;
  right: 10%;
  height:50px;
  width:50px;
  background-size: 50px;
  overflow:hidden;
}

#scrollUp:hover{
  background: url('../images/back-to-top-hover.png');
  background-size: 50px;
}


/*  added by Heretto  */
.section-topic-title {
    font-weight: bold;
    font-size: .85em; 
    font-family: sans-serif;
}

/* Most link groups are created with <div>. Ensure they have space before and after. */
.ullinks {
  list-style-type: disc !important;
  font-family:sans-serif;
  font-weight: normal
}
.ulchildlink {
  font-family: sans-serif;
  font-size: .85em;
  line-height: .75em;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: normal
}

.ulchildlink a{
    text-decoration: none
}

div.fn p:first-of-type {
    font-family: sans-serif;
    display: inline;
    font-size: .85em;
    color: blue;
}

div.fn p {
    font-family: sans-serif;
    font-size: .85em;
    color: gray;
}

div.fn a{
    font-size: .65em;
}