/* jQuery CSS aanpassingen (voorheen in jquery-ui.css) */
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable {
   border: solid 1px #00a1e2;
}

.ui-dialog .ui-dialog-buttonpane {
   padding: 0;
}

.ui-widget button:focus {
   font-weight: normal;
   border: 2px solid #0E76B0;
   background-color: #fff;
   color: #0E76B0;
}

.ui-widget-header {
   border: 1px solid #dddddd;
   background-color: #00a1e2;
   color: #ffffff;
   font-weight: bold;
}

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
   border: 1px solid #00a1e2;
   background-color: #00a1e2;
   color: #ffffff;
   font-weight: bold;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
   border: 1px solid #00a1e2;
   background-color: #00a1e2;
   color: #ffffff;
   font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
   border: 1px solid #aed0ea;
   background-color: #d7ebf9;
   color: #2779aa;
   font-weight: bold;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
   background-color: #00a1e2;
   color: #ffffff;
   font-weight: bold;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
   border: 1px solid #f9dd34;
   background-color: #ffef8f;
   color: #363636;
}

.ui-widget select {
   font-size: 1em;
   color: #333;
   line-height: 1.8em;
}

.ui-widget {
   line-height: 1.8em;
}

/* Start CSS */
html {
   width: 100%;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

body.login, body.request-user-data {
   background: rgba(0, 0, 0, 0) url("../images/background-delft-half.jpg") no-repeat fixed center center / cover ;
}

body {
   background-color: #f4f4f4;
}

#wrapper {
    min-height: 100%;
}

#wrapper > .container {
    padding-bottom: 25px;
}

#wrapper .top-container {
   position: absolute;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   height: 280px;
   z-index: 1;
   background-color: #4cb3e3;
}

.body-container {
   padding-bottom: 45px;
   position: relative;
   z-index: 3;
}

.body-container .container {
   background-color: white;
   margin-top: 180px;
   border: 1px solid #dfe8f1;
   border-radius: 5px;
   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.10);
   padding-bottom: 25px;
   min-height: 450px;
}

.body-container .title-row {
   margin-top: 25px;
}

h2.page_title {
   margin-top: 0;
}
h2.page_title span.page_title_sub {
   font-size: 18px;
   line-height: 33px;
   margin-right: 3px;
}

h2.page_title div.pull-right,
h2.page_title form.pull-right{
   font-size: 14px;
   line-height: 33px;
}

h2 span.editor_subtitle {
   font-size: 16px;
   font-weight: bold;
}

h4 span.protocol_subtitle {
   font-size: 14px;
   font-weight: bold;
}

h4.content_title {
   margin-top: 5px;
}

table.table {
   margin-bottom: 0;
}

hr {
   margin: 5px 0;
}

.title-row hr {
   margin: 10px 0;
}

.navbar {
   margin-bottom: 0;
}

.navbar-brand {
   padding: 10px 15px;
   height: 60px;
}

.navbar > .container-fluid .navbar-brand {
   margin-left: 0px;
}

.navbar-nav > li > a {
   padding-top: 20px;
   padding-bottom: 20px;
}

@media (min-width: 1480px) {
    .container {
        width: 1400px;
    }
}

#chapters {
   border-bottom: 2px solid #0E76B0;
}

#logo_bar {
   border-bottom: 1px solid #0E76B0;
}

#logo_bar>div {
   height: 80px;
}

#elearning_title {
   text-align: center;
   border-bottom: 2px solid #0E76B0;
}

#main_section {
   margin-bottom: 0;
}

.toggler-icon.activated, .overview .grid td span .toggler-icon.activated {
   color: #0E76B0;
}

.styled_button,
.ui-widget button {
   border: 2px solid #0E76B0;
   background-color: #0E76B0;
   color: #fff;
   line-height: 18px;
   margin: 5px 0;
   padding: 6px 10px;
}

.btn-primary {
   background-color: #0E76B0;
   border-color: #0E76B0;
}

.btn-xs.styled_button {
   padding: 1px 5px;
   line-height: 1.5;
}

.styled_button:hover, .styled_button:focus, .styled_button:active,
.ui-widget button:hover {
   border: 2px solid #0E76B0;
   background-color: #fff;
   color: #0E76B0;
}

.login_button_div {
   width: 100%;
   margin: 20px auto 0;
}

.login_button_div img {
   height: 36px;
}

a.styled_button {
   display: inline-block;
}

a.styled_button:hover {
   text-decoration: none;
}

.left {
   float: left;
}

.right {
   float: right;
}

#prev_button, #next_button, #finish_button, #submit_answers {
   width: 125px;
   margin: 10px 15px 10px 15px;
   text-align: center;
}

#custom_img {
   max-width: 100%;
   max-height: 100%;
   padding-top: 6px;
   position: absolute;
   bottom: 0;
   left: 15px;
}

#custom_portal_img {
   max-height: 55px;
   width: auto;
}

#tsa_img {
   max-width: 100%;
   max-height: 100%;
   padding-top: 16px;
   position: absolute;
   bottom: 0;
   right: 15px;
}

#chapter_box {
   padding: 9px;
   text-align: center;
}

