

html {
    height:100%;
}


body {
    height:100%;
    color: #000000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 10pt;

    background-image: url(images/texture.png);
    background-repeat: repeat;
    background-position: top left;
}

select, input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
    border: 1px solid #A0A0A0;
}

img {
    vertical-align:middle;
}

fieldset {
    margin: 10px 0px 0px 0px;
    /*height: 120px;*/
    /*width: 420px;*/
}

legend {
    padding: 0px 0px 4px 0px;
}

label.block {
    display: block;
}

.top-logo {
    margin: 8px 0 2px 0;
}

/* standard text paragraph with top and bottom padding*/
p.padded {
    padding-top: 12px;
    padding-left: 4px;
}

#page-wrapper {
    display:block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    min-height: 540px;
    width: 1024px;
}


.error, #summary-action-error {
    color:red;
    display:none;
    background-image:url('images/error.png');
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 2px 2px 2px 20px;
    margin-top: 12px;
}

#summary-action-enforce {
    color:red;
    display:none;
    padding: 2px 2px 2px 20px;
    margin-top: 12px;
}

.error ul {
    padding-top: 0.25em;
    list-style-type: square;
}

.error li {
    font-size: smaller;
    line-height: 1.5;
}

.page-warning {
    color:#404040;
    background-image:url('images/warning.png');
    background-repeat: no-repeat;
    /*background-position: left center;*/
    padding: 2px 2px 2px 30px;
    line-height: 1.25;
}

.page-warning a {
    color:#40729a;
    text-decoration: none;
}

.left-navigation {
    position: absolute;
    width: 180px;
    height: 100%;
}

.left-navigation .left-navigation-button {
    padding: 12px 5px 12px 8px;
    border-left: 3px solid white;
    color: #707070;
}

.left-navigation .left-navigation-button-selected {
    padding: 12px 5px 12px 8px;
    border-left: 3px solid #40729a;
    background-color: #D0E4F3;
    color: #40729a;
}

.left-navigation-button :link, .left-navigation-button :visited, .left-navigation-button :active {
    text-decoration: none;
    color: inherit;
}

#cxHeader {
    position: absolute;
    left: 0;
    right: 0;
    z-index:2;
}

#navigation-selected {
    border-left-color: #40729a;
    background-color: #D0E4F3;
    color: #40729a;
}

.content-panel {
    position: relative;
    margin-left:180px;
    padding-left: 10px;
    border-left: 3px solid lightgrey;
}

#page-content {
    position:relative;
    margin-left: 10px;
    margin-right: 10px;
    height: 100%;
}

#header {
    padding:10px 8px 10px 4px;
}

#header-user-menu {
    background-color: transparent;
    color: white;
    border: 0;
    cursor: pointer;
}

.drop-down-menu {
    position:absolute;
    text-align:left;
    z-index:2;
    white-space:nowrap;
    display: none;

    margin-top:-2px;
    border: 1px solid #c4ced7;
    border-radius: 0px;
    background: #ffffff;
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .35);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .35);
}

[dir="rtl"] .drop-down-menu {
    text-align: right;
}

.drop-down-menu li a {
    color:black;
    border-radius:0px;
}

.drop-down-menu li img, .drop-down-menu li svg {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 4px;
}

.drop-down-menu:not(.colored) li img, .drop-down-menu:not(.colored) li svg {
    filter: grayscale(100%);
}

.drop-down-menu a.ui-state-focus {
    background: #EBECED;
    border-color: transparent;
}

#login-page-wrapper, #changepassword-page-wrapper, #passwordexpiring-page-wrapper {
    display:block;
    margin-left: auto;
    margin-right: auto;
    width:420px;
}

#login-header {
    position: relative;
    padding:10px 8px 10px 10px;
    margin-left: auto;
    margin-right: auto;
}

.link-button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.news-panel {
    background-color: white;
    display: inline-block;
    border: 1px solid #C0C0C0;
    border-radius: 3px;
    width:350px;
    min-height:360px;
    margin-left:10px;
    padding: 20px;
    position: absolute;
    top: 84px;
    bottom: 30px;
}

