
html,body { height:100%; min-width: 930px; }
body{ font: 13px Verdana, Arial, sans-serif; margin: 0px; background-color: #F9F9F9; }
input{ font: 11px Verdana, Arial, sans-serif; margin: 0px; border: 1px solid #A0A0A0; padding-left: 5px; line-height: 14px; }
textarea{ font: 10px Verdana, Arial, sans-serif; margin: 0px; border: 1px solid #A0A0A0; padding: 4px; margin-bottom: 4px; }
select{ font: 11px Verdana, Arial, sans-serif; margin: 0px; line-height: 14px; border: 1px solid #A0A0A0; padding-left: 5px; padding-top: 1px; padding-bottom: 1px; }
iframe { border: 0; }

#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}

ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}

a img{ border: 0; vertical-align: middle; }
a { color: #333333; }
/* a:visited { color: #333333; } */
a:hover { color: #333333; }

input:focus {background-color: #FFFFE6; }
textarea:focus {background-color: #FFFFE6; }
select:focus {background-color: #FFFFE6; }
/*input:hover { border: 1px solid black; }*/

.cp-button             { float: right; padding-right: 10px;}
.cp-button-left        { padding-left: 15px; margin-bottom: 15px; }
.cp-button-input {
   border-top: 1px solid #999999;
   border-left: 1px solid #999999;
   border-right: 1px solid #999999;
   background: #FFFFFF;
   padding: 2px 8px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   color: #333333;
   font-size: 11px;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   white-space: nowrap;
   display: inline-block;
   min-width: 50px;
   text-align: center;
}
.cp-button-input:hover { border-top-color: #333333; border-left-color: #333333; border-right-color: #333333; border-bottom-color: #CCCCCC; background: #FFFFFF; }
.cp-button-input:active { background: #F6F6F6; }

.cp-button-input-wizard {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  background: #FFFFFF;
  padding: 1px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  color: #333333;
  font-size: 10px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}
.cp-button-input-wizard:hover { border-top-color: #333333; border-left-color: #333333; border-right-color: #333333; border-bottom-color: #CCCCCC; background: #FFFFFF; }
.cp-button-input-wizard:active { background: #F6F6F6; }

.cp-button-input-disabled {
  pointer-events: none;
  cursor: default;
  border-color: #CCCCCC;
  color: #CCCCCC;
}


.cp-button-input-small {
   border-top: 1px solid #999999;
   border-left: 1px solid #999999;
   border-right: 1px solid #999999;
   border-bottom: 1px solid #999999;
   background: #FFFFFF;
   padding: 0px 8px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   /* box-shadow: rgba(0,0,0,1) 0 1px 0; */
   color: #333333;
   font-size: 9px;
   text-decoration: none;
   cursor: pointer;
   white-space: nowrap;
   font-weight: normal;
}
.cp-button-input-small:hover { border-top-color: #333333; border-left-color: #333333; border-right-color: #333333; border-bottom-color: #CCCCCC; background: #D0D0D0; }
.cp-button-input-small:active { background: #F6F6F6; }


.cp-logo { position: absolute; left: 0; top: 0; }
.cp-logo-banner { position: absolute; left: 252px; top: 0; }
.cp-fullpage { url('../images/background.jpg'), width: 100%; }
.cp-workarea { padding-right: 20px; padding-bottom: 15px; margin-left: 180px; border-top: 1px solid #333333; }
.cp-workarea-inner { padding-left: 20px; padding-top: 20px; padding-right: 20px; }
.cp-leftmenu-background { background-color: #333a4a; position: absolute; bottom: 0px; left: 0px; height: 100%; width: 180px; /* border-right: 1px solid #333333; */ background-image: url('../images/background.jpg'); z-index: -1; }
/*.cp-coverup { display:none; position: absolute; background-color: #333a4a; height: 40px; width: 182px; top: 0px; left: 0px; } */

.cp-pagetitle { width: 700px; height: 28px; padding-left: 10px; padding-top: 4px; font-size: 1.2em; font-weight: bold; border-top: 2px solid #aaaaaa; border-left: 5px solid #d0d0d6; border-top-left-radius: 10px; }
.cp-pagetitle-blank { width: 700px; height: 28px; padding-left: 10px; padding-top: 4px; }
.cp-pagetitle-link {float: right; border-top: 2px solid #aaaaaa; margin-left: -5px; padding-right: 40px; font-size: 1em; font-weight: bold; color: #666666; text-decoration: none; padding-top: 8px; }
.cp-pagetitle-link a {text-decoration: none; color: #666666;}
.cp-pagetitle-link a img { position: relative; top: 2px;}
.cp-pagetitle-link a font {padding-left: 8px;}
.cp-pagetitle-link a:hover {text-decoration: underline; color: #000000; }
.cp-pagetitle-description { padding-top: 10px; font-size: .8em; line-height: 16px; margin-bottom: 10px; padding-left: 15px; padding-right: 15px; }

.cp-dialog-text { padding-left: 30px; }

.cp-dialog-copy { }
.cp-dialog-copy-text { border: 1px solid transparent; padding: 0.3em; }
.cp-dialog-copy fieldset { padding:0; border:0; margin-top:25px; }
.cp-dialog-copy label { display:block; font-size: .95em; font-weight: bold; }
.cp-dialog-copy input { display:block; font-size: .95em; }
.cp-dialog-copy input.text { width:100%; padding-left: .4em; }

.cp-dialog-filePrompt-text { border: 0px solid transparent; padding: 0.3em; font-size: 11px; line-height: 18px; }
.cp-dialog-filePrompt fieldset { padding:0; border:0; margin-top:25px; }
.cp-dialog-filePrompt label { display:block; font-size: .95em; font-weight: bold; }
.cp-dialog-filePrompt input { display:block; font-size: .95em; }
.cp-dialog-filePrompt input.text { width:100%; padding-left: .4em; }

.cp-login-wrapper       { text-align: center; margin-top: 40px; }
.cp-login               { display: inline-block; width: 400px; border: 1px solid #A0A0A0; margin: 0 auto; border-radius: 2px; background-color: white; }
.cp-login-title         { height: 30px; line-height: 30px; padding-top: 5px; padding-bottom: 5px; font-size: 12px; font-weight: 600; color: #444444; padding-left: 10px; background-color: #F0F0F0; border-bottom: 1px solid #A0A0A0; }
.cp-login-title-inner   { height: 30px; line-height: 30px; vertical-align: middle; }
.cp-login-inner         { padding: 20px; }
.cp-login-error         { color: red; font-size: 14px; padding-bottom: 10px; padding-left: 15px; }
.cp-login-label         { width: 120px; float: left; text-align: right; padding-right: 10px; padding-top: 10px; }
.cp-login-buttongroup   { margin-top: 86px; }
.cp-login-reset         { clear: both; font-size: .8em; }
.cp-login-createAccount { display: inline-block; vertical-align: top; height: 180px; width: 200px; border: 1px solid #A0A0A0; margin: 0 auto; border-radius: 2px; background-color: white; }
.cp-login-input-div     { float: left; padding-top: 10px; }
.cp-login-input-div     input { border: 1px solid #666666; }

/** This causes the unselected tabs to have a darker-than-normal border */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #666666;  }
.ui-widget-content { border: 1px solid #666666; } /* Box around content */
/* Make the selected tab grey too. */
.ui-state-active { border: 1px solid #666666; /*background-color: #666666*/; }

/* Eliminate the gap below the expanded tab title. */
.ui-accordion .ui-accordion-content { padding: 0em 0; }
/* Make the rounded edges smaller than normal. */
.ui-accordion { border-radius: 0px; }

.ui-button { margin-left: -1px; }
.ui-button-icon-only .ui-button-text { padding: 0.35em; }
.ui-autocomplete-input { margin: 0; padding: 0.48em 0 0.47em 0.45em; width: 367px; }
.ui-autocomplete-combobox-as-wizard-label { margin-right: 0 !important; }

.cp-selectable-title { font-size: 13px; font-weight: bold; padding-left: 25px; padding-top: 8px; padding-right: 20px; min-width: 800px; height: 44px; }
.cp-selectable-title a {text-decoration: none; }
.cp-selectable-title-inner { /* float: left; */ }
.cp-selectable-title-label { float: left; font-size: 12px; font-weight: bold; padding-top: 7px; padding-right: 10px; }
.cp-selectable-title-combo { float: left; margin-right: 10px; font-size: 11px;}
.cp-selectable-title-menu { float:right; padding-left: 0px; padding-top: 5px; padding-right: 10px; }
.cp-selectable-title-menu-item-link {}
.cp-selectable-title-menu-item-image { padding-left: 5px; }
.cp-selectable-title-addButton { float: right; margin-right: 80px; padding-top: 4px; }

.cp-message { padding-left: 15px; }



.cp-pageDescription { margin-left: 15px; padding-right: 30px; padding-bottom: 17px; }
.cp-pageDescriptionText { font-size: .85em; padding-left:15px; padding-right: 140px; }
.cp-pageDescriptionButtons {float: right; bottom:20px; position: relative; padding-right: 20px;}
.cp-pageDescriptionActionMessage { background-color: #E0E9F0; border: 1px solid #A0A0A0; font-size: 11px; margin-left: 15px; margin-top: 10px; padding-bottom: 3px; padding-left: 10px; padding-top: 3px; }


.cp-selection-existing-label { float: left; padding-right: 10px; }
.cp-selection-existing { padding-top: 10px; }

.cp-pluginSourceSelection-existing-label { float: left; padding-right: 10px; }
.cp-pluginSourceSelection-existing-subitem { padding-top: 10px; padding-bottom: 10px; }
.cp-pluginSourceSelection-existing-subitem-label { float: left; padding-right: 10px; }
.cp-pluginSourceSelection-existing { }
.cp-pluginSourceSelection-upload-name { padding-top: 5px; padding-bottom: 15px;}
.cp-pluginSourceSelection-upload-name-label{ float: left; padding-right: 10px; }
.cp-pluginSourceSelection-upload-name-input{ font-size: 1em; padding-left: 3px; padding-top: 2px; padding-bottom: 2px; font-family: Verdana,Arial,sans-serif;}
.cp-pluginSourceSelection-upload-file { }
.cp-pluginSourceSelection-upload-file-label{ float: left; padding-right: 10px; }
.cp-pluginSourceSelection-upload-file-input{ font-size: 1em; padding-left: 3px; padding-top: 2px; padding-bottom: 2px; font-family: Verdana,Arial,sans-serif; }

.cp-otp-source-upload-file { }
.cp-otp-source-upload-file-label{ float: left; padding-right: 10px; }
.cp-otp-source-upload-file-input{ font-size: 1em; padding-left: 3px; padding-top: 2px; padding-bottom: 2px; font-family: Verdana,Arial,sans-serif; }


.cp-pluginPlacementSelection-insert {  width: 300px; }


.cp-topbar   { background-color: #000000; width: 100%; height: 40px; min-width: 1025px; }
.cp-topbar-title { margin-left: 180px; overflow: auto; float: left; }
.cp-topbar-title-appname { margin-top: 8px; float: left; font-family: Verdana,arial,helvetica,sans-serif; font-size: 14px; font-weight: bold; margin-left: 15px; color: white;}
.cp-topbar-title-account {  border-left: 1px solid white; float: left; font-size: 11px; margin-left: 10px; padding-bottom: 4px; padding-left: 10px; padding-top: 3px; color: white; margin-top: 8px; }
.cp-topbar-productLogo { margin-top: 5px; float: left; padding-left:30px; }
.cp-topbar-admin { float: right; margin-right: 20px; margin-top: 8px; }

.cp-logout { float: right; margin-right: 100px; margin-top: 8px; }
.cp-logout-icon { float: left; margin-right: 10px; }
.cp-logout-link { float: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; padding-top: 3px; color: white;}
.cp-logout-link a { text-decoration: none; color: white; }

.cp-error { width: 500px; border: 1px solid #666666; margin: 0 auto; margin-top: 75px; }
.cp-error-title { height: 30px; padding-top: 10px; font-size: 13px; font-weight: bold; color: #FFFFFF; padding-left: 10px; background-color: #999999;}
.cp-error-inner { padding: 20px; }
.cp-error-label { text-align: left; padding-right: 10px; padding-top: 10px; min-height: 80px; }
.cp-error-id    { text-align: left; font-size: 10px; padding-right: 10px; margin-top: 20px; border-top: 1px solid #999999; padding-top: 5px; }

/* .cp-selectable-title-menuOptions { margin-left: 10px; float:right; padding-right: 0px; } */
.cp-selectable-title-menuOptions { margin-left: 20px; /*float:left; */ padding-right: 0px; }
.cp-selectable-title-menuOptionsLabel { float: left; font-size: 10px; font-weight: normal; padding-right: 10px; padding-top: 15px; }
.cp-selectable-title-menu-option {float: left; height: 26px; border: 1px solid #A0A0A0; background-color: #E0E0E0; border-bottom: 0px solid white; border-radius: 2px 2px 0px 0px; margin-left: 5px; margin-right: 0px; margin-top: 10px; padding: 0 6px 11px 3px;  }
.cp-selectable-title-menu-option a {padding-top:12px;  font-size: 10px; font-weight: bold; color: #666666; }
.cp-selectable-title-menu-option-selected { background-color: white; border: 1px solid #999999; border-bottom: 0px solid white; }
.cp-selectable-title-menu-option-selected a { color: #333333; }

.cp-selectable-title-menu-item {float: left; }

/** Make font in combobox dropdown smaller. */
.ui-autocomplete {font-size: 10px; }

.cp-hidden-submit { border: 0 none; height: 0; width: 0; padding: 0; margin: 0; overflow: hidden; }

.cp-getStartedNotice-outer {  }
.cp-getStartedNotice-inner {  }
.cp-getStartedNotice-title {  }
.cp-getStartedNotice-message { font-size: 12px; padding-left: 20px; text-align: left; line-height: 18px; color: #737373; padding-top: 10px; }
.cp-getStartedNotice-button { padding-top: 20px; padding-left: 20px; }

.cp-noItemNotice-outer { text-align: center; }
.cp-noItemNotice-inner { border: 1px solid #A0A0A0; font-size: 11px; text-align: center; padding: 30px 20px; width: 350px; margin: 50px auto; background-color: white; }
.cp-noItemNotice-inner-short { border: 1px solid #A0A0A0; font-size: 11px; text-align: center; padding: 30px 5px; width: 350px; margin: 200px auto; background-color: white; }

.cp-message-outer { text-align: center; }
.cp-message-inner { border: 1px solid #A0A0A0; font-size: 11px; text-align: center; padding: 30px 20px; width: 350px; margin: 50px auto; background-color: white; line-height: 16px; }
.cp-message-inner-inline-compact { border: 1px solid #A0A0A0; font-size: 11px; text-align: left; padding: 5px; margin: 5px 5px; background-color: white; line-height: 16px; }

.cp-sampleEmail-outer { text-align: center; }
.cp-sampleEmail-inner { border: 1px solid #A0A0A0; font-size: 11px; text-align: center; padding: 5px 5px; width: 440px; margin: 50px auto; background-color: white; line-height: 16px; }

.cp-textDump-outer { text-align: left; }
.cp-textDump-inner { border: 1px solid #A0A0A0; font-size: 11px; text-align: left; padding: 30px 20px; margin: 10px 15px; background-color: white; }
.cp-textDump-inner-short { border: 1px solid #A0A0A0; font-size: 11px; text-align: left; padding: 30px 5px; margin: 200px auto; background-color: white; }

.strikethrough {text-decoration: line-through; }
.cp-spacer { height: 10px; }
.cp-spacer-half { height: 5px; }

.jmesa .toolbar .jmesa-toolbar-inner td { border-top: 0px none; font-size: 10px; }
.cp-jmesa-cell-right {border-right: 1px solid #999999; }
.cp-jmesa-column-controls { width: 40px; text-align: center; white-space: nowrap;}
.cp-jmesa-column-status {width: 50px; }
.cp-jmesa-column-statusWide {width: 100px; text-align: center; }
.cp-jmesa-wrapper { padding-top: 10px; padding-left: 10px; padding-bottom: 10px; }
.cp-jmesa-wrapper-scroll-x { overflow-x: auto; }
.cp-dialog-wait { width: 300px; border: 3px solid red; text-align: center; }

.cp-table-view-options { font-size: 9px; }

.cp-otp-source-upload-file-label { padding-bottom: 10px; }
.cp-nowrap { white-space: nowrap; }
.cp-center { text-align: center; }
.cp-tableColumn-timestamp { width: 150px; max-width: 200px; }
.cp-tableColumn-icon { width: 60px; max-width: 40px; }
.cp-tableColumn-icon-wide { width: 100px; max-width: 100px; }
.cp-tableColumn-photo { width: 60px; max-width: 60px; }
.cp-tableColumn-allow-wrap { white-space: normal !important; }
.cp-tableColumn-nowrap { white-space: nowrap; }
.cp-tableColumn-break-words { word-break: break-word; }
.cp-tableColumn-pre-line { white-space: pre; }
.cp-tableColumn-small-font { font-size: 8px !important; }

.cp-dashboard-item a { font-size: 13px; }
.cp-dashboard-item { font-size: 13px; }

.cp-replication-item a { font-size: 13px; }
.cp-replication-item { font-size: 13px; }

.cp-replication-title { margin-bottom: 5px; }
.cp-replication-title a { color: #333333; font-size: 16px; padding-left: 10px; text-decoration: none;}
.cp-replication-title a:hover { text-decoration: underline;}

.cp-disabledLabel { color: #999999; }

.cp-sourceSelection-existing-label { float: left; margin-top: 10px; padding-right: 10px;}
.cp-sourceSelection-existingCombo { margin-top: 10px; }

.cp-workflow-pluginSourceSelection-upload-name-input { margin-top: 10px; margin-bottom: 10px; }
.cp-workflow-pluginSourceSelection-upload-file-input { margin-top: 10px; margin-bottom: 10px; }


/**/
.cp-dashboard-navigation {
   margin: 0; padding: 0; width: auto; white-space: nowrap; font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
   line-height:19.5px; text-align: start; vertical-align: baseline;
   color: #FFFFFF; font-size: 13px; font-weight:bold; ; -moz-border-radius-bottomleft:10px; margin:0 auto 10px auto; padding:10px 30px; width:940px;
}
.cp-dashboard-navigation a { color: #484848; }
.cp-dashboard-navigation a { color:#484848; font-size: 13px; }
.cp-dashboard-navigation a:hover { color: #fff; background-color: #999999; }
.cp-dashboard-navigation .active { background-color: #666666; font-size: 13px; }
.cp-dashboard-navigation .active a { color: #fff; }
.cp-dashboard-navigation > li { display:inline; margin:0; }
.cp-dashboard-navigation > li > a, .cp-dashboard-navigation > li > span { display: inline-block; padding: 5px 10px; text-decoration: none; }
.cp-dashboard-navigation a, .cp-dashboard-navigation span { border-bottom-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-topright:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-top-right-radius:5px; }

#range { font-size: 8pt;  }

.cp-dashboard-container { float: left; padding-left: 20px; background: #f9f9f9; border-radius: 20px 20px 0 0; }
.cp-dashboard-title { padding: 7px 2px; margin: 15px 0 10px 0; color: #e57200; font-size: 20px; font-weight: normal; border-bottom: solid 1px #aaaaaa; }
.cp-dashboard-title a { color: #333333; font-size: 16px; padding-left: 10px; text-decoration: none;}
.cp-dashboard-title a:hover { text-decoration: underline;}
.cp-dashboard-main { max-width: 1000px; }
.cp-dashboard-text { color: #0D0D0D; font-size: 13px; line-height: 19px; margin-left: 10px; }
.cp-dashboard-subtitle { font-size: 16px; margin-bottom: 10px; margin-top: 15px; margin-left: 5px; color: #0D0D0D; padding-top: 4px; padding-bottom: 4px; font-weight: bold; }
.cp-dashboard-list { font-size: 13px; line-height: 19px; margin-left: 10px; }
.cp-dashboard-list li { padding-bottom: 12px;  }
.cp-dashboard-image { float: right; margin: 20px; background: white; border: solid 20px white; border-radius: 20px; filter: drop-shadow(4px 4px 6px #aaaaaa); }

.cp-tracing-header { font-size: 10px; font-weight: bold; padding-bottom: 1px; }
.cp-tracing-text { font-size: 10px; color: #000000; line-height: 16px; }
.cp-tracing-textInset { font-size: 10px; color: #000000; line-height: 16px; padding-left: 10px; }
.cp-tracing-note   { font-size: 9px; color: #666666; line-height: 16px; }
.cp-tracing-noteInset { font-size: 9px; color: #666666; line-height: 16px; padding-left: 10px; }
.cp-tracing-error  { font-size: 10px; font-weight: bold; color: red; }
.cp-tracing-errorInset { font-size: 10px; font-weight: bold; color: red; padding-left: 10px; }
.cp-tracing-warning  { font-size: 10px; font-weight: bold; color: #c3a400; }
.cp-tracing-success  { font-size: 10px; font-weight: bold; color: green; }
.cp-tracing-space  { height: 10px;  }

.cp-status-error   { color: red !important; }
.cp-status-warning { color: #c3a400 !important; }
.cp-status-okay    { color: green !important; }

.cp-page-message { font-size: 11px; background-color: #FFFFB0; border: 1px solid #A0A0A0; margin-bottom: 10px; margin-left: 25px; margin-right: 10px; padding: 3px 10px; }
.cp-page-error { font-size: 11px; background-color: #FFF0F0; border: 1px solid red; margin-bottom: 10px; margin-left: 25px; margin-right: 10px; padding: 3px 10px; }
.cp-page-message-icon { margin: 0px 15px 0px 10px; line-height: 28px; vertical-align: middle; }
.cp-inline-icon { margin: 2px 5px -2px 0px; }

.cp-div-inline { display: inline; }
.cp-slider-input { width: 60px; text-align: center; border: 1px solid #666666; font-size: 11px; }
.cp-slider-div { float: right; margin-top: 3px; min-width: 300px; }

.cp-multicolumn { overflow: hidden; }
.cp-multicolumn-col { float: left; overflow-x: hidden; }
.cp-multicolumn-col-0 {  }
.cp-multicolumn-col-1 {  }

.cp-onOffButtons { float: left; width: 134px; margin-right: 20px; margin-left: 10px; }
.cp-onOffButtons-button { font-size: 11px; border: 0px; padding-top: 2px; padding-bottom: 2px; display: block; width: 65px; color: white; text-align: center; text-decoration: none; float: left; }
.cp-onOffButtons-onButton { color: white; background-color: green; border-top-left-radius: 10px; border-bottom-left-radius: 10px; font-weight: bold; }
.cp-onOffButtons-offButton { color: white; background-color: #CD0000; border-top-right-radius: 10px; border-bottom-right-radius: 10px; font-weight: bold; }
.cp-onOffButtons-onButton-unselected { color: #435E3A; background-color: white; border:1px solid #435E3A; font-size: 9px; font-weight: normal; border-right: 0px; }
.cp-onOffButtons-offButton-unselected { color: #660000; background-color: white; border:1px solid #660000; font-size: 9px; font-weight: normal; border-left: 0px; }

.cp-onOffTargetButtons { float: left; width: 134px; margin-right: 20px; margin-left: 10px; }
.cp-onOffTargetButtons-button { font-size: 15px; border: 0px; padding-top: 2px; padding-bottom: 2px; display: block; width: 65px; color: white; text-align: center; text-decoration: none; float: left; }
.cp-onOffTargetButtons-onButton { color: white; background-color: green; border-top-left-radius: 10px; border-bottom-left-radius: 10px; font-weight: bold; }
.cp-onOffTargetButtons-offButton { color: white; background-color: #CD0000; border-top-right-radius: 10px; border-bottom-right-radius: 10px; font-weight: bold; }
.cp-onOffTargetButtons-onButton-unselected { color: #435E3A; background-color: white; border:1px solid #435E3A; font-size: 9px; font-weight: normal; border-right: 0px; }
.cp-onOffTargetButtons-offButton-unselected { color: #660000; background-color: white; border:1px solid #660000; font-size: 9px; font-weight: normal; border-left: 0px; }

.cp-keyLabel-button { padding-top: 8px; font-weight: normal; }
.cp-keyLabel-buttonTight { font-weight: normal; }

.cp-combobox-fixed { width: 100px; }
.cp-combobox-adjustable { min-width: 50px; max-width: 200px; }
.cp-textBox { font-size: 10px; }

.cp-page-menu {
  background-color: #C0C0C0;
  border-bottom: 2px solid #333A4A;
  margin-left: 25px;
  margin-bottom: 10px;
  margin-right: 10px;
  height: 19px;
  padding: 3px 20px;
}
.cp-page-menu-item-selected {
  float: left;
  background-color: white;
  border-top: 2px solid #333A4A;
  border-bottom: 1px solid white;
  border-left: 1px solid #333A4A;
  border-right: 1px solid #333A4A;
  min-width: 80px;
  height: 21px;
  text-align: center;
  color: #333A4A;
  font-size: 13px;
  margin-left: 6px;
}

.cp-page-menu-item-selected-link {
  color: #333333;
  font-size: 10px;
  font-weight: bold;
  padding-top: 12px;
  text-decoration: none;
}

.cp-page-menu-item-unselected {
  float: left;
  background-color: #E0E0E0;
  min-width: 80px;
  height: 18px;
  text-align: center;
  color: #333A4A;
  font-size: 13px;
  margin-left: 6px;
  margin-top: 4px;
  border-color: #A0A0A0 #A0A0A0 white;
  border-radius: 2px 2px 0 0;
  border-width: 1px 1px 0;
  padding: 0 10px 11px;
}

.cp-page-menu-item-unselected-link {
  color: #666666;
  font-size: 10px;
  font-weight: bold;
  padding-top: 12px;
  text-decoration: none;
}

.cp-thumbprint { color: #666666; font-size: 8px; padding-left: 10px; }
.cp-thumbprint2 { padding-left: 10px; padding-right: 10px; cursor: pointer; }
.cp-thumbprint2 a { font-size: 9px; line-height: 12px; }
.cp-error-text { color: red; }

.cpj-comboPrompt-select { min-width: 200px; margin-left: 10px;  padding: 4px; }

.cp-offsetSection { border-top: 1px solid #ccc; background-color: #E0E9F0; padding-top: 10px; margin-top: -1px; }
.cp-offsetSection-header { padding-left: 10px; }
.cp-offsetSection-header-tab { float: left; background-color: #E0E9F0; font-weight: bold; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; margin-right: 10px; border-left: 1px solid #ccc; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-radius: 6px 6px 0 0;}






.cp-tasklist-item { min-height: 30px; border: 1px solid #999999; margin-bottom: 4px; margin-top: 4px; border-radius: 4px; font-size: 10px; padding-left: 10px; padding-right: 10px; padding-top: 4px; padding-bottom: 4px; margin-left: 4px; margin-right: 4px; background: white; }
.cp-tasklist-item-icon { float: left; cursor: pointer; padding: 6px; padding-top: 10px; text-align: center; margin-right: 10px; min-width: 30px; }
.cp-tasklist-item-iconNoUrl { float: left; padding: 6px; padding-top: 10px; text-align: center; margin-right: 10px; min-width: 30px; }
.cp-tasklist-item-label { line-height: 16px; margin-left: 52px; padding-top: 8px; padding-bottom: 8px; }

.cp-tasklist-header { width: 474px; background: linear-gradient(90deg, #e57200 60%, #eeb383); color: white; font-size: 12px; font-weight: bold; padding-top: 2px; text-align: center; margin-left: 4px; border-radius: 4px; }
.cp-tasklist-body { width: 480px; max-height: 200px; overflow: auto; /*border: 1px solid #666666;*/ }

.cp-successText { color: green; display: block; font-weight: bold; }
.cp-failureText { color: red; display: block; font-weight: bold; }
.cp-runningText { color: black; display: block; font-weight: bold; }
.cp-runningText-indent { margin-left: 15px; }

.cp-successBackground { background-color: green; }
.cp-warningBackground { background-color: #c3a400; }
.cp-failureBackground { background-color: red; }

.cp-page-footnote { font-size: 9px; padding-left: 4px; color: #666666; padding-top: 20px; }

.cp-menubar-footer { position: fixed; bottom: 0; left: 0; font-size: 8px; color: #a0a0a0; padding-left: 6px; padding-bottom: 20px; width: 160px; }
.cp-menubar-admin { padding-bottom: 3px; overflow-x: hidden; }
.cp-version { padding-bottom: 3px; }
.cp-server { padding-bottom: 3px; overflow-x: hidden; }
.cp-eula    { }
.cp-eula a  { color: #a0a0a0; }

.jmesa-radiusAttributes { padding-left: 20px; }
.jmesa-smsGateway { padding-left: 20px; }
.jmesa-smsCountryCodes { padding-left: 20px; }
.jmesa-variablesEnrollment { padding-left: 20px; }

.cp-width100Percent { width: 100%; }
.cp-widthMin50  { min-width: 50px; }
.cp-widthMin75  { min-width: 75px; }
.cp-widthMin100 { min-width: 100px; }
.cp-widthMin150 { min-width: 140px; }
.cp-widthMin200 { min-width: 200px; }
.cp-widthMin250 { min-width: 250px; }

.cp-header-list-item { border: 1px solid black; float: left; width: 220px; height: 330px;  margin-left: 10px; margin-right: 10px; margin-bottom: 20px; }
.cp-header-list-item-header { height: 40px; background-color: #C0C0C0; color: black; border-bottom: 1px solid black; }
.cp-header-list-item-header-image { float: left; width: 50px; text-align: right; line-height: 40px; padding-top: 4px; }
.cp-header-list-item-header-title { padding-left: 0px; line-height: 40px; font-size: 13px; text-align: left; font-weight: bold; }
.cp-header-list-item-area { padding-left: 10px; padding-top: 10px; padding-right: 10px; font-size: 10px; line-height: 18px; }
.cp-header-list-item-spacer { height: 10px; }
.cp-header-list-item-entry { font-size: 9px; padding-left: 8px; }
.cp-header-list-item-label { font-weight: bold; line-height: 24px; }


[data-tooltip] { position: relative; }
[data-tooltip]:before, [data-tooltip]:after { display: none; position: absolute; top: 0; }
[data-tooltip]:before { border: 0 solid #09f; content: ""; left: 20px; margin-top: 1em; }
[data-tooltip]:after { background-color: #F6F6F6; border: 1px solid #000000; border-radius: 2px; color: #333333; content: attr(data-tooltip-message); left: 0; padding: 8px 8px; white-space: pre-wrap; width: 220px; line-height: 14px; font-size: 9px; top: 14px; z-index: 2; }
[data-tooltip]:hover:after, [data-tooltip]:hover:before { display: block; }

.cpn-icon-bold { font-weight: bold; }

.cp-icon-inline { display: inline; }

.sparklineHeader { font-size: 9px; background-color: #666666; color: white; padding-left: 10px; line-height: 18px;  }
.sparklineWrapper { padding: 8px; }
.sparklineDiv { float: left; margin: 10px; border: 1px solid #C0C0C0; }
.sparklineLoading { width: 300px; height: 100px; background-color: #C0C0C0; text-align: center; line-height: 100px; color: #FFFFFF; }

.cp-statistic-table-header { text-align: center; font-size: 10px; font-weight: bold; vertical-align: middle; border-left: 1px solid #999999; color: white; background-color: #666666; line-height: 18px; }
.cp-statistic-table-cell-label { text-align: right; font-size: 10px; font-weight: bold; width: 200px; vertical-align: middle; padding-right: 20px; border-right: 1px solid #999999; line-height: 18px; }
.cp-statistic-table-cell { text-align: center; font-size: 10px; font-weight: bold; vertical-align: middle; min-width: 70px; }
.cp-statistic-table-graph { text-align: center; padding-left: 10px; padding-right: 10px; }
.cp-statistic-table { margin-left: 0px; margin-right: 20px; margin-top: 4px; margin-bottom: 10px; overflow: auto; margin-left: 15px; }
.cp-statistic-table table { border-collapse: collapse; border-top: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; }
.cp-statistic-pageHeader { max-width: 800px; margin-left: 15px; padding-right: 30px; padding-bottom: 17px; padding-top: 20px; }
.cp-statistic-table-entry-label { padding-top: 8px; padding-bottom: 2px; }
.cp-statistic-table-entry-value { padding-bottom: 8px; padding-top: 2px; }
.cp-statistic-table-entry-stack { line-height: 15px; border-bottom: 1px solid #E0E0E0; }
.cp-statistic-table-colorBlock { width: 20px; height: 20px; float: right; margin-left: 10px; margin-bottom: 15px; }

.cp-wizard-item-iframe-bindVideo { float: left; margin-right: 40px; padding-top: 10px; }

.cp-wizard-item-header                { text-align: center; line-height: 30px; font-size: 18px; font-variant: small-caps; background-color: #999999; color: white; font-weight: bold; }
.cp-wizard-item-blockButton-div       {  }
.cp-wizard-item-blockButton           { width: 150px; text-align: center; display: block; color: white; background-color: #FF9900; padding: 6px 20px 6px 20px; text-decoration: none; margin: auto;}
.cp-wizard-item-blockButton:visited   { color: white; }
.cp-wizard-item-blockButton:hover     { background: #ff9900; background-image: -webkit-linear-gradient(top, #ff9900, #faa72a); background-image: -moz-linear-gradient(top, #ff9900, #faa72a); background-image: -ms-linear-gradient(top, #ff9900, #faa72a); background-image: -o-linear-gradient(top, #ff9900, #faa72a); background-image: linear-gradient(to bottom, #ff9900, #faa72a); color: white; text-decoration: none; }

.cp-wizard-item-iframe { background-color: #F0F0F0; padding: 0px 0px 0px 0px; }

.noTitlePopup { border: 0px; padding: 0px; }
.noTitlePopup .ui-dialog-titlebar { display:none }
.noTitlePopup form .cp-wizard-container { margin: 0px; padding: 0px; width: auto; }
.noTitlePopup form .cp-wizard-container-unlimited { margin: 0px; padding: 0px; width: auto; }
.noTitlePopup .ui-widget-content { border: 0px; padding: 0px; }

.cpx-truncatedList-viewAll { text-decoration: none; font-size: 12px; color: #737373; }