.chapter_button {
   border: 1px solid #0E76B0;
   padding: 3px 8px;
   margin-top: 3px;
   display: inline-block;
   color: #0E76B0;
   text-align: center;
   cursor: pointer;
}

.chapter_button:hover {
   text-decoration: underline;
}

#page_box_buttons {
   text-align: center;
}

.active_chapter {
   background-color: #0E76B0;
   color: white;
}

#chapter_select {
   display: inline;
   border-color: #0E76B0;
   color: #0E76B0;
}

#page_box_select {
   padding-top: 2px;
}

.page_button {
   border: 1px solid #0E76B0;
   border-radius: 50%;
   padding: 3px;
   margin-top: 6px;
   display: inline-block;
   width: 28px;
   color: #0E76B0;
   text-align: center;
   font-weight: bold;
   cursor: pointer;
}

.page_button:hover {
   color: #0E76B0;
}

.active_page {
   background-color: #0E76B0;
   color: #fff;
}

.active_page:hover {
   color: white;
}

#page_select {
   display: inline;
   border-color: #0E76B0;
   color: #0E76B0;
}

td {
   padding: 4px;
}

#edit_link, #logout_link {
   float: right;
   cursor: pointer;
   padding-top: 20px;
   font-weight: bold;
}

#title_bar {
   height: 50px;
}

#title_bar h3 {
   display: inline-block;
   width: 80%;
   margin-top: 10px;
   line-height: 1.5em;
}

#edit_title {
   display: none;
   margin-top: 0;
   font-size: 100%;
   width: 400px;
   height: 32px;
}

#browse_col {
   overflow-y: scroll;
}

#chapter_list,
#chapter_list ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

#chapter_list > li {
   margin: 3px 0;
   padding: 3px;
   cursor: pointer;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   border: 0;
   color: #fff;
   background-color: #0E76B0;
}

#chapter_list li span {
   width: 75%;
   max-height: 24px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   display: inline-block;
}

#chapter_list ul {
   padding-left: 12px;
}

#chapter_list ul li {
   margin: 3px 0;
   padding: 3px 7px 0 3px;
   border: 1px solid #fff;
}

#chapter_list ul li span {
   max-height: 24px;
   font-size: 12px;
   margin: 0 3px 0 0;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   width: 85%;
}

#chapter_list ul li.active {
   background-color: #fff;
}

#chapter_list a {
   color: #fff;
}

#chapter_list ul li.active a {
   color: #0E76B0;
}

.position_groups_div {
   font-size: 12px;
}

#save_bar_row {
   margin-top: 0;
   margin-bottom: 0;
}

#save_bar {
   border-top: 1px solid #0E76B0;
   text-align: center;
   height: 50px;
   display: none;
}

#bottom_bar {
   border-top: 2px solid #0E76B0;
   margin-top: 0;
}

#dialog_container {
   min-width: 500px;
}

#dialog_container td {
   vertical-align: top;
}

.dialog-tabs {
   clear: both;
}

.dialog-tabs table tbody tr td:first-child {
   width: 150px;
}

.dialog-tablist {
   border-bottom: 2px solid #0E76B0;
   clear: both;
   display: block;
   float: left;
   list-style-type: none;
   margin: 8px 0 8px 0;
   padding: 0;
   width: 100%;
}

.dialog-tablist > li {
   float: left;
}

.dialog-tablist > li > a {
   text-decoration: none;
   border: 2px solid #0E76B0;
   margin-bottom: -2px;
   margin-left: 3px;
   padding: 3px 9px;
   background-color: #0E76B0;
   color: #ffffff;
   font-weight: bold;
   display: block;
}

.dialog-tablist > li > a.disabled_tab {
   background-color: #cccccc;
   color: #362b36;
}

.dialog-tablist > li > a.disabled_tab:hover {
   cursor: not-allowed;
   background-color: #F0F0F0;
   color: #362b36;
}

.dialog-tablist > li:first-child > a {
   margin-left: 6px;
}

.dialog-tablist > li > a.selected, .dialog-tablist > li > a:hover {
   background-color: white;
   color: #0E76B0;
}

.dialog-tablist > li > a.selected {
   border-bottom: 2px solid white;
}

#edit_question {
   display: none;
}

.answer_row {
   width: 100%;
   float: left;
}

.answer_row.select {
   float: none;
   display: inline-block;
   margin: 5px 0 0 0;
}

.answer_row .fa-check {
   width: 15px;
}

.question_type_label,
.exam_label {
   display: inline-block;
   width: 50%;
   max-width: 200px;
   box-sizing: border-box;
   float: left;
   vertical-align: top;
}

.question_type_options {
   display: inline-block;
}

.exam_questions {
   display: inline-block;
}

.remove_question {
   background-color: red;
   border-color: red;
}

.remove_question:hover {
   color: red;
   background-color:  white;
}

.round,
.overview .grid td span.round {
   display: inline-block;
   background-color: #0E76B0;
   border: 1px solid #0E76B0;
   border-radius: 50%;
   width: 30px;
   height: 30px;
   color: #fff;
   text-align: center;
   font-weight: bold;
   font-size: 20px;
   line-height: 30px;
   box-shadow: 0 0 2px #0E76B0;
}

.round:hover,
.overview .grid tr:hover .round,
.overview .grid td:hover .round,
.overview .grid td .round:hover {
   text-decoration: none;
}

