/*
-------------------------------------------

 Compaz Skin Algemeen v 1.0
 
 Calder Holding - M. Heitkamp

-------------------------------------------
*/
/* STYLE DEFINITIONS */
/*
-

 Compaz Skin Algemeen v 1.0
 
 Calder Holding - M. Heitkamp

-
*/

/* DEFAULT */

body {
  font-size: 12px;
  color: #58595b;
  font-family: Verdana;
  margin: 0px;
  padding: 0px;
}
html {
  font-family: Verdana;
  background: url("compaz/dc_bg.png") no-repeat bottom right fixed;
}
a {
  color: #5b758f;
  text-decoration: none;
}
a:hover {
  color: #f37c06;
}
ul li {
  list-style-type: none;
}
th,
td {
  padding: 0;
}
/* PAGE */

.page h1 {
  font-size: 1.5em;
  margin-bottom: 5px;
}
.page h2 {
  font-size: 1.4em;
  color: #b30838;
  margin-bottom: 5px;
}
.page p {
  margin: 11px 0px;
}
/* PAGED DEVIDERS */

.page div.left {
  float: left;
  width: 655px;
}
.page div.right {
  float: right;
  width: 327px;
}
.page div.left.small {
  width: 327px;
}
.page div.right.large {
  width: 655px;
}
/*  SPECIAL   */

.client .page h1,
.client .page h2 {
  color: #b30838;
}
.orange {
  color: #f37c06;
}
#small_txt {
  font-size: 0.9em;
}
#small_txt input {
  margin: 0px;
}
#modal-addclient #small_txt {
  font-size: 0.8em;
  color: #8b8c8e;
}
.clear {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
}
.clear-fix:after,
p.inline:after,
.grid.horizontal:after,
.collapsablebox .collapsablebox-content li:after {
  content: ".";
  visibility: hidden;
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  *display: inline-block;
}
.hidden {
  display: none;
}
.clear-padding,
.clear-margin-padding {
  padding: 0px;
}
.clear-margin,
.clear-margin-padding {
  margin: 0px;
}
.action_btn.big.block {
  display: block;
  float: none !important;
}
.pull-right {
  float: right;
}
.float-left {
  float: left;
  width: auto !important;
}
/* LOGIN BOX  */

#login_box {
  margin: 100px auto 0 auto;
  width: 430px;
  padding-bottom: 26px;
  background: url("compaz/shader_loginbox.png") no-repeat center bottom;
}
#login_box div.login_header {
  background: #b30838 url("compaz/gradients/white_big.png") repeat-x top center;
  width: 100%;
  height: 90px;
}
#login_box div.login_header h1 {
  font-size: 1.6em;
  color: white;
  margin: 0;
  padding-left: 60px;
  line-height: 90px;
  background: url("compaz/login_bg.png") no-repeat left center;
}
#login input.login_input {
  background: url("compaz/invoer_bg.jpg") no-repeat center center;
  width: 296px;
  height: 38px;
  border: 1px solid dimgray;
  text-indent: 5px;
  font-size: 1.2em;
  margin-bottom: 5px;
  color: dimgray;
}
#login_box div.login_content {
  padding: 20px 60px;
  background: white url("compaz/gradients/shader.png") repeat-x center top;
  line-height: 18px;
  border-left: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
}
#login_box #help {
  margin: 30px 15px 0 0;
}
#login_footer {
  background: url("werkcompaz/logo_large.png") no-repeat left top;
  padding-top: 50px;
  width: 499px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
/* BOXES */