.news-panel h1, .news-panel h2, .news-panel h3 {
    white-space: normal;
}

.main-panel {
    border: 1px solid #C0C0C0;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    display:block;
    background:white;
    padding:20px;
    height: auto;
    position:absolute;
    width: 962px;

    top: 64px;
    bottom: 110px;
}

.main-panel-long {
    border: 1px solid #C0C0C0;
    border-radius:3px;
    display:block;
    background:white;
    padding:20px;
    height: auto;
    position:absolute;
    width: 962px;

    top: 64px;
    bottom: 20px;
}

.main-panel-short {
    border: 1px solid #C0C0C0;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    display:block;
    background:white;
    padding:20px;
    height: auto;
    position:absolute;
    width: 962px;

    top: 64px;
    bottom: 180px;
}

.main-panel-small {
    border: 1px solid #C0C0C0;
    display:block;
    background:white;
    height:100%;
    border-radius:3px;
    margin-right:auto;
    padding-left:4px;
    padding-right:8px;
    width:500px;
}


.detail-panel {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 90%;
    overflow: auto;
}

.summary-panel {
    position: absolute;
    bottom: 0px;
    display: table;
    width: 100%;
    text-align:center;
    font-weight: bold;
    height: 90px;
    padding-bottom: 20px;
}

.summary-panel-tall {
    position: absolute;
    bottom: 0px;
    display: table;
    width: 100%;
    text-align:center;
    font-weight: bold;
    height: 170px;
    padding-bottom: 20px;
}

.summary-content-left {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    border: 1px solid #C0C0C0;
    width: 50%;
    margin: 20px;

    border-bottom-left-radius:3px;
    background: #f0f0f0;
}

.summary-content-wide-left {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    border: 1px solid #C0C0C0;
    width: 75%;
    margin: 20px;

    border-bottom-left-radius:3px;
    background: #f0f0f0;
}

.summary-content-right {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 90px;
    border: 1px solid #C0C0C0;
    width: 50%;

    border-bottom-right-radius:3px;
    background: #f0f0f0;
}

.summary-content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    border: 1px solid #C0C0C0;
    width: 100%;
    margin: 20px;

    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    background: #f0f0f0;
}

#menu-news-page {
    float: right;
    padding:0;
    overflow:hidden;
    width:420px;
    margin-left: 20px;
    margin-right: 130px;
    margin-top: 140px;
}

#menu-news-page ul{
    margin-left: auto;
    margin-right:auto;
    margin-bottom:0;
    margin-top:0;
    padding: 0;
    list-style-type: none;
    display:inline-block;
}

#menu-news-page ul li {
    font-weight: bold;
    font-size: 10pt;
    text-align:center;
    white-space:nowrap;
    width:140px;
    height: 120px;
    float: left;
}

#menu-news-page a {
    color:#D0E4F3;
    text-decoration: none;
}

#menu-news-page a:hover {
    color: white;
}


#menu-news-page li img {
    display:block;
    margin:0px auto 4px auto;
}

#menu-bar {
    padding:0;
    position:relative;
    overflow:hidden;
    margin-bottom:-1px;
}

#menu-bar ul {
    margin-left: auto;
    margin-right:auto;
    margin-bottom:0;
    margin-top:0;
    padding: 0;
    list-style-type: none;
    display:table;
}
#menu-bar ul li {
    display:table-cell;
    font-weight: bold;
    font-size: 10pt;
    text-align:center;
    white-space:nowrap;
    width:130px;
}

#menu-bar a {
    color:#D0E4F3;
    text-decoration: none;
}

#menu-bar a:hover {
    color: white;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid white;
    margin-top:5px;
    margin-left:auto;
    margin-right:auto;
    z-index: 1;
    position:relative;  /* conceals the border between the main panel and the arrow */
}


#menu-bar li img {
    display:block;
    margin:0px auto 4px auto;
}