.step {
   display: inline-block;
   color: #0E76B0;
}

.form_block {
   border: 1px solid #ccc;
   background-color: #eee;
   padding: 15px 15px 10px;
}

#tekst1 {
   color: red;
}

#view_as_details {
   color: #0E76B0;
   border-color: #0E76B0;
   min-width: 200px;
}

#explanation {
   overflow-y: scroll;
}

#questions {
   overflow-y: scroll;
}

.bar_100 {
   width: 100%;
   height: 25px;
   background-color: #cecece;
   display: block;
   border: 1px solid #000;
}

.fill_bar {
   height: 100%;
   display: inline-block;
   float: left;
}

.fill_bar.answer_correct {
   background-color: green;
}

.fill_bar.answer_incorrect {
   background-color: red;
}

.image_description {
   width: 100%;
}

#image_overview {
   height: 80px;
   background-color: rgba(0, 0, 0, 0.25);
   padding: 5px;
   margin-left: -15px;
}

#image_overview img {
   display: inline-block;
   max-height: 100%;
   margin-left: 5px;
   border: 1px solid #000;
   cursor: pointer;
}

#image_carousel {
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.75);
   position: fixed;
   top: 0;
   left: 0;
   color: #fff;
}

.carousel {
   height: 100%;
}

#close_carousel {
   display: block;
   position: absolute;
   top: 5px;
   right: 5px;
   cursor: pointer;
   z-index: 1000;
}

.carousel-inner > .item > img {
   margin: 0 auto;
   max-width: 80%;
   max-height: 80%;
}

#epage_image_list {
   border: 1px solid black;
   display: none;
}

#epage_image_list li {
   list-style-type: none;
   cursor: grab;
}

#epage_image_list li span {
   padding: 5px;
}

#epage_image_list li i {
   cursor: pointer;
}

#epage_image_list li i.fa-trash-o {
   color: red;
}

.green {
   color: green;
}

.red {
   color: red;
}

.orange {
   color: orange;
}
#training_questions p,
#exam_questions p,
#result_overview p {
   font-weight: bold;
}

#result_overview div.row {
   padding-top: 20px;
}

#result_overview span.fa {
   cursor: pointer;
}

#training_frame,
#example {
   max-width: 1200px;
   margin: 0 auto;
}

#sortable_questions {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

.sortable_answers {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

.input-group-addon {
   padding: 6px;
}

.answer_row.edit_area {
   margin: 5px 0;
}

#plus_question {
   float: right;
}

.row {
   margin: 0;
}

#dialog_container .row {
   margin: 10px;
   margin-left: 0;
   margin-right: 0;
}

select.form_control {
   float: left;
   padding: 4px 1px 3px 1px;
   border: 1px solid #ccc;
   width: 100%;
}

.navbar-default {
   background-color: #0E76B0;
   border-color: #0E76B0;
   border-radius: 0px;
   color: white;
}

.navbar-default .navbar-nav > li > a {
   font-weight: bold;
   color: white;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: white;
    color: #0E76B0;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
   background-color: white;
   color: #0E76B0;
}

.navbar-default .navbar-toggle {
    border-color: white;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
   background-color: white;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #0E76B0;
}

label {
   font-weight: normal;
}

.form_block label{
   margin: 10px 0 0 0;
}

.setting_row {
   line-height: 34px;
   margin-bottom: 10px;
}

.setting_row_disabled {
   line-height: 20px;
}

.threshold {
   padding-left:16px;
   width:90%;
   line-height: 1.8em;
}

.row.setting_row hr {
   margin: 5px 0 5px 0;
}

.breadcrumb-container {
   width: 100%;
   position: absolute;
   left: 0;
   top: -60px;
   color: white;
   font-size: 16px;
}

.breadcrumb {
   margin-bottom: 0;
   float: left;
   width: auto;
   padding: 12px 15px;
   background: none;
}

.login-show {
   padding: 13px 15px;
   float: left;
}

.breadcrumb-container #customer_district_form {
   float: left;
   padding: 6px 0;
}

.breadcrumb li, .breadcrumb li a, .breadcrumb > .active, .breadcrumb > li + li::before {
   color: white;
}

.breadcrumb > .active {
   font-weight: bold;
}

@media (min-width: 992px) {
   #chapters-container {
      padding-right: 0px;
   }
}

#chapters-container h4 {
   margin-top: 0px;
}

.chapters-menu {
   width: 100%;
   background-color: #0E76B0;
   color: #ffffff;
   margin-bottom: 15px;
}

.chapters-menu a {
   color: #ffffff;
   text-decoration: none;
}

.chapters-menu ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
   display: block;
   font-weight: bold;
}

.chapters-menu ul li ul {
   display: none;
}

.chapters-menu ul li.expanded ul {
   display: block;
}

.chapters-menu > ul > li > a {
   border-left: 10px solid #66afe9;
}

.chapters-menu ul li.main-item > a:hover, .chapters-menu ul li.main-item.active > a {
   background-color: #9bd4f3;
   border-left: 10px solid #d4e5f6;
}

.chapters-menu ul li.sub-item > a:hover, .chapters-menu ul li.sub-item.active > a {
   background-color: #9bd4f3;
   border-left: 10px solid #d4e5f6;
}

