html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
select,
small,
strike,
strong,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  line-height: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  min-width: 960px;
}
body {
  position: relative;
}
.wrapOut {
  width: 100%;
  float: left;
  clear: both;
  min-width: 960px;
}
.wrapIn {
  width: 960px;
  margin: 0 auto;
}
.outer {
  float: left;
  clear: both;
  position: relative;
  left: 50%;
}
.inner {
  position: relative;
  left: -50%;
}
.floatClear {
  float: left;
  clear: both;
}
@font-face {
  font-family: 'modern_pics';
  src: url('lib/modernpics-webfont.eot');
  src: url('lib/modernpics-webfont.eot?#iefix') format('embedded-opentype'), url('lib/modernpics-webfont.woff') format('woff'), url('lib/modernpics-webfont.ttf') format('truetype'), url('lib/modernpics-webfont.svg#modern_pictogramsnormal') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RaphaelIcons';
  src: url('lib/raphaelicons-webfont.eot');
  src: local('☺'), url('lib/raphaelicons-webfont.woff') format('woff'), url('lib/raphaelicons-webfont.ttf') format('truetype'), url('lib/raphaelicons-webfont.svgwebfontKOf9F4sx') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Offical TransCanada secondary color palette  */
/* TC+ Palette */
html,
body {
  height: 100%;
}
body {
  font-size: 12px;
  font-family: Helvetica, Arial, Sans-Serif;
  color: #232323;
  background-color: white;
  text-rendering: optimizeLegibility;
}
.message-box {
  text-align: center;
  padding: 0.4em;
  margin-bottom: 1em;
}
.success-msg {
  position: absolute;
  width: 49px;
  background-color: #71992a;
  height: 37px;
}
.warning-msg {
  position: absolute;
  width: 49px;
  background-color: #f6e800;
  height: 37px;
}
.ui-datepicker-trigger {
  vertical-align: middle;
  margin-left: 10px;
  padding-top: 4px;
}
#success-msg {
  border: 1px solid #5cc151;
  background-color: #c3f5be;
  text-align: center;
  padding: 0.4em;
  margin-bottom: 1em;
  font-size: 14px;
  padding: 10px;
}
#alert-msg {
  border: 1px solid #c0c151;
  background-color: #fffd9b;
  text-align: center;
  padding: 0.4em;
  margin-bottom: 1em;
  font-size: 14px;
  padding: 10px;
}
#warning-msg {
  border: 1px solid #ffc550;
  background-color: #fffd9b;
  color: red;
  text-align: center;
  padding: 0.4em;
  margin-bottom: 1em;
  font-size: 14px;
  padding: 10px;
}
#error-msg {
  background-color: pink;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  padding: 0.4em;
  margin-bottom: 1em;
}
.validation-summary-errors {
  text-align: center;
  color: #af0400;
  vertical-align: middle;
  height: 36px;
  font-weight: bold;
  font-size: 1.2em;
}
.validation-summary-errors img {
  display: inline-block;
  vertical-align: middle;
}
.validation-summary-warnings {
  text-align: center;
  color: #db922c;
  vertical-align: middle;
  height: 36px;
  font-weight: bold;
  font-size: 1.2em;
}
.validation-summary-warnings img {
  display: inline-block;
  vertical-align: middle;
}
.form-element {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  font-style: italic;
  color: #2a6ebb;
}
a:hover,
a:active {
  text-decoration: underline;
}
th {
  vertical-align: center;
}
ul {
  list-style-type: none;
}
.hidden {
  display: none !important;
}
.clear {
  clear: both;
}
.inactive {
  color: #94969f;
}
#pagination-summary {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 15px;
}
#pagination-summary a,
#pagination-summary span {
  background-color: #333333;
  color: white;
  margin-left: 7px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 8px;
  text-decoration: none;
  cursor: pointer;
}
#pagination-summary a:hover,
#pagination-summary span:hover {
  background-color: #444444;
}
h2 {
  margin-bottom: 5px;
}
.field-text .status.approved {
  background: url('../img/check-mark.png') no-repeat transparent 0 75%;
  padding-left: 25px;
}
.field-text .audit {
  color: #747484;
}
.handle {
  display: inline-block;
  margin-top: 2px;
  vertical-align: middle;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: url('../../Content/img/openhand.cur'), default;
}
.handle.grabbing {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: url('../../Content/img/closedhand.cur'), default;
}
.ui-tabs {
  padding: 0;
  display: none;
}
.ui-tabs.ui-widget {
  font-family: inherit;
  font-size: inherit;
}
.ui-tabs.ui-corner-all {
  -moz-border-radius-topleft: inherit;
  -moz-border-radius-topright: inherit;
  -moz-border-radius-bottomleft: inherit;
  -moz-border-radius-bottomright: inherit;
  -webkit-border-top-left-radius: inherit;
  -webkit-border-top-right-radius: inherit;
  -webkit-border-bottom-left-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  -khtml-border-top-left-radius: inherit;
  -khtml-border-top-right-radius: inherit;
  -khtml-border-bottom-left-radius: inherit;
  -khtml-border-bottom-right-radius: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border: inherit;
}
.ui-tabs > ul.ui-tabs-nav {
  list-style-type: none;
  margin: 3px 0 0 0;
  padding: 0;
  height: 2.4em;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #cccccc;
}
.ui-tabs > ul.ui-tabs-nav li.ui-state-default {
  float: left;
  background-image: none;
  background-color: white;
  color: black;
  border: 1px solid #dddddd;
  margin-bottom: auto;
  margin-top: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 20px 40px;
  filter: inherit;
  text-shadow: inherit;
  font-size: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  overflow: inherit;
}
.ui-tabs > ul.ui-tabs-nav li.ui-state-default a {
  color: black;
  padding: .5em 2em;
  display: block;
  text-decoration: solid;
  font-weight: bold;
}
.ui-tabs > ul.ui-tabs-nav li.ui-state-default:hover {
  background-color: #cccccc;
}
.ui-tabs > ul.ui-tabs-nav li.ui-state-default.ui-tabs-selected {
  background-color: #cccccc;
  border-color: #cccccc;
}
.ui-tabs > ul.ui-tabs-nav li.ui-state-default.ui-tabs-selected a:hover {
  text-decoration: none;
}
.ui-tabs > div {
  border: 1px solid #dddddd;
  border-top: none;
  padding: 10px 15px;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
div.blockOverlay {
  background-color: #282828;
  opacity: 0.6;
  cursor: wait;
}
.header {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #2a6ebb;
  background-color: #222222;
  background: #2d2d2d;
  background-image: -moz-linear-gradient(top, #383838, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#222222));
  background-image: -webkit-linear-gradient(top, #383838, #222222);
  background-image: -o-linear-gradient(top, #383838, #222222);
  background-image: linear-gradient(top, #383838, #222222);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#383838, endColorstr=#222222)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#383838, endColorstr=#222222)";
  background-image: -ms-linear-gradient(top, #383838, #222222);
  -moz-box-shadow: 0px 1px 5px #666666;
  -webkit-box-shadow: 0px 1px 5px #666666;
  box-shadow: 0px 1px 5px #666666;
}
.header .logo {
  float: left;
  margin: 8px;
  height: 50px;
  vertical-align: bottom;
  display: inline-block;
}
.header #login-info {
  position: absolute;
  font-size: 1em;
  right: 15px;
  top: 10px;
  color: white;
}
.header #frozen-time {
  position: absolute;
  top: 25px;
  left: 220px;
  display: inline-block;
  background-color: yellow;
  font-weight: bold;
  padding: 6px;
}
.header #current-pipeline {
  margin: 0 auto;
  height: 65px;
  width: 500px;
  padding-top: 24px;
}
.header #current-pipeline h1 {
  font-size: 16px;
  text-align: center;
  color: #5cc151;
  font-weight: normal;
}
.header #pipeline-nav {
  position: absolute;
  right: 15px;
  top: 35px;
  z-index: 2;
  width: auto;
  font-size: 1.2em;
  font-weight: bold;
}
.header #pipeline-nav:hover,
.header #pipeline-nav.click-over {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.header #pipeline-nav:hover #switch-pipeline-list a,
.header #pipeline-nav.click-over #switch-pipeline-list a {
  display: block;
}
.header #pipeline-nav #select-pipeline {
  display: block;
  padding: 8px 20px;
  color: white;
  text-align: right;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  background-color: #2a6ebb;
  cursor: pointer;
}
.header #pipeline-nav #select-pipeline:after {
  content: "/";
  display: inline-block;
  font-family: 'modern_pics';
  font-size: 20px;
  width: 16px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  margin: 0 4px;
  color: white;
  margin-top: -10px;
  margin-right: -6px;
}
.header #pipeline-nav #switch-pipeline-list {
  background-color: #2a6ebb;
  color: white;
  cursor: pointer;
  text-align: right;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.header #pipeline-nav #switch-pipeline-list li:hover {
  background-color: #639ec8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.header #pipeline-nav #switch-pipeline-list a {
  padding: 8px 20px;
  display: none;
  color: white;
  text-decoration: none;
  font-size: 1em;
}
.checkbox {
  display: block;
  background: url(../img/checkbox.png) no-repeat;
}
h1,
.h1,
.ui-dialog .ui-dialog-title {
  text-align: left;
  font-weight: bold;
  font-size: 19px;
  margin: 0px 0 5px;
  color: #2a6ebb;
}
h2,
.h2 {
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 0 5px 0;
  height: 1.8em;
  color: #2a6ebb;
  clear: both;
}
h3,
.h3 {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  margin: .2em 0 .1em 0;
}
.row-layout > div {
  float: left;
  margin-right: 10px;
}
table.ganesha-table,
table.data-table {
  background-color: #222222;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 1px;
}
table.ganesha-table > caption,
table.data-table > caption {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  margin: .2em 0 .4em 0;
}
table.ganesha-table thead,
table.data-table thead {
  background-color: #444444;
  color: white;
  font-size: 12px;
  padding: 5px;
}
table.ganesha-table thead tr:first-child th:first-child,
table.data-table thead tr:first-child th:first-child {
  -moz-border-radius-topleft: 2px 4px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px 4px;
}
table.ganesha-table thead tr:first-child th:last-child,
table.data-table thead tr:first-child th:last-child {
  -moz-border-radius-topright: 2px 4px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px 4px;
}
table.ganesha-table thead th,
table.data-table thead th {
  vertical-align: middle;
}
table.ganesha-table thead th.sortable-column,
table.data-table thead th.sortable-column,
table.ganesha-table thead th[data-sort],
table.data-table thead th[data-sort] {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
}
table.ganesha-table thead th.sort-descending,
table.data-table thead th.sort-descending {
  background-image: url('../img/arrow-down.png');
}
table.ganesha-table thead th.sort-ascending,
table.data-table thead th.sort-ascending {
  background-image: url('../img/arrow-up.png');
}
table.ganesha-table tr:last-child td:first-child,
table.data-table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
table.ganesha-table tr:last-child td:last-child,
table.data-table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 2px 4px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px 4px;
}
table.ganesha-table td,
table.data-table td,
table.ganesha-table th,
table.data-table th {
  padding: 5px;
}
table.ganesha-table td,
table.data-table td,
table.ganesha-table input[type=text],
table.data-table input[type=text],
table.ganesha-table select,
table.data-table select {
  font-size: 11px;
}
table.ganesha-table tbody > tr,
table.data-table tbody > tr,
table.ganesha-table tbody > tr.even,
table.data-table tbody > tr.even {
  background-color: white;
}
table.ganesha-table tbody > tr.odd,
table.data-table tbody > tr.odd {
  background-color: #e8e8e8;
}
table.ganesha-table tbody > tr,
table.data-table tbody > tr,
table.ganesha-table tbody > tr.zebra-on,
table.data-table tbody > tr.zebra-on {
  background-color: white;
}
table.ganesha-table tbody > tr.zebra-off,
table.data-table tbody > tr.zebra-off {
  background-color: #e8e8e8;
}
table.ganesha-table td span.number,
table.data-table td span.number {
  display: block;
  text-align: right;
}
table.ganesha-table td span.negative-number,
table.data-table td span.negative-number {
  color: red;
}
table.ganesha-table.non-clickable tr:hover,
table.data-table.non-clickable tr:hover {
  cursor: default;
}
table.ganesha-table.non-clickable tr.even,
table.data-table.non-clickable tr.even {
  background-color: white;
}
table.ganesha-table.non-clickable tr.odd,
table.data-table.non-clickable tr.odd {
  background-color: #eeeeee;
}
table.ganesha-table tfoot,
table.data-table tfoot,
table.ganesha-table .foot,
table.data-table .foot {
  font-weight: bold;
  background-color: white;
  border-collapse: collapse;
}
table.ganesha-table tfoot td.total-label,
table.data-table tfoot td.total-label,
table.ganesha-table .foot td.total-label,
table.data-table .foot td.total-label {
  text-align: right;
}
table.ganesha-table .dth-value,
table.data-table .dth-value {
  text-align: right;
}
table.ganesha-table .percentage,
table.data-table .percentage {
  text-align: right;
}
table.ganesha-table .centered,
table.data-table .centered {
  text-align: center;
}
table.ganesha-table.selectable > tbody > tr:hover,
table.data-table.selectable > tbody > tr:hover {
  background-color: #a7dcfc;
  cursor: pointer;
}
table.ganesha-table.selectable > tbody > tr.non-selectable:hover,
table.data-table.selectable > tbody > tr.non-selectable:hover {
  cursor: default;
  background-color: white;
}
table.ganesha-table .unique-row,
table.data-table .unique-row {
  background-color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  height: 2em;
}
table.ganesha-table tr.empty-row td,
table.data-table tr.empty-row td {
  background-color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  height: 2em;
}
table.ganesha-table tr.error-row td,
table.data-table tr.error-row td {
  background-color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  height: 2em;
  color: red;
}
div.embed-table {
  max-height: 150px;
  overflow: auto;
  margin: 0.5em 0 0.5em 0;
}
div.embed-table > .ganesha-table {
  width: 90%;
}
h4,
.h4 {
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  margin: 0;
}
select {
  background: white;
}
ul {
  list-style-type: none;
}
#gasDayAndCycleFilter {
  margin-bottom: 10px;
  overflow: hidden;
}
#gasDayAndCycleFilter .form-field {
  float: left;
  margin-right: 10px;
}
#nomination-filters {
  margin-bottom: 10px;
  overflow: hidden;
}
.ie7 .all-wrapper {
  padding: 0;
}
.all-wrapper {
  height: 100%;
  padding-bottom: 72px;
}
#footer {
  background-color: #222222;
  margin-top: -40px;
  /* negative value of footer height */
  height: 40px;
  clear: both;
  border-top: 5px solid #2a6ebb;
  padding: 10px;
}
#footer span {
  color: white;
  display: block;
}
#footer span#copyright {
  float: left;
}
#footer span#build-number {
  float: right;
}
.selected-link.selected {
  background-color: #2a6ebb;
}
.divider {
  border-top: 1px solid #cccccc;
  margin-top: 10px;
}
#main {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
  table-layout: fixed;
  overflow: auto;
  padding-bottom: 40px;
}
#main .navigation {
  width: 180px;
  display: table-cell;
  vertical-align: top;
  background-color: #222222;
  color: #d6d6d6;
  font-size: 13px;
}
#main .navigation .child-menu {
  list-style: none;
  background: #383838;
  display: none;
  margin-bottom: -1px;
  border-top: 1px solid #111111;
}
#main .navigation .child-menu li {
  border-bottom: 1px solid #292929;
}
#main .navigation .child-menu li.selected {
  background-color: #2a6ebb;
}
#main .navigation .child-menu li:hover {
  background-color: #2a6ebb;
}
#main .navigation .child-menu li a {
  display: inline-block;
  padding: 6px;
  padding-left: 20px;
  color: #d6d6d6;
  font-style: normal;
  text-decoration: none;
  width: 100%;
}
#main .navigation .sub-parent-menu {
  display: block;
  padding: 10px 10px 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid #292929;
  cursor: default;
}
#main .navigation .sub-parent-menu:after {
  display: inline-block;
  font-family: 'modern_pics';
  font-size: 20px;
  width: 16px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  margin: 0 4px;
  color: #d6d6d6;
  content: "/";
  margin-top: -8px;
}
#main .navigation .sub-child-menu li {
  padding-left: 10px;
}
#main .navigation .menu-section {
  border-bottom: 1px solid #111111;
  border-top: 1px solid #111111;
  margin-top: -1px;
}
#main .navigation .menu-section:hover {
  background-color: #282828;
}
#main .navigation .parent-menu {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  font-size: 14px;
  padding: 12px 0;
  cursor: pointer;
}
#main .navigation .parent-menu .toggle-icon {
  display: inline-block;
  height: 5px;
  width: 5px;
}
#main .navigation .hidden {
  display: none;
}
#main .navigation .menu-section:before {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-family: 'modern_pics';
  font-size: 30px;
  width: 32px;
  height: 32px;
  text-align: center;
  margin: 0 4px;
  color: #5cc151;
  content: "V";
}
#main #pagination > a,
#main #pagination > span {
  margin-right: 2px;
}
#container {
  width: 100%;
  display: table-cell;
}
.ie7 #container {
  position: absolute;
  top: 0;
  left: 180px;
  display: block;
  width: 85%;
}
.ie7 #content #content-header {
  background-color: white;
  color: #2a6ebb;
}
#content {
  padding: 15px 20px;
}
#content #content-header {
  background-color: #2a6ebb;
  padding: 10px 30px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  width: auto;
  display: inline-block;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color: white;
}
#content #content-header:empty {
  display: none;
}
.info-message {
  background: url('../img/blue-info.png') no-repeat 0 50%;
  clear: both;
  margin-top: 5px;
  padding: 4px 24px;
  font-weight: bold;
}
h2.section {
  margin-top: 15px;
  border-top: 1px solid #bbbbbb;
}
.display-page table td.disabled {
  color: #a5a5ad;
}
.display-page .display-field {
  padding: 0;
  margin: 0;
}
.display-page .display-field > * {
  margin-top: 0.4em;
}
.display-page .display-field .field-label {
  font-weight: bold;
  display: block;
}
.display-page .display-field .field-text {
  display: inline-block;
}
.display-page .display-field .field-text .bar {
  display: inline-block;
  position: relative;
  width: 70%;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid black;
  vertical-align: middle;
  overflow: hidden;
  background-color: #64b4dc;
}
.display-page .display-field .field-text .bar .progress {
  height: 100%;
  background-color: #2a6ebb;
  color: white;
  display: inline-block;
  text-align: right;
}
.display-page .display-field .field-red-text {
  color: red;
}
.display-page.report-view .display-field {
  display: inline-block;
  margin-left: 5px;
}
.display-page .display-field-inline {
  padding: 0;
  margin: 0;
}
.display-page .display-field-inline > * {
  margin-top: 0.4em;
}
.display-page .display-field-inline .field-label {
  font-weight: bold;
  display: block;
}
.display-page .display-field-inline .field-text {
  display: inline-block;
}
.display-page .display-field-inline .field-text .bar {
  display: inline-block;
  position: relative;
  width: 70%;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid black;
  vertical-align: middle;
  overflow: hidden;
  background-color: #64b4dc;
}
.display-page .display-field-inline .field-text .bar .progress {
  height: 100%;
  background-color: #2a6ebb;
  color: white;
  display: inline-block;
  text-align: right;
}
.display-page .display-field-inline .field-red-text {
  color: red;
}
.display-page .display-field-inline .field-label {
  display: inline;
}
.display-page #scrollToTop:hover {
  background-color: #555555;
  /* Add a dark-grey background on hover */

}
.display-page #pagingbox {
  position: relative;
  float: right;
  padding: 5px;
  background: #e6e6e6;
}
.display-page #totalrec {
  position: relative;
  float: right;
  padding-top: 11px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background: #e6e6e6;
}
.display-page .tcplus-nested-pagination {
  position: relative;
  float: right;
  padding: 5px;
  background: #e6e6e6;
}
.display-page .tcplus-nested-pagination {
  display: inline-block;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
}
.display-page .tcplus-nested-pagination .pages {
  margin: 0;
  padding: 0;
  height: 20px;
  outline: none;
  border: none;
  vertical-align: middle;
  text-align: center;
}
input[type="text"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input {
  color: #232323;
  padding-left: 2px;
}
input[type="text"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input {
  color: #232323;
}
.ui-tabs .ui-tabs-nav li {
  border: 1px solid #dddddd;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  border: none;
}
.selected-contract-tab {
  background-color: #dddddd;
}
.ui-widget-content a {
  color: #2a6ebb;
}
button.ui-multiselect {
  margin-bottom: 0;
  vertical-align: middle;
}