img.status {
    margin: 0px 4px 0px 4px;
    width: 16px;
    height: 16px;
}

.action-button, .action-button-with-menu, .alta-dialog button, .alta-dialog input[type="submit"] {
    margin: 0 0 2px 2px;
    background-color: #e4e8ea;
    background: linear-gradient(to bottom, #e3e7e9 0%, #e7ebed 50%, #f1f3f3 100%);
    border: 1px solid #c4ced7;
    border-radius: 2px;
    color: #000;
    font-size: 12px;
    font-weight: bold;

    padding: 6px 10px 6px 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;

    line-height: 1;
}

.action-button-with-menu a, .action-button a {
    color: white;
    text-decoration:none;
}

.action-button-with-menu:hover, .action-button:hover, .alta-dialog button:hover, .alta-dialog input[type="submit"]:hover {
    background: #f7f8f9;
    color: #0572ce;
}

.action-button:disabled, .action-button-with-menu:disabled, .alta-dialog button:disabled, .alta-dialog input[type="submit"]:disabled {
    background: #f4f6f7;
    border-color: #e0e6eb;
    color: #9E9E9E;
}


.action-button-with-menu.action-button-dd-open, .action-button-with-menu:active, .action-button:active, .alta-dialog button:active, .alta-dialog input[type="submit"]:active {
    color:#fff;
    background: #0572ce;
    border-color: #0572ce;
}

#action-menu ul li a, .action-button ul li a {
    color: black;
}

.action-button-panel {
    /*padding: 6px 0px 6px 0px;*/
    display:inline-block;
    float:right;
}

.action-arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
    margin-left: 5px;
    margin-right: auto;
    display: inline-block;
}

.action-button-dd-open .action-arrow-down {
    border-top: 6px solid white;
}

.action-arrow-down-black {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
    margin-left: 5px;
    margin-right: auto;
    display: inline-block;
}


fieldset.input-large {
    height: 120px;
    width: 420px;
}

select.input-large {
    width: 350px;
    max-width: 350px;
}

select.input-medium, input.input-medium {
    width: 250px;
    max-width: 250px;
}

.input-control-set {
    display: inline-block;
    padding: 0px 5px 0px 5px;
}

.input-control-set img {
    padding: 2px 2px 2px 2px;
    width: 16px;
    height: 16px;
}

.input-table th {
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
    padding-top: 6px;
}

.input-table td {
    padding: 2px 0px;
}

.input-list {
    border: 1px solid #C0C0C0;
    width: 245px;
    max-width: 245px;
    height: 75px;
    max-height: 75px;
    overflow: auto;
    float: left;
    cursor: default;
}

.input-list-long {
    max-height: 150px;
    height: 150px;
}

.input-list-long {
    max-height: 150px;
    height: 150px;
}

.input-list li {
    padding: 2px 2px 2px 2px;
}

/*jQuery selectable*/

.ui-selected {
    background: #40729A;
    color: white;
}

/*ui-dialog */
.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-widget {
    font-family: Helvetica,Arial,Verdana, sans-serif;
    font-size: 10pt;
}

/* fix for buttonset buttons whose outlines are partly hidden */
.ui-buttonset .ui-button {
    margin-left: 1px;
    margin-bottom: 1px;
}

.ui-widget-overlay {
    background: black url(images/ui-bg_flat_0_black_40x100.png) 50% 50% repeat-x;
    opacity: .6;
    filter: Alpha(Opacity=60);
    z-index: 5;
}

.ui-dialog-titlebar {
    position: relative;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin: -0.2em -0.2em 0 -0.2em;
    font-family: Helvetica,Arial,Verdana, sans-serif;
}

.light-box .ui-dialog-titlebar {
    display: none;
}

.ui-dialog {
    border-color:#5380A4;
    border-width:2px;
}

.dataTable td, .dataTable tr, .dataTable th {
    margin: 0px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow:ellipsis;
}

.dataTable td {
    font-size: 9pt;
    text-align:left;
}

