@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v8-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans'), local('NotoSans'),
    url('../fonts/noto-sans-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/noto-sans-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/noto-sans-v8-latin-regular.ttf') format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/noto-sans-v8-latin-medium.ttf');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-v8-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans'), local('NotoSans'),
    url('../fonts/noto-sans-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/noto-sans-v8-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/noto-sans-v8-latin-700.ttf') format('truetype') /* Safari, Android, iOS */
}

/* OLD STYLES FROM PRE-RAY INJECTED HERE */

.mp-menu {
    flex: 1;
    border: 2px solid red;
}

.mp-menu ul ul {
    margin-left: 1rem;
}

.mp-menu ul ul li {
    cursor: pointer;
}

.mp-menu ul ul li.selected {
    font-weight: bold;
}

.mp-menu ul ul li:hover {
    background-color: lightgrey;
}


/* Styles imported from old style.css */
#configcontents table td {
  vertical-align: middle;
}

/*
#configcontents div {
   margin: 0;
   padding: 0;
}
*/

#configcontents p {
    margin: 0;
    padding: 0;
}

#configcontents ul {
    margin: 0;
    padding: 0;
}

#configcontents .dialog-body ul {
    margin: 0 0 8px 20px;
}

#configcontents .dialog-body ul:last-child {
    margin-bottom: 0;
}

#configcontents img {
    border-style: none;
}

ul.horizontal li {
    float: left;
    margin: 5px;
    list-style-type: none;
}

ul.stack {
    list-style-type: none;
}

ul.stack li {
    display: block;
}

ul.bulletlist {
    padding-left: 20px;
}

#page {
    /*background: #88CC88;*/
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    min-width: 1060px;
}

#header {
    margin-top: 0px;
    width: 100%;
    clear: both;
    height: 137px;
    background: url(../res/headerbg.png) repeat;
    position: relative;
}

#header-right {
    position: absolute;
    right: 22px;
    height: 137px;
}

#logo {
    float: left;
    height: 137px;
    width: 243px;
    background: url(../res/headerlogo.gif) no-repeat;
}

#pagelinks {
    height: 47px;
    background: url(../res/nav/background.png) repeat;
}

#login-controls {
    float: right;
    clear: both;
}

#login-controls .login {
    padding-top: 22px;
}

#login-controls .logout {
    padding-top: 22px;
}

#login-controls .logout a {
    float: right;
}

#login-controls .username {
    color: white;
    font-weight: bold;
    border-bottom: 1px solid white;
    margin-bottom: 4px;
}

.bpnav {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 13px;
    line-height: 47px;
    color: #1f1f1f;
    float: left;
    height: 47px;
    text-align: center;
}

#homebutton div {
    background: url(../res/nav/sprite_home.png);
    width: 87px;
    background-position: 0px 0px;
}

#homebutton:hover div {
    color: #E98119;
}

#homebutton:active div {
    background-position: 0px 48px;
    color: #E98119;
}

#homebutton.selected div {
    background-position: 0px 48px;
}

#statusbutton div {
    background: url(../res/nav/sprite_status.png);
    width: 90px;
    background-position: 0px 0px;
}

#statusbutton:hover div {
    color: #E98119;
}

#statusbutton:active div {
    background-position: 0px 48px;
    color: #E98119;
}

#statusbutton.selected div {
    background-position: 0px 48px;
}

#configurebutton div {
    background: url(../res/nav/sprite_configure.png);
    width: 112px;
    background-position: 0px 0px;
}

#configurebutton:hover div {
    color: #E98119;
}

#configurebutton:active div {
    background-position: 0px 48px;
    color: #E98119;
}

#configurebutton.selected div {
    background-position: 0px 48px;
}

#designerbutton div {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 13px;
    line-height: 47px;
    color: #1f1f1f;
    float: right;
    height: 47px;
    width: 165px;
    padding-left: 16px;
    background: url(../res/nav/sprite_designer.png);
    background-position: 0px 0px;
}

#designerbutton:hover div {
    color: #E98119;
}

#designerbutton:active div {
    background-position: 0px 48px;
    color: #E98119;
}

#designerbutton.selected div {
    background-position: 0px 48px;
}

#pagelinks ul {
    margin: 0;
    padding: 0;
}

#pagelinks ul li {
    display: inline;
}

#loginstate {
    clear: both;
    float: right;
}

#loginstate p {
    margin: 0;
    padding: 0;
}

#contents {
    clear: both;
    width: 100%;
    background: white;
}

#cfgpage {
    width: 100%;
    overflow: hidden;
    min-width: 800px;
}

#cfgmenupanel {
    float: left;
    left: 0px;
    width: 161px;
    min-height: 100%;
    background: #fff url(../res/configure/configleftbg.gif) repeat-y;
}

#cfgcontentspanel {
    float: left;
    width: 80%;
    min-width: 480px;
}

div#configcontents {
    padding-bottom: 10px;
}

div#configcontents div.titlebar {
    overflow: hidden;
    font-size: 18px;
    display: block;
}

div#configcontents div.backbutton {
    margin-bottom: 10px;
}

div#configcontents div.titlebar span {
    /* float: left; */
    text-align: left;
}

div#configcontents div.titlebar div.configtitle {
    float: left;
    display: inline;
    font-weight: normal;
    font-size: 21px;
    color: #172837;
    margin: 0px 4px 23px 0px;
}

div#configcontents div.titlebar div.helpicon {
    float: left;
    display: inline;
    margin-left: 8px;
    margin-top: 3px;
    height: 15px;
    width: 15px;
}

div#configcontents div.titlebar div.helpicon a {
    display: block;
    height: 15px;
    width: 15px;
    background: url(../res/help.gif) no-repeat;
}

div#configcontents div.infobubble {
    width: 400px;
}

#configcontents p {
    line-height: 1.0;
}

#header h1 {
    display: none;
}

#footer {
    clear: both;
    width: 100%;
    height: 50px;
    background: url(../res/footerbg.png) repeat;
    text-align: center;
    margin-bottom: 0px;
}

#footertext {
    color: #FFFFFF;
    font-face: arial, helvetica, sans-serif;
    font-size: 11px;
    padding-top: 17px;
    margin-right: auto;
    margin-left: auto;
}

#footerimg {
    float: right;
    height: 30px;
    width: 100px;
    margin-right: 47px;
    margin-top: 10px;
}

#languageselection {
    margin-top: 5px;
    margin-left: 10px;
    float: right;
    border: 1px none black;
    color: white;
}

#loginBox {
    width: 257px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 10px;
}

span.status {
    font-weight: bold;
    display: block;
    padding: 2px 12px 5px 24px;
}

span.good {
    background: url(../res/ok_16.png) no-repeat 3px top;
    color: #336600;
}

span.warn {
    background: url(../res/sign_warning_16.png) no-repeat 3px center;
}

span.pending {
    background: url(../res/hourglass_16.png) no-repeat 3px center;
}

span.bad {
    background: url(../res/error_16.png) no-repeat 3px center;
    margin-bottom: 7px;
}

li.feedbackPanelERROR {
    overflow: auto;
}

li.feedbackPanelWARNING {
    overflow: auto;
}

li.feedbackPanelINFO {
    overflow: auto;
}

div.javadetect sup {
    font-size: 10px;
}

div.javadetect span {
    display: block;
    padding-left: 44px;
    height: 45px;
}

div.javadetect span.pending {
    background: url(../res/java_unknown.png) no-repeat 3px center;
    color: black;
}

div.javadetect span.bad {
    background: url(../res/java_warning.png) no-repeat 3px center;
    color: black;
}

div.javadetect span.unknown {
    background: url(../res/java_warning.png) no-repeat 3px center;
    color: black;
}

div.javadetect span.good {
    background: url(../res/java_ok.png) no-repeat 3px center;
    color: black;
}

p.confirm-message {
    padding: 20px;
}

p.confirm-message span p {
    font-size: 13px;
    padding-bottom: 30px;
}

p.confirm-message input {
    margin-left: 50px;
}

.tiplabel {
    display: block;
    margin: 5px 0px 20px 0px;
    padding: 8px 5px 8px 32px;
    background: white url(../res/lightbulb_on.png) no-repeat 3px center;
    border: 1px solid #CCC;
}

.tiplabel ul {
    list-style-type: none;
    line-height: 1.4em;
}

.warning {
    display: block;
    margin: 5px 20px 20px 20px;
    padding: 8px 5px 8px 32px;
    background: #FFF29A url(../res/sign_warning.png) no-repeat 3px center;
    border: 1px solid #FFC53B;
}

div.datasink {
    background: white;
    overflow: auto;
    margin: 0 1em 0 1em;
    padding: 40px 1ex 1ex 1ex;
    background: white;
}

div.datasink div.makeie6work {
    /* width: 535px; */
    width: 100%;
}

div.datasink.available {
    background: white url(../res/datasink_bg.png) no-repeat 50% 0%;
}

div.datasink.unavailable {
    background: white url(../res/datasink_unavailable.png) no-repeat 50% 0%;
}

div.datasink.first {
    margin-top: 1em;
    padding: 1ex;
    background: white;
}

div.datasink.last {
    margin-bottom: 1em;
}

div.datasink .sink-name {
    font-weight: bold;
    clear: both;
    border-bottom: 1px solid #a4a4a4;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: left;
}

div.datasink .progressbar {
    margin-top: 1ex;
    margin-bottom: 1ex;
}

div.datasink span.count {
    padding: 0.3ex;
    margin: 0.3ex;
    font-size: 11px;
    margin-right: 3px;
}

div.datasink span.dropped {
    display: block;
    padding: 5px 5px 5px 24px;
    margin-top: 1ex;
    background: url(../res/sign_warning_16.png) no-repeat 3px center;
}

div.datasink span.pending {
    background: #7bb933;
    padding: 5px;
}

div.datasink span.quarantined {
    background: #ed7827;
    padding: 5px;
}

div.datasink span.max {
    background: #cccccc;
    padding: 5px;
}

/************* Task Display   *************/
div.exec-engine-task-display ul {
    margin-bottom: 15px;
}

div.exec-engine-task-display ul li span.title {
    font-weight: bold;
}

div.exec-engine-task-display ul li span.header {
    padding-right: 1em;
}

/************* Download Links *************/
div.download {
    padding: 1ex;
    margin: 2ex;
}

div.download a {
    background: #F8F8F8 url(../res/configure/backupbutton.gif) no-repeat 0px center;
    border: 1px solid #d5d5d4;
    padding-left: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}


div.download p {
    margin-top: 24px;
    margin-bottom: 8px;
}