.BoxLarge {
  height: 200px;
  width: 100%;
}
.BoxSmall {
  height: 100px;
  width: 100%;
}
.updownbox {
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.updownboxsmall {
  height: 30px;
  width: 15px;
  float: left;
  border: 1px solid #e3e3e3;
}
.btnbox {
  width: 100%;
  min-height: 40px;
  margin-top: 5px;
}
.btnbox input,
.btnbox a {
  float: left;
  margin-right: 5px;
}
.searchfield {
  display: block;
  float: none;
}
.searchfield .single-line {
  height: 26px;
  line-height: 30px;
  margin-bottom: 5px;
  width: 325px;
}
.searchfield .small {
  display: inline;
  height: 30px;
}
.leftrightbox .leftrightbox__buttons {
  padding: 200px 10px 0;
}
.leftrightbox table {
  width: 100%;
}
.leftrightbox .listview-scrollable {
  height: 400px;
  width: 320px;
  border: 1px solid #e3e3e3;
}
.leftrightbox > div {
  float: left;
}
.leftrightbox > div.list {
  width: 350px;
}
/* --- INPUT FIELDS --- */

.txtLarge {
  margin-top: 10px;
  background: url("compaz/gradients/invoer_txt.png") repeat-x center center;
  width: 100%;
  height: 38px;
  border: 1px solid dimgray;
  text-indent: 5px;
  font-size: 14px;
  margin-bottom: 5px;
  color: dimgray;
}
/* ACTION BUTTON */

.action_btn {
  display: block;
  cursor: pointer;
  border: none;
  background: url("compaz/buttons/btn_action.png") no-repeat right center;
  height: 40px;
  width: 240px;
  line-height: 40px;
  text-decoration: none;
  font-size: 1.2em;
  color: white;
  letter-spacing: 1px;
  font-weight: bold;
  border-left: 1px solid #df7206;
  overflow: hidden;
  text-align: center;
}
a.action_btn {
  color: white;
}
.action_btn.big {
  width: 275px;
}
.action_btn.login {
  width: 297px;
  margin: 10px 0;
}
.action_btn:hover {
  background-image: url("compaz/buttons/btn_action_hover.png");
  text-decoration: none;
  color: white;
}
.action_btn.ia,
.action_btn.ia:hover {
  background-image: url("compaz/buttons/btn_login_ia.png");
  border-color: gray;
}
.action_btn.add {
  background-image: url("compaz/buttons/btn_action_add.png");
}
.action_btn.add:hover {
  background-image: url("compaz/buttons/btn_action_add_hover.png");
}
.action_btn.black {
  background-image: url("compaz/buttons/btn_action_black.png");
  border-color: black;
}
.action_btn.black:hover {
  background-image: url("compaz/buttons/btn_action_black_hover.png");
}
.action_btn.small {
  background: url("compaz/gradients/btn_bg.png") repeat-x scroll center center transparent;
  line-height: 30px;
  border: 1px solid black;
  color: white;
  cursor: pointer;
}
/*  STANDARD BUTTONS  */

.btn_standard {
  cursor: pointer;
  border: 1px solid black;
  background: url("compaz/gradients/btn_bg.png") repeat-x center top;
  width: 325px;
  height: 30px;
  line-height: 30px;
  display: block;
  color: white;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  margin-top: 1px;
  font-size: 1.2em;
}
.btn_standard img {
  float: right;
  margin: 3px 8px 0px 0px;
}
.btn_standard:hover {
  border: 1px solid black;
  background-image: url("compaz/gradients/btn_bg_hover.png");
  text-decoration: none;
  color: white;
}
.btn_standard.or {
  background-image: url("compaz/gradients/btn_bg_or.png");
  border: 1px solid #c16305;
}
.btn_standard.or:hover {
  background-image: url("compaz/gradients/btn_bg_or_hover.png");
}
.btnbox .btn_standard {
  height: 38px;
  line-height: 40px;
  margin-top: 0;
}
.btnbox .btn_standard img {
  margin-top: 8px;
}
.small_btn_fix {
  width: 250px;
  height: 40px;
  float: left;
}
/*  BTN_GO  */

.btn_go {
  display: block;
  float: right;
  background: url("compaz/icons/small/btn_go.png") no-repeat center center;
  width: 32px;
  height: 31px;
}
.btn_go:hover {
  background-image: url("compaz/icons/small/btn_go_hover.png");
  text-decoration: none;
  cursor: pointer;
}
/*  SQUARE BUTTONS */

input.delete,
a.delete {
  width: 40px;
  height: 40px;
  background-image: url("compaz/buttons/btn_delete.png");
  border: none;
  cursor: pointer;
  display: block;
}
input.delete:hover,
a.delete:hover {
  background-image: url("compaz/buttons/btn_delete_hover.png");
  display: block;
}
a.delete.disabled,
a.delete.disabled:hover {
  background-image: url("compaz/buttons/btn_delete_ia.png");
  cursor: default;
}
input.up,
input.left {
  width: 40px;
  height: 40px;
  background-image: url("compaz/buttons/btn_up.png");
  border: none;
  cursor: pointer;
}
input.up:hover,
input.left:hover {
  background-image: url("compaz/buttons/btn_up_hover.png");
}
input.down,
input.right {
  width: 40px;
  height: 40px;
  background-image: url("compaz/buttons/btn_down.png");
  border: none;
  cursor: pointer;
}
input.down:hover,
input.right {
  background-image: url("compaz/buttons/btn_down_hover.png");
}
input.left {
  background-image: url("compaz/buttons/btn_left.png");
}
input.left:hover {
  background-image: url("compaz/buttons/btn_left_hover.png");
}
input.right {
  background-image: url("compaz/buttons/btn_right.png");
}
input.right:hover {
  background-image: url("compaz/buttons/btn_right_hover.png");
}
.updownboxsmall a {
  float: left;
  width: 15px;
  height: 15px;
}
a.moveup {
  background-image: url("compaz/buttons/btn_up_small.png");
}
a.movedown {
  background-image: url("compaz/buttons/btn_down_small.png");
  border-bottom: 1px solid black;
}
a.moveup:hover {
  background-image: url("compaz/buttons/btn_up_small_hover.png");
}
a.movedown:hover {
  background-image: url("compaz/buttons/btn_down_small_hover.png");
}
a.btn {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  display: block;
}
div.btn {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  display: block;
}
a.btn.print {
  background-image: url("compaz/buttons/btn_print.png");
  float: right;
  margin: 10px 0px;
}
a.btn.print:hover {
  background-image: url("compaz/buttons/btn_print_hover.png");
}
a.btn.doc {
  background-image: url("compaz/buttons/generate_doc.png");
  float: right;
  margin: 10px;
}
div.btn.doc {
  background-image: url("compaz/buttons/generate_doc.png");
}
div.btn.doc:hover {
  background-image: url("compaz/buttons/generate_doc_hover.png");
}
a.btn.doc:hover {
  background-image: url("compaz/buttons/generate_doc_hover.png");
}
a.btn.edit {
  background-image: url("compaz/buttons/btn_edit.png");
}
a.btn.edit:hover {
  background-image: url("compaz/buttons/btn_edit_hover.png");
}
a.btn.small {
  width: 20px;
  height: 20px;
}
a.btn.reset.small {
  background-image: url("compaz/icons/small/btn_reset.png");
}
a.btn.reset.small:hover {
  background-image: url("compaz/icons/small/btn_reset_hover.png");
}
.textbtn {
  width: 250px;
  height: 40px;
  vertical-align: middle;
  display: block;
  margin: 10px;
}
.textbtn .btn {
  display: block;
  float: left;
  margin-right: 10px;
}
.textbtn .content {
  padding-top: 12px;
}
a.import,
a.export {
  margin-top: 5px;
  width: 40px;
  height: 40px;
  background-image: url("compaz/buttons/btn_import.png");
  border: none;
  cursor: pointer;
  display: block;
  float: right;
  margin-left: 5px;
}
a.import:hover {
  background-image: url("compaz/buttons/btn_import_hover.png");
}
a.export {
  background-image: url("compaz/buttons/btn_export.png");
}
a.export:hover {
  background-image: url("compaz/buttons/btn_export_hover.png");
}
.btn_standard.or.doc {
  height: 40px;
  line-height: 40px;
  background-color: #f37c06;
  background-position: center center;
}
.btn_standard.or.doc span {
  float: left;
  height: 40px;
  width: 40px;
  background: url("compaz/buttons/generate_doc.png");
}
.btn_standard.or.doc:hover span {
  float: left;
  height: 40px;
  width: 40px;
  background-image: url("compaz/buttons/generate_doc_hover.png");
}
.btn_view {
  float: right;
  margin-right: 5px;
}
/* CLOSE BUTTONS */

a.close {
  width: 25px;
  height: 25px;
  background-image: url("compaz/icons/small/btn_close.png");
  border: solid 1px black;
  cursor: pointer;
  float: right;
}
a.close:hover {
  background-image: url("compaz/icons/small/btn_close_hover.png");
}
/* HELP BOX */

#help {
  float: right;
  margin-top: 18px;
  width: 29px;
  height: 29px;
  background: url("compaz/icons/small/btn_help.jpg") no-repeat center center;
  cursor: help;
}
#help:hover {
  background-image: url("compaz/icons/small/btn_help_hover.jpg");
}
.page #help {
  margin-top: 12px;
}
#help span {
  display: none;
  padding: 2px 3px;
  margin-left: 29px;
  width: 130px;
}
#help:hover span {
  display: inline;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid black;
  padding: 10px;
  color: white;
}
/*  HEADER  */

