body {
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  cursor: default;
  margin: 0;
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
}
.content {
  text-align: left;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.message {
  text-align: center;
}
.message.information {
  font-style: italic;
}
.warning,
.warning * {
  color: red !important;
}
.strike {
  text-decoration: line-through;
}
.global-errors .toolbar {
  margin-top: 5px;
  text-align: right;
  position: relative;
}
.global-errors .button {
  position: absolute;
  right: 5px;
  bottom: 5px;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  background-color: #F0F0F0;
  text-decoration: underline;
  color: black;
  cursor: pointer;
  font-size: 90%;
  font-weight: bold;
  padding: 8px;
  display: inline-block;
}
.studies.error {
  text-align: center;
  top: 200px;
  left: 300px;
  position: absolute;
}
.automatic-transfer {
  color: #A03F3F;
}
.warning em {
  color: red;
}
.vscrollable {
  overflow-y: scroll;
}
/* Paragraphs and titles *************************************/
h1 {
  font-family: Arial;
  font-weight: normal;
  color: #3B3B3B;
}
h2 {
  font-family: Arial;
  font-weight: normal;
  color: #3B3B3B;
}
h3 {
  font-family: Arial;
  font-weight: normal;
  color: #D82034;
  margin: 3px 0 3px 0;
}
h4 {
  font-family: Arial;
  font-weight: normal;
  color: #3B3B3B;
}
p {
  text-align: justify;
}
sup,
sub {
  line-height: 12px;
  /* To prevent line height distortion */
  font-size: 70%;
}
/* Header/Footer ***********************************************/
form {
  margin: 0;
  border: 2px solid white;
  padding: 2px;
}
form.changed {
  background-color: white;
  /*z-index: 502;*/
  border: 2px solid #D82034;
  padding: 7px;
  margin-left: -7px;
}
form.changed * {
  /*z-index: 502;*/
}
.form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  display: none;
  /*z-index: 500;*/
}
input[type="text"],
input[type="password"] {
  font-size: 100%;
  padding: 3px;
}
select {
  font-size: 100%;
  padding: 3px;
}
textarea {
  font-size: 100%;
  font-family: Arial;
  padding: 3px;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
select:disabled,
textarea:disabled {
  background-color: #FAFAFA;
}
input[type="checkbox"] {
  font-size: 100%;
  padding: 3px;
  margin-right: 5px;
  vertical-align: middle;
}
label {
  font-size: 100%;
  padding: 3px;
  display: inline-block;
  /* For vertical alignment */
  vertical-align: middle;
}
label[required] {
  /*text-decoration: underline;*/
}
label.error {
  font-size: 80%;
  line-height: 12pt;
  white-space: nowrap;
  overflow: visible;
  position: absolute;
  bottom: -25px;
  left: 0;
  background-color: #FFD8D8;
  border: 1px solid #B0B0B0;
  padding: 3px;
  z-index: 100;
}
input[type="submit"],
input[type="button"] {
  font-family: Arial;
  font-size: 120%;
  line-height: 24px;
  cursor: pointer;
  border-style: none;
  background-color: transparent;
  padding: 5px;
}
input[type="submit"]:disabled,
input[type="button"]:disabled {
  color: #C8C8C8;
}
*[invalid],
.error {
  color: Red;
  font-weight: normal;
}
.inline-form-command {
  position: absolute;
  right: 0;
  bottom: 5px;
}
/* Jquery UI ******************************************************************/
.ui-datepicker-trigger {
  margin-left: 3px;
  position: relative;
  top: 2px;
}
.ui-widget-content .toolbar > a {
  color: #3B3B3B;
}
/* Header/Footer ***********************************************/
.header {
  margin-top: 10px;
  height: 165px;
}
.header .content {
  position: relative;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.header .application {
  text-transform: uppercase;
  position: absolute;
  right: 350px;
  top: 2px;
  display: block;
  width: 100%;
  line-height: 24px;
  text-align: right;
  font-family: Arial;
  font-size: 130%;
}
.header .toolbar {
  position: absolute;
  right: 0;
  top: 3px;
}
.header .tabs-left {
  position: absolute;
  left: 0;
  top: -30px;
}
.header .tabs-right {
  position: absolute;
  right: 0;
  top: -30px;
}
.header .tab {
  font-size: 120%;
  font-family: Arial;
  text-transform: uppercase;
  color: #3B3B3B;
  cursor: pointer;
  text-decoration: none;
}
.header .tabs-left .tab {
  margin-right: 20px;
}
.header .tabs-right .tab {
  margin-left: 20px;
}
.header .tab:hover {
  color: #D82034;
}
.header .tab.selected {
  color: #D82034;
  border-bottom: 2px solid #D82034;
}
.header .bar {
  position: absolute;
  top: 90px;
  border-top: 3px solid #555;
  background-color: #FAFAFA;
  border-bottom: 3px solid #E0E0E0;
  width: 100%;
  height: 82px;
}
.header .bar .path {
  position: absolute;
  top: 3px;
  color: #3B3B3B;
  font-size: 90%;
  font-family: Arial;
}
.header .bar a {
  cursor: pointer;
  text-decoration: none;
}
.header .bar .path a {
  color: #3B3B3B;
}
.header .bar .title {
  position: absolute;
  top: 5px;
  margin: 0;
}
.header .bar .title h1 {
  display: inline;
  margin: 0;
}
.header .sub-tab {
  margin-left: 20px;
  font-size: 110%;
  font-family: Arial;
  text-decoration: none;
  color: #3B3B3B;
  background: url(../img/icons/right-round.10x10.png) no-repeat left center;
  padding-left: 20px;
}
.header .sub-tab:hover {
  color: #D82034;
}
.header .sub-tab.selected {
  color: #D82034;
  border-bottom: 2px solid #D82034;
}
.header .bar .sub-title {
  position: absolute;
  top: 45px;
  font-family: Arial;
  font-size: 120%;
  background: url(../img/icons/right-round.16x16.png) no-repeat left center;
  padding-left: 24px;
}
.footer {
  margin-top: 20px;
  border-top: 3px solid #E0E0E0;
  padding-bottom: 10px;
  background-color: White;
}
.footer .content {
  padding-top: 5px;
  text-align: center;
  font-size: 80%;
  text-transform: uppercase;
}
/* Panel ******************************************************************/
.previs-panel {
  min-height: 700px;
}
/* Buttons *************************************************************/
.buttons {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 30px;
  text-align: center;
  vertical-align: baseline;
}
.buttons * {
  min-width: 120px;
  height: 30px;
  padding: 0 15px 0 15px;
  line-height: 30px;
  vertical-align: baseline;
  text-align: center;
  background-color: #555;
  color: White;
  font-family: Arial;
  font-size: 110%;
  cursor: pointer;
  display: inline-block;
}
/* Toolbar *************************************************************/
.bs-toolbar-top-frieze {
  border-top: 3px solid #E0E0E0;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
.toolbar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  /* Fix Chrome hover bug (decay between hover and effective position, http://stackoverflow.com/questions/21733391/css-hover-will-not-work-on-position-absolute) */
}
.toolbar .left {
  position: absolute;
  right: auto;
  left: 0px;
  padding: 0px;
  margin: 0px;
  border: none;
}
.toolbar.container {
  position: relative;
  height: 40px;
  padding-top: 5px;
  margin-top: 10px;
  vertical-align: middle;
  text-align: right;
}
.toolbar.container.bottom {
  border-top: 3px solid #E0E0E0;
}
.toolbar.inline {
  position: inherit;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  top: -2px;
}
.toolbar span,
.toolbar a,
.toolbar div,
.toolbar input[type="button"],
.toolbar input[type="submit"] {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  padding-left: 10px;
  border-style: none;
  border-left: 1px solid #E0E0E0;
  font-family: Arial;
  color: #3B3B3B;
  text-decoration: none;
  background-color: inherit;
  /* for select */
}
.toolbar .left span,
.toolbar a,
.toolbar div,
.toolbar input[type="button"],
.toolbar input[type="submit"] {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  padding-right: 10px;
  border-style: none;
  border-right: 1px solid #E0E0E0;
  font-family: Arial;
  color: #3B3B3B;
  text-decoration: none;
  background-color: inherit;
  /* for select */
}
.toolbar input[id*="downloadInput"] {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 6px 12px;
}
.toolbar span:disabled,
.toolbar a:disabled,
.toolbar div:disabled,
.toolbar input[type="button"]:disabled,
.toolbar input[type="submit"]:disabled {
  color: #C8C8C8;
  cursor: default;
}
.toolbar .green {
  background: #D82034;
  border: 1px solid #D82034;
  padding-right: 10px;
  color: white;
}
.toolbar .green:hover {
  color: white !important;
}
.toolbar span,
.toolbar a,
.toolbar div {
  cursor: pointer;
}
.toolbar input[type="text"],
.toolbar select {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-family: Arial;
  text-decoration: none;
  background-color: white;
  /* for select */
  border-style: ridge;
  border-color: #E0E0E0;
  height: 24px;
}
.toolbar span:hover,
.toolbar a:hover,
toolbar div:hover {
  color: #D82034;
}
.toolbar .text,
.toolbar select {
  line-height: 24px;
  font-size: inherit;
  /* for select */
  font-weight: normal;
  /* override */
}
.toolbar .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.toolbar .icon.small {
  width: 16px;
  height: 16px;
}
.toolbar .icon.xsmall {
  width: 12px;
  height: 12px;
}
.toolbar .icon.text {
  padding-right: 28px;
  width: auto;
}
.toolbar .icon.small.text {
  padding-right: 18px;
}
.toolbar .add {
  background: url(../img/icons/add.24x24.png) no-repeat right center;
}
.toolbar .edit {
  background: url(../img/icons/edit.24x24.png) no-repeat right center;
}
.toolbar .info {
  background: url(../img/icons/settings.slider.16x16.png) no-repeat right center;
}
.toolbar .duplicate {
  background: url(../img/icons/copy.24x24.png) no-repeat right center;
}
.toolbar .delete {
  background: url(../img/icons/delete.24x24.png) no-repeat right center;
}
.toolbar .close {
  background: url(../img/icons/close.24x24.png) no-repeat right center;
}
.toolbar .password {
  background: url(../img/icons/password.16x16.png) no-repeat right center;
}
.toolbar .activate {
  background: url(../img/icons/activate.24x24.png) no-repeat right center;
}
.toolbar .deactivate {
  background: url(../img/icons/deactivate.24x24.png) no-repeat right center;
}
.toolbar .select {
  background: url(../img/icons/search.24x24.png) no-repeat right center;
}
.toolbar .search {
  background: url(../img/icons/search.24x24.png) no-repeat right center;
}
.toolbar .view {
  background: url(../img/icons/search.24x24.png) no-repeat right center;
}
.toolbar .reset {
  background: url(../img/icons/reset.16x16.png) no-repeat right center;
}
.toolbar .clear {
  background: url(../img/16x16/remove.gif) no-repeat right center;
}
.toolbar .run {
  background: url(../img/16x16/run.gif) no-repeat right center;
}
.toolbar .report {
  background: url(../img/16x16/report.gif) no-repeat right center;
}
.toolbar .next {
  background: url(../img/icons/next-step.24x24.png) no-repeat right center;
}
.toolbar .previous {
  background: url(../img/icons/previous-step.24x24.png) no-repeat right center;
}
.toolbar .next-arrow {
  background: url(../img/icons/next.24x24.png) no-repeat right center;
}
.toolbar .previous-arrow {
  background: url(../img/icons/previous.24x24.png) no-repeat right center;
}
.toolbar .transfer {
  background: url(../img/icons/transfer.24x24.png) no-repeat right center;
}
.toolbar .help {
  background: url(../img/16x16/help.gif) no-repeat right center;
}
.toolbar .logout {
  background: url(../img/icons/power-off.24x24.png) no-repeat right center;
}
.toolbar .archive {
  background: url(../img/icons/archive.24x24.png) no-repeat right center;
}
.toolbar .restore {
  background: url(../img/icons/restore.24x24.png) no-repeat right center;
}
.toolbar .previous-step {
  background: url(../img/icons/previous-step.24x24.png) no-repeat right center;
}
.toolbar .next-step {
  background: url(../img/icons/next-step.24x24.png) no-repeat right center;
}
.toolbar .download {
  background: url(../img/icons/download.24x24.png) no-repeat right center;
}
.toolbar .upload {
  background: url(../img/icons/upload.24x24.png) no-repeat right center;
}
.toolbar .sheet {
  background: url(../img/icons/sheet.24x24.png) no-repeat right center;
}
.toolbar .expand {
  background: url(../img/icons/expand.24x24.png) no-repeat right center;
}
.toolbar .expand.small {
  background: url(../img/icons/expand.16x16.png) no-repeat right center;
}
.toolbar .expand.xsmall {
  background: url(../img/icons/expand.12x12.png) no-repeat right center;
}
.toolbar .collapse {
  background: url(../img/icons/collapse.24x24.png) no-repeat right center;
}
.toolbar .collapse.small {
  background: url(../img/icons/collapse.16x16.png) no-repeat right center;
}
.toolbar .collapse.xsmall {
  background: url(../img/icons/collapse.12x12.png) no-repeat right center;
}
.toolbar .copy-left {
  background: url(../img/icons/first.24x24.png) no-repeat right center;
}
.toolbar .copy-right {
  background: url(../img/icons/last.24x24.png) no-repeat right center;
}
.toolbar .up {
  background: url(../img/icons/ascending.24x24.png) no-repeat right center;
}
.toolbar .down {
  background: url(../img/icons/descending.24x24.png) no-repeat right center;
}
.toolbar.formula {
  top: inherit;
  right: inherit;
}
.toolbar.formula span,
.toolbar.supplementary span {
  margin: 0px;
  padding: 0px;
  width: 16px;
  height: 16px;
}
.toolbar.supplementary {
  position: relative;
  right: 5px;
  top: -4px;
  display: inline;
}
/* Navigation route ***********************************************/
.navigation-route {
  margin-bottom: 20px;
}
.navigation-route table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FAFAFA;
  border: 1px solid #E0E0E0;
}
.navigation-route table td {
  padding: 5px 2px 5px 2px;
  text-align: center;
  line-height: 21px;
  font-family: Arial;
  font-size: 100%;
  cursor: pointer;
  position: relative;
}
.navigation-route table td.active {
  background-color: #EFDEC4;
  color: #D82034;
  cursor: inherit;
}
.navigation-route table td.forbidden {
  color: Gray;
  cursor: inherit;
}
.navigation-route .next {
  background: url(../img/icons/next-step.24x24.png) no-repeat center center;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -12px;
  top: 5px;
  z-index: 10;
}
.navigation-route a {
  text-decoration: none;
}
.navigation-navigator {
  height: 60px;
  padding-top: 30px;
}
.navigation-navigator .button {
  min-width: 120px;
  height: 30px;
  padding: 0 15px 0 15px;
  line-height: 30px;
  vertical-align: baseline;
  text-align: center;
  background-color: #555;
  color: White;
  font-family: Arial;
  font-size: 110%;
  cursor: pointer;
}
.navigation-navigator .button.long {
  min-width: 152px;
}
.navigation-navigator .button.red {
  background: #A20000;
  background: #EF6A68;
  border: 1px solid #EF6A68;
}
.navigation-navigator .button.green {
  background: #D82034;
  border: 1px solid #D82034;
  color: white;
}
.navigation-navigator .button.green:hover {
  color: white !important;
}
.navigation-navigator .left {
  float: left;
  margin-right: 20px;
}
.navigation-navigator .right {
  float: right;
  margin-left: 20px;
}
.navigation-navigator .save {
  display: none;
}
.navigation-navigator .cancel {
  display: none;
}
.navigation-navigator .extra {
  display: none;
  /*width: 250px;*/
}
.navigation-navigator .extra2 {
  display: none;
  /*width: 250px;*/
}
/* Tabs ***********************************************/
.tabs-head {
  border-bottom: 3px solid #E0E0E0;
  margin-bottom: 10px;
}
.tabs-tab {
  display: inline-block;
  line-height: 21px;
  padding: 5px 10px 5px 10px;
  margin-right: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.tabs-tab.active {
  cursor: default;
  background-color: #E0E0E0;
}
/* Contextual help ***********************************************/
.chelp {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 306px;
  height: auto;
  background-color: #FAFAFA;
  padding: 10px;
  border: 3px solid #E0E0E0;
}
.chelp .title {
  margin: 5px 40px 15px 0;
  color: #E08600;
  font-weight: bold;
}
.chelp .icon {
  width: 32px;
  height: 32px;
  background: url(../img/icons/info.32x32.png) no-repeat right top;
  position: absolute;
  right: 10px;
  top: 10px;
}
.chelp .content {
  display: block;
  width: 100%;
}
.chelp p {
  text-align: left;
}
.chelp .topic {
  display: none;
}
.chelp-mark {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  vertical-align: baseline;
  background: url(../img/icons/info.10x10.png) no-repeat right bottom;
}
.required-mark {
  color: Red;
  line-height: 10px;
  margin-top: 3px;
  margin-left: 3px;
  vertical-align: top;
}
.required-mark-legend {
  font-size: 70%;
  margin-left: 3px;
}
.tool-tip-img-warning {
  vertical-align: middle;
  text-align: left;
  margin-left: 3px;
  margin-bottom: 3px;
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  top: 1px;
  color: yellow;
  background: url(../img/icons/warning.new.16x16.png) no-repeat right bottom;
}
.tool-tip-img {
  display: inline-block;
  height: 10px;
  width: 10px;
  vertical-align: baseline;
  position: relative;
  top: 3px;
  background: url(../img/icons/info.10x10.png) no-repeat right bottom;
}
.tool-tip-img.zoom {
  height: 12px;
  width: 12px;
  background: url(../img/icons/zoom.75.12x12.png) no-repeat right bottom;
}
/* Groups ***********************************************/
.group {
  position: relative;
  margin-bottom: 30px;
}
.group h1 {
  margin: 0 0 15px 0;
  padding-bottom: 3px;
  font-size: 150%;
  border-bottom: 2px solid #D82034;
}
.group h2 {
  margin: 15px 0 15px 0;
  padding-bottom: 3px;
  font-size: 130%;
  border-bottom: 2px solid #E0E0E0;
}
/* Highlight ***********************************************/
.highlight {
  background-color: #FAFAFA;
  padding: 10px;
  border: 3px solid #E0E0E0;
  position: relative;
  /* For toolbars */
}
.highlight .toolbar {
  position: absolute;
  right: 3px;
  top: 3px;
}
.highlight h1 {
  margin: 0 0 10px 0;
  padding-bottom: 3px;
  font-size: 150%;
  border-bottom: 2px solid #D82034;
}
.highlight h2 {
  margin: 0 0 10px 0;
  padding-bottom: 3px;
  font-size: 140%;
  border-bottom-style: none;
}
/* Layout ***********************************************/
table.layout {
  width: 100%;
  border-collapse: collapse;
}
table.layout td {
  vertical-align: top;
  position: relative;
  padding: 0;
}
table.layout tr.spacing {
  height: 20px;
}
/* Properties ***********************************************/
table.properties {
  width: 100%;
}
table.properties td,
table.properties th {
  line-height: 24px;
  vertical-align: baseline;
}
table.properties .label {
  font-family: Arial;
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
}
table.properties .label.left-align {
  text-align: left;
  padding-right: 0px;
}
table.properties .inline-label {
  display: block;
  font-family: Arial;
  font-weight: normal;
  font-size: 90%;
  margin-bottom: 3px;
  line-height: 16px;
}
table.properties .inline-label label,
table.properties .inline-label span {
  font-size: 90%;
  padding: 0;
}
table.properties .inline-value {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  /* for form error labels */
}
table.properties .column-value {
  display: block;
  margin-bottom: 5px;
  position: relative;
  /* for form error labels */
}
table.properties .value {
  text-align: left;
  font-weight: bold;
  color: #3B3B3B;
  line-height: 30px;
  /* spans as tall as editors */
  position: relative;
  /* for form error labels */
}
table.properties .value .small {
  font-size: 90%;
}
table.properties .notice {
  font-weight: normal;
  font-style: italic;
  line-height: 18px;
  margin-top: 2px;
}
/* Control bar ***********************************************/
.control-bar {
  text-align: right;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
.control-bar select {
  margin-left: 5px;
  vertical-align: top;
  font-size: 80%;
}
.control-bar span {
  font-size: 90%;
  font-weight: bold;
  color: gray;
  cursor: pointer;
  margin-left: 5px;
  vertical-align: middle;
}
.control-bar span:hover {
  color: #FF7800;
}
.control-bar span.disabled {
  color: #C8C8C8;
  cursor: default;
}
.control-bar div {
  float: right;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  position: relative;
  top: -2px;
  z-index: 100;
  height: 18px;
  /* IE6 */
  width: 18px;
  /* IE6 */
}
.control-bar div:hover {
  color: #FF7800;
}
/* Data table ***********************************************/
table.data {
  width: 100%;
  font-size: 100%;
  border-collapse: collapse;
  background-color: White;
}
table.data.small {
  font-size: 90%;
}
table.data.result {
  font-size: 80%;
}
table.data .order {
  cursor: pointer;
}
table.data th {
  padding: 2px;
  padding-bottom: 3px;
  font-family: Arial;
  color: #E0E0E0;
  font-weight: normal;
  font-size: 100%;
  text-transform: uppercase;
  line-height: 18px;
  background-color: #555;
  border-right: 1px solid #E0E0E0;
}
table.data thead.group th {
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  text-transform: uppercase;
  line-height: 18px;
  background-color: inherit;
  border-bottom: 1px solid #555;
}
table.data th.number {
  text-align: right;
  padding-right: 5px;
}
table.data .order.ascending {
  background: url(../img/icons/ascending.16x16.png) no-repeat 99% center;
  background-color: #555;
}
table.data .order.descending {
  background: url(../img/icons/descending.16x16.png) no-repeat 99% center;
  background-color: #555;
}
table.data th:last-child {
  border-right-style: none;
}
table.data td {
  padding: 2px;
  line-height: 22px;
  /* for toolbars */
  position: relative;
  /* for toolbars */
}
table.data td.number {
  text-align: right;
  padding-right: 5px;
}
table.data a {
  color: inherit;
}
table.data.selector a {
  text-decoration: none;
}
table.data tbody tr:hover * {
  background-color: #FAFAFA;
}
table.data td .toolbar {
  display: none;
}
table.data tbody tr:hover td .toolbar {
  display: inherit;
}
table.data.result th {
  font-size: 90%;
}
table.data tbody tr.empty:hover * {
  background-color: inherit;
}
table.data.selector tbody tr.link,
table.data.selector tbody tr[index] {
  cursor: pointer;
}
table.data.selector tbody tr.selected {
  background-color: #EFDEC4;
}
table.data.selector tbody tr.strike {
  text-decoration: line-through;
}
table.data.selector tbody .icon.text {
  padding-right: 15px;
  width: auto;
}
table.data.selector tbody .menu {
  background: url(../img/icons/descending.16x16.png) no-repeat right center;
}
/* Data command ******************************************************************/
.data-command {
  margin-bottom: 3px;
  vertical-align: middle;
  padding-bottom: 3px;
  border-bottom: 2px solid #E0E0E0;
  font-family: Arial;
}
.data-command .item {
  display: inline-block;
  white-space: nowrap;
  margin-right: 10px;
}
.data-command .item span {
  font-size: 80%;
  margin-right: 5px;
  vertical-align: middle;
  white-space: nowrap;
  color: #606060;
}
.data-command .item span.title {
  display: block;
  margin-bottom: 3px;
  vertical-align: top;
}
.data-command .item select {
  padding: 1px;
  font-size: 80%;
  vertical-align: middle;
  color: #606060;
}
.data-command .item input {
  padding: 1px;
  font-size: 80%;
  vertical-align: middle;
  color: #606060;
}
.data-command .item input[type="text"] {
  padding: 1px;
  width: 100px;
  margin-right: 3px;
}
.data-command .item span.button {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  cursor: pointer;
  margin-left: 3px;
}
.data-command .item span.button.order-ascending {
  background: url(../img/icons/ascending.24x24.png) no-repeat center center;
}
.data-command .item span.button.order-descending {
  background: url(../img/icons/descending.24x24.png) no-repeat center center;
}
.data-command .item span.button.command-apply-search {
  background: url(../img/icons/search.24x24.png) no-repeat center center;
}
.data-command .item span.button.command-clear-search {
  background: url(../img/icons/cancel.24x24.png) no-repeat center center;
}
/* Data pager ***********************************************/
.data-pager {
  margin-top: 3px;
  line-height: 24px;
  padding-top: 3px;
  border-top: 2px solid #E0E0E0;
  font-family: Arial;
  text-align: right;
}
.data-pager select {
  padding: 1px;
  font-size: 90%;
  height: 20px;
  vertical-align: baseline;
}
.data-pager .title {
  font-weight: bold;
  font-size: 90%;
  margin-right: 20px;
}
.data-pager .go {
  cursor: pointer;
  vertical-align: baseline;
  display: inline-block;
  width: 20px;
  height: 24px;
}
.data-pager .go.first {
  background: url(../img/icons/first.24x24.png) no-repeat center center;
}
.data-pager .go.previous {
  background: url(../img/icons/previous.24x24.png) no-repeat center center;
}
.data-pager .go.next {
  background: url(../img/icons/next.24x24.png) no-repeat center center;
}
.data-pager .go.last {
  background: url(../img/icons/last.24x24.png) no-repeat center center;
}
.data-pager .go.disabled {
  visibility: hidden;
}
/* Population import colleges ***********************************************/
population-import-colleges {
  vertical-align: top;
  width: 350px;
  border-style: solid;
  height: 100px;
}
population-import-colleges table tbody {
  overflow: auto;
  height: 100px;
}
/* IFC parameters ***********************************************/
#ifccolleges td {
  width: 1%;
}
#ifccolleges select {
  width: 80px;
}
/* Tree ***********************************************/
.tree {
  max-height: 400px;
  overflow-y: scroll;
}
.tree li {
  white-space: nowrap;
}
.tree li span {
  white-space: nowrap;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}
.tree li span:hover {
  color: #FF7800;
}
.tree a {
  text-decoration: none;
}
.tree .selected {
  background-color: #D82034;
}
/* Working ***********************************************/
.dynamic-worker {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  vertical-align: middle;
  text-align: center;
  background-color: White;
}
.dynamic-worker .icon {
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../img/working.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.dynamic-worker .text {
  display: inline;
  height: 32px;
  vertical-align: middle;
  font-family: Arial;
  font-size: 100%;
}
/* Simulation */
.simulation-warning {
  color: #A03F3F;
}
/* Blocks *************************************************************/
.blocks {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  /* IE6 bug if width is not defined (also if 100%) */
}
.blocks-left {
  float: left;
  width: 49%;
}
.blocks-column {
  border-top-style: solid;
  border-width: 1px;
  border-color: #e59743;
  padding-top: 10px;
}
.blocks-right {
  float: right;
  width: 49%;
}
.blocks-center {
  clear: both;
  /* IE6 */
}
.block {
  text-align: left;
  border-style: solid;
  border-width: 1px;
  border-color: silver;
  background-color: #dee2ed;
  margin-top: 10px;
  font-size: 80%;
  margin: auto;
  display: block;
  margin-bottom: 10px;
}
.block-title {
  font-size: 80%;
  font-weight: bold;
  color: #505050;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: silver;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.block-content {
  text-align: justify;
}
.block-command {
  border-style: none;
  border-width: 1px;
  border-color: #E0E0E0;
  margin-top: 10px;
  margin-right: 1%;
  padding: 0px;
  font-size: 80%;
  text-align: right;
}
.block-command div {
  display: inline;
  border-style: solid;
  border-width: 1px;
  border-color: #C8C8C8;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
}
img.block-decoration {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* Block input table ***********************************************/
table.block-input-table {
  margin: auto;
  border-style: none;
  font-size: 80%;
  /* IE6 */
}
table.block-input-table td.label {
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
}
table.block-input-table td.valuelabel {
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}
table.block-input-table td.label img {
  margin-right: 5px;
}
table.block-input-table td.value {
  white-space: nowrap;
  width: 150px;
}
table.block-input-table td.link {
  cursor: pointer;
  font-weight: bold;
  color: #505050;
}
table.block-input-table td.sub-link {
  cursor: pointer;
  color: #505050;
  font-size: 70%;
  text-align: right;
}
table.block-input-table td.value span {
  white-space: nowrap;
}
.block div.textarea {
  text-align: center;
}
.block div.textarea textarea {
  font-size: 80%;
  width: 90%;
  height: 100px;
}
table.block-input-table td.control {
  padding-top: 5px;
  text-align: right;
}
table.block-input-table input {
  font-size: 80%;
}
table.block-input-table select {
  font-size: 80%;
  width: 150px;
}
table.block-input-table .input-text {
  width: 150px;
}
table.block-input-table .input-text-long {
  width: 300px;
}
table.block-input-table .input-name {
  width: 150px;
}
table.block-input-table .input-date {
  width: 100px;
}
table.block-input-table .input-number {
  width: 100px;
}
table.block-input-table .input-percentage {
  width: 60px;
}
table.block-input-table .input-phone-number {
  width: 150px;
}
table.block-input-table .input-email-address {
  width: 150px;
}
table.block-input-table .input-password {
  width: 150px;
}
table.block-input-table .input-month {
  width: 90px;
}
table.block-input-table .input-year {
  width: 30px;
}
table.block-input-table .input-exercise {
  width: 100px;
}
table.block-input-table .input-city {
  width: 150px;
}
table.block-input-table .input-zip-code {
  width: 100px;
}
table.block-input-table .input-country {
  width: 150px;
}
table.block-input-table .input-select-day {
  width: 40px;
}
table.block-input-table .input-select-month {
  width: 40px;
}
table.block-input-table .input-select-percentage {
  width: 80px;
}
/* Block input grid ***********************************************/
table.block-input-grid {
  width: 90%;
  border-style: none;
  font-size: 80%;
  /* IE6 */
  border-collapse: collapse;
}
table.block-input-grid thead tr th {
  border-width: 1px;
  border-color: #e59743;
  border-bottom-style: solid;
}
table.block-input-grid th {
  color: #505050;
}
table.block-input-grid tbody tr td {
  border-width: 1px;
  border-color: #C8C8C8;
  border-bottom-style: solid;
}
table.block-input-grid td.label {
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
}
table.block-input-grid td.valuelabel {
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}
table.block-input-grid td.value {
  white-space: nowrap;
}
table.block-input-grid input {
  margin-top: 3px;
  margin-bottom: 3px;
}
/* Vignettes ********************************************************/
.vignette {
  padding: 10px;
  background-color: #FAFAFA;
  margin-bottom: 10px;
  position: relative;
}
.vignette.highlight {
  border-color: #D82034;
}
.vignette .toolbar {
  right: 10px;
  top: 10px;
}
/* CCN ***********************************************/
.ccn h2 {
  color: #606060;
  font-size: 100%;
}
#tiptip_content {
  max-height: 400px;
  overflow-y: auto;
  color: inherit;
  padding: 10px;
  font-family: inherit;
  font-size: 9pt;
  text-align: left;
  line-height: 12pt;
  background-color: #f9f9f9;
  background-color: white;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border-color: #dddddd;
  border-width: 3px;
}
#tiptip_content h3 {
  margin-bottom: 10px;
}
.ccn h3 {
  color: #606060;
  font-size: 90%;
  border-bottom-style: solid;
  border-color: Silver;
  border-width: 1px;
  text-align: left;
}
.ccn table {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
}
.ccn table th {
  background-color: #DEE2ED;
  border-style: solid;
  border-color: Silver;
  border-width: 1px;
  width: auto;
  padding: 3px;
}
.ccn table td {
  padding: 3px;
  border-style: solid;
  border-color: Silver;
  border-width: 1px;
}
/* Product chooser ********/
.product-chooser {
  text-align: left;
}
.product-chooser .category-1 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 3px solid #E08600;
  width: 400px;
  text-align: left;
  padding: 20px;
  vertical-align: top;
}
.product-chooser .category-title-1 {
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #E08600;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.product-chooser .category-title-2 {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin-top: 10px;
  margin-bottom: 5px;
}
.product-chooser .product {
  display: block;
  cursor: pointer;
  line-height: 21px;
  margin-left: 20px;
  text-decoration: underline;
}
.product-list .product-list-block {
  border: 3px solid #E08600;
  padding-left: 10px;
  padding-right: 10px;
}
/* Provident packages table **********************/
table.provident-packages {
  width: 100%;
  font-size: 110%;
  border-collapse: collapse;
}
table.provident-packages td,
table.provident-packages th {
  text-align: left;
  /* IE 8 */
}
table.provident-packages th {
  color: #3B3B3B;
}
table.provident-packages th,
table.provident-packages td {
  padding: 10px 20px 10px 20px;
  vertical-align: top;
}
table.provident-packages thead th.package {
  background-color: #F0F0F0;
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  position: relative;
}
table.provident-packages thead th.package.active {
  background-color: #E08600;
  color: White;
  cursor: default;
}
table.provident-packages thead th.package.highlight-package {
  background-color: rgba(240, 148, 11, 0.6);
  color: White;
}
table.provident-packages th.package,
table.provident-packages td.package {
  text-align: center;
  font-size: 90%;
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  position: relative;
}
table.provident-packages th.text-align-left,
table.provident-packages td.text-align-left {
  text-align: left;
}
table.provident-packages th.package p,
table.provident-packages td.package p {
  text-align: center;
  font-size: 90%;
}
table.provident-packages th.package {
  text-align: center;
  font-size: 90%;
  font-style: italic;
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  cursor: pointer;
}
table.provident-packages th.package.active,
table.provident-packages td.package.active {
  cursor: default;
}
table.provident-packages thead.coverage th {
  font-size: 120%;
  text-transform: uppercase;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  background-color: #EFDEC4;
}
table.provident-packages tr td.package.active {
  background-color: rgba(240, 148, 11, 0.6);
}
table.provident-packages tr td.package.highlight-package {
  background-color: rgba(240, 148, 11, 0.6);
}
table.provident-packages div.title {
  font-family: Arial;
  text-transform: uppercase;
  font-size: 110%;
  font-style: normal;
  font-weight: bold;
  color: #3B3B3B;
}
table.provident-packages tr.group th {
  font-size: 90%;
  font-style: italic;
  padding-left: 10px;
  position: relative;
}
table.provident-packages tr.group th .toolbar {
  top: 15px;
  right: 5px;
}
table.provident-packages tr.group th p {
  text-align: left;
}
table.provident-packages tr.title td,
table.provident-packages tr.title th {
  font-size: 90%;
}
table.provident-packages tr.description.odd {
  background-color: #EFDEC4;
}
table.provident-packages tr.description td,
table.provident-packages tr.description th {
  font-weight: normal;
  font-size: 80%;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.provident-packages tr.description th {
  vertical-align: middle;
}
table.provident-packages tr.description td {
  vertical-align: top;
}
table.provident-packages tr.description td .supplementary {
  color: #D82034;
}
table.provident-packages tr.description td .supplementary.supplementary-level {
  color: #D82034;
}
table.provident-packages tr.group th span.group-toolbar {
  right: 3px;
  top: 3px;
}
table.provident-packages tr.group th .group-toolbar span.icon.description.open {
  background: url(../img/icons/search.16x16.png) no-repeat center center;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
table.provident-packages tr.group th .group-toolbar span.icon.description.close {
  background: url(../img/icons/close.16x16.png) no-repeat center center;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
table.provident-packages .package-pricing {
  font-size: 100%;
  line-height: 21px;
  font-style: normal;
  white-space: nowrap;
}
table.provident-packages .package-pricing .name {
  text-transform: uppercase;
  font-size: 80%;
}
table.provident-packages .package-pricing .value {
  font-weight: bold;
  font-size: 80%;
}
table.provident-packages .package-pricing .base {
  font-size: 60%;
}
table.provident-packages .package-pricing .contribution {
  font-size: 80%;
}
table.provident-packages .package-pricing .supplementary {
  font-size: 70%;
  color: #D82034;
  font-weight: normal;
}
table.provident-packages .package-pricing .contribution .supplementary {
  font-size: 85%;
}
table.provident-packages .package-pricing table.pricing {
  border-collapse: collapse;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
table.provident-packages tr td.pricing {
  padding-bottom: 0px;
}
table.provident-packages tr td.pricing.supplementary {
  padding-bottom: 0px;
  padding-top: 3px;
}
table.provident-packages tr td.pricing.employer {
  padding-bottom: 0px;
  padding-top: 3px;
}
table.provident-packages .package-pricing table.pricing tr td.supplementary {
  font-size: 75%;
  /*padding-left:10px;*/
}
table.provident-packages .package-pricing table.pricing tr td.supplementary.supplementary-name {
  text-align: center;
}
table.provident-packages .package-pricing table.pricing tr td.supplementary {
  color: #D82034;
}
table.provident-packages .package-pricing table.pricing tr td.supplementary.supplementary-level {
  color: #D82034;
}
table.provident-packages .package-pricing table.pricing tr td {
  padding: 0;
  padding-right: 3px;
}
table.provident-packages .package-employer-portion {
  font-size: 80%;
  line-height: 21px;
  font-style: normal;
  white-space: nowrap;
}
table.provident-packages tr.inline-editor td {
  text-align: center;
  background-color: #EFDEC4;
  line-height: 20px;
}
table.provident-packages .input-label {
  display: inline-block;
  font-style: normal;
  font-size: 85%;
}
table.provident-packages .input-label input {
  margin: 2px;
}
table.provident-packages .input-label label {
  padding: 1px;
}
table.provident-packages .input-label.employer-portion {
  display: block;
  padding-bottom: 2px;
}
table.provident-packages .input-label .setting {
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
  vertical-align: middle;
  height: 12px;
}
table.provident-packages .input-label .setting .slider {
  width: 140px;
}
table.provident-packages table.coverage-group {
  width: 100%;
}
table.provident-packages table.coverage-group td {
  padding: 5px 3px 5px 3px;
  vertical-align: top;
  font-size: 90%;
}
.vertical-align {
  vertical-align: top;
}
table.provident table.provident-inline-options tr td {
  padding-right: 15px;
}
/* Coverage values ********************************************************/
table.provident-packages .bullet-value {
  margin-top: 8px;
  margin-bottom: 8px;
}
.bullet-value .filled {
  background-color: #D82034;
}
.bullet-value .filled.supplementary {
  border-color: #D82034;
  background-color: transparent;
}
.bullet {
  display: inline-block;
  border: 1px solid #D82034;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  font-size: 65%;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: initial;
}
.bullet p.option-name {
  margin: 0;
}
/* Provident formula progression ******************************************/
.provident-formula-progression .filled {
  background-color: #D82034;
}
.provident-formula-progression {
  display: inline-block;
  text-align: center;
}
.provident-formula-progression .level {
  display: inline-block;
  border: 1px solid #D82034;
  width: 15px;
  height: 15px;
  font-size: 90%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.provident-formula-progression .filled.supplementary {
  border-color: #D82034;
  background-color: transparent;
  width: auto;
  min-width: 15px;
  padding-left: 2px;
  padding-right: 2px;
}
.provident-formula-progression .filled.supplementary.supplementary-level {
  border-color: #D82034;
}
.provident-formula-progression .empty {
  background-color: #EFDEC4;
}
/* Script ******************************************/
.script .title {
  font-family: Arial;
  color: #3B3B3B;
  font-size: 120%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.script .question {
  margin-left: 20px;
  position: relative;
}
.script .text {
  /*display: inline-block;*/
  width: 49%;
  vertical-align: baseline;
  font-style: italic;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.script .question[layout='textarea'] .text {
  vertical-align: top;
}
.script .answer {
  /*display: inline-block;*/
  vertical-align: baseline;
  position: relative;
  /* For error labels */
}
.script .question[layout='textarea'] .answer textarea {
  width: 600px;
  height: 200px;
}
.script .question[display='Matrix'] .answer table {
  text-align: center;
}
.script .question .answer .button-script-background-color {
  background-color: #EEEEEE;
}
.script .question .answer .button-script-answer-modified-background-color {
  background-color: #EEEEEE;
}
.script .question .answer .button-script-answer-defined-background-color {
  background-color: #EEEEEE;
}
.script .answer label.error {
  left: 120%;
  right: auto;
  top: auto;
  bottom: 3px;
  line-height: 25px;
}
.script .answer .progression {
  border: 1px solid #E0E0E0;
  height: 23px;
  position: relative;
  top: 6px;
}
.script .answer .progression .container {
  float: left;
  width: 80px;
  cursor: pointer;
  border-right: 1px solid #E0E0E0;
}
.script .answer .progression .container:last-child {
  border-right-style: none;
}
.script .answer .progression .container.selected {
  background-color: #E08600;
}
.script .answer .progression .value {
  height: 100%;
  text-align: center;
  line-height: 21px;
  vertical-align: baseline;
  font-family: Arial;
  font-size: 80%;
  color: #3B3B3B;
  margin: 0;
}
.script .answer .progression .container.selected .value {
  color: White;
}
.script .validate-answer {
  /*display: inline-block;*/
  line-height: 20px;
  cursor: pointer;
}
.script .validate-answer.button-check {
  color: #3B3B3B;
  /*margin-left: 10px;*/
}
.script .validate-answer.button-check:before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
}
.script .validate-answer.answer-modified {
  color: #3B3B3B;
}
.script .validate-answer.answer-modified:before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
}
.script .question[layout='textarea'] .answer .validate-answer {
  vertical-align: top;
}
.script .information {
  display: block;
  font-style: italic;
  font-size: 100%;
}
.script .information .warning {
  color: red;
}
.script .general-information-message {
  margin-top: 15px;
  padding: 15px 10px 15px 10px;
  background-color: #EFDEC4;
  font-size: 100%;
  text-align: center;
  border: 1px solid #E0E0E0;
}
.tool-tip {
  padding-left: 3px;
}
.tool-tip .hidden {
  display: none;
}
div.tool-tip {
  display: inline;
}
table.synthesis {
  width: 100%;
  font-size: 90%;
  line-height: 21px;
  border-collapse: collapse;
}
table.synthesis select {
  font-size: 100%;
}
table.synthesis .currency-mode {
  display: inline-block;
  width: 22px;
  height: 21px;
  margin: 0 3px 0 3px;
  border: 1px solid White;
  vertical-align: baseline;
  cursor: pointer;
}
table.synthesis .currency-mode:hover {
  border: 1px solid #E08600;
}
table.synthesis .currency-mode.selected {
  border: 1px solid #E08600;
}
table.synthesis .currency-mode.percentage {
  background: url(../img/icons/percentage.16x16.png) no-repeat center center;
}
table.synthesis .currency-mode.currency {
  background: url(../img/icons/euro.16x16.png) no-repeat center center;
}
table.synthesis thead th.benefits {
  text-align: center;
  color: #E08600;
}
table.synthesis thead tr.head-row {
  vertical-align: inherit;
  border-color: #F0F0F0;
  background-color: #F0F0F0;
}
table.synthesis thead tr th {
  color: #E08600;
  vertical-align: inherit;
  border-color: #F0F0F0;
  background-color: #F0F0F0;
}
table.synthesis tbody tr.head-row {
  color: #E08600;
  vertical-align: inherit;
  border-color: #F0F0F0;
}
table.synthesis thead.header {
  color: #E08600;
  background-color: #F0F0F0;
}
table.synthesis tbody tr th.total-coverage,
table.synthesis thead tr th.rate-header {
  color: #E08600;
  text-align: left;
}
table.synthesis tbody tr th.total-coverage,
table.synthesis tbody tr td.total-employer {
  white-space: nowrap;
}
table.synthesis tbody tr.odd {
  background-color: #F0F0F0;
}
table.synthesis tbody tr.even {
  background-color: #FAFAFA;
}
table.synthesis thead th.group {
  text-align: center;
  border: 1px solid #EFBF77;
}
table.synthesis thead th.ccn {
  border: 1px solid #A1B6CC;
  text-align: center;
}
table.synthesis thead td.formula {
  background-color: #EFDEC4;
  border: 1px solid #EFBF77;
  text-align: center;
  cursor: pointer;
  position: relative;
  line-height: 32px;
}
table.synthesis tbody tr td div.formula.highlighted.unique {
  background-color: #EFDEC4;
  border: 1px solid #EFBF77;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
}
table.synthesis .rowSpace {
  height: 10px;
}
table.synthesis tbody tr td.first-formula {
  text-align: center;
  position: relative;
  font-weight: bold;
}
table.synthesis tbody tr td.no-padding {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
}
table.synthesis th.no-padding {
  padding: 0;
}
table.synthesis th.no-padding-left {
  padding-left: 0;
}
table.synthesis th.no-padding-right {
  padding-right: 0;
}
table.synthesis tbody tr.space {
  line-height: 32px;
}
table.synthesis tr.settings {
  display: none;
}
table.synthesis tr.settings.visible {
  display: table-row;
}
table.synthesis tr.line td.formula {
  text-align: center;
  background-color: #F0F0F0;
  border: 1px solid #C8C8C8;
}
table.synthesis tr.line td.formula.highlighted {
  background-color: #EFDEC4;
  border: 1px solid #EFBF77;
}
table.synthesis tr.line td.formula.selected {
  background-color: #78AD6F;
  border: 1px solid #78AD6F;
}
table.synthesis tr.line th {
  font-weight: normal;
}
table.synthesis tr.info td.formula {
  text-align: center;
  font-size: 80%;
}
table.synthesis tr.separator.bottom td {
  border-top: 1px solid #C8C8C8;
}
table.synthesis label {
  margin: 0;
  padding: 0;
}
table.synthesis label.disabled {
  color: #B1B1B1;
}
table.synthesis .setting {
  display: inline-block;
  border-right: 1px solid #F0F0F0;
  margin-right: 5px;
  padding-right: 5px;
  font-size: 80%;
}
table.synthesis .setting input,
table.synthesis .setting select,
table.synthesis .setting label {
  font-size: 80%;
}
table.synthesis .setting:last-child {
  border-right-style: none;
}
table.synthesis .setting .value {
  display: inline-block;
  margin-left: 3px;
  width: 40px;
  /* width may change on slide */
}
table.synthesis .setting .slider {
  display: inline-block;
  width: 80px;
}
table.synthesis tbody tr td.total-employer table td {
  width: 60px;
}
table.synthesis .setting .slider.hidden {
  display: none;
}
table.synthesis input[type="text"] {
  width: 55px;
  text-align: right;
}
table.synthesis input[type="submit"],
table.synthesis input[type="button"] {
  width: 66px;
  font-family: Arial;
  font-size: 100%;
  line-height: 24px;
  cursor: pointer;
  border-style: none;
  background-color: inherit;
  padding: 5px;
}
table.synthesis .synthesis-pricing {
  background-color: #F0F0F0;
  border: 1px solid #EFBF77;
  padding: 5px;
  font-size: 100%;
}
table.synthesis .synthesis-pricing h3 {
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 110%;
}
table.synthesis .synthesis-pricing table {
  width: 100%;
}
table.synthesis .synthesis-pricing thead th {
  font-weight: normal;
  font-size: 90%;
}
table.synthesis .synthesis-pricing tbody td {
  font-size: 80%;
}
table.synthesis .synthesis tbody td.rate {
  text-align: right;
}
table.synthesis td.employee,
th.employee {
  font-size: 70%;
  color: Gray;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
table.synthesis .synthesis-pricing tbody.total th {
  color: #E08600;
}
table.synthesis .synthesis-pricing td.unselected {
  text-align: center;
  color: #B1B1B1;
}
table.synthesis .synthesis-pricing.inline {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 110%;
  border: 1px solid #C8C8C8;
}
table.synthesis .synthesis-pricing.inline .name {
  margin-right: 5px;
  text-transform: uppercase;
}
table.synthesis .synthesis-pricing.inline .value {
  font-weight: bold;
}
table.synthesis .synthesis-pricing.inline .base {
  font-size: 80%;
  margin-right: 10px;
}
table.synthesis .base {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
table.synthesis .noRate {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
table.synthesis input[type="submit"].health-discount-submit {
  width: 100px;
}
table.synthesis input[type="submit"].health-discount-submit.hidden {
  display: none;
}
table.synthesis .discount-label {
  padding-right: 10px;
  color: black;
  font-weight: normal;
}
table.synthesis.employer {
  width: 400px;
}
table.synthesis.commission-rate {
  width: 700px;
}
table.synthesis.employer tr td.title,
table.synthesis.commission-rate tr td.title {
  text-align: right;
  padding-right: 3px;
}
table.synthesis table.synthesis-options tr td.value {
  padding-right: 15px;
}
form.synthesis.discount.form table {
  margin-bottom: 30px;
}
form.synthesis.discount.form {
  border: none;
  padding-left: 0;
}
.float-right {
  float: right;
}
.documentation-search.toolbar .documentation-search {
  background: url(../img/icons/search.24x24.png) no-repeat right center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.documentation-search.toolbar {
  position: inherit;
}
.documentation-history-table {
  border-collapse: collapse;
}
.documentation-history-table tr:nth-child(odd) td {
  padding-top: 20px;
}
.documentation-history-table tr td:first-child {
  border-right: 1px solid #E0E0E0;
}
.documentation-history-table tr td:not(first-child) {
  padding-left: 10px;
}
.documentation-history-table tbody tr.history-head td {
  font-size: 110%;
}
.documentation-history-table tr td div.documentation-history-significant {
  background: url(../img/icons/asterisk.16x16.png) no-repeat right center;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-size: 100% 100%;
  padding: 0;
  margin-left: 2px;
}
.documentation-histories {
  padding-top: 15px;
}
table.synthesis.supplementaries-employer.form th {
  color: #0086b4;
}
table.synthesis.supplementaries-employer.form div.slider {
  border-color: #0086b4;
}
table.synthesis.supplementaries-employer.form span {
  border-color: #0086b4;
  background: #0086b4;
}
table.synthesis.supplementaries-employer.form input {
  border: 2px #0086b4 solid;
}
table.synthesis.employer.form th {
  color: #000000;
}
table.synthesis.employer.form div.slider {
  border-color: #000000;
}
table.synthesis.employer.form span {
  border-color: #000000;
  background: #000000;
}
table.synthesis.employer.form input {
  border-color: #000000;
}
/** Selection lists ****************************************/
.selection-list {
  border: 2px solid #D82034;
  overflow-y: scroll;
}
.selection-list .item {
  line-height: 18px;
  cursor: pointer;
  padding: 3px;
}
.selection-list .item:hover {
  background-color: #D82034;
  color: white;
}
.selection-list p {
  margin: 10px 5px 10px 5px;
}
.selection-list .message,
.selection-list .warning {
  font-size: 90%;
  font-style: italic;
}
table.company-structure tbody tr td.error,
table.company-structure tbody tr td.error h1 {
  color: #FF0000;
  background-color: #FFD8D8;
}
.package.rate-group {
  font-size: 74%;
}
.import-college {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.import-college.open {
  background: url(../img/icons/search.16x16.png) no-repeat center center;
}
.import-college.close {
  background: url(../img/icons/close.16x16.png) no-repeat center center;
}
/** Tree level ****************************************************/
.tree-level-1 {
  width: 97%;
  margin-left: 3%;
}
.tree-level-2 {
  width: 94%;
  margin-left: 6%;
}
.tree-level-3 {
  width: 91%;
  margin-left: 9%;
}
.tree-level-4 {
  width: 88%;
  margin-left: 12%;
}
.tree-level-5 {
  width: 85%;
  margin-left: 15%;
}
.tree-level-6 {
  width: 82%;
  margin-left: 18%;
}
.tree-level-7 {
  width: 79%;
  margin-left: 21%;
}
div.category > div.category-label > a.list-group-item,
div.directory > div.directory-label > a.list-group-item {
  color: grey;
}
div.tree-cover,
div.tree-clause {
  position: relative;
}
div.tree-cover .category-menu,
div.tree-clause .directory-menu {
  display: none;
}
div.tree-cover .category-menu.hover,
div.tree-clause .directory-menu.hover {
  display: block;
  z-index: 1;
}
div.tree-cover .current-cover-action,
div.tree-cover .table-cover-action {
  display: block;
  z-index: 1;
  margin-top: 6px;
  margin-right: 6px;
}
span.group-cover-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/hierarchical-structure.16x16.png) no-repeat center center;
}
span.assembly-cover-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/puzzle.16x16.png) no-repeat center center;
}
span.ceiling-cover-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/ceiling.16x16.png) no-repeat center center;
}
span.unit-cover-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/number-one-inside-a-circle.16x16.png) no-repeat center center;
}
span.show-draft {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/draft.16x16.png) no-repeat center center;
}
span.show-deleted {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/file-deleted.16x16.png) no-repeat center center;
}
/*---  External contract  ---------------------------------------*/
tr.external-contract-item span.delete {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/delete.24x24.png) no-repeat right center;
}
/*---  Subsidiary  ----------------------------------------------*/
tr.subsidiary-item span.delete {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/delete.24x24.png) no-repeat right center;
}
.documentation-objective-categories-link {
  text-decoration: underline;
}
.documentation-objective-categories-link:hover {
  cursor: pointer;
}
#tiptip_arrow,
#tiptip_arrow_inner {
  display: none;
}
.toolbar.form {
  min-width: 180px;
}
.properties .label {
  color: #333333;
}
.manual-signature-font-size {
  font-size: 80%;
}
.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
/*Process*/
div.process-activity,
div.process-test,
table.process,
table.process-next-activity {
  width: 100%;
  display: inline-block;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
}
div.process.image {
  padding-top: 40px;
  padding-bottom: 15px;
  margin-left: 10px;
}
table.process tr td {
  padding: 0;
}
table.process-next-activity table.process-next-activity > tbody:first-child > tr:first-child > td:first-child {
  padding-bottom: 20px;
}
/*-- Activity */
.process.activity {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: relative;
  text-align: center;
  color: #FFFFFF;
  font-family: Segoe UI;
  font-weight: normal;
  font-size: 12pt;
  display: inline-block;
  top: 16px;
  margin-left: -1px;
}
.process.activity.ended {
  border-radius: 46px;
  background-color: #8DB25C;
}
.process.activity.pending {
  border-radius: 46px;
  width: 70px;
  height: 70px;
  background-color: none;
  border-color: #8DB25C;
  border-style: solid;
  border-width: 1px;
  color: #8DB25C;
  /*line-height: 40px;*/
}
.process.activity.abandoned {
  border-radius: 46px;
  width: 70px;
  height: 70px;
  background-color: #EF6A68;
  border-style: solid;
  border-width: 1px;
}
.process.activity span {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  word-wrap: break-word;
  position: relative;
  top: 38%;
  padding-bottom: 2%;
  font-size: 60%;
}
.process.activity.long-label span {
  top: 30%;
}
.process.activity.ended span,
.process.activity.abandoned span {
  top: 30%;
}
.process.activity.comment span {
  top: 20%;
}
.process.activity.long-label.ended span,
.process.activity.long-label.abandoned span {
  top: 20%;
}
.process.activity.long-label.comment span {
  top: 20%;
}
.process.activity.date {
  font-size: 65%;
}
/*++ Activity */
/*-- step*/
.process.step {
  position: relative;
  margin-right: 15px;
  display: inline-block;
}
.process.step.wait {
  height: 58px;
  width: 80px;
}
.process.blue.step.wait {
  border: 1px solid #94B1DB;
}
.process.yellow.step.wait {
  border: 1px solid #A66A00;
}
.process.purple.step.wait {
  border: 1px solid #615983;
}
.process.blue-green.step.wait {
  border: 1px solid #6D8DA6;
}
.process.step.started {
  border: none;
  height: 58px;
  width: 80px;
}
.process.blue.step.started {
  background-color: #E1E7F2;
}
.process.yellow.step.started {
  background-color: #FFE373;
}
.process.purple.step.started {
  background-color: #BBB7CA;
}
.process.blue-green.step.started {
  background-color: #D2DCE4;
}
.process.step.ended {
  height: 58px;
  width: 80px;
}
.process.blue.step.ended {
  border: none;
  background-color: #7599D0;
}
.process.yellow.step.ended {
  border: none;
  background-color: #A66A00;
}
.process.purple.step.ended {
  border: none;
  background-color: #615983;
}
.process.blue-green.step.ended {
  border: none;
  background-color: #5C809C;
}
.process.step.blocked {
  background-color: #EF6A68;
  height: 58px;
  width: 80px;
}
.process.step.current-step {
  border: 2px solid #ECB78C;
  height: 58px;
  width: 80px;
}
.process.blue.step.current-step {
  background-color: #E1E7F2;
}
.process.yellow.step.current-step {
  background-color: #FFE373;
}
.process.purple.step.current-step {
  background-color: #BBB7CA;
}
.process.blue-green.step.current-step {
  background-color: #D2DCE4;
}
.process.step.wait.current-step {
  border: 2px solid #ECB78C;
  background-color: #FFFFFF;
}
.process.step.ended.current-step {
  border: 2px solid #ECB78C;
}
.process.blue.step.ended.current-step {
  background-color: #7599D0;
}
.process.yellow.step.ended.current-step {
  background-color: #A66A00;
}
.process.purple.step.ended.current-step {
  background-color: #615983;
}
.process.blue-green.step.ended.current-step {
  background-color: #5C809C;
}
.process.step.blocked.current-step {
  background-color: #EF6A68;
}
.process.step span {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  word-wrap: break-word;
  line-height: 16px;
  position: relative;
  top: 30%;
  text-align: center;
  padding-bottom: 2%;
  font-size: 70%;
  top: 20%;
}
.process.step.blocked.current-step span {
  top: 7%;
}
.process.step.current-step span {
  top: 16%;
}
.process.step.stopped span {
  top: 34%;
}
.process.step.blocked span {
  top: 12%;
}
.process.step span.description {
  font-size: 70%;
}
.process.step span.description.wait {
  font-style: italic;
}
.process.blue.step span {
  color: #7599D0;
}
.process.yellow.step span {
  color: #A66A00;
}
.process.purple.step span {
  color: #615983;
}
.process.blue-green.step span {
  color: #5C809C;
}
.process.step.ended span,
.process.step.blocked span {
  color: #FFFFFF;
}
.process.activity-label {
  text-align: center;
  font-size: 100%;
  font-family: Segoe UI;
  margin-bottom: 5px;
  display: block;
  padding: 0px;
}
.process.activity-label.blue {
  color: #7599D0;
  background-color: #FFFFFF;
  border: solid 1px;
  border-color: #7599D0;
}
.process.activity-label.yellow {
  color: #A66A00;
  background-color: #FFFFFF;
  border: solid 1px;
  border-color: #A66A00;
}
.process.activity-label.purple {
  color: #615983;
  background-color: #FFFFFF;
  border: solid 1px;
  border-color: #615983;
}
.process.activity-label.blue-green {
  color: #5C809C;
  background-color: #FFFFFF;
  border: solid 1px;
  border-color: #5C809C;
}
.process.activity-label.started {
  border: none;
}
.process-action {
  cursor: pointer;
}
.process.activity-label.blue.started {
  color: #7599D0;
  background-color: #E1E7F2;
}
.process.activity-label.yellow.started {
  color: #A66A00;
  background-color: #FFE373;
}
.process.activity-label.purple.started {
  color: #615983;
  background-color: #BBB7CA;
}
.process.activity-label.blue-green.started {
  color: #5C809C;
  background-color: #D2DCE4;
}
.process.activity-label.blue.ended {
  color: #FFFFFF;
  background-color: #7599D0;
}
.process.activity-label.yellow.ended {
  color: #FFFFFF;
  background-color: #A66A00;
}
.process.activity-label.purple.ended {
  color: #FFFFFF;
  background-color: #615983;
}
.process.activity-label.blue-green.ended {
  color: #FFFFFF;
  background-color: #5C809C;
}
/*++ step*/
.process-arrow-up {
  position: relative;
  top: 0px;
  height: 2px;
  width: 40px;
  background-color: #949494;
  margin-left: 33px;
}
.process-arrow {
  position: relative;
  bottom: 20px;
  height: 2px;
  width: 10px;
  background-color: #949494;
  margin-left: 70px;
  margin-right: 1px;
}
.process-arrow-down {
  position: relative;
  top: 14px;
  height: 2px;
  width: 40px;
  background-color: #949494;
  margin-left: 33px;
}
.process-arrow:after,
.process-arrow:before,
.process-arrow-up:after,
.process-arrow-up:before,
.process-arrow-down:after,
.process-arrow-down:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.process-arrow:before,
.process-arrow-up:before,
.process-arrow-down:before {
  border-width: 5px;
  margin-top: -5px;
  border-left-color: #949494;
}
.process-arrow-up-vertical {
  position: relative;
  left: 33px;
  top: 0px;
  height: 19px;
  width: 2px;
  background-color: #949494;
  margin-bottom: -16px;
}
.process-arrow-down-vertical {
  position: relative;
  width: 2px;
  background-color: #949494;
  top: 16px;
  left: 33px;
  height: 19px;
}
.process-link {
  border-bottom: 2px solid;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-family: Segoe UI;
}
.process.step-wait {
  display: block;
  margin-top: 20px;
  cursor: pointer;
  text-align: center;
  font-family: Segoe UI;
  font-size: 120%;
}
.process.step .process.cycle {
  position: relative;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  color: #FFFFFF;
  font-family: Segoe UI;
  font-weight: normal;
  font-size: 8pt;
  display: inline-block;
  margin-left: 5px;
  text-align: center;
  background-color: #20846A;
  line-height: 13px;
  bottom: 29px;
  left: 71px;
}
.process.step.wait .process.cycle {
  bottom: 29px;
  left: 52px;
}
.process.step.wait.stopped .process.cycle {
  bottom: 29px;
  left: 52px;
}
.process.step.started .process.cycle {
  bottom: 26px;
  left: 52px;
}
.process.step.ended .process.cycle {
  bottom: 27px;
  left: 52px;
}
.process.step.blocked .process.cycle {
  bottom: 45px;
  left: 52px;
}
.process.step.current-step .process.cycle {
  bottom: 31px;
  left: 50px;
}
.process.step.current-step.started .process.cycle {
  bottom: 28px;
  left: 50px;
}
.process.step.current-step.wait .process.cycle {
  bottom: 30px;
  left: 50px;
}
.process.step.current-step.ended .process.cycle {
  bottom: 29px;
  left: 50px;
}
.process.step.current-step.blocked .process.cycle {
  bottom: 44px;
  left: 50px;
}
table.requirement-legend tr td {
  font-size: 75%;
  font-style: italic;
}
div.step-content {
  min-height: 600px;
}
table.step-comments.author.start {
  text-align: right;
  font-size: 80%;
}
table.step-comments {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-size: 10pt;
}
table.step-comments .title {
  font-style: normal;
}
table.step-comments .comments {
  font-style: italic;
  font-size: 8pt;
  width: 400px;
  max-width: 400px;
}
table.step-comments .author {
  text-align: right;
  font-style: italic;
  font-size: 10pt;
}
.process-time-left {
  background-image: url(../img/icons/time.left.32x32.607D8B.png);
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  display: inline-block;
  position: relative;
  bottom: 10px;
  zoom: 80%;
}
.process-arrow-right {
  background-image: url(../img/icons/arrow.right.32x32.607D8B.png);
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  display: inline-block;
  position: relative;
  bottom: 12px;
  zoom: 80%;
}
.process-arrow-right.pending {
  margin-right: 50px;
  margin-left: 50px;
}
table.process-information {
  border-collapse: collapse;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
table.process-information:first-child {
  width: 360px;
}
table.process-information.timeline {
  width: 370px;
  font-size: 87%;
}
table.process-information:first-child > tbody > tr > td:first-child {
  width: 370px;
}
table.process-information.timeline > tbody > tr > td:first-child {
  width: 408px;
  padding-left: 0px;
}
.process-information-1,
.process-information-2 {
  padding: 10px;
  min-height: 100px;
  max-height: 100px;
}
.process-information-2 {
  padding-top: 0px;
}
.process-information-2 table {
  display: inline-block;
  position: relative;
  padding-top: 10px;
}
.process-information-2 table tbody tr td.title {
  font-size: 90%;
  font-weight: bold;
}
.process-information-2 table tbody tr td.date {
  font-size: 110%;
}
.process-information-2 table tbody tr td.author {
  /*font-size: 80%;*/
}
.process-information-1 {
  border: 1px solid #ECB78C;
  width: 370px;
  position: relative;
}
.process-information-1 .title {
  font-size: 14px;
}
.process-information-1 .comments {
  padding-top: 3px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 60px;
}
.process-information-2 {
  margin-left: 3px;
  border: 1px solid;
  border-color: #20846A;
  margin-left: 0px;
}
table.process.activity-state tbody tr td div.tool-tip {
  background-position: left;
  display: block;
  padding-right: 23px;
  padding-top: 20px;
}
table.process tbody tr td div.process.step.blocked div.tool-tip {
  background-position: left;
  display: block;
  padding-right: 20px;
  padding-top: 8px;
}
table.process tbody tr td div.process.step.blocked.current-step div.tool-tip {
  background-position: left;
  display: block;
  padding-right: 20px;
  padding-top: 5px;
}
div.step-selector.hidden {
  display: none;
}
.process-cl-entry:not(.last-step) span,
.process-cl-entry:not(.pending) span {
  cursor: default;
}
.process.error.message {
  font-size: 110%;
  padding-bottom: 15px;
}
.process-next-activity tbody tr td div table.process-next-activity > tbody > tr > td > table:first-child {
  position: relative;
  bottom: 53px;
}
.process-next-activity tbody tr td div table.process-next-activity > tbody > tr > td > table:last-child {
  position: relative;
}
.step.process-arrow {
  margin-left: 80px;
  margin-top: -9px;
}