/************* Options Panel    **************/
div.options {
    display: block;
    overflow: auto;
    padding: 5px;
    background-color: #FAFAFA;
    border: 1px solid #CCC;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.options li {
    margin-right: 20px;
}

div.options td.field {
    padding-bottom: 5px;
    padding-left: 11px;
    padding-right: 10px;
}

div.options td.label {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-left: 7px;
}

div.options input[type='submit'] {
    margin-top: 5px;
    margin-left: 7px;
}

/************* Log event table  **************/
table.logtable {
    /* 	width: 100%;
        table-layout: auto; */
    text-overflow: clip;
}

table.logevent {
    border: 1px solid #DDD;
    background: white;
    border-collapse: collapse;
    width: 95%;
    margin-top: 20px;
    text-overflow: clip;
}

table.logevent td {
    font-size: 12px;
    padding: 5px;
    border: 1px solid #DDD;
}

div.logtableholder {

}

table.logevent td.header {
    font-weight: bold;
}

table.logevent td.logexception div.exceptiondisplay {
    height: 200px;
    overflow: auto;
    width: 100%;
}

table.logtable td.time {
    padding-right: 1ex;
}

table.logtable thead tr td {
    font-weight: bold;
}

table.logtable tbody tr {
    vertical-align: top;
    word-wrap: break-word;
}

table.logtable tbody td {
    padding-right: 1ex;
    padding-bottom: 1px;
    padding-top: 1px;
    border-bottom: 1px solid #DDD;
}

table.logtable tbody td.noborder {
    border-bottom: none;
}

table.logtable .severity-text {
    font-family: monospace;
    color: #779;
    font-size: 6pt;
}

div#logger-controls {
    background: #EEE;
    border: 2px solid black;
    position: absolute;
    line-height: 2em;
    padding: 3px;
    display: none;
}

div#logger-controls > div {
    float: right;
    line-height: 1.4em;
}

div.controllink {
    cursor: pointer;
    color: #E98119
}

div.controllink:HOVER {
    text-decoration: underline;
}

/************* Log event viewer popup  **************/
div.w_content div.popup-div1 {
    height: 93%;
}

div.w_content div.popup-div2 {
    height: 100%;
}

div.w_content table.logevent {
    height: 85%
}

div.w_content table.logevent td.logexception {
    height: 90%;
}

div.w_content table.logevent div.exceptiondisplay {
    height: 100%;
}

/************* Tree    **************/
table.icon-panel img.icon {
    margin-right: 3px;
}

div.wicket-tree-table ul.actionlinks {
    float: left;
}

div.wicket-tree-table ul.actionlinks li {
    display: inline;
}

div.wicket-tree-table .header > div {
    width: auto !important;
}

@media (max-width: 40em) {
    div.wicket-tree-table {
        font-size: .5em;
    }
}

.quickClientSubscriptions .tab-panel .actiontable tbody tr td {
    word-break: break-all;
}

.quickClientActionLinks li {
    display: inline-block;
}

/************* Feedback Panel    **************/
div#configcontents ul.feedbackPanel li.feedbackPanelINFO {
    display: block;
    list-style: square inside;
    background-color: green;
    color: white;
    padding: 4px;
    margin-bottom: 5px;
    font-weight: bold;
}

div#configcontents ul.feedbackPanel li.feedbackPanelERROR {
    display: block;
    list-style: square inside;
    background-color: red;
    color: white;
    padding: 4px;
    margin-bottom: 5px;
    font-weight: bold;
}

div#configcontents ul.feedbackPanel li.feedbackPanelWARNING {
    display: block;
    list-style: square inside;
    background-color: YELLOW;
    color: BLACK;
    padding: 4px;
    margin-bottom: 5px;
    font-weight: bold;
}

span.feedbackPanelERROR ul {
    margin-left: 30px;
}

span.feedbackPanelWARNING ul {
    margin-left: 30px;
}

span.feedbackPanelINFO ul {
    margin-left: 30px;
}

span.feedbackPanelERROR ul li {
    display: list-item;
    list-style: disc;
}

span.feedbackPanelWARNING ul li {
    display: list-item;
    list-style: disc;
}

span.feedbackPanelINFO ul li {
    display: list-item;
    list-style: disc;
}

span.feedbackPanelERROR p {
    color: #B42B26;
    font-size: 0.875rem;
}

span.feedbackPanelWARNING p {
    color: #97702D;
    font-size: 0.875rem;
}

span.feedbackPanelINFO p {
    color: #576E4E;
    font-size: 0.875rem;
}

/************* Choice list    **************/
ul.choicelist {
    margin: 5px 15px 15px 15px;
    list-style: none;
}

ul.choicelist li {
    padding: 3px;
    margin-bottom: 2px;
    display: block;
    background: white;
    border: 1px solid #CCC;
}

ul.choicelist li.selected {
    background: #F0F7FF;
}

ul.choicelist li:HOVER {
    background: #F0F7FF;
}

ul.choicelist li label {
    font-weight: bold;
    cursor: pointer;
    padding-left: 4px;
}

ul.choicelist li div p {
    margin-top: 2px;
    margin-left: 3em;
}

/************* Note Paragraph    **************/
div.note h1 {
    margin: 8px 0 2px 0;
    font-size: 12px;
    font-weight: bold;
    color: #C00;
}

span.note {
    color: #cc3300;
    font-weight: bold;
}

/************** Multiple file upload box *************/
.wicket-mfu-container {
    padding: 5px;
    margin-top: 3px;
    background-color: white;
    border: 1px solid #AAA;
}

.wicket-mfu-caption {
    font-weight: bold;
}

.wicket-mfu-container input {
    margin-left: 5px;
}

/************* Config Menu Style **************/
div.configmenu {
    /*border-right: solid #666 1px;*/
    color: #FFFFFF;
    font-size: 12px;
    padding-left: 24px;
    padding-top: 27px;
    padding-right: 15px;
    padding-bottom: 174px;
}

div.configmenu div.level0 {
    color: #FFFFFF;
}

div.configmenu div.level1 {
    color: #FFFFFF;
    margin-left: 15px;
}

div.configmenu div.level2 {
    color: #FFFFFF;
    margin-left: 30px;
}

div.configmenu ul {
    list-style-type: none;
}

div.configmenu ul li.selected {
    /* background: #888; */

}

div.configmenu ul li div.selected {
    font-weight: bold;
    background: url(../res/configure/menuarrow.gif) 2px 4px no-repeat;
}

div.configmenu ul li div.selected a {
    color: #E98119;
}

div.configmenu ul li div a {
    text-decoration: none;
    color: #FFFFFF;
}

div.configmenu ul li div a:HOVER {
    /* background: #888; */
    color: #E98119;
}

div.configmenu ul li div.selected a:HOVER {
    /* background: #888; */
    color: #E98119;
}

/*** All Levels ***/
div.configmenu ul li div {
    padding: 2px 0 2px 0;
    font-weight: bold;
}

/*** Level 1 ***/
div.configmenu ul li div.L0 {
    margin-top: 15px;
}

/*** Level 2 ***/
div.configmenu ul li ul li div {
    padding-left: 15px;
    font-weight: normal;
}

/*** Level 3 ***/
div.configmenu ul li ul li ul li div {
    margin-left: 15px;
}