td.form-field-error {
    white-space:normal;
}

.dataTable th {
    color: #707070;
    font-weight: bold;
    font-size: 9pt;
    text-align: left;
}

/* the "link" column of a datatable */
tbody .link-column {
    font-size: 110%;
}

tbody .link-column a {
    text-decoration: none;
    font-weight: bold;
    color:#40729a;
}


/* this class helps with column alignment where table-layout:fixed is used for dataTables*/
table.dataTable-fixed {
    table-layout:fixed;
    width: 98% !important;
    margin-left: 0px !important;
}


table.dataTable thead th {
    padding: 14px 8px 4px 0;
    border: 0;
}
table.dataTable tbody th {
    padding: 14px 8px 4px 0;
}
table.dataTable tbody td {
    padding: 14px 8px 4px 0;
}

table.fixedWidth {
    width: 100%;
    table-layout: fixed;
}

.dataTables_scrollHead tr {
    border-bottom:1px solid #C0C0C0;
}

.dataTable_fixedHeader thead tr {
    border-bottom:1px solid #C0C0C0;
}


.dataTable tbody tr {
    border-bottom: 1px solid #C0C0C0;
}

.dataTables_info {
    color: #707070;
    font-weight: bold;
    font-size: 9pt;
    text-align: left;
    padding: 10px 4px 4px 0px;
}

.dataTables_filter {
    margin: 0px 12px 0px 0px;
    font-size:9pt;
    color: #707070;
}

.dataTables_filter input {
    font-size:9pt;
}

/* no images for sorting, override default css */
body table.dataTable thead .sorting,
body table.dataTable thead .sorting_asc,
body table.dataTable thead .sorting_desc,
body table.dataTable thead .sorting_asc_disabled,
body table.dataTable thead .sorting_desc_disabled  { background: inherit }

/* no row striping or background for sorted rows */
table.dataTable tr.odd { background-color: inherit; }
table.dataTable tr.even { background-color: inherit; }
table.dataTable tr.odd td.sorting_1 { background-color: inherit; }
table.dataTable tr.odd td.sorting_2 { background-color: inherit; }
table.dataTable tr.odd td.sorting_3 { background-color: inherit; }
table.dataTable tr.even td.sorting_1 { background-color: inherit; }
table.dataTable tr.even td.sorting_2 { background-color: inherit; }
table.dataTable tr.even td.sorting_3 { background-color: inherit; }

/* no bottom border, override default css */
body .dataTables_wrapper.no-footer .dataTables_scrollBody { border-bottom: none; }


/* Headings */
h1 {
    font-size:16pt;
    font-weight:bold;
    color: #333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

h2 {
    font-size:16pt;
    font-weight:bold;
    color: #333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

h3 {
    font-weight:bold;
    color: #707070;
    white-space:nowrap;
    padding: 20px 12px 2px 0;
    text-align: left;
    border-bottom: 1px solid #707070;
    overflow:hidden;
    text-overflow:ellipsis;
}

#localdate {
    display:inline-block;
}

p.link-bar {
    margin-bottom:5px;
}

#hubnews p, #hubnews ol {
    margin-top:9px;
    margin-bottom:11px;
    line-height:1.5;
    list-style: decimal inside;
}
#hubnews ol li {
    margin-left:5px;
}

#hubnews a img {
    margin-left:2px;
    margin-right:2px;
}

p.vspace {
    margin-top: 9px;
    margin-bottom: 9px;
}

.padded-list li {
    padding: 4px 0 4px 12px;
}

#role {
    margin:1px;
    padding:2px 5px 2px 5px;
    border-radius:5px;
    display:inline-block;
    background-color:#C0C0C0;
}

.h3line {
    border:0;
    margin:0;
    padding:0;
    display:inline-block;
    background-color: #C0C0C0;
    vertical-align: middle;
    height: 1px;
    width: 100%;
    min-width: 1px
}

.form-buttons {
    padding-top:20px;
}