.chapters-menu > ul > li > a {
   padding: 8px 0 8px 8px;
}

.chapters-menu ul li {
   border-top: 1px solid #66afe9;
}

.chapters-menu ul li.current > a {
   font-weight: bold;
}

.chapters-menu > ul > li:first-child {
   border-top: none;
}

.chapters-menu ul li ul li > a {
   padding: 8px 0 8px 20px;
   border-left: 10px solid #66afe9;
   background-color: #4fbeed;
}

.chapters-menu ul > li > a, .chapters-menu ul > li > ul > li > a {
   display: block;
   white-space: nowrap;
   overflow-x: hidden;
   text-overflow: ellipsis;
}

.chapters-menu ul li a span.text {
   float: left;
   width: 85%;
   white-space: nowrap;
   overflow-x: hidden;
   text-overflow: ellipsis;
}

.chapters-menu ul li.main-item > a > span.text {
    width: 80%;
}

.chapters-menu ul li .icons {
   margin-right: 5px;
   float: right;
}

.chapters-menu ul li .icons:hover {
   cursor: pointer;
   display: inline-block;
}

.image-header thead {
   background-color: #0E76B0;
   color: #ffffff;
   border-bottom: 3px solid #d4e5f6;
}

.image-header, .image-overview {
   margin-bottom: 0;
}

.image-list {
   max-height: 300px;
   overflow-y: auto;
}

.image-overview tbody.image-list tr:nth-child(even) {
   background-color: #dceefa;
}

.image-overview-container {
   max-height: 300px;
   overflow-y: auto;
}

.image-overview .image-list td {
   padding: 4px;
   line-height: 30px;
}