/************* Layout-only table ****************/
table.layout-only td {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/************* Action Table Style ***************/
table.actiontable {
    width: 100%;
    border-spacing: 0px;
    margin-bottom: 10px;
    color: #333333;
}

table.actiontable thead tr td {
    background-color: #DDD;
    font-weight: bold;
    border-bottom: 1px solid #999999;
    padding: 3px 16px 3px 9px;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
}

table.actiontable thead tr td.last {
    border-right: 1px solid #999999;
}

table.actiontable thead tr td.action {
    background-color: transparent;
    border: none;
}

table.actiontable tbody tr td {

    background-color: #FFFFFF;
    padding: 6px 16px 6px 9px;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    vertical-align: top;

}

td.letterbreak, div.letterbreak {
    /* Inspired from here: http://kenneth.io/blog/2012/03/04/word-wrapping-hypernation-using-css/ */
    ms-word-break: break-all;
    /* Allows breaks on individual letters */
    word-break: break-all;

    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

table.actiontable tbody tr td.first {
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
}

table.actiontable tbody tr td.odd {
    background-color: #F0F7FF;
}

table.actiontable tbody tr.odd td {
    background-color: #F0F7FF;
}

table.actiontable tbody tr td.last {
    border-right: 1px solid #999999;
}

table.actiontable tbody tr td.action {
    background-color: inherit;
    border: none;
}

table.actiontable tbody tr td.action ul {
    list-style-type: none;
    float: left;
    padding-right: 5px;
}

table.actiontable tbody tr td.action ul li {
    line-height: 1.0;
}

table.actiontable tbody tr td.action ul a {
    font-size: 10px;
    color: #172837 !important;
}

table.actiontable tbody tr td.action ul em {
    font-size: 10px;
    color: #AAA;
    font-style: normal;
}

table.actiontable tbody tr .action-btn-cell {
    min-width: 7.5rem;
}

table.actiontable tbody tr .action-btns .button:last-of-type {
    margin-right: 0;
}

table.actiontable tfoot tr td {
    border: 0;
}

table.actiontable td:first-child {
    width: 20%;
}

span.showdetails {
    color: #172837;
    font-weight: normal;
    font-size: 10px;
    float: right;
    padding-top: 4px;
}

div.exceptiondisplay {
    border: 1px solid #CCCCCC;
    width: 490px;
    overflow: auto;
}

/************* Edit Table Style ***************/
table.edittable {
    width: 100%;
    border-spacing: 0px;
    margin-bottom: 15px;
}

table.edittable thead tr {
    background: #888;
    margin: 0;
}

table.edittable thead tr td {
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

table.edittable thead tr td.action {
    background: white;
}

table.edittable tbody tr td.trow-title {
    background: #DDD;
    color: #000;
    font-size: 11px;
    border-bottom: solid #888 1px;
    border-left: solid #888 1px;
    padding: 4px 16px 4px 6px;
    width: 75px;
}

table.edittable tbody tr td.trow-body {
    background: #FFF;
    color: #000;
    font-size: 11px;
    border-bottom: solid #888 1px;
    border-right: solid #888 1px;
    padding: 4px 16px 4px 6px;
}

table.edittable tbody tr td.trow-body input.textfield {
    width: 142px;
}

table.edittable tbody tr td.trow-body p {
    clear: left;
    font-size: small;
}

table.edittable tbody tr td.trow-body ul {
    list-style-type: none;
}

table.edittable tbody tr td.trow-body p.field-default {
    color: #999;
}

table.edittable tbody tr td.trow-bodyERROR {
    background: #FFD9D1;
    color: #000;
    font-size: 11px;
    border-bottom: solid #888 1px;
    border-right: solid #888 1px;
    padding: 4px 16px 4px 6px;
}

input.savebtn {
    clear: both;
    margin-left: 200px;
}

/***************** SUB-EDIT TABLE *******************/
table.subedittable thead tr {
    background: #CCC;
    margin: 0;
}

table.subedittable thead tr td {
    color: #666;
    font-weight: bold;
    margin: 0;
    padding: 3px;
}

table.subedittable thead tr td.action {
    background: white;
    border-left: solid #CCC 1px;
    border-bottom: none;
}

table.subedittable tfoot tr td.footer_title {
    border-bottom: #CCC 1px solid;
    color: #666;
    padding-top: 1em;
}

table.subedittable tfoot tr td {
    padding-top: 1ex;
}

table.subedittable tbody tr td {
    background: #FFF;
    color: #000;
    font-size: 11px;
    border-bottom: solid #CCC 1px;
    border-left: solid #CCC 1px;
    padding: 4px 16px 4px 6px;
}

table.subedittable tbody tr td.last {
    border-right: solid #CCC 1px;
}

table.subedittable td.action {
    background: #FFF;
    color: #000;
    font-size: 11px;
    border-left: solid #CCC 1px;
    border-bottom: none;
    padding: 4px 16px 4px 6px;
}

table.subedittable tfoot tr td.action {
    border-left: none;
}

table.subedittable td.action a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

/************* Status Panels ******************/
div.status-panel {
    /*border: 2px solid #888;
       background: #EEE;*/
    margin-bottom: 1em;
    overflow: auto;
    margin-right: 0px;
}

div.status-panel div.collapselink {
    position: absolute;
    left: 0px !important;
    left: 2px;
}

div.status-panel div.title {
    margin: 0 4px 23px 0;
    color: #172837;
    font-size: 21px;
    font-weight: normal;
}

div.status-panel div.item {
    /* overflow: auto; */
    margin: 1ex 0 1ex 0;
    position: relative;
}

div.status-panel div.item div.title {
    margin: 0 0 0 28px;
    color: #172837;
    border: none;
    overflow: auto;
    background: #CCC;
    padding: 2px 2px 3px 11px !important;
    padding: 2px 2px 3px 25px;
    background: #CCC;
    height: 20px;
}

div.status-panel div.item div.title span.name {
    color: #444;
    font-weight: bold;
    float: left;
    font-size: 14px;
}

div.status-panel div.item div.title span.actions {
    float: right;
    padding-top: 3px;
    font-size: 10px;
    padding-right: 10px;
}

div.status-panel div.item div.title span.actions a {
    font-weight: normal;
    color: #172837;
}

div.status-panel div.item div.contents {
    padding: 10px;
    margin-left: 28px;
    background-color: #EEEEEE;
}

div.status-panel div.item div.contents table.infotable {
    margin-bottom: 0px;
}

div.status-panel div.contents li {
    list-style-type: none;
}

div.status-panel div.footer {
    float: right;
}

div.db-extra {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.db-extra span.title {
    font-weight: bold;
}

/******* System Map *************/
div.sysmap {
    width: 620px;
}

div.sysmap div.title {
    font-size: 13px;
    font-weight: normal;
    margin: 0px;
}

div.sysmap div.detail {
    font-size: 11px;
    margin-left: 2px;
}

div.sysmap div.leftcol {
    float: left;
}

div.sysmap div.text {
    width: 140px;
    margin-left: 38px;
}

div.sysmap div.noIcon {
    margin: auto !important;
}

div.sysmap div.icon {
    height: 28px;
    width: 25px;
    left: 8px;
    position: absolute;
}

div.sysmap div.leftcol div.first {
    background: url(../res/status/statusmapltop.gif) no-repeat;
}

div.sysmap div.rightcol div.first {
    background: url(../res/status/statusmaprtop.gif) no-repeat;
}

div.sysmap div.leftcol div.center {
    background: url(../res/status/statusmaplcenter.gif) no-repeat;
}

div.sysmap div.rightcol div.center {
    background: url(../res/status/statusmaprcenter.gif) no-repeat;
}

div.sysmap div.leftcol div.last {
    background: url(../res/status/statusmaplbottom.gif) no-repeat;
}

div.sysmap div.rightcol div.last {
    background: url(../res/status/statusmaprbottom.gif) no-repeat;
}

div.sysmap div.centercol_top div.center {
    background: url(../res/status/centerdown.gif) repeat-y center;
    padding-bottom: 14px;
}

div.subStatus {
    font-weight: normal;
    font-size: 10px;
    padding-top: 2px;
}

div.sysmap div.maps {
    background: url(../res/status/centerdown_orange.gif) repeat-y;
    padding-bottom: 35px;
}

div.sysmap div.maps.last {
    background: none;
}

div.sysmap div.rightcol {
    float: right;
}

/*  div.sysmap {
	float: right;
}

div.rightcol {
	float: right;
} */

div.sysmap div.clear {
    clear: both;
}

div.sysmap div.left {
    padding-right: 36px;
    padding-bottom: 14px;
}

div.sysmap div.right {
    padding-left: 36px;
    padding-bottom: 14px;
}

div.sysmap div.centercol {
    margin-left: 219px;
    width: 183px !important;
    width: 173px;
}

div.sysmap div.centercol div.cell {
    background-color: #F7901E;
    text-align: center;
    padding: 10px 0px 12px 0px;
    min-height: 38px;
    height: auto !important;
    height: 38px;
    width: 183px !important;
    width: 173px;
}

div.sysmap div.centercol div.cell div.title {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
}

div.sysmap div.centercol div.cell div.detail {
    font-size: 11px;
}

div.sysmap div.centercol_top {
    padding-left: 219px;
    width: 183px !important;
    width: 173px;
}

div.sysmap div.centercol_top div.cell {
    color: #FFF;
    background-color: #374E64;
    text-align: center;
    padding: 10px 0px 12px 0px;
    min-height: 38px;
    height: auto !important;
    height: 38px;
    width: 183px !important;
    width: 173px;
}

div.sysmap div.centercol_top div.cell div.title {
    color: #FFF;
}

div.sysmap div.centercol_top div.cell div.detail {
    margin-left: 0;
}

div.sysmap div.centercol_top div.cell.inactive {
    background-color: #9DB0C1;
    cursor: pointer;
}

div.sysmap div.cell {
    padding: 15px 0px 12px 0px;
    min-height: 33px;
    height: auto !important;
    height: 33px;
    width: 183px;
    background-color: #c0c0c0;
    position: relative;
}

div.sysmap div.cell div.cellwarning {
    color: #CC0000;
}

div.sysmap div.cell.inactive {
    background-color: #e9e9e9;
    cursor: pointer;
}

div.sysmap div.cell.active {
    cursor: pointer;
}

div.sysmap div.cell:hover {
    background-color: #9db0c1;
    cursor: pointer;
}

div.sysmap table tr td {
    width: 210px;
    height: 80px;
}

div.sysmap table tr td div.cell {
    background: white;
    border: 2px solid gray;
    height: 55px;
    width: 180px;
    margin-left: 15px;
}

/* TODO is this ever used? */
div.sysmap table tr td div.nav:HOVER {
    border: 2px solid blue;
    cursor: pointer;
}

div.clusterNotification {
    padding-top: 6px;
    height: 22px;
    width: 100%;
    background: url(../res/viewingbar.gif);
    color: #162736;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

/* The update notification bar. 666px because it only spans the config contents, not the entire width of the gateway page. */
div.updateNotification {
    padding-top: 6px;
    height: 22px;
    width: 100%;
    background: url(../res/viewingbar.gif);
    color: #162736;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

div.system-wide-warnings {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 828px;
    background-color: #EC7727;
    color: #162736;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

div.system-wide-warnings a.dismiss {
    color: #E8C9B2;
    font-weight: normal;
    padding-left: 10px;
}

/******* License display ********/
div.licensing-section {
    margin: 10px 10px 25px 0;
}

div.licensing-section h3 {
    margin: 0 0 5px 0;
}

div.license span.header {
    font-weight: bold;
}

div.license span.version {
    display: block;
    margin-left: 10px;
    font-size: small;
}

div.license table.outer {
    margin: 10px 10px 5px 25px;
    border: 2px inset gray;
}

div.license table.outer tr td.c1 {
    vertical-align: top;
    width: 120px;
}

div.license table.outer tr td.c2 {
    vertical-align: top;
    margin-left: 15px;
}

div.license td.detail {
    font-family: monospace;
}

div.license table.inner {

}

div.license table.inner td.c1 {
    width: 175px;
}

div.license table.inner td.c2 {
    width: 150px;
}

div.import-items {

}

div.import-items div.item-modifier {
    padding-left: 20px;
    color: #777777;
    font-style: oblique;
    font-size: 10pt;
}

div.import-progress div.output {
    border: 2px gray inset;
    background-color: white;
    overflow: auto;
    margin-top: 25px;
    padding: 5px;
    height: 400px;
}

div.import-progress h3 span em {
    color: #AAAAAA;
}

/******* Statistics table *******/
table.statmetric-table {
    margin: 2px;
}

table.statmetric-table thead tr td.header {
    padding: 2px 0 2px 1em;
    text-align: right;
}

table.statmetric-table thead tr td h6 {
    color: gray;
    font-size: 10px;
    text-align: right;
    margin: 0;
    font-weight: normal;
}

table.statmetric-table thead tr.bottom td {
    /* border-bottom: 1px solid gray; */

}

table.statmetric-table thead tr td.first {
    border: none;
}

table.statmetric-table tbody tr td.row-header {
    /* border-right: 1px solid gray; */
    padding: 2px 1ex 2px 2px;
}

table.statmetric-table tbody tr td.numeric {
    text-align: right;
    padding-left: 1ex;
}

table.statmetric-table tbody tr td.newcol {
    padding-left: 2em;
}

span.statmetric-label {
    padding: 5px 5px 5px 5px;
    /*background: url(res/gauge_16.png) no-repeat 3px center;*/
    display: block;
}

span.statmetric-label span.numeric {
    font-family: monospace;
    background: #F5F5F5;
    border: thin solid gray;
    padding: 2px 2px 2px 2em;
}

span.statmetric-label span.displaygroup {
    padding-right: 1em;
}

span.statmetric-label span.label {
    font-weight: normal;
}

/************* StatMetric Table ***************/
table.statmetric thead tr td {
    color: #888;
    background-color: white;
}

/************* Info Table Style ***************/
table.infotable {
    border-spacing: 0px;
    margin-bottom: 16px;
}

table.infotable thead tr {
    margin: 0;
}

table.infotable thead tr td {
    color: #333333;
    border-bottom: 1px solid #a4a4a4;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0px 5px 1px;
}

table.infotable tbody tr td.trow-title {
    color: #333;
    font-size: 11px;
    font-weight: bold;
    /* border-bottom: 1px dashed #CCC; */
    padding: 5px 16px 3px 1px;
}

table.infotable tbody tr td.trow-body {
    color: #333;
    font-size: 11px;
    /* border-bottom: 1px dashed #CCC; */
    padding: 5px 16px 3px 1px;
}

table.infotable tbody tr td.only {

}

table.infotable tbody tr td.trow-icon {
    width: 16px;
}

/************* Small Info Table *****************/
table.smallinfotable {
    border-spacing: 0px;
}

table.smallinfotable tr td {
    color: black;
    border-bottom: solid #888 1px;
    border-left: solid #888 1px;
    padding: 2px 10px 2px 3px;
}

table.smallinfotable tr td.title {
    background-color: #F0F7FF;
    font-weight: bold;
}

table.smallinfotable tr td.body {
    background-color: white;
    font-weight: normal;
    border-right: solid #888 1px;
}

table.smallinfotable tr td.first {
    border-top: solid #888 1px;
}

/************* Certificate table ****************/
table.certtable {
    margin-top: 16px;
    margin-bottom: 16px;
    width: auto;
    border-bottom: none;
}

table.certtable thead tr td {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0px 5px 1px;
    background-color: #EFEFEF;
    border-bottom: none;
}

table.certtable tbody tr td.trow-title {
    color: #333;
    background-color: #EFEFEF;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 16px 3px 1px;
}

table.certtable tbody tr td.trow-body {
    color: #333;
    background-color: #EFEFEF;
    font-size: 13px;
    padding: 5px 16px 3px 1px;
}

div#configcontents table.certtable tbody tr:nth-child(even) {
    background-color: #EFEFEF;
}

/************* Exception display ****************/
div.exception-stacktrace {
    margin-left: 40px;
    text-indent: -20px;
}

div.exception-stacktrace span {
    display: block;
}

div.exception-message {
    font-weight: bold;
}

/************* Tabbed Panel Style ***************/
div.tab-row ul {
    height: 36px;
    margin: 0;
    padding-left: 10px;
    background: url(../tab_bottom.gif) repeat-x bottom;
}

div.tab-row li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

div.tab-row a:link, div.tab-row a:visited {
    float: left;
    background: #f3f3f3;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 10px;
    margin-right: 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #666;
}

div.tab-row li.selected a:link, div.tab-row a:visited .active {
    border-bottom: 1px solid #E0DFDF;
    background: #e0dfdf;
    color: #000;
}

div.tab-row a:hover {
    background: #fff;
}

div.tab-panel {
    padding: 10px;
    margin: 0;
    border-right: solid #CCC 1px;
    border-bottom: solid #CCC 1px;
    border-left: solid #CCC 1px;
}

/** Add Device Page */
div.no-drivers {
    overflow: auto;
    background: #F5F5F5;
    border: 1px solid #999;
    margin: 1ex;
    padding: 1ex;
}

div.no-drivers p {
    padding-left: 38px;
}

/************* ProjectPanel Style ***************/
ul.launchlinks {
    float: right;
    margin-right: 2ex;
}

ul.launchlinks li {
    display: block;
    padding-bottom: 4px;
}

div.homepage-item {
    background: #e9e9e9;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 11px;
    padding-right: 13px;
    padding-left: 8px;
    padding-bottom: 15px;
    min-height: 40px;
    height: auto !important;
    height: 40px;
}

div.homepage-item p {
    padding-left: 50px;
}

div.homepage-item div.welcome {
    padding-left: 50px;
}

div.homepage-item span.title {
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

div.homepage-item span.description {
    display: block;
    margin-top: 8px;
}

div.homepage-item span.title a {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

div.homepage-item span.title a:HOVER {
    color: blue;
    border-bottom: 1px solid blue;
}

div.homepage-item img.icon {
    float: left;
    margin-right: 2ex;
    margin-top: 4px;
}

div.homepage-item-left {
    width: 470px;
}

div.homepage-item-right {
    float: right;
    width: 215px;
    position: relative;
}

ul.statuslist {
    display: inline;
    list-style-type: none;
    clear: left;
}

ul.statuslist li {
    padding-bottom: .5ex;
    margin-bottom: .5ex;
}

/************* 3-Column Home Page ***************/

/* column container */
.colmask {
    position: relative; /* This fixes the IE7 overflow hidden bug */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
    background: none; /* right column background colour */
}

.colright,
.colmid,
.colleft {
    float: left;
    width: 100%;
    position: relative;
    background: none;
}

.colmid {
    right: 10%; /* width of the right column */
    background: none; /* center column background colour */
}

.colleft {
    right: 80%; /* width of the middle column */
    background: none; /* left column background colour */
}

.col1 {
    float: left;
    position: relative;
    padding: 0 0 0 0;
    overflow: hidden;
    background: #ffffff;
    width: 76%; /* width of center column content (column width minus padding on either side) */
    left: 102%; /* 100% plus left padding of center column */
}

/************* Side-column Tab Style ***************/
table.sidetab {
    width: 100%;
}

table.sidetab td.tabcolumn {
    width: 161px;
    vertical-align: top;
    font-size: 12px;
    background: url(../res/status/bg_left.gif) repeat-y;
}

table.sidetab td.tabcontents {
    background: white;
    border: 0px;
    padding: 40px 10px 10px 23px;
    vertical-align: top;
}

.sidetab .tabcolumn ul {
    background: white;
}

.sidetab .tabcolumn ul li {
    padding: 6px 23px 6px 10px;
    background: #1f3448;
    border: 0px;
    border-bottom: none;
    border-right: none;
    list-style-type: none;
}

.sidetab .tabcolumn ul li a {
    text-decoration: none;
    color: #ffffff;
    padding-left: 13px;
    display: block;
}

.sidetab .tabcolumn ul li.selected a {
    font-weight: bold;
    color: #E98119;
    background: url(../res/configure/menuarrow.gif) 0px 2px no-repeat;
}

.sidetab .tabcolumn ul li:HOVER a {
    color: #e98119;
}

.sidetab .tabcolumn ul li.first {
    padding-top: 45px;
}

.sidetab .tabcolumn ul li.last {
    padding-bottom: 90px;
}

.sidetab .tabcolumn ul li:HOVER {
    color: #e98119;
}

.sidetab .tabcolumn ul li.selected {
    color: orange;
}

/************* Span-tabs Panel Style ***************/
div.spantab-row ul {
    height: 20px;
    margin: 0;
    padding-left: 10px;
    background: url(../tab_bottom.gif) repeat-x bottom;
}

div.spantab-row li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

div.spantab-row a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
}

div.spantab-row a.delete {
    color: red;
}

div.spantab-row span.tab {
    float: left;
    background: #f3f3f3;
    line-height: 14px;
    padding: 2px 10px 2px 10px;
    margin-right: 4px;
    border: 1px solid #ccc;
}

div.spantab-row li.selected span.tab {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

div.spantab-row span.tab:hover {
    background: #fff;
}

div.category-tabstrip {
    border-top: solid #CCC 1px;
    border-left: solid #CCC 1px;
    border-right: solid #CCC 1px;
    border-bottom: solid #CCC 1px;
    float: left;
}

div.category-tabstrip li.category-tab a:hover {
    background: blue;
}

div.category-tabstrip li.category-tab {
    border-top: solid #CCC 1px;
    border-left: solid #CCC 1px;
    border-right: solid #CCC 1px;
    border-bottom: solid #CCC 1px;
    height: 75px;
    width: 150px;
}

/************** HOME PAGE STYLES ***********/
div.home-panel {
    margin-bottom: 25px;
    margin-top: 10px;
}

div.home-panel.last {
    margin-bottom: 0px;
    padding-bottom: 25px;
    margin-top: 10px;
}

div.home-panel div.homepanelcontentswrapper {
    padding-left: 46px;
    padding-right: 47px;
}

div.home-panel div.contents {
    /* border-top: 1px solid #a3a3a3; */
    padding-top: 0px;
}

div.home-panel div.contents a.external {
    background: transparent url(../res/external.png) no-repeat scroll right top;
    padding-right: 15px;
}

div.home-panel div.titlebar {
    overflow: auto;
    /* background-color: #888; */
    /* color: #EEE; */
    /* font-weight: bold; */
    font-size: 18px;
    padding-left: 23px;
    padding-bottom: 3px;
}

div.home-panel div.titlebar span {
    /* float: left; */
    text-align: left;
}

div.home-panel div.titlebar div.title {
    float: left;
    display: inline;
}

div.home-panel div.titlebar div.helpicon {
    float: left;
    display: inline;
    margin-left: 8px;
    margin-top: 3px;
    height: 15px;
    width: 15px;
}

div.home-panel div.titlebar div.helpicon a {
    display: block;
    height: 15px;
    width: 15px;
    background: url(../res/help.gif) no-repeat;
}

div.home-panel div.line {
    height: 1px;
    border-top: 1px solid #a3a3a3;
    width: 100%;
}

div.redundant-status-panel {
    height: 120px;
    background: #e9e9e9;
    width: 100%;
    color: #162534
}

div.redundant-status-header {
    padding-left: 24px;
    padding-top: 14px;
    font-size: 14px;
    font-weight: bold;
}

div.redundant-status-text {
    padding-top: 2px;
    padding-left: 24px;
    color: #162534;
    font-size: 12px;
}

div.redundant-status-text a {
    color: #b20000
}

div.demo-panel {
    height: 75px;
    /*background: url(res/trialbg.gif) repeat scroll 100% 0;*/
    background: #FFCC00; /*fallback background*/
    background: -webkit-gradient(linear, left center, right center, from(#FFCC00), to(#E8A31C)); /*webkit gradient*/
    background: -moz-linear-gradient(top, #FFCC00, #E8A31C); /*firefox gradient*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC00', endColorstr='#E8A31C'); /*ie gradient*/
    width: 100%;
    color: #162534;
    clear: both;
}

div.demo-header {
    padding-left: 24px;
    padding-top: 19px;
    font-size: 14px;
    font-weight: bold;
}

div.demo-header span.timer {
    font-size: 12px;
    font-weight: normal;
    float: right;
    margin-right: 25px;
}

div.demo-header span.timer a {
    color: #b20000
}

div.demo-text {
    padding-top: 2px;
    padding-left: 24px;
    color: #162534;
    font-size: 12px;
}

div.demo-text a {
    color: #b20000
}

div.demo-countdown {
    background-color: red;
    color: white;
    text-align: center;
    vertical-align: middle;
    border: 1px solid black;
    width: 100%;
    margin-top: 20px;
}

div.demo-countdown a {
    font-size: large;
    font-family: arial;
    color: white;
}

.countdown-label {
    font-size: x-large;
    font-family: arial;
    color: white;
}

div.collapse-link {
    float: left;
    padding-right: 10px;
    padding-top: 3px;
    display: inline;
}

div.infobubblewrapper {
    display: inline;
    float: left;
    margin-left: 5px;
}

div.infobubble {
    width: 500px;
    /* margin-right: 47px; */
    /* float: right; */
    margin-bottom: 10px;
}

div.infobubble div.infobubbletop {
    background: #cfd8e3;
    height: 4px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

div.infobubble div.infobubbletop div.infobubbletopleft {
    float: left;
    display: inline;
    background: transparent url(../res/bubble/topleft.gif) no-repeat;
    height: 4px;
    width: 20px;
}

div.infobubble div.infobubbletop div.infobubbletopright {
    float: right;
    display: inline;
    background: transparent url(../res/bubble/topright.gif) no-repeat;
    height: 4px;
    width: 4px;
}

div.infobubble div.infobubblemain {
    background: transparent url(../res/bubble/main.gif);
}

div.infobubble div.infobubbleclose {
    float: right;
    display: inline;
    margin-right: 4px;
    margin-top: 0px;
    /* background-color: #888888; */
    height: 15px;
    width: 15px;
}

div.infobubble div.infobubbleclose a {
    display: block;
    height: 15px;
    width: 15px;
    background: url(../res/bubble/close.gif) no-repeat;
}

div.infobubble div.infobubblecontents {
    font-size: 12px;
    padding: 5px 40px 8px 28px;
}

div.infobubble div.infobubblebottom {
    background: #cfd8e3;
    height: 4px;
    overflow: hidden;
}

div.infobubble div.infobubblebottom div.infobubblebottomleft {
    float: left;
    display: inline;
    background: url(../res/bubble/bottomleft.gif) no-repeat;
    height: 4px;
    width: 20px;
}

div.infobubble div.infobubblebottom div.infobubblebottomright {
    float: right;
    display: inline;
    background: transparent url(../res/bubble/bottomright.gif) no-repeat;
    height: 4px;
    width: 4px;
}

div.makeie6work {
    display: block;
    width: 556px;
}

div.clearfix {
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
}

/************** Activation Page Styles ***********/
div.activation-choice {
    width: 418px;
    border: 1px solid #a4a4a4;
    padding: 13px;
    margin-bottom: 11px;
}

div.activation-choice h1 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
}

div.activation-choice div.purchase {
    padding-left: 40px;
    background: url(../res/activate/cart.png) 0px 3px no-repeat;
}

div.activation-choice div.activate {
    padding-left: 40px;
    background: url(../res/activate/unlock.png) 0px 2px no-repeat;
}

span.wicket-ajax-indicator img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-left: 10px;
}

.activate-form {
    margin-bottom: 10px;
}

.tabcontents div.status-panel div.title span.actions a {
    font-weight: normal;
    font-size: 10px;
    color: #172837;
    float: right;
    margin-top: 4px;
    overflow: hidden;
}

/************* Manage Certificates Style ***************/
.certificate-names-and-uris hr {
    margin: 0.5rem 0 0.5rem 0;
}

.certificate-names-and-uris table {
    margin-bottom: auto;
}

span.certificate-names {
    font-weight: bold;
}

span.certificate-uris {
    color: #808080; /* Gray */
    padding-left: 1rem;
}

td.certificate-property-names {
    text-align: right;
    color: #808080;
    width: 25%;
}

@media (min-width: 40em) {
    td.certificate-property-names {
        width: 8%;
    }
}

td.certificate-property-values {
    padding-left: 1rem;
}

ul.action-list li {
    list-style: none;
}

/* Developer div in main header */
div.developer-panel {
    margin-top: 3px;
    padding-top: 1px;
    padding-bottom: 2px;
    float: right;
    width: 140px;
    background-color: #556873;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    /*
    Used this to find transparency-looing background color.
    Did not use this in CSS because it affects color of text too.
    filter:alpha(opacity=25);
    -moz-opacity:0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
  */
}

table.servertable thead tr {
    background: #FFF;
    margin: 0;
}

table.servertable thead tr td {
    color: black;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

table.endpointtable {
    width: 100%;
    background: #FFF;
    color: #000;
    font-size: 11px;
}

table.endpointtable tbody tr td.left {
    border-top: solid #888 1px;
    border-bottom: solid #888 1px;
    border-left: solid #888 1px;
    border-right: solid #888 1px;
    width: 175px;
}

table.endpointtable tbody tr td.right {
    border-top: solid #888 1px;
    border-bottom: solid #888 1px;
    border-left: solid #888 1px;
    border-right: solid #888 1px;
    width: auto;
}

div.sprite_btn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11pt;
    color: #333;
    display: inline-block;
    vertical-align: top;
}

/* GatewayWizard settings */

table.wicketExtensionsWizardOuterTable {
    width: 100%;
}

table.wicketExtensionsWizardInnerTable {
    border: 0;
    width: 100%;
}

tr.wicketExtensionsWizardViewRow {
    border: 0;
}

td.wicketExtensionsWizardView, td.wicketExtensionsWizardHeader {
    border: 0;
}

td.wicketExtensionsWizardButtonBar {
    text-align: left;
}

.wicketExtensionsWizardViewInner input[type='text'] {
    width: 10rem;
    display: inline-block !important;
}

.wicketExtensionsWizardViewInner .fields {
    text-indent: 20px;
}

.wicketExtensionsWizardViewInner input[type='radio'] {
    width: 25px !important;
}
#opcua-endpoint-discovery-panel .advanced-link a:before {
    font-family: 'Ionicons';
    content: '\f10b';
    color: #2199E8;
    font-size: 1rem;
    margin-right: 0.5rem;
    display: inline;
}
#opcua-endpoint-discovery-panel .advanced-link {
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
}

#opcua-endpoint-discovery-wizard hr {
    max-width: 100%;
}

#opcua-endpoint-discovery-wizard .discovery-wizard-button-bar {
    width: 100%;
}

#opcua-endpoint-discovery-wizard .discovery-wizard-button-bar a.button {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #2199E8;
    color: #FFFFFF;
    border: 0;
    font-weight: 700;
    padding: 0.875rem 1rem;
    font-size: 1rem;
}

#opcua-endpoint-discovery-wizard .discovery-wizard-button-bar a.button:hover {
    color: #147dc2;
    text-decoration: none;
}

#opcua-endpoint-discovery-wizard .discovery-wizard-button-bar .next {
    float: right
}

#opcua-endpoint-discovery-wizard .discovery-wizard-button-bar .previous {
    float: left;
}

#configcontents .task-schedule .fields {
    padding-left: 1.625rem;
    padding-top: 0;
}

#configcontents .task-schedule input[type='text'] {
    width: inherit;
}