#header {
  height: 114px;
  width: 100%;
  background: url("werkcompaz/header_bg.png") repeat-x center center;
}
#header_mnu {
  width: 100%;
  height: 90px;
  background: #b30838 url("compaz/gradients/mnu_top.png") repeat-x center center;
  border-bottom: 1px solid #b8b8b8;
}
#header h1 {
  margin: 20px 0 0 10px;
  background: url("werkcompaz/logo_large.png") no-repeat left 15px;
  padding-top: 60px;
  width: 400px;
  float: left;
  font-size: 1.2em;
  text-align: right;
}
#header h1 a {
  color: #58595b;
}
/*  HEADER MENU */

#header_mnu ul.topnav {
  padding: 10px 0 0 0;
  margin: 0;
}
#header_mnu ul.topnav li {
  float: left;
  padding: 0;
  background: #b80336 url("compaz/gradients/black_small.png") repeat-x center center;
  list-style: none;
  margin-right: 10px;
  border-left: 1px solid #6a0521;
  border-right: 1px solid #6a0521;
}
#header_mnu ul.topnav li:hover {
  background-image: url("compaz/gradients/white_small.png");
}
#header_mnu ul.topnav li a {
  color: white;
  padding: 0 15px 0 44px;
  height: 40px;
  line-height: 45px;
  display: block;
  letter-spacing: 1px;
  background: url("compaz/icons/small/i_default.png") no-repeat 8px center;
  font-size: 1.2em;
  font-weight: bold;
}
#header_mnu ul.topnav li a:hover {
  color: white;
  text-decoration: none;
}
#header_mnu ul.topnav li.selected a {
  color: #58595b;
  border: none;
  padding: 0 16px 0 45px;
  background-image: url("compaz/icons/small/i_default_a.png");
  background-position: 9px center;
}
#header_mnu ul.topnav li.selected,
#header_mnu ul li.selected:hover {
  background-image: url("compaz/gradients/mnu_item_active.jpg");
}
/*  HEADER SUBMENU  */

#header_mnu ul.subnav {
  float: left;
  margin: 8px 0px 0px 0px;
  padding: 0 0 0 0;
}
#header_mnu ul.subnav li {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
#header_mnu ul.subnav li a {
  font-size: 1.3em;
  line-height: 30px;
  height: 30px;
  padding: 0px 10px;
  border-left: 1px solid #b8b8b8;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}
#header_mnu ul.subnav li a:hover,
#header_mnu ul.subnav li.selected a {
  background-color: white;
  text-decoration: none;
  color: #5b758f;
}
#header_mnu ul.subnav li a.disable {
  color: #bbbbbb;
  border-color: #dddddd;
  background-color: rgba(0, 0, 0, 0.02);
}
#header_mnu ul.subnav li a.disable:hover {
  color: #bbbbbb;
  background-color: rgba(0, 0, 0, 0.02);
  cursor: default;
}
/*  HEADER ICONS  */