.content-tabs-menu {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

.content-tabs-content {
   background-color: #fff;
   border: 1px solid #dfe8f1;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
   position: relative;
   top: -1px;
   z-index: 90;
   padding-bottom: 15px;
}

.content-tabs-menu li.active {
   background-color: #fff;
   border-bottom: 1px solid #fff;
}

.content-tabs-menu li {
   background-color: #eee;
   border: 1px solid #dfe8f1;
   cursor: pointer;
   display: inline-block;
   position: relative;
   z-index: 99;
}

.content-tabs-menu li.disabled a {
   color: #888888;
   cursor: not-allowed;
}

.content-tabs-menu li a {
   color: #333333;
   display: block;
   font-size: 16px;
   /*font-weight: bold;*/
   height: 30px;
   line-height: 30px;
   padding: 0 10px;
   text-decoration: none;
}

.btn.btn-image-select {
   background-color: #0E76B0;
   border: 2px solid #0E76B0;
   color: #ffffff;
   height: 30px;
   margin-right: 0;
   padding: 2px 4px;
}

.btn-image-select:hover {
   background-color: #ffffff;
   color: #0E76B0;
}

.btn-file {
   position: relative;
   overflow: hidden;
}

.btn-file input[type=file] {
   position: absolute;
   top: 0;
   right: 0;
   min-width: 100%;
   min-height: 100%;
   font-size: 100px;
   text-align: right;
   filter: alpha(opacity=0);
   opacity: 0;
   outline: none;
   background: white;
   cursor: inherit;
   display: block;
}

.table.image-header th {
   padding: 6px;
}

.table.image-header td  {
   padding: 4px;
}

.table.image-header .image-add input {
   height: 30px;
   padding: 6px;
}

.image-add input.missing {
   border: 1px solid #ff0000;
}

.table-button {
   background-color: #0E76B0;
   color: #ffffff;
   border: none;
   padding: 0 12px;
   float: right;
   height: 30px;
}

.fa-1-5x {
   font-size: 1.5em;
}

.fa-2x {
   font-size: 1.75em;
}
.fa-3x {
   font-size: 3em;
}
.fa-4x {
   font-size: 4em;
}
.fa-5x {
   font-size: 5em;
}

.question_type_options select {
   height: 25px;
   margin-top: 5px;
   padding: 0;
}

.question_type_label {
   margin-top: 6px;
}

.input_big {
   border: 1px solid black;
   height: 25px;
   width:300px;
   padding-left:10px;
   background: white;
   text-align: left;
}

.light_grey {
   background-color: #E8E8E8;
}

.input_location {
   border: 1px solid black;
   height: 25px;
   width:100%;
   padding-left:10px;
   background: white;
   text-align: left;
}

.input_med {
   border: 1px solid black;
   height: 25px;
   width: 100%;
   background: white;
   padding-left: 10px;
   text-align: left;
}

.input_small{
   border: 1px solid black;
   height: 25px;
   width:120px;
   margin-left:-5px;
   background: white;
   text-align: center;
}

.letter_input{
   border: 1px solid black;
   height: 25px;
   width: 20px;
   background: white;
   text-align: center;
}


.input_small_total{
   border: 2px solid black;
   height: 25px;
   width:120px;
   margin-left:-5px;
   background: #E8E8E8;
   text-align: center;
}

.letter_input_total{
   border: 2px solid black;
   height: 25px;
   width: 20px;
   background: #E8E8E8;
   text-align: center;
}

.no_bottom_border {
   border-bottom: 0!important;
}

.bottom_border  {
   border-bottom: 1px solid black!important;
}

.input_votes_candidates {
   border: 1px solid black;
   height: 20px;
   width:138px;
   background-color: white;
   font-size:13px;
   text-align: center;
}

.input_names_candidates {
   border: 1px solid #DCDCDC;
   border-left: 1px solid black;
   height: 20px;
   width:420px;
   background-color: white;
   font-size:13px;
   margin-left: -2px;
}

.no_padding {
   padding: 0;
}

.input_small_2 {
   border: 1px solid black;
   border-bottom:0;
   height: 50px;
   width:20%;
   background: white;
   text-align: center;
}

.input_big_2 {
   border: 1px solid black;
   border-bottom: 0;
   margin-left: -5px;
   height: 50px;
   width:80%;
   background: white;
   text-align: center;
   padding-left: 5px;
}

.input_date{
   border: 1px solid black;
   height: 25px;
   background: white;
   text-align: center;
}

.display_inline {
   display: inline-block;
}

.assignment {
   border: 1px solid #cacaca;
   background-color: #f5f5f5;
   margin-bottom: 10px;
}

.assignment .fa {
   cursor: pointer;
}

.assignment-header {
   font-weight: bold;
   padding: 10px 0;
   cursor: pointer;
}

.assignment-header span.fa-arrows, .assignment-header span.assignment-number {
   display: table-cell;
}

.assignment-header span.fa-arrows {
   padding-right: 5px;
}

.assignment-header span.fa-times {
   display: inline-block;
   margin-top: 2px;
}

.assignment-header span.assignment-number {
   width: 100%;
}

.assignment-answer .input-group-addon select {
   font-size: 12px;
}

.attachment_text {
   font-size: 20px;
   font-weight: bold;
}

.bgblack_fwhite {
   background-color: black;
   color: white;
}

.assignment-row {
   display: none;
   border-top: 1px solid #cacaca;
}

.assignment-row.expanded {
   display: block;
}

.assignment-container, .assignment-reaction {
   margin: 15px 0;
}

.assignment-container .question-type {
   padding: 2px 5px;
}

.assignment-container .question-usage-row span {
   margin-left: 5px;
}

.assignment-container .question-usage-row span:first-child {
   margin-left: 0px;
}

.assignment-container .form-group {
   margin-bottom: 15px;
}

.assignment-container select.form-control {
   height: 34px;
}

.assignment-container textarea.form-control, .assignment-reaction textarea.form-control {
   resize: vertical;
}

.assignment-container .form-group {
   padding-left: 0;
   padding-right: 0;
}

.assignment-container hr {
   margin: 10px 0;
}

.assignment .styled_button {
   margin: 0;
   padding: 2px 5px;
}

.assignment-answer .form-group {
   margin-bottom: 10px;
}

.assignment-answer input {
   border-left: none;
}

.assignment-raster-container .form-group {
   margin-bottom: 5px;
}

.assignment-raster-container .form-group:last-child {
   margin-bottom: 0px;
}

.assignment-raster-container .form-group label {
   min-width: 180px;
}

.assignment-raster-container {
   margin-bottom: 10px;
}

.raster-image-container {
   position: relative;
}

.assignment-raster-container table {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   font-weight: bold;
   border-collapse: collapse;
   font-size: 8px;
}

.assignment-raster-container table td {
   cursor: pointer;
   border: 1px solid black;
   vertical-align: top;
}

.assignment-raster-container table td.selected {
   border: 3px solid #0E76B0;
}

.training-editor {
   margin-top: 15px;
}

.footer-save {
   bottom: 0;
   height: 50px;
   position: fixed;
   width: 100%;
   text-align: center;
   border-top: 1px solid #0E76B0;
   margin-left: -15px;
   background-color: #ffffff;
   z-index: 10000;
   padding-top: 3px;
}

.step_save {
   height: 50px;
   text-align: center;
   padding-top: 3px;
}

#protocol_body{
   margin-bottom: 70px;
}

.protocol_label {
   margin-bottom:0px;
}

.exercise_paragraph {
   font-weight: bold;
}
.percentage-progress {
   text-align: center;
}

#progress-table th:first-child {
   width: 50px;
}

#progress-table td:first-child span {
   width: 25px;
   height: 25px;
   display: block;
}

#progress-table td span.color_invited, .bar_invited {
   background-color: #7FD4FF;
}

#progress-table td span.color_started, .bar_started {
   background-color: #FFFF00;
}

#progress-table td span.color_done, .bar_done {
   background-color: #008000;
}

#answer-table span.answer_incorrect {
   background-color: red;
}

#answer-table span.answer_correct {
   background-color: #008000;
}

#answer-table .percentage {
   text-align: center;
}

.invited_text{
    font-weight: bold;
    text-align: center;
}

.started_text{
    font-weight: bold;
    text-align: center;
}

.done_text{
    font-weight: bold;
    text-align: center;
}

.example-block {
   padding: 15px;
   background-color: #fff;
   border: 1px solid #ddd;
   border-radius: 4px;
   box-shadow: none;
   margin-left: 0;
   margin-right: 0;
}

.example-block > div {
   max-width: 1200px;
   overflow-x: auto;
}