#configcontents .task-schedule input.task-name {
    width: 12rem;
}

#configcontents .task-schedule .date-fields .yui-skin-sam {
    margin-left: 0.25rem;
    margin-right: 0.375rem;
}

#configcontents .task-schedule .date-fields select {
    width: 4rem;
}

#configcontents .task-schedule .delay-fields select {
    width: 6rem;
}

#configcontents .task-schedule .schedule-fields input[type='text'] {
    width: 3rem;
    margin-right: 0.375rem;
    margin-left: 0.25rem;
}

#configcontents .task-schedule .schedule-fields select {
    margin-left: 0.25rem;
}

#configcontents .task-schedule .schedule-fields .crontable tr td {
    padding-bottom: 0;
}

#configcontents .task-schedule .schedule-fields .crontable tr:last-of-type {
    line-height: 3rem;
}

#configcontents .task-schedule .schedule-fields .crontable tr td:first-child {
    width: 10rem;
}

#configcontents .task-schedule .schedule-fields .crontable tr td span {
    margin-left: 0.25rem;
}

#configcontents div .new-connection-buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    margin-bottom: 0.75rem;
    justify-content: space-between;
}

#configcontents div .new-connection-buttons .test-connection-btn {
    width: 12.125rem;
}

#configcontents div .new-connection-buttons .apply-btn {
    width: 4.625rem;
    margin-left: 0.75rem;
}