#header_mnu ul li a.Home {
  background-image: url("compaz/icons/small/i_home.png");
}
#header_mnu ul li.selected a.Home {
  background-image: url("compaz/icons/small/i_home_a.png");
}
#header_mnu ul li a.Clienten {
  background-image: url("compaz/icons/small/i_user.png");
}
#header_mnu ul li.selected a.Clienten {
  background-image: url("compaz/icons/small/i_user_a.png");
}
#header_mnu ul li a.Resultaten {
  background-image: url("compaz/icons/small/i_stat.png");
}
#header_mnu ul li.selected a.Resultaten {
  background-image: url("compaz/icons/small/i_stat_a.png");
}
#header_mnu ul li a.Beheer {
  background-image: url("compaz/icons/small/i_beheer.png");
}
#header_mnu ul li.selected a.Beheer {
  background-image: url("compaz/icons/small/i_beheer_a.png");
}
#header_mnu ul li a.Mailbeheer {
  background-image: url("compaz/icons/small/i_mailbeheer.png");
}
#header_mnu ul li.selected a.Mailbeheer {
  background-image: url("compaz/icons/small/i_mailbeheer_a.png");
}
#header_mnu ul li a.Groepen {
  background-image: url("compaz/icons/small/i_groepen.png");
}
#header_mnu ul li.selected a.Groepen {
  background-image: url("compaz/icons/small/i_groepen_a.png");
}
#header_mnu ul.subnav li a.groepen.Clienten {
  background-image: none;
}
#header_mnu ul li a.ToetsGroepen {
  background-image: url("compaz/icons/small/i_toetsen.png");
}
#header_mnu ul li.selected a.ToetsGroepen {
  background-image: url("compaz/icons/small/i_toetsen_a.png");
}
/*  ACCOUNT BLOCK  */

.logout {
  color: transparent;
  background: url("compaz/buttons/btn_uitloggen.jpg") no-repeat center center;
  text-align: center;
  height: 20px;
  width: 90px;
  cursor: pointer;
  display: block;
  margin: 10px auto 0px auto;
  border: 1px solid black;
}
.logout:hover {
  background-image: url("compaz/buttons/btn_uitloggen_hover.jpg");
}
#account_box {
  float: right;
  margin-top: 10px;
  color: #58595b;
  font-size: 12px;
  text-align: center;
}
#account_box b {
  color: white;
}
/*  PAGE  */

.page {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .page-responsive {
    width: 90%;
    min-width: 730px;
  }
}
/*  CLIENT HOMEPAGE  */

.test_block {
  border: 1px solid #c0c0c2;
  padding: 2px;
  background: #ededf1;
}
.action_block img {
  float: left;
}
.test_txt {
  float: left;
  background: white url("compaz/gradients/blok_bg_klein.jpg") repeat-x center bottom;
  width: 735px;
  min-height: 141px;
  padding: 8px;
}
.action_box {
  float: right;
  width: 241px;
}
.test_txt h3 {
  font-size: 18px;
  padding: 0px;
  margin: 0px 0px 2px 0px;
}
.test_txt ul {
  margin: 0;
  padding: 0;
}
.test_txt ul li {
  line-height: 20px;
  padding-left: 5px;
}
.test_txt ul li a {
  font-weight: bold;
  color: #b30838;
}
/*  BANNER BOX  */

#banner_block {
  background: #bebfc1 url("compaz/gradients/shader.png") repeat-x center top;
  border-bottom: 1px solid #58595b;
  height: 183px;
}
#slide_images {
  position: relative;
  width: 747px;
  height: 183px;
  float: left;
}
#slide_images img {
  position: absolute;
}
ul#nav {
  height: 182px;
  padding: 0px;
  margin: 0px;
  width: 246px;
  float: right;
}
ul#nav li {
  height: 61px;
  width: 246px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ul#nav li a {
  color: white;
  padding: 12px 5px 12px 58px;
  text-decoration: none;
  display: block;
  line-height: 18px;
}
ul#nav li.activeSlide a {
  color: #5a5a5c;
}
.slide_1 {
  background-image: url("compaz/buttons/banner_txt_01.jpg");
}
.slide_1.activeSlide {
  background-image: url("compaz/buttons/banner_txt_01_a.jpg");
}
.slide_2 {
  background-image: url("compaz/buttons/banner_txt_02.jpg");
}
.slide_2.activeSlide {
  background-image: url("compaz/buttons/banner_txt_02_a.jpg");
}
.slide_3 {
  background-image: url("compaz/buttons/banner_txt_03.jpg");
}
.slide_3.activeSlide {
  background-image: url("compaz/buttons/banner_txt_03_a.jpg");
}
#slide_container {
  background-color: white;
  float: left;
  width: 1000px;
}
/*  BLOCK  */

div.block {
  background: url("compaz/gradients/blok_bg.jpg") repeat-x center bottom;
  padding: 10px;
  margin: 10px 0px;
  border: 1px solid #e3e3e3;
}
div.block.coach {
  position: relative;
  padding-right: 165px;
  min-height: 150px;
}
div.block.coach img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
/* TABLE */