.example-block #front-end {
   width: 1170px;
   margin: 0 auto;
}

.form_row label {
   line-height: 35px;
   margin-bottom: 0;
   width: 180px;
}

table.dialog-form {
   width: 100%;
}

table.dialog-form tr td:first-child {
   width: 180px;
}

table.dialog-form tr td:nth-child(second) {
   width: 100%;
}

table.dialog-form tr.description_row td {
   font-size: 12px;
   line-height: 14px;
   font-style: italic;
}

a.remove_link {
   cursor: pointer;
}

.delete_image {
   margin: 5px 0;
}

.delete_image input,
.delete_image label {
   display: inline-block;
   vertical-align: top;
}

#under_construction .footer {
   border-top: 1px solid #0E76B0;
   margin-top: 20px;
}

#under_construction, #under_construction #wrapper, #under_construction .container {
   height: 100%;
}

#under_construction .container {
   display: table;
}

#under_construction .container .row.vertical-row {
   display: table-cell;
   vertical-align: middle;
}

#under_construction p {
   text-align: justify;
}

#front-end {
   background: rgba(0, 0, 0, 0) url(../images/background-delft-half.jpg) no-repeat fixed center center / cover;
}

#front-end .page-body {
   margin: 0 auto;
   background: rgba(255, 255, 255, 0.90) none repeat scroll 0 0;
   position: relative;
   min-height: 100%;
   padding-bottom: 20px;
   overflow: hidden;
}

#front-end .page-body-border {
   height: 2px;
   background-color: #0E76B0;
   display: inline-block;
   width: 100%;
   margin-top: 38px;
}

#front-end .footer-border {
   height: 2px;
   background-color: #0E76B0;
   display: inline-block;
   width: 100%;
}

#front-end .logo-header {
   padding: 10px 0;
   background-color: #ffffff;
}

#front-end .logo-header .logo-div {
   width: 558px;
   display: inline-block;
   padding: 0 15px;
}

#front-end .logo-header img {
   height: 55px;
   width: auto;
}

#front-end .elearning-title {
   border-top: 1px solid #0E76B0;
   border-bottom: 1px solid #0E76B0;
   background-color: #0E76B0;
   color: #ffffff;
}

#front-end .elearning-title h3 {
   font-size: 40px;
   font-weight: bold;
   margin: 20px 0;
}

#front-end .progress-breadcrumb {
   line-height: 1.42857143;
   font-size: 12px;
}

#front-end .breadcrumb {
   float: none;
}

#front-end .progress-breadcrumb ol {
   margin-bottom: 0;
   margin-top: 20px;
   padding: 6px 12px;
}

#front-end .page-questions {
   border-left: 1px solid #cacaca;
   background-color: #dceefa;
   padding-left: 0;
}

#front-end .page-text {
   width: 780px;
}

#front-end .page-questions {
   width: 390px;
}

#front-end .page-questions h3 {
   margin-top: 64px;
}

#front-end .page-text, #front-end .page-questions {
   margin-bottom: -9999px;
   display: inline-block;
   float: left;
   padding: 0 15px 9999px 15px;
}

#front-end .page-questions h3 {
   padding-left: 30px;
}

#front-end .footer {
   background-color: #ffffff;
   height: 50px;
}

#front-end .footer .footer-btn {
   display: inline-block;
}

#front-end .footer .footer-btn button {
   text-align: center;
   font-weight: bold;
   background-color: #0E76B0;
   color: #ffffff;
   border: none;
   width: 195px;
   margin-top: 8px;
   padding: 5px 2px;
}

#front-end .page-question {
   margin-bottom: 10px;
   padding-bottom: 5px;
   border-bottom: 1px solid #eeeeee;
}

#front-end .question-list {
   width: 100%;
   padding: 0;
}

#front-end .question-list td:first-child {
   width: 30px;
}

#front-end .question-list .question-text {
   font-weight: bold;
}

#front-end .question-list .question-text td {
   padding-bottom: 10px;
}

#front-end .question-list .question-field {
   width: 20px;
}

#front-end .question-list .question-field input {
   margin-bottom: 3px;
}

.file-form-group {
   margin-bottom: 0;
}

.definitive_overview {
   border: 1px solid #0E76B0;
   width: 100%;
}

.definitive_demand {
   margin-bottom: 0px;
   cursor: default;
}

.definitive_overview th {
   vertical-align: top;
}

.definitive_overview th, .definitive_overview td {
   padding: 4px 6px;
}

.definitive_overview th {
   background-color: #0E76B0;
   color: #ffffff;
}

.definitive_overview tbody tr:nth-child(even) td {
   background-color: #eeeeee;
}

.table_details {
   margin-bottom: 100px;
}

.correct_answer {
   font-weight: bold;
}

.incorrect_answer {
   font-weight: bold;
}

.details_no_padding {
   padding-left: 0px;
}

#details-table th:first-child {
   width: 150px;
}

#progress-table td:first-child span {
   width: 150px;
   height: 25px;
   display: block;
}

.table.answered-table .styled_button {
   margin: 0;
}

.table_email td:first-child {
   width: 200px;
}

.table_email .message-container {
    background-color: #ffffff;
    border: 1px solid #cecece;
    padding: 5px;
}