input.login {
    width: 200px;
    font-family: sans-serif;
    font-size: 14px;
    padding: 1px;
    border:1px #C0C0C0 solid;
    margin:2px;
}

input.smallIntInput {
    width:60px;
}

.radio-input {
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 3px;
}

a.paginationlink:link, a.paginationlink:visited, a.paginationlink:hover,a.paginationlink:active{
    color:blue; text-decoration:none; text-align: center;
}

.paginationtable {
    width:95%;
    height:25px;
    margin:5px 0px;
}

.pagination {
    display:block;
    float:right;
    margin:5px 0px;
}

.paginationblock {
    width:15px;
    padding:2px;
    display:inline;
    font-variant:small-caps;
}

div.paginationblock:hover {
    background-color:#f4f4f4;
}

h1.alive-head-success {
    margin:14px 0 14px 0;
}

h1.alive-head-failed {
    margin:14px 0 14px 0;
}

body.alive-body {
    margin-left:10px;
    background: white;
}
p.alive-para {
    margin:4px 0 4px 0;
}

#inline-chart-editor-panel {
}

#inline-chart-editor-detail-panel {
    float: left;
    width: 410px;
}

#inline-chart-editor-preview-panel {
    float: right;
    width: 540px;
}

.menu-container {
    display:inline-block;
    position:relative;
}