.table {
  width: 100%;
  border-collapse: collapse;
}
.table tbody td,
.table thead th {
  padding: 2px;
}
.table thead th {
  background-color: #b30838;
  color: white;
}
.table-striped tbody tr:nth-child(2n+2) td {
  background-color: #f1f1f1;
}
.table-grades tbody td {
  text-align: center;
}
.table-grades tbody td:first-child,
.table-grades thead th:first-child {
  text-align: left;
}
/* LISTVIEW */

.listview {
  position: relative;
}
.listview-scrollable {
  overflow: auto;
  height: 400px;
}
/* LISTVIEW TABLE */

table.tbl_listview {
  width: 100%;
  border-spacing: 0 5px;
  border-collapse: separate !important;
}
table.tbl_listview td,
table.tbl_listview th {
  padding: 2px 6px ;
  min-height: 30px;
  line-height: 30px;
  border: 1px solid #e3e3e3;
  border-left: 0px;
  border-right: 0px;
}
table.tbl_listview td:first-child {
  border-left: 1px solid #e3e3e3;
}
table.tbl_listview td:last-child {
  border-right: 1px solid #e3e3e3;
}
table.tbl_listview th {
  background-color: #58595b;
  text-align: left;
  color: white;
}
table.tbl_listview th a {
  font-weight: bold;
  color: white;
}
table.tbl_listview tr {
  background: white url("compaz/gradients/item_bg.jpg") repeat-x center bottom;
  border: 1px solid #e3e3e3;
}
table.tbl_listview tr:hover {
  background-image: none;
}
table.tbl_listview .selected,
.listview table .selected:hover {
  color: white;
  background: #b30838 url("compaz/gradients/white_small.png") repeat-x center top;
  background-position: center top;
  border-color: #b30838;
}
table.tbl_listview .selected td a {
  color: white;
}
/* LISTVIEW BUTTONS */

table.tbl_listview input[type=button] {
  cursor: pointer;
  border: solid 1px black;
  background: url("compaz/gradients/btn_bg.png") repeat-x center center;
  color: white;
}
table.tbl_listview input:hover {
  background-image: url("compaz/gradients/btn_bg_hover.png");
}
/* LISTVIEW PAGER */

.listview .listview-pager .next,
.listview .listview-pager .prev {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 33px;
  background: url("compaz/gradients/item_bg.jpg");
  width: 35px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.listview .listview-pager .next {
  left: auto;
  right: 0px;
}
.listview .listview-pager {
  border: 1px solid #e3e3e3;
  float: none;
  width: 100%;
  background: url("compaz/gradients/item_bg.jpg");
  position: relative;
}
.listview .listview-pager .pages a {
  float: left;
  display: block;
  padding: 0 5px;
}
.listview .listview-pager .pages a.selected {
  color: #b30838;
  font-weight: bold;
}
.listview-pager .pages-wrapper {
  overflow: hidden;
  height: 33px;
  line-height: 33px;
}
.listview-pager .pages {
  padding-left: 35px;
}
/* LISTVIEW LOADER */

.listview-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-image: url("compaz/listview-overlay-bg.png");
}
.listview-loading listview-loading-overlay {
  display: block;
}
.listview-loading-overlay div,
.loading {
  background-image: url("compaz/ajax-loader.gif");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center center;
}
.listview-loading .listview-loading-overlay {
  display: block;
}
/*  ACTION BLOCK  */

.action_block {
  background: url("compaz/gradients/blok_bg_klein.jpg") repeat-x scroll center bottom white;
  float: left;
  width: 241px;
  margin-bottom: 3px;
  line-height: 55px;
  text-indent: 5px;
}
.action_block span {
  color: #b30838;
}
/*  TESTPAGE  */

