/* SETTINGS: {"logoFilename":"","logoPosition":null,"logoWidth":null,"logoHeight":null,"logoAspectRatio":null,"colorPallet":"default","colorHeader":"default","fontSize":1,"headerHeight":"medium","showHeader":true,"showPreviousButton":false,"showProgressBar":true,"showProgressPercent":false,"fixedOrientation":false,"isCustom":true} */ /* Layout wrapper
========================================================== */
html.se_custom_css,
.se_body,
.se_body #se_content {
  /* base background color */
  background-color: #fff;
}
.se_body {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
}
.se_body .btn,
.se_body .btn.btn-primary,
.se_body .form-control {
  color: #000;
  background-color: #f5f5f5;
}
/*
 ################################################################
 ##
 ##  BASICS
 ##  colors, heights, font styles
 ##
 ##
 */
/* Header container
========================================================== */
.se_body #se_title-bar {
  display: block;
  background-color: #fff;
  height: 54px;
  display:none;
}
/* Header: Title wrapper
******************************** */
.se_body #se_title-bar .se_title-wrapper {
  text-align: left;
}
/* Header: Logo
******************************** */
.se_body #se_title-bar .se_title-wrapper .se_title-logo {
  background-image: url("");
  height: 52px;
  width: 52px;
  float: left;
  background-position: center left;
}
/* Header: Title
******************************** */
.se_body #se_title-bar .se_title-wrapper h1 {
  color: #444;
  font-size: 1.72em;
}
/* Content container
========================================================== */
/* Content: Item
******************************** */
/* Item: Font text style
-------------------------------- */
.se_body #se_content .se_item .se_font_text {
  color: #444;
  font-size: 1em;
}
/* Item: Font question style
-------------------------------- */
.se_body #se_content .se_item .se_font_question {
  color: #000;
  font-size: 1em;
  font-weight:bold;
}
/* Item: Titles styles
-------------------------------- */
.se_body #se_content .se_item .se_text h1,
.se_body #se_content .se_item .se_text .h1 {
  font-size: 2.1em;
  margin: 2.1em 0;
}
.se_body #se_content .se_item .se_text h2,
.se_body #se_content .se_item .se_text .h2 {
  font-size: 1.72em;
}
.se_body #se_content .se_item .se_text h3,
.se_body #se_content .se_item .se_text .h3 {
  font-size: 1.29em;
}
.se_body #se_content .se_item .se_text h4,
.se_body #se_content .se_item .se_text .h4 {
  font-size: 1em;
  font-weight: bold;
}
.se_body #se_content .se_item .se_text h5,
.se_body #se_content .se_item .se_text .h5 {
  font-size: 0.86em;
  font-weight: bold;
}
.se_body #se_content .se_item .se_text h6,
.se_body #se_content .se_item .se_text .h6 {
  font-size: 0.71em;
  font-weight: bold;
}
/* Item: Element title (default: .se_font_question)
-------------------------------- */
/* Item: Instructions style
-------------------------------- */
.se_body #se_content .se_item .se_instruction {
  color: #040404;
  font-style: italic;
}
/* Progressbar
========================================================== */
.se_body #se_progress-bar-sticky-wrapper {
  display: block;
  /* @var-showProgressBar */
}
.se_body #se_progress-bar .progress {
  /* Progressbar: background
******************************** */
  background-color: #f5f5f5;
  height: 10px;
}
.se_body #se_progress-bar .progress .progress-bar {
  /* Progressbar: foreground
******************************** */
  color: rgba(255, 255, 255, 0.75);
  background-color: #f90;
}
.se_body #se_progress-bar .progress .progress-bar > span {
  /* Progressbar: progressbar label
******************************** */
  visibility: hidden;
}
/* Elements: Buttons
========================================================== */
.se_body .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.se_body .btn-default.focus,
.se_body .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.se_body .btn-default.active,
.se_body .btn-default:active,
.se_body .btn-default:hover,
.se_body .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.se_body .btn-default.active.focus,
.se_body .btn-default.active:focus,
.se_body .btn-default.active:hover,
.se_body .btn-default:active.focus,
.se_body .btn-default:active:focus,
.se_body .btn-default:active:hover,
.se_body .open > .dropdown-toggle.btn-default.focus,
.se_body .open > .dropdown-toggle.btn-default:focus,
.se_body .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.se_body .btn-default.disabled,
.se_body .btn-default.disabled.active,
.se_body .btn-default.disabled.focus,
.se_body .btn-default.disabled:active,
.se_body .btn-default.disabled:focus,
.se_body .btn-default.disabled:hover,
.se_body .btn-default[disabled],
.se_body .btn-default[disabled].active,
.se_body .btn-default[disabled].focus,
.se_body .btn-default[disabled]:active,
.se_body .btn-default[disabled]:focus,
.se_body .btn-default[disabled]:hover,
.se_body fieldset[disabled] .btn-default,
.se_body fieldset[disabled] .btn-default.active,
.se_body fieldset[disabled] .btn-default.focus,
.se_body fieldset[disabled] .btn-default:active,
.se_body fieldset[disabled] .btn-default:focus,
.se_body fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.se_body .btn-primary {
  color: #fff;
  border-color: #cc7a00;
  background-color: #f90;
}
.se_body .btn-primary:hover {
  border-color: #f90;
  background-color: #fd9;
  color: #333;
}
.se_body .btn-primary.active,
.se_body .btn-primary.active.focus,
.se_body .btn-primary.active:focus,
.se_body .btn-primary.focus,
.se_body .btn-primary:active:focus,
.se_body .btn-primary:focus {
  color: #000;
  background-color: #cc7a00;
  border-color: inherit;
}
/*
 ################################################################
 ##
 ##  DETAILS
 ##  margins, structure, ...
 ##
 ##
*/
.se_body {
  /* Elements: Buttons
  ========================================================== */
  /* More Styles
========================================================== */
}
.se_body #se_title-bar {
  /* Header container
========================================================== */
  border-radius: 0;
  border: none;
  height: 60px;
}
.se_body #se_title-bar .se_title-wrapper {
  /* Header wrapper
******************************** */
  padding: 4px 0;
  line-height: 52px;
  vertical-align: middle;
  text-align: right;
}
.se_body #se_title-bar .se_title-wrapper .se_title-logo {
  /* Header: Logo
-------------------------------- */
}
.se_body #se_title-bar .se_title-wrapper h1 {
  /* Header: Title
-------------------------------- */
  margin: 0;
}
.se_body #se_content {
  /* Content
========================================================== */
  border-top: 1px solid rgba(102, 102, 102, 0.4);
}
.se_body #se_content .se_error,
.se_body #se_content .se_item_error {
  /* Error warning style
******************************** */
  background-color: #f2dede;
  color: #a94442;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
}
.se_body #se_content .se_item {
  /* Content: Item
******************************** */
}
.se_body #se_content .se_item .se_question {
  /* Item: Element title
-------------------------------- */
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.se_body #se_content .se_item .se_instruction {
  /* Item: Instructions style
-------------------------------- */
}
.se_body #se_content .se_item .se_scenario {
  /* Item: Type Scenario
-------------------------------- */
}
.se_body #se_content .se_item .se_scenario .se_choice_table.se_no_row_colors tbody tr,
.se_body #se_content .se_item .se_scenario .se_choice_table.se_no_row_colors tbody tr:nth-child(2n+1) {
  background-color: #fff;
}
.se_body #se_progress-bar.navbar-default {
  /* Progressbar
========================================================== */
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  border: none;
}
.se_body #se_progress-bar .progress {
  /* Progressbar: background
******************************** */
}
.se_body #se_progress-bar .progress .progress-bar {
  /* Progressbar: foreground
******************************** */
  font-size: 14px;
  line-height: 20px;
}
.se_body #se_progress-bar .progress .progress-bar > span {
  /* Progressbar: progressbar label
******************************** */
}
.se_body .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.se_body .btn-default.focus,
.se_body .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.se_body .btn-default.active,
.se_body .btn-default:active,
.se_body .btn-default:hover,
.se_body .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.se_body .btn-default.active.focus,
.se_body .btn-default.active:focus,
.se_body .btn-default.active:hover,
.se_body .btn-default:active.focus,
.se_body .btn-default:active:focus,
.se_body .btn-default:active:hover,
.se_body .open > .dropdown-toggle.btn-default.focus,
.se_body .open > .dropdown-toggle.btn-default:focus,
.se_body .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.se_body .btn-default.disabled,
.se_body .btn-default.disabled.active,
.se_body .btn-default.disabled.focus,
.se_body .btn-default.disabled:active,
.se_body .btn-default.disabled:focus,
.se_body .btn-default.disabled:hover,
.se_body .btn-default[disabled],
.se_body .btn-default[disabled].active,
.se_body .btn-default[disabled].focus,
.se_body .btn-default[disabled]:active,
.se_body .btn-default[disabled]:focus,
.se_body .btn-default[disabled]:hover,
.se_body fieldset[disabled] .btn-default,
.se_body fieldset[disabled] .btn-default.active,
.se_body fieldset[disabled] .btn-default.focus,
.se_body fieldset[disabled] .btn-default:active,
.se_body fieldset[disabled] .btn-default:focus,
.se_body fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.se_body .btn-primary {
  color: #fff;
  border-color: #cc7a00;
  background-color: #f90;
}
.se_body .btn-primary:hover {
  border-color: #f90;
  background-color: #fd9;
  color: #333;
}
.se_body .btn-primary.active,
.se_body .btn-primary.active.focus,
.se_body .btn-primary.active:focus,
.se_body .btn-primary.focus,
.se_body .btn-primary:active:focus,
.se_body .btn-primary:focus {
  color: #000;
  background-color: #cc7a00;
  border-color: inherit;
}
.se_body #se_footer {
  /* Footer container
========================================================== */
  border-top: 1px solid rgba(102, 102, 102, 0.4);
  background-color: rgba(0, 0, 0, 0.04);
  height:90px;
}
.se_body #se_footer #se_prev_button {
  /* Button: 'Previous' (.btn-default)
******************************** */
  display: none;
}
.se_body #se_footer #se_next_button {
  /* Button: 'Next' (.btn-primary)
******************************** */
}

.se_item h3{
  border:1px HEX color code:#AAAAAA;
  border-radius: 2px;
  background: #E5DFEC;
  padding: 10px;
  margin: 0.5em 0em;
  font-weight:bold;
  text-align: center;

}

.se_item tablebox {
  border:1px solid black;
  border-radius: 2px;
 background: white;
  padding: 10px;
  margin: 0.5em -0.5em;
}

.se_matrix_header div {
    padding: 7px !important;
}