.analysis-workspace-menu-item {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Charts */
.chart-control-panel {
    vertical-align: tip;
    text-align: left;
    width: 30%;
    height: 99%;
    float: left;
    overflow-y: auto;
}

.chart-display-panel {
    width: 70%;
    height: 99%;
    float: left;
}

.chart-container-thumbnail {
    border: solid 1px #c0c0c0;
    background-color: #fff;
    display: inline-block;
    float: left;
    margin: 2px;
    padding: 2px;
    text-align: center;
    /*height: 98%;*/
    height: 158px;
    width: 240px;
}

.chart-body-thumbnail {
    padding: 0px;
    margin: 0px;
    width: 240px;
    height: 145px;
    overflow: hidden;
}

.chart-container-fullsize {
    background-color: #fff;
    display: inline-block;
    float: left;
    margin: 2px;
    padding: 2px;
    text-align: center;
    height: 98%;
    width: 99%;
}

.chart-body-fullsize {
    padding: 0px;
    margin: 0px;
    width: 665px;
    height: 100%;
    overflow: hidden;
}

.chart-caption {
    color: #225177;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

text.chart-smaller-label {
    font-size: 8pt;
}

text.chart-smallest-label {
    font-size: 6pt;
}

.chart-body .ticked-axis path,
.chart-body .ticked-axis line,
.chart-body .unticked-axis path,
.chart-body .unticked-axis line {
    fill : none;
    stroke : black;
    shape-rendering: crispEdges;
}

.chart-container-fullsize text {
    font-size: 8pt;
}

.chart-body-thumbnail .ticked-axis path,
.chart-body-thumbnail .ticked-axis line,
.chart-body-thumbnail .unticked-axis path,
.chart-body-thumbnail .unticked-axis line,
.chart-body-thumbnail .chart-series-element {
    stroke-width: 3px;
}

.chart-body-thumbnail .chart-body .ticked-axis .tick line,
.chart-body-thumbnail .chart-body .unticked-axis .tick line {
    display: none;
}

.chart-body-thumbnail line.chart-horizontal-grid-line {
    display: none;
}

.chart-body-thumbnail text {
    display: none;
}

.chart-body-thumbnail TABLE,
.chart-body-fullsize TABLE {
    width: 100% !important;
    table-layout: fixed;
}

.chart-body-fullsize TD,
.chart-body-fullsize TH {
    white-space: normal;
    vertical-align: bottom;
    text-align: right;
}

.chart-body-thumbnail TD,
.chart-body-thumbnail TH {
    white-space: normal;
    vertical-align: bottom;
    text-align: right;
    font-size: 3pt;
}


.chart-body-fullsize TD.title,
.chart-body-fullsize TH.title,
.chart-body-thumbnail TD.title,
.chart-body-thumbnail TH.title {
    text-align: left;
}

.chart-body-fullsize table.dataTable TD,
.chart-body-fullsize table.dataTable TH {
    padding: 1em 0 0.25em 0;
}


/* Analysis charts */
.analysis-chart-container {
    border: solid 1px #c0c0c0;
    background-color: #fff;
    display: inline-block;
    float: left;
    margin: 2px;
    padding: 2px;
    text-align: center;
}

.analysis-chart-caption {
    text-align:center;
    font-weight:bold;
    padding-bottom:4px;
}

.analysis-chart-body-thumbnail {
    width: 305px;
    height: 200px;
}

.analysis-chart-body-fullview {
    width: 915px;
    height: 600px;
}

.analysis-chart-body-preview {
    width: 540px;
    height: 386px;
}

.analysis-chart-container TABLE {
    width: 100% !important;
    table-layout: fixed;
}

.analysis-chart-container TD,
.analysis-chart-container TH {
    white-space: normal;
    vertical-align: bottom;
    text-align: right;
}

.analysis-chart-container TD.title {
    text-align: left;
}

.analysis-chart-container table.dataTable TD,
.analysis-chart-container table.dataTable TH {
    padding: 1em 0 0.25em 0;
}

.analysis-chart-body-thumbnail TD,
.analysis-chart-body-thumbnail TH {
    font-size: 5pt;
}

.analysis-chart-container .ticked-axis path,
.analysis-chart-container .ticked-axis line,
.analysis-chart-container .unticked-axis path,
.analysis-chart-container .unticked-axis line {
    fill : none;
    stroke : black;
    shape-rendering: crispEdges;
}

.analysis-chart-body-thumbnail .ticked-axis path,
.analysis-chart-body-thumbnail .ticked-axis line,
.analysis-chart-body-thumbnail .unticked-axis path,
.analysis-chart-body-thumbnail .unticked-axis line {
    stroke-width: 3px;
}

.analysis-chart-body-preview .ticked-axis path,
.analysis-chart-body-preview .ticked-axis line,
.analysis-chart-body-preview .unticked-axis path,
.analysis-chart-body-preview .unticked-axis line {
    stroke-width: 2px;
}

.analysis-chart-error {
    font-size: 16pt;
}

.analysis-chart text {
    font-size: 8pt;
}

.legend-label text {
    font-size: 12pt;
    font-weight: bold;
}

.analysis-legend text {
    font-size: 10pt;
}

.show-hover {
    visibility:hidden;
}

.overflow-tooltip-self {
    overflow:hidden;
    text-overflow:ellipsis;
}

.overflow-tooltip {}

.overflow-text-div {
    z-index:3;
    position: absolute;
    display:none;
    border:1px solid #FFDC5E;
    padding:10px;
    border-radius:3px;
    background-color: #FFF4C8;
    white-space:normal;
    word-wrap: break-word;
    font-weight:normal;
    color: #000000;
    font-family: Helvetica,Arial,Verdana, sans-serif;
    font-size: 10pt;
    text-decoration:none;
}

.tooltip-button {
    z-index: 3;
    position: absolute;
    background-color: #FFF4C8;
    text-align: center;
    cursor: pointer;
    padding: 2px;
    color: #000000;
    border: 1px solid #FFDC5E;
    height:10px;
    width:15px;
    font-size:10px;
    font-weight:normal;
}


/* lightbox dialog styles: */
.dialog-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: rgb(50, 50, 50);
    z-index:2;
    display: none;
}

.dialog-error {
    float: left;
    color:#E00000;
    margin-top:20px;
    display: none;
}

.dialog {
    top: 100px;
    position: absolute;
    background-color: white;
    border-radius: 1px;
    padding: 20px;
    display: none;
    z-index: 3;
    max-width: 950px;

    border: 1px solid #c4ced7;
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .45);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .45);
}