#testafname-container {
  position: relative;
  background-color: white;
}
#testafname-container h3 {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  color: black;
  width: 100%;
  height: 100%;
}
#testafname-container .overlay,
#testafname-container .overlay .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
#testafname-container .overlay .background {
  background-color: white;
  opacity: 0.8;
}
#testafname-container .overlay .message {
  position: absolute;
  top: 35%;
  z-index: 20;
  width: 100%;
  text-align: center;
}
#testafname-container .overlay .btn_standard {
  display: inline-block;
}
.example_txt {
  width: 100%;
  line-height: 55px;
  text-indent: 10px;
  background: url("compaz/voorbeeld_txt.png") no-repeat right center;
}
#test_header,
#example_header {
  width: 100%;
  background: url("compaz/test_header.png") repeat-x center center;
  border: 1px solid #b8b8b8;
  height: 57px;
}
#test_header .padding {
  padding: 18px 10px;
}
#test_header .progress {
  float: right;
  margin: 8px 5px 0px 0px;
}
.test-container {
  border: 1px solid #b8b8b8;
  width: 100%;
}
.test-navigation {
  display: block;
  width: 100%;
  line-height: 40px;
}
.test-navigation .action_btn {
  float: right;
}
.test-navigation .link {
  margin-left: 5px;
  cursor: pointer;
}
.test-container .media {
  width: 100%;
  display: block;
  background-color: white;
}
.copyright {
  padding-left: 5px;
}
.test-wrapper {
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background: url("compaz/gradients/test_bg.jpg") repeat-x center bottom;
  overflow: auto;
  padding: 10px;
}
.test_content img {
  margin-top: 10px;
}
.test_content .loading {
  height: 4em;
}
.test_right {
  float: right;
  width: 276px;
  margin: 5px 0px 5px 5px;
}
.test_item .test_label,
.test_item_text {
  position: relative;
  left: 33px;
  width: 240px;
  margin-left: 2px;
  line-height: 30px;
  background: url("compaz/gradients/answer_bg.jpg") repeat-x center center;
  padding-left: 5px;
  margin-bottom: 5px;
  border: 1px solid #d4cccc;
}
.test_item .test_check {
  position: absolute;
  height: 20px;
  width: 20px;
  padding: 6px;
  background: #58595b url("compaz/gradients/gradient_white.png") repeat-x center center;
  margin-bottom: 5px;
}
.test_item .test_label,
.test_item_text {
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #e6e6e6 48%, gainsboro 83%, #dadada 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(48%, #e6e6e6), color-stop(83%, gainsboro), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%, #e6e6e6 48%, gainsboro 83%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, #e6e6e6 48%, gainsboro 83%, #dadada 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, #e6e6e6 48%, gainsboro 83%, #dadada 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #efefef 0%, #e6e6e6 48%, gainsboro 83%, #dadada 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dadada', GradientType=0);
  /* IE6-9 */

}
.test_item .test_label input {
  float: right;
  margin: 4px 4px 0px 0px;
  width: 171px;
}
.test_item_text input {
  width: 225px;
}
.test_item .test_label label {
  width: 100%;
  margin-top: 5px;
  display: block;
}
.test_item .test_label {
  line-height: 20px;
}
.test_item,
.test_item .test_label {
  min-height: 30px;
}
.test_items_large .test_label {
  width: 938px;
}
.test_items_large {
  margin-top: 10px;
}
span#question {
  line-height: 18px;
}
/* Test forms */

#testafname-container .form-layout label {
  float: left;
  display: block;
  width: 160px;
}
#testafname-container .form-layout .single-line {
  width: 300px;
}
#testafname-container .form-layout .radiobuttonlist {
  float: left;
}
#testafname-container .form-layout .radiobuttonlist label,
#testafname-container .form-layout .radiobuttonlist input {
  width: auto;
  float: left;
}
#testafname-container .form-layout .radiobuttonlist li {
  display: block;
  float: none;
  overflow: auto;
}
#testafname-container .form-layout .radiobuttonlist ul {
  margin: 0px;
  padding: 0px;
}
#testafname-container .form-layout textarea {
  width: 975px;
  height: 150px;
  resize: none;
}
#testafname-container .validation-errors {
  position: absolute;
  right: 47px;
  top: 110px;
}
#testafname-container .validation-errors ul {
  margin: 0px;
  padding: 0px;
}
#testafname-container .validation-errors li {
  list-style: disc;
}
/*radiobuttonlist horizontal*/

#testafname-container .form-layout p.question {
  font-weight: bold;
}
#testafname-container .action_btn {
  float: right;
}
/* Trainingform */

#testafname-container .form-layout .workexperience .single-line {
  width: 225px;
}
#testafname-container .form-layout .workexperience .multi-line {
  min-width: 200px;
  max-width: 300px;
  width: 200px;
  height: 50px;
  min-height: 50px;
  resize: both;
}
#testafname-container .form-layout .workexperience td {
  vertical-align: top;
}
#testafname-container .form-layout .workexperience th,
#testafname-container .form-layout .trainingform th {
  text-align: left;
}
/*  PROGRESS BAR  */

#progressbar {
  height: 2px;
  margin: 10px 5px 0px 0px;
  position: relative;
  background-color: black;
}
#progress {
  width: 1.3%;
  position: absolute;
  background-color: #9e1e35;
  height: 2px;
  left: 0px;
  top: 0px;
  overflow: visible !important;
}
#progress #slider {
  width: 5px;
  Height: 13px;
  border: 1px solid #4f4f4f;
  position: absolute;
  right: 0px;
  top: -6px;
  background: url("compaz/gradients/status.png") no-repeat;
}
#progresstxt {
  float: left;
  margin-left: 20px;
}
span#count {
  font-weight: bold;
}
/* POPUP */