.align_icon {
   vertical-align: middle;
}

body.login, body.request-user-data, body.privacy-statement-data {
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
}

@media (min-height: 520px) and (min-width: 600px) {
   body.login .container, body.request-user-data .container {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
   }
}

#loginbox, #requestdatabox, #privacy-statement-box {
   background-color: white;
   padding-top: 20px;
   padding-bottom: 20px;

   margin-top: 20px;
   margin-bottom: 20px;

   border-radius: 4px;
}

#loginbox #error_txt, #requestdatabox #error_txt {
   color: red;
   font-size: 12px;
}

.import_error {
   color: red;
   font-weight: bold;
   font-size: 15px;
}

#loginbox .form-group, #requestdatabox .form-group {
   margin-left: 0px;
   margin-right: 0px;
}

#loginbox .header-row div, #requestdatabox .header-row div {
   padding-left: 0px;
   padding-right: 0px;
}

#loginbox .footer-row, #requestdatabox .footer-row, #privacy-statement-box .footer-row {
   padding-top: 20px;
}

#loginbox .footer-row img.img-responsive, #requestdatabox .footer-row img.img-responsive, #privacy-statement-box .footer-row img.img-responsive {
   display: inline-block;
}

#loginbox .footer-row .version-info, #requestdatabox .footer-row .version-info, #privacy-statement-box .footer-row .version-info {
   color: #333333;
   text-decoration: none;
   font-size: 12px;
   font-weight: bold;
}

@media (max-width: 766px) {
   #loginbox, #requestdatabox {
      margin-top: 15px;
      margin-bottom: 15px;
   }
}

@media (max-width: 520px) {
   #loginbox .footer-row .version-info, #requestdatabox .footer-row .version-info {
      float: none !important;
   }

   #loginbox .footer-row, #requestdatabox .footer-row {
      text-align: center;
   }

   #requestdatabox .form-group .pull-right {
      float: none !important;
   }
}

@media (max-width: 460px) {
   #loginbox, #requestdatabox {
      margin-top: 15px;
      margin-bottom: 15px;
   }
}

.member-summary-container {
   background-color: #DCEEFA;
   border: 1px solid #0E76B0;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
}

.member-summary-menu {
   padding: 0 10px 0 10px;
   border-bottom: 8px solid #0E76B0;
}

.member-summary-menu a {
   color: #0E76B0;
   display: inline-block;
   padding: 5px 10px 5px 10px;
   margin: 0 5px 0 0;
   cursor: pointer;
}

.member-summary-menu a:hover, .member-summary-menu a:active, .member-summary-menu a:focus, .member-summary-menu a.active {
   text-decoration: none;
   background-color: #0E76B0;
   color: #FFFFFF;
}

.member-summary-menu a.disabled {
   color: #0E76B0;
   background-color: #DCEEFA;
   cursor: not-allowed;
}

.member-summary-content {
   background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
   padding: 10px 15px;
}

.member-summary-content h4 {
   margin-top: 10px;
}

.member-summary .finished_date {
   font-size: 12px;
   color: #777777;
   text-align: right;
}

.question-check span.fa-2x {
   font-size: 1.9em;
}

.question-check span.fa-check.fa-2x {
   font-size: 1.5em;
}

.question-check, .answer-check {
   width: 24px;
   text-align: center;
}

.question-check.exam-check {
   text-align: left;
}

.question-field {
   width: 20px;
}

.answer-check, .question-check, .question-field {
   vertical-align: top;
}

.question-field input, .answer-check span {
   margin: 8px 0 0 0;
}

.question-item .question-field {
   margin: 0 5px 0 0;
}

.finish-elearning-overview .epage-question-list {
   border-top: 1px solid #dddddd;
   padding-top: 5px;
   margin-top: 5px;
   line-height: 30px;
}

.finish-elearning-overview .epage-question-list .question-check span, .exam-header > .question-check {
   margin-top: 8px;
}

.finish-elearning-overview .exam-header table {
   width: 100%;
}

.finish-elearning-overview .exam-header table td {
   padding: 0px;
}

.finish-elearning-overview .exam-header table td.question-check,
.finish-elearning-overview .exam-header table td.finished_dt {
   width: 20px;
   vertical-align: middle;
   text-align: left;
}

.finish-elearning-overview .exam-header table td.question-text {
   font-weight: bold;
}

.finish-elearning-overview .exam-header .epage-question-list table td.question-check,
.finish-elearning-overview .exam-header .epage-question-list table td.finished_dt {
   vertical-align: top;
}

.member-summary-container {
   margin: 0 0 20px 0;
}

.epage-question-list td, .epage-question-list th {
   padding: 4px 4px 4px 0;
}

.exam-header > .question-check, .exam-header > .question-text {
   line-height: 30px;
   display: inline-block;
   text-align: left;
}

.exam-header > .question-check {
   width: 20px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
   background-color: #ffffff;
   color: #0E76B0;
}

ul.dropdown-menu {
   background-color: #0E76B0;
   padding: 0;
   margin-left: -1px;
}

ul.dropdown-menu > li {
   height: 30px;
}

ul.dropdown-menu > li > a {
   color: #ffffff;
   height: 30px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
   background-color: #ffffff;
   color: #0E76B0;
}