.error-panel {
    color:#E00000;
    display: none;
    margin-bottom: 10px;
}

/** visible to screen reader (or other AT), invisible to anyone else */
.aria-only {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    border: 0;
    margin: -1px;
    padding: 0;
}

ul[role="navigation"] a {
    outline-width: 0;
}

ul[role="navigation"] a:focus span {
    outline: white dotted 1px;
}

.role-image {
    vertical-align: top;
    display: inline-block;
    padding-right: 4px;
}

.role-label {
    display: inline-block;
    line-height: 1.25;
    vertical-align: top;
    padding-left: 4px;
    padding-bottom: 1em;
}

.role-name {

}

.role-description, .role-description-integration {
    color: #777;
}

.opa-banner {
    background-color: #F2F4F5;
    display: flex;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height:44px;
}

.opa-banner-logo {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
}

.opa-banner-logo-caption {
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-size: 16px;
    color: #454545;
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.opa-banner-tabs ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.opa-banner-tabs svg {
    display: block;
}

.opa-banner-tabs li {
    margin-left: 3px;
    margin-right: 3px;
}

.opa-banner-tabs li a {
    display:block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 5px;
}

.opa-banner .opa-vertical-split {
    padding-top: 7px;
}

.opa-banner-tabs li.opa-hover-tab {
    border-bottom: solid 3px #85BBE7;
}

.opa-banner-tabs li.opa-active-tab {
    border-bottom: solid 3px #0572CE;
}

.opa-banner-user {
    padding-left: 4px;
    padding-right: 4px;
}

.opa-user-menu {
    border: none;
    background-color: inherit;
    padding-top: 5px;
}

.opa-user-menu-popup {
    border: 1px solid #c4ced7;
}

.opa-user-menu-popup .opa-user-name {
    color: #555;
    padding: 0.8em 1.8em;
}

.opa-user-menu-popup ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #456AA9;
}

.opa-user-menu-popup a {
    color: inherit;
    text-decoration: none;
    text-decoration: none;
    display: block;
    padding: 0.8em 1.8em;
    outline: 0;
}

.opa-user-menu-popup a:focus {
    background: #EBECED;
}

/* alta dialog restyling */

.popup-dialog {
    top: 100px;
    position: absolute;
    border-radius: 1px;
    z-index: 3;

    border: 1px solid #c4ced7;
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .45);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .45);

}

.alta-dialog th {
    vertical-align: baseline;
    font-weight: bold;
    color: #4f4f4f;
    font-size: 12px;
    padding-right: 8px;
}

.alta-dialog td {
    vertical-align: baseline;
}

.alta-dialog input[type="text"], .alta-dialog input[type="password"], .alta-dialog select {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    background-color: #fcfdfe;
    border-width: 1px;
    border-style: solid;
    border-color: #dfe4e7;
    border-radius: 2px;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    outline: 0;
}

.alta-dialog input[type="text"]:read-only, .alta-dialog input[type="password"]:read-only {
    border-style:none;
    background: transparent;
}

a > .dialog-close-widget {
    width: 16px;
    height: 16px;
    background-image: url(images/close_ena.png);
}

a:hover > .dialog-close-widget {
    background-image: url(images/close_ovr.png);
}

a:active > .dialog-close-widget, a:focus > .dialog-close-widget {
    background-image: url(images/close_dwn.png);
}

.dashboard-tile {
    flex-basis: 33%
}

@media (max-width: 1000px) {
    .dashboard-tile {
        flex-basis: 50%
    }
}

@media (max-width: 640px) {
    .dashboard-tile {
        flex-basis: 100%
    }
}

#dash {
    max-width: 1400px;
    margin:auto;
}

.dash-text-container {
    padding-top: 60px;
    max-width: 1400px;
    margin: auto;
}
.dash-text {
    background-color: #1d847f;
    color: white;
    line-height: 1.5;
    margin: 1em;
    padding: 1em;
    font-size: 16px;
}

#opminstall {
    color: inherit;
}