div.popup {
  background-color: rgba(205, 205, 205, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
div.popup table {
  width: 500px;
  margin: auto;
  margin-top: 100px;
  border: 1px solid #cccccc;
  background-color: white;
  border-spacing: 0px;
  font-size: 12px;
}
div.popup table tr td {
  padding: 6px 20px;
}
div.popup input[type="text"],
div.popup select {
  width: 275px;
}
.pu_header {
  background: #6e6e6e;
}
div.popup i {
  float: right;
  margin-right: 20px;
  color: #333333;
}
.pu_header h2 {
  color: white;
  font-size: 18px;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  margin: 0px;
}
div.popup ul {
  padding: 20px 0px;
  margin: 0px;
}
div.popup li {
  margin: 10px 0px;
  background: url("compaz/icons/small/i_check_green.png") no-repeat left center;
  display: block;
  padding-left: 40px;
  font-weight: bold;
  line-height: 16px;
  color: #7c0009;
  font-size: 16px;
}
/* --- CUSTOM DATEPICKER --- */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-radius: 0px;
  width: auto;
}
/* --- MAIL CONTROL --- */

div.mailcontrol {
  background-color: white;
  padding: 20px 0px;
  border-top: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
}
div.lineWriter {
  background: url("compaz/gradients/blok_bg.jpg") repeat-x center bottom;
  border: 1px solid #e3e3e3;
  padding: 20px;
  font-size: 10px;
}
/* UI ELEMENTS */

.checked {
  display: block;
  float: right;
  background: url("compaz/icons/small/check_ia.png") no-repeat center center;
  width: 32px;
  height: 31px;
  margin-right: 5px;
}
.checked.a {
  background-image: url("compaz/icons/small/check_a.png");
}
.checked.d {
  background-image: url("compaz/icons/small/check_d.png");
}
/* SEARCH BOX RIGHT */

.search-box .single-line {
  display: block;
  width: 325px;
  line-height: 30px;
  height: 26px;
  margin-bottom: 5px;
}
/* COLLAPSABLE BOXES */

.collapsablebox {
  font-size: 12px;
  margin-bottom: 5px;
}
.collapsablebox .collapsablebox-header {
  text-indent: 10px;
  background-color: #58595b;
  font-weight: bold;
  font-size: 12px;
  color: white;
  line-height: 31px;
  position: relative;
}
.collapsablebox .collapsablebox-header a {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 29px;
  width: 29px;
  background-image: url("compaz/icons/small/i_plus.png");
  display: block;
  text-decoration: none;
}
.collapsablebox .collapsablebox-header a:hover {
  background-image: url("compaz/icons/small/i_plus_a.png");
}
.collapsablebox .collapsablebox-content {
  overflow: hidden;
  border: 1px solid #e3e3e3;
  padding: 0px 10px;
  padding-bottom: 16px;
}
.collapsablebox-expanded .collapsablebox-header a {
  background-image: url("compaz/icons/small/i_min.png");
}
.collapsablebox-expanded .collapsablebox-header a:hover {
  background-image: url("compaz/icons/small/i_min_a.png");
}
.collapsablebox-content table {
  width: 100%;
}
.collapsablebox label {
  width: 117px;
}
.collapsablebox input[type="text"] {
  width: 180px;
}
.collapsablebox input[type="submit"],
.collapsablebox .btn_standard {
  width: 100%;
  float: none;
}
/* COLLAPSABLE BOXES UL */

.collapsablebox .collapsablebox-content ul {
  width: 100%;
  margin-top: 11px;
}
.list_block li {
  position: relative;
}
.list_block li .btn.reset {
  top: 6px;
  right: 14px;
  position: absolute;
}
/* INLINE FORM */

p.inline {
  display: block;
}
p.inline label {
  float: left;
}
/* jQUERY UI OVERRIDES */

.ui-widget {
  font-size: 1em;
}
.ui-widget-overlay {
  background-color: white;
  opacity: 0.6;
  background-image: none;
}
.ui-dialog {
  font-size: 12px;
}
.ui-dialog .inline span label {
  float: none;
  width: auto;
}
.ui-dialog .inline > label {
  width: 170px;
}
.ui-dialog .inline input[type="text"],
.ui-dialog .inline select,
.ui-dialog .inline textarea {
  width: 275px;
}
.ui-dialog .inline textarea {
  resize: none;
  height: 75px;
}
.ui-dialog {
  width: 500px;
}
.ui-dialog .ui-dialog-content {
  overflow: hidden;
}
.ui-dialog .ui-tabs {
  width: 100%;
}
/* DIALOG GRID */

.ui-dialog .grid ul {
  padding: 10px 0px 0px 10px;
  margin: 0px;
}
/* THEME END RESULT DIALOG */

#modal-selectthemeendresult .icon-green,
#modal-selectthemeendresult .icon-red {
  line-height: 31px;
  height: 31px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  text-indent: 40px;
}
#modal-selectthemeendresult label,
#modal-selectthemeendresult input {
  float: left;
}
#modal-selectthemeendresult input,
#modal-selectthemeendresult label {
  cursor: pointer;
}
#modal-selectthemeendresult label {
  line-height: 30px;
  margin-left: 10px;
}
#modal-selectthemeendresult .icon-green {
  background-image: url("vitaliteitscompaz/icon_green.png");
  background-color: transparent;
}
#modal-selectthemeendresult .icon-red {
  background-image: url("vitaliteitscompaz/icon_red.png");
  background-color: transparent;
}
/* ADDITIONS */