#configcontents div.confirm .loading-feedback {
    display: none;
    content: url("../img/loading.gif");
    margin: 0 auto;
    width: 1.5rem;
}


/* NEW STYLES FROM JEKYLL START HERE*/


div#configcontents {
    margin: 0 auto;
}

div#configcontents ul.bulletlist {
    padding-left: 20px;
}

div#configcontents .button.tobtm-btn,
div#configcontents .demo-panel {
    display: none;
}

body.loading {
    background: #F2F4F8;
}

div#configcontents .dialog {
    margin: 10rem auto 0;
    max-width: 32rem;
    font-family: "Noto Sans", sans-serif;
}

div#configcontents .dialog.load-container {
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div#configcontents .dialog.load-container .dialog-header {
    text-align: center;
}

div#configcontents .dialog .dialog-header p {
    margin: 0;
    color: #697077;
}

div#configcontents .dialog .dialog-body {
    padding: 0.5rem 2rem 2rem;
}

div#configcontents .dialog .dialog-body > p:not(.error-message) {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 24px;
    font-weight: bold;
    color: #21272A;
    line-height: 32px;
}

div#configcontents .dialog .dialog-body #loader{
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}

div#configcontents .dialog .dialog-body #loader.maker {
    background-image: url("/res/sys/img/loader--maker.gif");
}

div#configcontents .dialog .dialog-body #loader.standard {
    background-image: url("/res/sys/img/loader.gif");
}

div#configcontents .dialog .dialog-body #loader,
div#configcontents .dialog .dialog-body #loader:after {
    width: 7.5rem;
    height: 6.875rem;
}

@-webkit-keyframes loadingAnimate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingAnimate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

div#configcontents html {
    font-size: 100%;
    box-sizing: border-box;
}

div#configcontents section {
    margin-bottom: 0;
}

div#configcontents div.titlebar div.configtitle {
    float: none;
    margin: inherit;
    color: inherit;
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
    border-bottom: 2px solid #F3F6F9;
    font-weight: 100;
    display: block;
}

