@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');

/* Start css defaults */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*body {
  margin: 0;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

/*
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
*/

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover {
  color: #024dbc;
  text-decoration: underline;
}

a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: textfield;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

progress {
  vertical-align: baseline;
}

::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

main {
  display: block;
}

[hidden] {
  display: none !important;
}
/* End css defaults */





.ImageDivC {
    text-align: left;
}



h1 {
    display: none;
}



td {
    padding: 2px 4px;
/*
    display: block;
    width: 100%;
*/
    text-align: left;
}


td h1,
td h2,
td h3,
td h4,
td h5,
td h6 {
    margin-top: 1.5rem;
}

table table td,
.gridview td {
    display: table-cell !important;
    width: auto !important;
}

label {
  display: inline-block;
  margin: 20px 0 5px 0;
  font-weight: 500;
}

table table td label {
    margin: 0;
    font-weight: 400;
}

.checkbox {
    margin: 15px 0;
    display: inline-block;
}

.dropdownlist,
.textbox,
.listBox {
    width: 100%;
    padding: 5px 10px;
    margin: 0;
    font-family: inherit;
}

.dropdownlist {
    width: 100% !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 5px;
}

.gridview .dropdownlist {
	width: inherit !important;
}

.gridview input[type="image"] {
    width: auto !important;
    height: auto !important;
}

button,
[type="button"],
[type="submit"] {
    color: #fff;
    background-color: #2e5299;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #2e5299;
    padding: .375rem .75rem;
    /*font-size: 1rem;*/
    line-height: 1.5;
    margin: 15px 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

button:hover,
[type="button"]:hover,
[type="submit"]:hover {
	color: #fff;
	background-color: #25427c;
	border-color: #223d72;
}






/* Begin legacy styles */

#DECCMCForm
{
}

#DECCMCForm p
{
    margin: 10px 0 10px 0;
}

#DECCMCForm fieldset
{
    border: 1px solid #cc9;
    margin: 6px 0;
    padding: 5px;
}

#DECCMCForm fieldset p.note
{
    clear: left;
    margin: 0 0 0 220px;
    font-size: 85%;
}

#DECCMCForm legend
{
    color: #d66b03;
    font-weight: bold;
    padding-right: 7px;
    padding-left: 6px;
}


#DECCMCForm label.label_error
{
    color: #f00;
    font-weight: bold;
}



p.formtext
{
    margin: 20px 0;
}
p.formtext span, #deccForm label span
{
    color: #f00;
}
p.ErrorMessage
{
    color: #f00;
    padding: 0 0 0 30px;
    background: url(/images/admin/icons/error.jpg) no-repeat;
}


#DECCMCForm textarea
{
    float: left;
    overflow: auto;

    color: #666;
    padding: 3px;
    margin: 10px 0 5px 20px;
    vertical-align: text-top;
    border: 1px solid #add;
    background-color: #fff;

}


#DECCMCForm select
{
    float: left;
    margin: 10px 0 10px 10px;
    padding: 0;
    vertical-align: text-top;
    border: 1px solid #add;
}

#DECCMCForm select.row
{
    float: left;
    margin: 5px 0 5px 20px;
    padding: 0;
    vertical-align: text-top;
    border: 1px solid #add;
}

input.optcolfirst
{
    display: inline;
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    margin: 10px 0 2px 17px !important;
    padding: 0 !important;
}
input.optcol
{
    clear: left;
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    margin: 0 0 2px 217px !important;
}

input.optrow
{
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    margin: 10px 0 2px 20px !important;
    display: inline;
}


#DECCMCForm input.input_error
{
    background-color: #ff9;
}


#DECCMCForm input.submit
{
    float: right;
    width: 55px;
    height: 22px;
    background: url(/images/admin/form_button.gif) no-repeat;
    border: none;
    font-size: 90%;
    color: #006666;
    font-weight: bold;
    margin: 0 0 30px 10px;
    padding: 0;
}




form fieldset div.help
{
    float: right;
    width: 158px;
    height: auto;
    margin: 0 0 10px 10px;
    padding: 5px;
    border: 1px solid #cccc99;
    background-color: #ffffe1;
    color: #666666;
    font-size: 88%;
}

form fieldset div.help h4
{
    background-image: url(/images/admin/icons/form_help.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 3px 0 3px 27px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #cccc99;
    color: #666666;
    font-size: 110%;
}

form fieldset div.help p
{
    margin: 0em 0em 1.2em 0em;
    color: #666666;
}

form fieldset div.help p.last
{
    margin: 0em;
}


.SVBodyDiv
{
    padding: 0px;
    color: #000000;


    font-weight: normal;
    text-decoration: none;
}

.SVTable
{

}

.SVGreenTable
{

    background: #eeffff;
}

.tabletext
{


}


.Labelnote
{
    float: left;
    height: 22px;

    color: #666;
    margin: 5px 0 5px 20px;
    font-size: 85%;
    vertical-align: text-top;
}

#DECCMCForm span
{

    margin: 5px 0 5px 0px;
    padding: 0;
    vertical-align: middle;
}


.MiddleInput
{
    height: 22px;

    color: #666;
    margin: 5px 0 5px 20px;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #add;
}


.Label1
{
    float: none;
    height: 22px;

    margin: 50px 0 50px 20px;

    vertical-align: text-top;
}

.input1
{

    color: #666;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #666;
}




/*
.rblist
{
    height: 22px;

    margin: 5px 0 5px 16px;
    padding: 0;
    vertical-align: middle;

}
*/

.ddlist
{
    padding: 0;
    vertical-align: middle;

    border: 1px solid #add;
}

.okBtn
{


    border: none;
    font-weight: bold;
    margin: 0 0 30px 10px;
    padding: 0;
    color: #089;
}


.gridheader
{
    background: #eec;
    font-weight: normal;
    height: 25px;
    border-top: 1px solid #92c9cb;
    padding: 6px;
    vertical-align: top;
    min-height: 30px;
}

.gridfooter
{
    background: #FFFFFF;
    font-weight: normal;

    height: 25px;
    border-top: 1px solid #92c9cb;
    padding: 6px;
}










/*  CONTENT AREA ------------------ */
#container
{
    max-width: 970px;
    min-width: 768px;
}

#ISEMSTabContent
{

    line-height: 150%;
    margin: 0 10px 10px 10px;
}

#ISEMSInfoBar
{

    height: 25px;
    border-top: 2px solid #e90;
    background: #cd2;

    margin: 0 0 10px 0;
}



.Headerlabel
{

    padding: 0;
    vertical-align: middle;
    margin: 300px 0 300px 300px;
}

.lblnoindent
{


    padding: 0;
    vertical-align: middle;
    margin: 3px 0 3px 0px;
}
.LabelTitle
{

    font-size: 140%;
    font-weight: bold;
    padding: 0;
    vertical-align: middle;
    color: #d66b03;
}

.ddlistwithoutindent
{


    color: #666;
    padding: 0;
    vertical-align: middle;
}

.newslabel
{

    vertical-align: middle;
}

.textbox
{


    color: #000;
    vertical-align: middle;
}

.txtnoindent
{


    color: #666;
    margin: 3px 0 3px 0px;
    padding: 0;
    vertical-align: middle;
}

.dropdownlist
{


    color: #666;
    vertical-align: middle;
}

.listBox
{


    color: #666;
    vertical-align: middle;
}

.ddlnoindent
{


    color: #666;
    margin: 3px 0 3px 0px;
    padding: 0;
    vertical-align: middle;
}

/*
.rblist
{


    margin: -3px 0 0px 13px;
}
*/



.checkboxNoIndent
{


    margin: 3px 0 3px 0;
}
.gridview td
{
    height: 30px;
    vertical-align: top;
}
.acompanytitle
{
    text-decoration: none !important;
}

.gridview td A
{
    text-decoration: underline;
}
.gridview td A:hover
{
    text-decoration: underline;
}

.linkbutton
{


    padding: 0;
    vertical-align: middle;
    margin: 0 0 0 0px;
}

.linkbuttonnoindent
{


    padding: 0;
    vertical-align: middle;
    margin: 0 0 0 0px;
}
.linkbuttonforsystemcondition
{

    color: #0000FF;

    padding: 0;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.labelforinformation
{

    padding: 0;
    font-size: 110%;
    vertical-align: middle;
    margin: 3px 0 3px 0;
}

.labelWithoutIndent
{

    padding: 0;

    vertical-align: middle;
    margin: 0 0 0 0;
}

.treeviewroot
{

    color: #ffffff;
    font-size: 110%;
}


.fieldset
{

    line-height: 150%;
    margin: 0 5px 10px 5px;
}

.fsShow
{
    visibility: visible;
    display: block;
}

.fsHide
{
    visibility: hidden;
    display: none;
}

.actionpan
{
    background: #eed;
    margin: 0 5px 0 0px;
}

.summarypan
{
    background: #eed;
    margin: 0 5px 0px 0px;
}

.shadow
{
    height: 77px;
    margin: 0 15px 0 15px;
}

.shadow1
{
    height: 4px;
    margin: 0 15px 0 15px;
}

.alerttitle
{
    padding: 0px 0 0px 3px;
    border-bottom: 1px solid #008899;
    background-color: #008899;


    font-weight: bold;
    color: White;
    vertical-align: bottom;
    height: 15px;
    line-height: 15px;
}

.alerttitle1
{
    padding: 0px 0 0px 3px;
    border-bottom: 1px solid #008899;
    background-color: #008899;


    font-weight: bold;
    color: White;
    vertical-align: bottom;
    height: 15px;
    line-height: 15px;
    width: 565px;
}

.alerttable
{
    border: 1px solid #008899;
    vertical-align: top;
}

#tvSystem
{

    color: #00FF00;
    margin: 3px 0 3px 20px;
    padding: 0;
    vertical-align: middle;
}


#tvSystem a
{
    color: #0000FF;
}



fieldset
{
    border: 1px solid #cc9;
    margin: 0 0;
    padding: 8px;
}

legend
{
    color: #d66b03;
    font-weight: bold;
    padding-right: 7px;
    padding-left: 6px;
    padding-bottom: 6px;
    font-size: 110%;
}

#parameterlist
{
    float: none;
    background: #fff;
    margin-left: 50px;
    margin-right: 100px;
    margin-bottom: 10px;

}



.griditem
{
    padding: 6px;
}


.gvnostyle
{
}

.gvnostyle td
{
    border: 1px solid #f1f1dd;
}

.gvnostyle tr
{
    border: 1px solid #f1f1dd;
}

.gvnostyle th
{
    border: 1px solid #f1f1dd;
}

.StatusMessage
{
    color: Red;
    font-size: 2.0em;
    font-weight: bold;
}

.MsgText
{

    font-size: small;
    text-align: left;
    font-weight: normal;
}


/* Lock Screen-related CSS Classes */
.LockOff
{
    visibility: hidden;
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
}
.LockBackground
{
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    width: 105%;
    height: 105%;
    background-color: white;
    z-index: 999;
    filter: alpha(opacity=75);
    opacity: 0.75;
    padding-top: 20%;
}

.LockPane
{
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 25%;
    visibility: visible;
    display: block;
    text-align: center;
    width: 100%;
    background-color: White;
}

.LockPane div
{
    width: 55%;
    background-color: Transparent;
    color: yellow;
    font-size: large;
    padding: 9px;
    margin-left: auto;
    margin-right: auto;
}

.divPoints
{
    z-index: 1000;
    position: absolute;
    display: none;
    border-style: none;
    background-color: white;
    padding: 0px;
}

.divPopUp
{
    z-index: 1000;
    position: absolute;
    display: none;
    border-style: none;
    background-color: white;
    padding: 0px;
}
/*POEO Monitor Tabs Styles*/

.divWeightedLoad
{
    z-index: 1000;
    position: absolute;
    height: 250px;
    width: 150px;
    display: none;
    border-style: none;
    background-color: white;
    padding: 5px;
}


td.ASPtabon A
{
    color: #2bc;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.0em;
}

td.ASPtaboff A
{
    color: #2bc;
    text-decoration: none;
    font-size: 1.0em;
}

td.ASPtaboff
{
    background-color: #ffffff;
    font-weight: bold;
    font-size: 0.8em;
    border-right: 1px solid #22bbcc;
    border-left: 1px solid #22bbcc;
    border-top: 1px solid #22bbcc;
    border-bottom: 1px solid #22bbcc;
}
td.ASPtaboff1 A
{
    color: #0099ee;
    text-decoration: none;
}
td.ASPtaboff A:hover
{
    color: #089;
    text-decoration: none;
    background: #ffffff;
}

td.ASPtab3 A
{
    color: #0099ee;
    text-decoration: none;
}

td.ASPtabon
{
    background-color: #cceeee;
    font-weight: bold;
    font-size: 0.8em;
    border-right: 1px solid #22bbcc;
    border-left: 1px solid #22bbcc;
    border-top: 1px solid #22bbcc;
}

td.ASPtab2
{
    background-color: #ffffff;
    font-weight: bold;
    font-size: 0.8em;
    border-left: 1px solid #22bbcc;
}
td.ASPtab3
{
    background-color: #ffffff;
    font-weight: bold;
    font-size: 0.8em;
    border-right: 1px solid #22bbcc;
}


/*End of POEO Monitor Tabs Styles*/


.MsgBox
{
    margin: 10px 10px 0px 10px;
    padding: 5px 5px 5px 5px;
    border-top: 1px solid #CFD3D8;
    border-bottom: 1px solid #CFD3D8;
    border-left: 1px solid #CFD3D8;
    border-right: 1px solid #CFD3D8;
    color: blue;
    background-color: #FFFFFF;
}

.MsgBox1
{
    margin: 10px 10px 0px 10px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #ddc;
    overflow: auto;
    color: blue;
    background-color: #eed;
}


.TopTable td
{
    vertical-align: top;
    padding: 2px;
}

h6
{
    color: #0066FF;
    font-size: 85%;
    font-weight: normal;
}


test
{
    padding: 6px;
}


.textboxBottom
{


    color: #666;
    margin: 0px 0 0px 20px;
    padding: 0;
    vertical-align: middle;
}


/* The following classes are used for AJAX autocomplete in suburb auto completion
/* AutoComplete flyout */

.autocomplete_completionListElement
{
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}



/* to fix the global content changes */
#mainContainer02 #contentArea
{
    width: auto;
}

table
{
    border-collapse: separate;
    border-spacing: 0px;
    display: table;
    margin-bottom: 0;
    margin-top: 0;
    text-indent: 0;
/*     width: 100% !important; */
}


legend
{
    display: inline;
    color: #d66b03;
}


/* to fix the drop down list vertical alignment issue */
tr
{
    display: table-row;
    vertical-align: middle;
}
.tdtip
{
    font-size: small;
    font-weight: normal;

}
.imagepopup
{
    border-bottom: #1a1a1a 1px solid;
    position: absolute;
    text-align: left;
    border-left: #1a1a1a 1px solid;
    padding-bottom: 0px;
    margin-top: -150px;
    padding-left: 13px;
    width: 240px;
    padding-right: 13px;
    display: none;
    background: #eeeeee;
    color: #000000;
    font-size: 90%;
    border-top: #1a1a1a 1px solid;
    border-right: #1a1a1a 1px solid;
    padding-top: 0px;
}
.tdhead
{

    font-weight: bold;
}
.LabelforError
{
    color: #f00;
    font-weight: bold;
}
.tableWebForm
{
    width: 97%;
    display: block;
    border-collapse: collapse;
    border: 1px solid gray;
}


.mapparent
{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 610px;
    height: 630px;
    margin-top: -315px;
    margin-left: -305px;
    border: 1px solid gray;
    background-color: white;
}
.maptitle
{
    width: 610px;
    vertical-align: middle;
    height: 30;
    background: #008899;
    margin: 0px !important;
    padding: 0px !important;
    color: White;
    font-size: large;
    font-weight: bold;
}



.accordionLink
{
    color: White;
    text-decoration: underline !important;
}

#tdchart
{
    vertical-align: top;
    text-align: center;
}
.gvhighlight
{
    background-color: #F6F9Fb  !important;
}
.sortascheader
{
    background: url(../images/asc.gif) right center no-repeat;
    text-decoration: none;
}
.sortdescheader
{
    background: url(../images/desc.gif) right center no-repeat;
    text-decoration: none;
}

.sorttwowayheader
{
    text-decoration: none;
}
TH A
{
    padding-right: 20px;
}

.invisible
{
    position: absolute;
    left: -500;
    top: -400px;
}
.heritagepager
{
    margin:0px;
    padding:0px;
}
.heritagepager a
    {
	    border: 1px solid #EDF5FF;
	    color: #0067A5;
	    text-decoration: underline;
	    padding: 2px 5px;
    }
    .heritagepager span
    {
	    background-color: #0067A5;
	    border: 1px solid #DBEAFF;
	    color: #FFFFFF;
	    padding: 2px 5px;
    }


    .heritagepager a:hover
    {
        color: #1E90FF;
    }

/* override the following styles */
.label {
    font-size: unset !important;
    font-weight: unset !important;
    line-height: unset !important;
    color: unset !important;
    text-align: unset !important;
    display: contents !important;
}

.no-padding {
    padding: 0px !important;
}

label.error {
    display: contents !important;
}

span.label {
    white-space: break-spaces !important;
    display: block;
    max-width: 93%;
}

.single-line span {
    display: contents !important;
}

.table-footer select {
    width: 44px !important;
}

.table-footer span {
    display: contents;
}