.steps-container {
   background-color: #f5f5f5;
   padding: 10px 5px;
   border: 1px solid #ddd;
   border-radius: 4px;
   margin: 10px 0;

   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
}

.steps-container > li {
   list-style: none;
   text-align: center;
   width: auto;
   padding: 0;
   margin: 0;
   position: relative;
   text-overflow: ellipsis;
   color: #bbbbbb;
   display: block;
   line-height: 2.4em;

   -ms-flex: 1;
   -webkit-flex: 1;
   -moz-flex: 1;
   flex: 1;
}

.steps-container > li:hover {
   color: #6e6e6e;
}

.steps-container > li .step-bubble {
   height: 12px;
   width: 99%;
   border-radius: 2px;
   background-color: #bbbbbb;
   display: block;
   margin: 0 auto 0.5em auto;
   border-bottom: 1px solid #888888;
}

.steps-container > li.step-current {
   color: black;
}

.steps-container > li.step-current .step-bubble {
   background-color: #4cb3e3;
   border-color: #0E76B0;
}

.steps-container > li.step-completed {
   color: green;
}

.steps-container > li.step-completed .step-bubble {
   background-color: #80ab4f;
   border-color: #247830;
}

.steps-container > li a {
   color: inherit;
   text-decoration: none;
}

.steps-container > li a .fa {
   margin-right: 2px;
}

.wizard_labels {
   margin-top: 5px;
}

.wizard_q {
   margin-top: 3px;
   cursor:pointer;
   color : #0E76B0;
}

.wizard_close {
   cursor:pointer;
}

.wizard_activate {
   border: 2px solid #0E76B0;
   background-color: #0E76B0;
   font-weight: bold;
   color: #fff;
   line-height: 18px;
   padding: 6px 10px;

}

.wizard_icon {
   cursor:pointer;
}

.no_data {
    cursor: default;
}

.no_data ul > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.no_data ul > li.done:hover > a, .no_data ul > li:hover > a {
    background-color: #eeeeee;
}

.no_data ul > li.done:hover > a::before, .no_data ul > li:hover > a::before {
    border-right-color: #eeeeee;
}

.no_data ul > li.done:hover > a::after, .no_data ul > li:hover > a::after {
    border-left-color: #eeeeee;
}

.no_data ul > li.disabled > a:hover, .no_data ul > li.disabled > a:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: default;
    text-decoration: none;
}

.no_data ul > li.active > a::after {
    border-left-color: #0E76B0;
}

.info_wizard {
    background-color: #eeeeee;
    width: 100%;
}

.required_fields {
    margin: 0 0 10px 0;
    font-size: 11px;
    clear: both;
}

.required {
    font-weight: bold;
}

table.table tr th:first-child, table.table tr td:first-child {
    text-align: left;
}

table.rights-overview tr th, table.rights-overview tr td {
    padding: 8px 8px 8px 0;
    text-align: center;
}

#select_customer {
   width: 50%;
}

.email_off {
   color: #ff4d4d;
}

.email_on {
   color: #65d074;
}

.new_row {
   margin-bottom: 15px;
}

.progress-bar {
   -webkit-transition: none !important;
   transition: none !important;
}

.username_input {
   width: 90%;
   float: left;
}

.form-inline .form-control.epage-images-select {
   width: 296px;
   font-size: 12px;
}

.privacy-statement-link {
   color: #333333;
   text-decoration: none;
   font-size: 14px;
   font-weight: bold;
}

.fa.alert {
   color: #d9534f;
   border: none;
   margin-bottom: 0;
   padding: 0;
   font-size: 24px;
}

.pop:hover {
   cursor: pointer;
}

.pop.info-icon {
   color: #0E76B0;
}

.reset_checkbox {
   margin-top: 7px!important;
}

.input-group.checklist-group {
   width: 100%;
}

.input-group.checklist-group .form-control {
   width: auto;
   min-width: 300px;
   max-width: 100%;
}

.input-group.checklist-group .form-control[readonly] {
   background-color: #fff;
}

.checklist-group .input-group-btn {
   width: auto;
}

.checkbox-container {
   width: 100%;
   border: 1px solid #ccc;
   border-radius: 2px;
}

.checkbox-container .checkbox-checkall {
   border-bottom: 1px solid #ccc;
   padding: 2px 5px;
}

.checkbox-checkall label {
   margin-bottom: 0;
   width: 100%;
}

.checkbox-checkall input[type="checkbox"] {
   margin: 0 4px;
}

.checkbox-container .checkboxes {
   max-height: 200px;
   overflow-y: auto;
   padding: 2px 5px;
}

.dashboard-row {
   margin-bottom: 25px;
}

.dashboard-row .progress {
   margin-bottom: 0;
}

.dashboard-row .table {
   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.10);
   border-collapse: collapse;
}

.dashboard-row .table thead {
   background-color: #4CB3E3;
   border: 1px solid #4CB3E3;

   color: #ffffff;
}

.dashboard-row .table > thead > tr > th {
   border-bottom: none;
}

.dashboard-row .table tbody {
   border: 1px solid #dfe8f1;
   border-top: none;
}

.dashboard-row .table > tbody > tr:first-child > td {
   border-top: none;
}