div#configcontents h3 {
    font-size: 1.17rem;
    font-weight: 600;
    color: #222222;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

div#configcontents p {
    line-height: 1.1;
}

div#configcontents .tab-row {
    margin-left: 0.5rem;
}

div#configcontents .tab-row ul {
    height: auto;
    margin: 0;
    margin-left: 0.5rem;
    padding: 0;
    background: none;
    line-height: 0.8;
    border: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0.5rem;
    padding: 0.5rem;
    background-color: #F3F6F9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #E1E8EE;
    border-bottom: 0;
}

@media (min-width: 40em) {
    div#configcontents .tab-row ul {
        margin: 0;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        border: 0;
    }
}

div#configcontents .tab-row ul li {
    display: inline-block;
}

@media (min-width: 40em) {
    div#configcontents .tab-row ul li {
        border-top: 1px solid #E1E8EE;
    }
}

div#configcontents .tab-row ul a:link {
    border: 0;
    font-weight: normal;
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    color: #2199E8;
    font-size: 0.875rem;
    transition: all 0.25s ease-out, color 0.25s ease-out;
    background-color: transparent;
}

@media (min-width: 40em) {
    div#configcontents .tab-row ul a:link {
        background-color: #F3F6F9;
        border: 1px solid #E1E8EE;
        border-top: 0.25rem solid #F3F6F9;
        border-bottom: 0;
        padding: 0.75rem 1.5rem;
        margin: 0;
    }
}

div#configcontents .tab-row ul a:link:hover {
    background-color: #e2e9f1;
    border-top-color: #e2e9f1;
}

div#configcontents .tab-row ul li.selected a:link,
div#configcontents .tab-row ul a:visited .active {
    background-color: #FFFFFF;
    color: #5E6977;
}

@media (min-width: 40em) {
    div#configcontents .tab-row ul li.selected a:link,
    div#configcontents .tab-row ul a:visited .active {
        border-top: 0.25rem solid #003E69;
    }
}

div#configcontents .tab-row ul li.selected a:link:hover,
div#configcontents .tab-row ul a:visited .active:hover {
    background-color: #FFFFFF;
    border-top-color: #003E69;
    color: #5E6977;
}

div#configcontents div.tab-panel {
    padding: 1rem;
    padding-bottom: 4rem;
    border: 1px solid #E1E8EE;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}

div#configcontents div.tab-panel .tiplabel,
div#configcontents div.tab-panel .warning {
    background: none;
    padding: 0.5rem;
    margin: 0 0 0.5rem 0 !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    font-size: 0.875rem;
}

div#configcontents div.tab-panel .tiplabel:before,
div#configcontents div.tab-panel .warning:before {
    font-family: 'Ionicons';
    font-size: 1.25rem;
    margin-right: 0.5rem;
    display: inline;
}

div#configcontents div.tab-panel .tiplabel {
    background-color: #ECF7FF;
    border: 1px solid #AAC4D7;
}

div#configcontents div.tab-panel .tiplabel:before {
    content: '\f149';
    color: #003E69;
}

div#configcontents div.tab-panel .warning {
    background-color: #FAF6D9;
    border: 1px solid #F0E697;
}

div#configcontents div.tab-panel .warning:before {
    content: '\f100';
    color: #DBC400;
}

div#configcontents div.download {
    margin: 0;
    padding: 0;
}

div#configcontents div.download a {
    display: inline-block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    background: none;
    background-color: #2199E8;
    color: #FFFFFF;
    border: 0;
    font-weight: 700;
    padding: 0.875rem 1rem;
    font-size: 1rem;
}

div#configcontents div.download a:hover, div#configcontents div.download a:focus {
    background-color: #147dc2;
}

div#configcontents div.download a:after {
    font-family: 'Ionicons';
    content: '\f103';
    margin-left: 0.5rem;
    display: inline;
}

div#configcontents div.download p {
    margin-top: 0.5rem;
    color: #7C7C7C;
}

div#configcontents table thead {
    border-color: #C9D1D8;
    border-top: none;
    color: #5E6977;
}

div#configcontents table thead, div#configcontents table tbody, div#configcontents table tfoot {
    border-bottom: 1px solid #E1E8EE;
}

div#configcontents table.actiontable td:first-child {
    padding-left: 1rem;
    width: auto;
}

div#configcontents table.actiontable tbody tr td.odd {
    background-color: transparent;
}

div#configcontents table.infotable {
    font-size: 0.875rem;
    width: auto;
}

div#configcontents table.infotable thead {
    border: 1px solid #E1E8EE;
}

div#configcontents table.infotable thead tr {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

div#configcontents table.infotable tbody {
    border: 1px solid #E1E8EE;
    border-top: none;
}

div#configcontents table.infotable tbody tr:nth-child(even) {
    background-color: #FFFFFF;
}

div#configcontents table.infotable thead tr td {
    padding: 0.75rem;
    background-color: #F3F6F9;
    font-weight: normal;
    font-size: 1rem;
    color: #222222;
    border: none;
}

div#configcontents table.infotable tbody tr td.trow-title,
div#configcontents table.infotable tbody tr td.trow-body {
    font-size: 0.875rem;
}

div#configcontents table.infotable tbody tr td.action ul {
    float: none;
}

div#configcontents table.infotable tbody tr td.action ul a {
    display: block;
}

div#configcontents div.license table.outer {
    margin: 0;
    border: 0;
}

div#configcontents ul.actionlinks {
    padding: 0;
    margin: 0;
}

div#configcontents ul.actionlinks li.pagelink {
    background: none;
    padding: 0;
    margin: 0;
}

div#configcontents div.licensing-section div {
    margin: 0 !important;
}

div#configcontents div.note {
    font-size: 0.875rem;
    padding: 0.5rem !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #ECF7FF;
    border: 1px solid #AAC4D7;
    display: block;
}

div#configcontents div.note span.note {
    color: #222222;
}

@media (min-width: 64em) {
    div#configcontents div.note:not(.full-width) {
        max-width: 50%;
    }
}

div#configcontents table.actiontable {
    margin-bottom: 1rem;
}

div#configcontents table.actiontable thead tr td {
    background-color: transparent;
    font-weight: 700;
    border: 0;
    padding: 0.5rem 0.25rem;
}

div#configcontents table.actiontable thead tr td.last {
    border: 0;
}

div#configcontents table.actiontable tbody tr td {
    border: 0;
    padding: 0.5rem 0.25rem;
}

div#configcontents table.actiontable tbody tr td.action {
    background-color: transparent;
}

div#configcontents table.actiontable tbody tr td.action ul {
    float: none;
}

div#configcontents table.actiontable tbody tr td.action ul li {
    line-height: 1.5;
}

div#configcontents table.actiontable tbody tr td.action ul li a, div#configcontents table.actiontable tbody tr td.action ul li em {
    font-weight: normal;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

div#configcontents table.actiontable tbody tr td.action ul li a {
    display: block;
    color: #2199E8 !important;
}

div#configcontents table.actiontable tbody tr td.action ul li a:hover, div#configcontents table.actiontable tbody tr td.action ul li a:focus {
    color: #147dc2 !important;
}

div#configcontents table.actiontable tbody tr td.action ul li em {
    cursor: not-allowed;
}

div#configcontents table.actiontable tbody tr td.last {
    border: 0;
}

div#configcontents table.actiontable tbody tr.odd td {
    background-color: #F3F6F9;
}

div#configcontents table.actiontable tbody tr:nth-child(even) {
    background-color: transparent;
}

div#configcontents td#edittable-header,
div#configcontents table.edittable td[testid=edittable-advanced-header],
div#configcontents table.edittable thead tr td {
    font-size: 1.375rem;
    font-weight: 700;
    color: #222222 !important;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}

div#configcontents table.subedittable thead tr td {
    font-size: 0.875rem !important;
}

div#configcontents table.subedittable thead tr td.action {
    border: none;
    background: inherit;
}

div#configcontents table.subedittable td.action a {
    font-weight: normal;
    font-size: 0.875rem;
}

div#configcontents table.edittable {
    margin-bottom: 2rem;
}

div#configcontents table.edittable thead {
    background-color: #F3F6F9;
}

div#configcontents table.edittable tbody {
    background-color: #FFFFFF;
}

div#configcontents table.edittable tbody,
div#configcontents table.edittable tbody tr td.trow-title,
div#configcontents table.edittable tbody tr td.trow-body {
    border: 0;
}

div#configcontents table.edittable tbody tr:nth-child(even) {
    background-color: transparent;
}

div#configcontents table.edittable thead tr {
    background-color: transparent;
}

div#configcontents table.edittable thead tr td {
    color: #86939E;
}

div#configcontents table.edittable tbody tr td {
    padding-top: 0.5rem;
}

div#configcontents table.edittable tbody tr td input, div#configcontents table.edittable tbody tr td select {
    margin-bottom: 0;
}

div#configcontents table.edittable tbody tr td.trow-title,
div#configcontents table.edittable tbody tr td.trow-body {
    background: transparent;
    padding: 0.5rem 0.25rem;
    font-size: 0.875rem;
}

div#configcontents table.edittable tbody tr td.trow-title input,
div#configcontents table.edittable tbody tr td.trow-title select,
div#configcontents table.edittable tbody tr td.trow-body input,
div#configcontents table.edittable tbody tr td.trow-body select {
    margin-top: 0;
}

div#configcontents table.edittable tbody tr td.trow-title select,
div#configcontents table.edittable tbody tr td.trow-body select {
    display: block;
}

div#configcontents table.edittable tbody tr td.trow-title {
    background: transparent;
    border-left: 0;
    width: 15%;
    text-align: right;
    font-weight: 700;
    color: #4E4E4E;
}

div#configcontents table.edittable tbody tr td.trow-body input[type='checkbox'],
div#configcontents table.edittable tbody tr td.trow-body p {
    display: inline;
}

div#configcontents table.edittable tbody tr td.trow-body p {
    font-size: 0.875rem;
}

div#configcontents table.edittable tbody tr td.trow-body p.field-default {
    display: block;
    font-size: 0.75rem;
    color: #7C7C7C;
}

div#configcontents table.edittable tbody tr td.trow-body input[type='checkbox'] {
    margin-right: 0.5rem;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
}

div#configcontents .tab-panel form table.edittable tbody tr td.trow-body input[type='checkbox'] {
    top: 0;
}

div#configcontents p.field-default {
    margin-top: 0.25rem;
}

div#configcontents form input[type='submit'] {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #2199E8;
    color: #FFFFFF;
    border: 0;
    font-weight: 700;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    float: right;
}