.grid {
  margin-bottom: 20px;
}
.grid .controls,
.grid .column {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.grid .column.column-md-6 {
  width: 50%;
  padding: 5px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
/* VALIDATION */

.input-validation-error {
  border: solid 1px red;
  background-color: #ffb3b3;
}
.validation-error-message {
  display: block;
  margin-left: 170px;
  color: red;
}
/* Info container */

.info-container {
  position: relative;
}
.info-container .info-page {
  display: none;
}
.info-container .current {
  display: block;
}
.info-container .action_btn {
  float: right;
}
.info-container a {
  float: none;
  line-height: 40px;
}
/* COLLAPSABLE BOXES UL */

.collapsablebox .collapsablebox-content progression {
  position: absolute;
  right: 4px;
  float: none;
  top: 8px;
}
.collapsablebox .collapsablebox-content ul {
  width: 100%;
  float: none;
  margin: 11px 0px 0px 0px;
  padding: 0px;
  position: relative;
}
.collapsablebox .collapsablebox-content li {
  line-height: normal;
  width: auto;
}
.collapsablebox .collapsablebox-content .item {
  border: 1px solid #e3e3e3;
  background: white url("diagnose_compaz/item_bg.jpg") repeat-x scroll center bottom;
  line-height: 30px;
  color: #5b758f;
}
.collapsablebox .collapsablebox-content .btn_go {
  margin-right: 3px;
}
.collapsablebox .collapsablebox-content .showdetails {
  float: left;
  margin: 1px 5px 0px 0px;
}
.collapsablebox .collapsablebox-content .item-details {
  border: 1px solid #e3e3e3;
  padding-top: 5px;
  margin-top: 0px;
  background-color: #e3e3e3;
}
.collapsablebox .collapsablebox-content .item-details li {
  overflow: auto;
  margin-bottom: 5px;
  padding-left: 5px;
  text-transform: lowercase;
}
.collapsablebox .collapsablebox-content .item-details label {
  display: block;
  width: auto;
  padding-top: 7px;
}
.collapsablebox .collapsablebox-content .showdetails {
  float: left;
  margin: 1px 5px 0px 0px;
}
div.plus {
  background-image: url("compaz/icons/small/i_plus.png");
  height: 29px;
  width: 29px;
}
div.plus:hover {
  background-image: url("compaz/icons/small/i_plus_a.png");
}
div.minus {
  background-image: url("compaz/icons/small/i_min.png");
  height: 29px;
  width: 29px;
}
div.minus:hover {
  background-image: url("compaz/icons/small/i_min_a.png");
}
/* Maillog */

.maillog-hasaction {
  position: relative;
}
.maillog-hasaction ul {
  display: none;
  position: absolute;
  right: 0px;
  top: -100px;
  margin: 0px;
  padding: 0px;
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid black;
  padding: 10px;
  color: white;
  width: auto !important;
}
.maillog-hasaction li {
  white-space: nowrap;
}
.maillog-hasaction:hover ul {
  display: block;
}
/* Footer */

div.footer {
  color: #58595b;
  text-align: center;
  margin: 30px 0;
}
div.footer img {
  padding-left: 15px;
}
/* test records */

a.test_record {
  float: left;
  background: url("diagnose_compaz/item_bg.jpg") repeat-x scroll center bottom white;
  border: 1px solid #e3e3e3;
  color: #5b758f;
  line-height: 30px;
  min-height: 30px;
  display: block;
  width: 280px;
  text-indent: 5px;
}
a.test_record.selected {
  background: #b30838 url("compaz/gradients/white_small.png") repeat-x center top;
  color: white;
}
/* Jquery UI update */

.ui-widget-header {
  background: #5a5a5c;
  color: white;
  line-height: 30px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-image: url("compaz/gradients/btn_bg_or.png");
  border: 1px solid #ef5e03;
  line-height: 30px;
  color: white;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.ui-tabs .ui-tabs-nav li {
  background: url("compaz/gradients/btn_bg.png") repeat-x scroll center top transparent;
  border-color: black;
  background-color: white;
  background-color: black;
}
.ui-tabs .ui-tabs-nav li a {
  padding: 0.2em 0.8em;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: white;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  color: white;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  color: black;
}
/* Timeblock */

div.time_block {
  float: left;
  height: 55px;
  width: 145px;
  border: 1px solid #b8b8b8;
  background: url("compaz/test_header.png") repeat-x scroll center center transparent;
}
div.time_block img {
  float: left;
  margin-top: 0px;
}
div.time_block span {
  width: 90px;
  text-align: center;
  float: left;
  height: 20px;
  line-height: 20px;
}
div.time_block a {
  width: 90px;
  text-align: center;
  float: left;
  height: 35px;
  line-height: 25px;
  color: #f37c06;
  font-size: 1.3em;
  font-weight: bold;
}
/* Hourbox */

.calchourtxt {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  height: 25px;
  line-height: 25px;
  width: auto;
  border: 1px solid #b8b8b8;
  background: url("compaz/test_header.png") repeat-x center center;
  color: black;
  font-size: 15px;
  text-align: center center;
  vertical-align: middle;
  padding: 5px 10px;
}
.form-layout {
  position: relative;
}
#compatibility {
  width: 20px;
  height: 20px;
  background: url("compaz/status_check.png");
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#compatibility.alert {
  background: url("compaz/status_alert.png");
}
#compatibility ul {
  display: none;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid black;
  padding: 4px;
  width: 400px;
  position: absolute;
  right: 30px;
  bottom: 0;
}
#compatibility:hover ul {
  display: block;
}
#compatibility ul li {
  padding: 5px 5px;
  border-bottom: 1px solid #cccccc;
}
#compatibility li.error {
  background-color: rgba(255, 0, 0, 0.18);
  border: solid 1px red;
  margin-bottom: 5px;
}
/* GUI buttons */

.btn_rapport {
  background: url("compaz/icons/small/rapport.png");
  height: 31px;
  width: 32px;
}
.btn_group {
  background: url("compaz/icons/small/clienten.png");
  height: 31px;
  width: 32px;
}