div#configcontents form input[type='submit']:hover, div#configcontents form input[type='submit']:focus {
    background-color: #147dc2;
}

div#configcontents input.savebtn {
    margin: 0;
}

div#configcontents input[type="button"] {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #2199E8;
    color: #FFFFFF;
    border: 0;
    font-weight: 700;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    float: right;
}

div#configcontents input[type="button"]:hover, div#configcontents input[type="button"]:focus {
    background-color: #147dc2;
}

div#configcontents ul.feedbackPanel {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

div#configcontents ul.feedbackPanel li {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    display: block;
    list-style: none;
    background-color: inherit;
    color: inherit;
    padding: 0.5rem;
    margin-bottom: 0;
    font-weight: normal;
}

div#configcontents ul.feedbackPanel li:before {
    font-family: 'Ionicons';
    font-size: 1.25rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    display: inline;
}

div#configcontents ul.feedbackPanel li.feedbackPanelERROR {
    color: #EC5840;
    background-color: #FCE6E3;
    border: 1px solid #F6BAB1;
}

div#configcontents ul.feedbackPanel li.feedbackPanelERROR:before {
    content: '\f100';
}

div#configcontents ul.feedbackPanel li.feedbackPanelINFO {
    color: #39C16C;
    background-color: #EBF8F0;
    border: 1px solid #B5E7C7;
}

div#configcontents ul.feedbackPanel li.feedbackPanelINFO:before {
    content: '\f122';
}

div#configcontents ul.feedbackPanel li p {
    display: inline;
    margin: 0;
}

div#configcontents .upload-form input[type="checkbox"] {
    margin-right: 0.5rem;
}

div#configcontents .tiplabel,
div#configcontents .warning {
    background: none;
    padding: 0.5rem;
    margin: 0 0 0.5rem 0 !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    font-size: 0.875rem;
}

div#configcontents .tiplabel:before,
div#configcontents .warning:before {
    font-family: 'Ionicons';
    font-size: 1.25rem;
    margin-right: 0.5rem;
    display: inline;
}

div#configcontents .tiplabel {
    background-color: #ECF7FF;
    border: 1px solid #AAC4D7;
}

div#configcontents .tiplabel:before {
    content: '\f451';
    color: #003E69;
}

div#configcontents .warning {
    background-color: #FAF6D9;
    border: 1px solid #F0E697;
}

div#configcontents .warning:before {
    content: '\f100';
    color: #DBC400;
}

div#configcontents pre, div#configcontents code, div#configcontents tt, div#configcontents kbd, div#configcontents samp {
    font-family: 'Roboto Mono', 'Consolas', 'Andale Mono', monospace;
    font-weight: 400;
    background-color: #F2F2F2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #E1E8EE;
    font-size: 0.75rem;
    padding: 0.1rem 0.3rem;
    line-height: 2;
}

div#configcontents ul.choicelist li {
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    display: block;
    background: white;
    border: 1px solid #E1E8EE;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}

div#configcontents ul.choicelist li.selected {
    background: #F0F7FF;
}

div#configcontents table td:before {
    display: none;
}

div#configcontents table th, div#configcontents table td {
    display: table-cell;
}

/*div#configcontents table th:first-child, div#configcontents table td:first-child {*/
/*padding-left: 1rem; }*/
div#configcontents table .action-btns {
    display: block;
    float: right;
    text-align: right;
}

div#configcontents table .action-btns .menu {
    text-align: left;
}

div#configcontents table.event .event-title {
    display: block;
}

div#configcontents table.yui-calendar thead {
    background-color: transparent;
}

div#configcontents .upgrade-section form {
    position: relative;
}

div#configcontents .upgrade-section form input[type='submit'] {
    display: block;
    width: 100%;
}

@media (min-width: 40em) {
    div#configcontents .upgrade-section form input[type='submit'] {
        display: block;
        float: none;
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
    }
}

div#configcontents div.activation-choice {
    margin: 0;
    margin-bottom: 2rem;
    padding: 0;
    border: none;
    display: block;
}

@media (min-width: 64em) {
    div#configcontents div.activation-choice {
        width: 50%;
        float: left;
    }
}

div#configcontents div.activation-choice div.purchase,
div#configcontents div.activation-choice div.activate {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #E1E8EE;
    margin: 0 0.5rem;
    padding: 0.5rem;
    background: none;
}

div#configcontents div.activation-choice div.purchase h1 a:before {
    content: '\f3f8';
}

div#configcontents div.activation-choice div.activate h1 a:before {
    content: '\f254';
}

div#configcontents div.activation-choice h1 {
    margin-top: 0.5rem;
}

div#configcontents div.activation-choice h1 a {
    font-size: 1.25rem;
}

div#configcontents div.activation-choice h1 a:before {
    font-family: 'Ionicons';
    margin-right: 0.5rem;
    display: inline;
}

div#configcontents div.activation-choice p {
    margin: 1rem 0;
    line-height: 1.5;
}

div#configcontents form input[disabled='disabled'] {
    background-color: #D8D8D8;
}

div#configcontents form input[disabled='disabled']:hover, div#configcontents form input[disabled='disabled']:focus, div#configcontents form input[disabled='disabled']:active {
    background-color: #D8D8D8;
}

div#configcontents form input[name='discovery-url'],
div#configcontents form input[value='Discover'] {
    display: inline-block;
}

div#configcontents form input[value='Discover'] {
    float: none;
    margin-left: 0.5rem;
}

div#configcontents table.wicketExtensionsWizardOuterTable tbody {
    border: none;
}

div#configcontents table.wicketExtensionsWizardInnerTable input {
    float: none;
    width: auto;
    margin-right: 0.5rem;
}

div#configcontents div.options {
    padding: 0.5rem;
    background-color: #F3F6F9;
    border: 1px solid #E1E8EE;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

div#configcontents div.options form div span:nth-child(2) {
    margin-left: 0.25rem;
    margin-right: 0.5rem;
}

div#configcontents div.options form div span input,
div#configcontents div.options form div span select {
    display: inline-block;
    max-width: 4rem;
}

div#configcontents div.options form input[type='submit'] {
    margin-top: 0.75rem;
    margin-left: 0;
    line-height: 0.5;
}

div#configcontents div.options div {
    font-size: 0.875rem;
}

div#configcontents .lw-dropdown-choices li:hover {
    color: #2199E8;
}

.alert-banner {
    margin: 0;
    padding: 0.25rem 2rem;
    background-image: none;
}

div.wicket-mask-dark {
    opacity: 0.5;
}

div.wicket-modal div.w_content_1 {
    background-color: #FFFFFF;
    padding: 1rem;
}

div.wicket-modal h3.w_captionText {
    margin-bottom: 0.5rem;
}

div.wicket-modal div.w_content_2 {
    padding-top: 0.5rem;
}

div.home-panel div.homepanelcontentswrapper {
    padding: 0;
}

@media (min-width: 40em) {
    div.home-panel div.homepanelcontentswrapper {
        padding: 0 3rem;
    }
}

div.home-panel div.homepanelcontentswrapper div.line {
    border-color: #E1E8EE;
}

div.home-panel div.homepanelcontentswrapper div.contents div.homepage-item {
    background-color: #F2F2F2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}

div.home-panel div.homepanelcontentswrapper div.contents div.homepage-item a {
    color: #2199E8;
}

div.home-panel div.homepanelcontentswrapper div.contents div.homepage-item a:hover, div.home-panel div.homepanelcontentswrapper div.contents div.homepage-item a:focus {
    color: #147dc2;
}

div.home-panel div.homepanelcontentswrapper div.contents div.homepage-item div.launchbtn.WebStart {
    background-image: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    background: none;
    background-color: #2199E8;
    color: #FFFFFF;
    border: 0;
    width: auto;
    height: auto;
    padding: 0.5rem 0.75rem;
}

div.home-panel div.homepanelcontentswrapper div.contents div.homepage-item div.launchbtn.WebStart:hover, div.home-panel div.homepanelcontentswrapper div.contents div.homepage-item div.launchbtn.WebStart:focus {
    background-color: #147dc2;
    cursor: pointer;
}

div.home-panel div.homepanelcontentswrapper div.contents div.homepage-item div.launchbtn.WebStart:after {
    font-family: 'Ionicons';
    margin-left: 0.5rem;
    display: inline;
    content: '\f10b';
}


table.subedittable tbody tr td {
    font-size: 0.75rem;
}

div#configcontents table.edittable {
    border: 1px solid #86939E;
}

div#configcontents table.edittable thead tr td {
    background-color: #86939E;
    color: #ffffff !important;
}

div#configcontents div.titlebar div.configtitle {
    margin-bottom: 1rem;
}

div#configcontents table tbody tr:hover,
div#configcontents table tbody tr:nth-child(even):hover {
    background-color: #ffffff;
}

div#configcontents .licensing-section table tbody tr:nth-child(even):hover {
    background-color: #F3F6F9;
}

div#configcontents .licensing-section .inner tbody tr:hover,
div#configcontents .licensing-section .inner tr:nth-child(even):hover,
div#configcontents .licensing-section .inner tbody,
div#configcontents .licensing-section .inner tbody tr:nth-child(even) {
    background-color: inherit;
}

div#configcontents .licensing-section .inner {
    border-collapse: separate;
}

div#configcontents table.edittable thead {
    border: none;
    background-color: transparent;
}

div#configcontents table.edittable thead tr td {
    padding: 0.5rem;
    font-size: 1rem;
}

div#configcontents table.edittable tbody tr td.trow-body,
div#configcontents table.edittable tbody tr td.trow-title {
    border-bottom: 1px solid #86939E;
    padding: 0.875rem 0.5rem;
}

div#configcontents table.edittable tbody tr:hover,
div#configcontents table.edittable tbody tr:nth-child(even):hover {
    background-color: #ffffff;
}

div#configcontents table.edittable tbody tr td.trow-title {
    text-align: left;
    width: 8rem;
    vertical-align: middle;
    background-color: #E1E8EE;
}

div#configcontents table.edittable tbody tr td .textfield-wide {
    width: 100%;
}

div#configcontents form input[type='submit'] {
    display: block;
    margin: 0 auto;
    float: none;
}

div#configcontents form.config-form input[type='submit'] {
    margin: 0.75rem 0;
}

div#configcontents td#edittable-header, div#configcontents table.edittable td[testid=edittable-advanced-header], div#configcontents table.edittable thead tr td {
    font-size: 1rem;
    color: #ffffff !important;
}

div#configcontents td#edittable-header .required-text, div#configcontents table.edittable td[testid=edittable-advanced-header] .required-text, div#configcontents table.edittable thead tr td .required-text {
    display: flex;
    align-items: center;
    font-size: 12px;
}

/* action table row background color striping */
div#configcontents table tr:nth-child(even) {
    background-color: #F3F6F9;
}

div#configcontents table.actiontable tbody tr:nth-child(even) {
    background-color: #F3F6F9;
}

table.actiontable tbody tr td {
    background-color: inherit;
}

/* Disable striping for certain tables */
div#configcontents table#noAltShading tr:nth-child(even) {
    background-color: #FFFFFF;
}

/*table headers - 2px bottom border */
div#configcontents table thead {
    border-bottom-width: 2px;
}

/* make the active sidebar link orange */
.sidebar ul .nested li.active a {
    color: #F7901E;
}

/* styles for the inline confirmation dialog */
div#configcontents .dialog.confirm {
    margin-top: 0;
}

div#configcontents textarea[name="licenses"] {
    width: 100%;
    margin-top: 0.5rem;
}

div#configcontents .config-pagination {
    text-align: right;
}

div#configcontents div.status-panel .item {
    margin-bottom: 1rem;
}

div.wicketExtensionsWizardButtonBar {
    float: left;
    clear: both;
    width: 100%;
}

div#configcontents .wicketExtensionsWizard form {
    margin: 0;
}

div#configcontents .wicketExtensionsWizard table tr:nth-child(even) {
    background-color: #fff;
}

div#configcontents table.wicketExtensionsWizardOuterTable td,
div#configcontents table.wicketExtensionsWizardOuterTable td:first-child {
    padding: 0;
}

div#configcontents table.wicketExtensionsWizardInnerTable input {
    margin-bottom: 0.5rem;
    display: inline-block;
}

div#configcontents table.wicketExtensionsWizardOuterTable td.fields {
    padding-left: 1.5rem;
}

div#configcontents table.wicketExtensionsWizardOuterTable td.fields .yui-skin-sam {
    margin-left: -0.5rem;
    margin-right: 1rem;
}

.yui-skin-sam .yui-calcontainer {
    background-color: #f2f2f2;
    border: 1px solid #86939E;
    padding: 0.5rem;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
}

.yui-skin-sam .yui-calcontainer .title {
    background: none;
    border: none;
    height: 2rem;
}

.yui-skin-sam .yui-calendar td.calcell.oom {
    color: #222;
}

div#configcontents .yui-skin-sam .yui-calendar td.calcell.selected a {
    background-color: #007DBF;
    color: #fff;
}

.yui-skin-sam .yui-calendar td.calcell {
    border: none;
}

div#configcontents .yui-skin-sam a:hover,
.yui-skin-sam .yui-calendar td.calcell.calcellhover {
    color: #007DBF;
    background-color: #EBF6FF;
}

div#configcontents table.wicketExtensionsWizardOuterTable td.fields .yui-skin-sam thead tr,
div#configcontents table.wicketExtensionsWizardOuterTable td.fields .yui-skin-sam thead tr:hover {
    background-color: transparent;
}

.wicketExtensionsWizardHeaderTitle {
    font-size: 1rem;
    background-color: #E2E2E2;
    height: 29px;
    padding-left: 0.375rem;
}

.wicketExtensionsWizardHeaderRow td {
    font-size: 1.25rem;
}

.wicketExtensionsWizardHeaderRow td,
.wicketExtensionsWizardHeaderTitle {
    font-weight: 700;
    color: #222222;
}

.wicketExtensionsWizardViewInner span.example-text {
    color: #5C7080;
    font-size: 0.75rem;
}

div#configcontents .wicketExtensionsWizardHeaderTitle,
div#configcontents table.wicketExtensionsWizardInnerTable .title {
    margin-bottom: 0.5rem;
}

div#configcontents table.wicketExtensionsWizardInnerTable .title input {
    visibility: hidden;
}

.crontable tr td:first-child {
    width: 12rem;
    vertical-align: middle;
}

div#configcontents .crontable select {
    width: 15rem;
}

/* config wizard buttons - unstack */
div#configcontents .wicketExtensionsWizardButtonBar input[type='submit'] {
    display: inline-block;
    margin-right: 0.5rem;
    width: auto;
}

div#configcontents #remote-upgrade-form input[type="checkbox"] {
    margin-right: 0.75rem;
}

div#configcontents #remote-upgrade-form table input[type="checkbox"] {
    margin-top: 1rem;
    margin-right: 0;
}

div#configcontents #remote-upgrade-form table input[type="submit"] {
    float: right;
    padding: 0.5rem;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
    font-weight: 500;
    font-size: 0.875rem;
    background-color: #007DBF;
}

div#configcontents #remote-upgrade-form table input[type="submit"].secondary {
    background-color: #E1E8EE;
    color: #86939E;
}

div#configcontents #remote-upgrade-form input[type="submit"] {
    margin-right: 0.5rem;
    display: initial;
}

div#configcontents .panel {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #E1E8EE;
}

div#configcontents .panel .columns {
    width: auto;
}

div#configcontents .panel .columns:first-of-type {
    border-right: 1px solid #E1E8EE;
}

div#configcontents .panel .panel-header {
    padding: 0.75rem;
    background-color: #F3F6F9;
    border-bottom: 1px solid #E1E8EE;
}

div#configcontents .panel .panel-body {
    font-size: 0.875rem;
    color: #4E4E4E;
}

div#configcontents .panel .panel-body .header {
    font-weight: 700;
}

div#configcontents .panel.config-links {
    margin-bottom: 1.5rem;
}

div#configcontents .panel.config-links .panel-header {
    text-transform: uppercase;
    color: #5E6977;
    font-weight: 700;
    font-size: 1.125rem;
}

div#configcontents .panel.config-links .panel-header i {
    margin-right: 0.5rem;
}

div#configcontents .panel.config-links .panel-body {
    padding: 0.5rem 0;
}

div#configcontents .panel.config-links .panel-body a {
    padding: 0.375rem 0.75rem;
    display: block;
    font-size: 1rem;
}

div#configcontents .panel.config-links .panel-body a:hover, div#configcontents .panel.config-links .panel-body a:focus {
    background-color: #EBF6FF;
}

div#configcontents .panel.config-links {
    height: 100%;
}

/*Specific CSS for the Modbus Config page*/
div#configcontents .modbusConfig table.actiontable tbody tr td {
    padding: .5rem;
    vertical-align: middle;
}

div#configcontents .modbusConfig table.actiontable tbody tr select,
div#configcontents .modbusConfig table.actiontable tbody tr input[type="checkbox"] {
    margin: 0;
}

div#configcontents .modbusConfig table.actiontable tbody tr input[type="text"] {
    margin-top: 0;
}

div#configcontents .modbusConfig table.actiontable tbody .radix-container span {
    margin-left: 0.25rem;
    margin-right: 0.5rem;
}

div#configcontents .modbusConfig table.actiontable tbody .radix-container #radix {
    display: inline-block;
    max-width: 8rem;
}

div#configcontents .configBtn,
div#configcontents .configBtn:hover {
    color: #FFFFFF;
}


/* SECSGEM JSON EDITOR */

div#configcontents .jsoneditor table {
    width: auto;
    line-height: inherit;
    margin-bottom: 0;
}

div#configcontents .jsoneditor table tbody {
    border-bottom: none;
}

div#configcontents .jsoneditor table tbody tr:nth-child(even):hover {
    background-color: #F3F6F9;
}

div#configcontents .jsoneditor .content > table > tbody > tr:nth-child(even) {
    background-color: #F3F6F9;
}

div#configcontents .jsoneditor table th:first-child,
div#configcontents .jsoneditor table td:first-child {
    padding-left: 0;
}

div#configcontents .jsoneditor .content {
    width: 100%;
}

div#configcontents .jsoneditor .content table,
div#configcontents .jsoneditor .content table tr,
div#configcontents .jsoneditor .content table tbody {
    background-color: inherit;
}

div#configcontents .jsoneditor div .content button:focus {
    background-color: transparent;
    outline: none;
}

.jsoneditor-contextmenu .menu > li {
    display: block;
}

.jsoneditor-contextmenu .menu {
    box-sizing: content-box;
    width: 125px;
}

.jsoneditor-contextmenu .menu button {
    padding: 0;
}

/* Simulator Driver Config
         ~and~
   Fins Driver Config */
div.simulator-config .delete-button {
    background-color: #DD4B4B !important;
    color: white !important;
    background-image: url("/res/opc-ua/img/config/delete.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 0.5em center;
    padding-left: 1.75em;
}

div.simulator-config .delete-button:hover, div.simulator-config .delete-button:focus,
div.device-address-config .delete-button:hover div.device-address-config .delete-button:focus {
    background-color: #F25454 !important;
}

div.simulator-config td.instruction-cell input, div.simulator-config td.instruction-cell select,
div.device-address-config td input, div.device-address-config td select {
    width: 100%;
}

div.device-address-config td select {
    position: relative;
    top: 5px;
}

div.device-address-config .delete-button {
    background-image: url("/res/opc-ua/img/config/delete.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 5.6em center;
    padding: .2em 1.5em 0.2em .7em;
    height: 28px;
}

div.device-address-config .export-button {
    margin-right: 0.5em;
    background-image: url("/res/opc-ua/img/config/export.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

div.device-address-config .reset-button {
    margin-right: 0.5em;
    background-image: url("/res/opc-ua/img/config/restore.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

div.device-address-config .control-bar {
    box-sizing: border-box;
    border: 1px solid #E1E8EE;
    border-radius: 3px;
    background-color: #F3F6F9;
    padding: 1em .75em 0em .75em;
    margin-bottom: 1em;
    overflow: hidden;
}

div.device-address-config .load-program-button {
    padding: .2em 2em .2em 1em;
    height: 28px;
    background-image: url(/res/opc-ua/img/config/import.svg);
    background-repeat: no-repeat;
    background-position: 11.7em center;
    background-size: 16px;
}

div.device-address-config .save-button {
    margin: 0 auto;
    display: block;
}

div.device-address-config #import-form {
    position: absolute;
    background: white;
    border: 1px solid #efefef;
    padding: 1em;
    border-radius: 5px;
    top: 16em;
    box-shadow: #9e9e9e 0 0 32px 0;
    z-index: 1;
}

div.device-address-config #import-form:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    left: 33px;
    top: -29px;
    border-width: 15px;
    border-color: transparent transparent white transparent;
    border-style: solid;
}

div.device-address-config input.error {
    border-color: #EC5840;
}

table.edittable tbody tr td.trow-body ul.password-criteria-list {
    color: #222222;
    list-style-type: disc;
    list-style-position: inside;
}
