/**
  Basic CSS 1.1
  GGD Amsterdam - ITforCare
  2015

  This document contains the basic formatting for the following components:
  - Body
  - Containers
  - Header / Footer
  - Menu
  - Text formatting
  - Boxing
  - Form elements
  - Unfolding
  - Link block
  - Buttons
  - Tables

Colors used:
  - Body background: #EAEAEA / Nieuw: #F1F1F1
  - Menu/footer: #165380 / Nieuw: #005889
  - Table/div headers: # / Nieuw: #407BB4
  - Buttons: #7D7F88 / Nieuw: #407BB4
  - linkblock/unfoldblock: #E8E8E3
  - Boxes: #DCDCCD
  - Row: #F0F0F0 / Nieuw: #EFEEEC
  - Row hover/selected: #C0D5DF / Nieuw: #CBCBC8
  - Link hover: #FF0000 / Nieuw: #005889
  - Even/uneven: / Nieuw: #F9F8F7

/*******************************************/
/***               BODY                  ***/
/*******************************************/

html, body {
  color: #000000;
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 12px;
  line-height: 1.3;
}

body {
  padding: 0;
  margin: 0;
  background: #F1F1F1;
  overflow-y: scroll;
}

/*******************************************/
/***             CONTAINERS              ***/
/*******************************************/

#page_container {
  background: #FFF;
  margin: 0 auto;
  padding: 0 15px 15px 15px;
  box-shadow: 0 0 10px #888888;
  clear: both;
}

#section {
  display: block;
  overflow: hidden;
  clear: both;
}

/*******************************************/
/***          HEADER / FOOTER           ***/
/*******************************************/

img#logo {
  float: left;
  height: 80px;
  margin: 5px 5px 0 0;
}

span.logotext {
  float: left;
  clear: left;
  padding: 0;
  margin: -2px 0 0 5px;
  font-family: Trebuchet MS, sans-serif;
  line-height: 30px;
  font-size: 22px;
  font-weight: bold;
  color: red;
}

#header {
  position: relative;
  display: block;
  margin-top: 5px;
  overflow: hidden;
  clear: both;
}

#header .hblock {
  float: left;
  overflow: hidden;
  vertical-align: top;
  }
#header .hblock.float_right { float: right; }

#header .hblock_details {
  background-color: #F9F8F7;
  font-family: arial;
  padding: 5px;
  border-color: #DCDCCD;
  border-style: solid;
  border-width: 1px;
}

.details_inner span {
  display:inline-block;
  width: 70px;
  text-align:left;
  margin-right:10px;
  color: #343E44;
  font-weight: bold;
}

#footer {
  display: block;
  overflow: hidden;
  clear: both;
  background: #407BB4;
  color: #FFFFFF;
  text-align:center;
  padding: 7px;
}

#footer a, #footer a:visited, #footer a:active { color: #FFFFFF; }
#footer a:hover { cursor: pointer; }

/*******************************************/
/***                MENU                 ***/
/*******************************************/

#menu {
  display: block;
  overflow: hidden;
  clear: both;
  background: #407BB4;
  margin: 5px 0 10px 0;
  text-align: center;
}

#menu ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  display: block;
  float: left;
}

#menu ul li.content_hidden { display:none; }
#menu ul li.right { float: right; }
#menu ul li.icon_container {  width: 50px; }

#menu ul li button {
  padding: 7px 0;
  width: 100px;
  height: 29px;
  background: none;
  border: none;
  outline: none;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
}
#menu ul li button:hover, #menu #menu_selected {
  background-color: #005889;
  cursor: pointer;
}

#menu ul li button.menu_icon {
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
#menu ul li button#help { background-image: url("/images/icons/question_mark_white_24.png"); }
#menu ul li button#uitloggen { background-image: url("/images/icons/logout_white_24.png"); }
#menu ul li button#user { background-image: url("/images/icons/user_white_24.png"); }
#menu ul li button#bladen { background-image: url("/images/icons/history_white_24.png"); }
#menu ul li button#print { background-image: url("/images/icons/printer_white_24.png"); }
#download_button {
  width: 25px;
  height: 25px;
  background-image: url("/images/icons/download_file_black_24.png"); 
	background-repeat: no-repeat;
  background-position: center;
	border: none;
}

#menu #nomenu {
  display: inline-block;
  padding: 7px 10px;
  text-decoration: none;
  color: #FFFFFF;
}

/*******************************************/
/***            TEXT FORMATTING          ***/
/*******************************************/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
  padding: 0;
  font-weight: bold;
	font-family: inherit;
}
h1, h2, h3, h4 { margin: 10px 0; }

h1 { font-size: 20px; color: #005889; }
h2 { font-size: 17px; color: #005889; }
h3 { font-size: 14px; color: #005889; }
h4 { font-size: 13px; color: #005889; }
h5 { font-size: 12px; color: #005889; }
h6 { font-size: 10px; color: #005889; }

.red { color: red ;}
.groen {
  background-color: rgba(0,170,0,1.00) !important;
  float: right !important;;
}
.oranje {
  background-color: orange !important;
  float: right !important;;
}

.uppercase {
  text-transform: uppercase;
  font-size: 11px;
}

.grayedout { color: #6C6C6C; }
.colorred { color: #FF0000; }
.error { color: #FF0000; }

/*******************************************/
/***               BOXING                ***/
/*******************************************/

div.title {
  background-color: #407BB4;
  color: white;
  padding: 4px 1px 4px 5px;
  overflow: hidden;
}

div.row {
	display: block;
	overflow: hidden;
	clear: both;
	padding-bottom: 5px;
	background-color: whitesmoke;
}
div.row.first { padding-top: 5px; }
div.row.imagerow {
  display: table-cell;
  vertical-align: middle;
}
div.row div { float:left; }
div.row label {
  text-align: right;
  margin-right: 10px;
}
div.row span {
  margin: 0 5px;
}
/*
div.row.calendar_container span {
  vertical-align: top;
  font-size: 11px;
}
*/
.box {
  padding: 0 1px 3px;
  border: 1px solid #DCDCCD;
  border-radius: 4px;
  overflow: hidden;
}
.boxbottom { border-bottom: 1px solid #DCDCCD; }
.boxtop {	border-top:	1px solid #DCDCCD; }
.boxleft { border-left: 1px solid #DCDCCD; }
.boxright {	border-right:	1px solid #DCDCCD; }
.boxfull { border: 1px solid #DCDCCD; }
.boxform { border: 3px ridge #DCDCCD; }
.dashedredborder { border: 1px dashed red; }

/*******************************************/
/***                 TABS                ***/
/*******************************************/

.tabs {
  height: 25px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.tabs .tabs_button {
  float: left;
  display: inline;
  background: #EAEAEA;
  color: #000000;
  width: 100px;
  height: 25px;
  padding: 0;
  margin: 0;
  border-top: 1px solid #D5D5DB;
  border-right: 1px solid #7C7C85;
  border-bottom: none;
  border-left: 1px solid #D5D5DB;
  border-radius: 8px 8px 0 0;
  outline: none;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.tabs .tabs_button.tab_first { border-left: 1px solid #5D7B93; }

.tabs .tabs_button.tab_selected {
  background: #407BB4;
  color: #FFFFFF;
  border-left: none;
}
.tabs .tabs_button:hover {
  cursor: pointer;
  background-color: #407BB4;
  color: #FFFFFF;
  border-left: none;
}
.tabs .tabs_button:active { background: #608DAE; }

/*******************************************/
/***           FORM ELEMENTS             ***/
/*******************************************/

label {
  float: left;
  margin: 4px 0 0 0;
  color: #091C27;
	vertical-align: text-bottom;
}

 .radiolabel {
	float: none !important;
	vertical-align: text-bottom;
}

input.input,select.input,textarea {
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #95A3B0;
  padding: 2px 4px;
}

/* Grid-breedte - padding - border (no margin grid) */
input.input_1, textarea.textarea_1 { width: 70px; }
input.input_2, textarea.textarea_2 { width: 150px; }
input.input_3, textarea.textarea_3 { width: 230px; }
input.input_4, textarea.textarea_4 { width: 310px; }
input.input_5, textarea.textarea_5 { width: 390px; }

/* Grid-breedte - padding - border (margin grid) */
.container_12_margin input.input_1, .container_12_margin textarea.textarea_1 { width: 50px; }
.container_12_margin input.input_2, .container_12_margin textarea.textarea_2 { width: 130px; }
.container_12_margin input.input_3, .container_12_margin textarea.textarea_3 { width: 210px; }
.container_12_margin input.input_4, .container_12_margin textarea.textarea_4 { width: 290px; }
.container_12_margin input.input_5, .container_12_margin textarea.textarea_5 { width: 370px; }

/* Hyperlinks */
a.sprite {
  background: url("/images/sprites/sprite_bullets_small.png") no-repeat scroll 0 5px rgba(0,0,0,0);
  color: #000;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 0 0 0 11px;
}

a:hover {
  color: #005889;
  cursor: pointer;
}

/*******************************************/
/***               UNFOLDING             ***/
/*******************************************/

.unfold_answer { display: none; }
.unfoldblock { margin: 0 0 20px 0; }
.unfoldblock p { margin: 0; }
.unfoldblock ul ol {	padding: 0; }
.unfoldblock ul li {
  list-style-type: none;
  background: url(/images/sprites/sprite_bullets_small.png) no-repeat 0 -6994px;
  padding-left: 15px;
  margin-left: 15px;
}
.unfoldblock ol li { margin-left: 15px; }

.unfold_outer {
  box-shadow: 1px 1px 1px #888888;
  margin: 0 0 15px 0;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

.unfold_outer:hover {
  cursor: pointer;
  color: #FF0000;
}

.unfoldblock .grid_9 .unfold_outer .unfold_inner {
  background-color: #E8E8E3;
  width: 710px;
}

.unfold_outer .unfold_inner {
  background-color: #E8E8E3;
  display: inline-block;
  width: 100%;
}

.unfold_outer .unfold_inner .unfold_question {
  display: inline-block;
  line-height: 19px;
  padding: 5px 25px 5px 15px;
}

.unfold_outer .unfold_question { background: url("/images/sprites/sprite_formbuttons.png") no-repeat right -1055px; }
.unfold_outer .unfold_question.open { background: url("/images/sprites/sprite_formbuttons.png") no-repeat right -1205px; }
.unfoldblock.grid_9 .unfold_outer .unfold_inner .unfold_question { width: 665px; }

/*******************************************/
/***             LINK BLOCK              ***/
/*******************************************/

.linkblock {
  float: left;
  width: 90%;
  margin: 0 0 20px 10%;
  padding-top: 0;
  background-color: #E8E8E3;
  background-image: url("/images/bg/crease_background_normal.png");
  background-position: 100% 0;
  background-repeat: repeat-y;
  zoom: 1;
}

.linkblock .link_inside {
  position: relative;
  margin: 0 15px 0 10px;
  padding: 0;
  border: 0;
}

.linkblock .link_inside h2 {
  color: #47493B;
  font-family: arial,sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin: 18px 0 14px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  white-space: normal;
}

.linkblock .link_inside ul {
  padding: 0;
  margin: 0 0 11px 0;
  list-style-type: none;
}

.linkblock .link_inside ul li {
  clear: both;
  padding: 0;
  margin: 0 0 8px 0;
  border: 0;
}

.linkblock .link_inside a {
  background: url("/images/sprites/sprite_bullets_small.png") no-repeat 0 -997px;
  display: inline-block;
  padding-left: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #47493B;
  text-decoration: none;
}

.linkblock .link_inside a:visited {
  color: #47493B;
  text-decoration:inherit;
  background-position: 0 -997px;
}
.linkblock .link_inside a:hover {
  color: #005889;
   cursor: pointer;
}

.linkblock .crease_holder {
  background: url("/images/sprites/sprite_backgrounds.png") -2000px 61px;
  width: 100%;
  height: 63px;
  float: left;
  margin: 0;
  padding: 0;
  border:0;
}

.linkblock .crease_holder .crease_outer {
  background: url("/images/sprites/sprite_buttons.png") no-repeat -2000px -100px;
  width: 63px;
  height: 63px;
  float: right;
  line-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border:0;
}

.linkblock .crease_holder .crease_outer .crease {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 63px;
  height: 63px;
  line-height: 0;
  overflow: hidden;
}

.linkblock .crease_holder .crease_outer .crease .crease_inner {
  background: url("/images/sprites/sprite_buttons.png") no-repeat -2000px -200px;
  width: 63px;
  height: 63px;
  line-height: 0;
  overflow: hidden;
  position: inherit;
}

/*******************************************/
/***               BUTTONS               ***/
/*******************************************/

button.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75% 75%;
  background-color: #407BB4;
  height: 24px;
  min-width: 24px;
  border: thin solid #407BB4;
  border-radius: 4px;
  display: inline-block;
  outline: none;
}
button.icon:hover {
  cursor: pointer;
  background-color: #005889;
}
button.icon:active {
  background-color: #608DAE;
}
button.icon#add { background-image: url("../images/icons/add_white_24.png"); }
button.icon#add_file { background-image: url("../images/icons/add_file_white_24.png"); }
button.icon#add_list { background-image: url("../images/icons/add_list_white_24.png"); }
button.icon#add_user { background-image: url("../images/icons/add_user_white_24.png"); }
button.icon#arrow_down { background-image: url("../images/icons/arrow_down_white_24.png"); }
button.icon#arrow_left { background-image: url("../images/icons/arrow_left_white_24.png"); }
button.icon#arrow_right { background-image: url("../images/icons/arrow_right_white_24.png"); }
button.icon#download_file { background-image: url("../images/icons/download_file_white_24.png"); }
button.icon#edit { background-image: url("../images/icons/edit_white_24.png"); }
button.icon#edit_user { background-image: url("../images/icons/edit_user_white_24.png"); }
button.icon#filter { background-image: url("../images/icons/filter_white_24.png"); }
button.icon#help { background-image: url("../images/icons/question_mark_white_24.png"); }
button.icon#home { background-image: url("../images/icons/home_white_24.png"); }
button.icon#letter_a { background-image: url("../images/icons/letter_a_white_24.png"); }
button.icon#letter_d { background-image: url("../images/icons/letter_d_white_24.png"); }
button.icon#letter_j { background-image: url("../images/icons/letter_j_white_24.png"); }
button.icon#letter_k { background-image: url("../images/icons/letter_k_white_24.png"); }
button.icon#letter_s { background-image: url("../images/icons/letter_s_white_24.png"); }
button.icon#letter_t { background-image: url("../images/icons/letter_t_white_24.png"); }
button.icon#letter_v { background-image: url("../images/icons/letter_v_white_24.png"); }
button.icon#merge { background-image: url("../images/icons/merge_white_24.png"); }
button.icon#print { background-image: url("../images/icons/printer_white_24.png"); }
button.icon#search { background-image: url("../images/icons/search_white_24.png"); }
button.icon#start { background-image: url("../images/icons/play_white_24.png"); }
button.icon#stop { background-image: url("../images/icons/stop_white_24.png"); }

.buttons {
  display: block;
  line-height: 1.4;
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}

.button {
  display: block;
  float: left;
  margin-right: 5px;
  min-width: 80px;
  border: 2px;
	border-color: #407BB4;
  border-radius: 4px;
  outline: none;
  background-color: #407BB4;
  padding: 4px 10px;
  overflow: hidden;
  color: #FFFFFF;
  font-family: inherit;
  font-size: inherit;
}

.button:hover {
  background-color: #005889;
  cursor: pointer;
}
.button:active { background-color: #608DAE; }

.button.fixed_width { width: 80px; }
.button.right { float: right; }
.button.last { margin-right: 0; }

.link_buttons {
  overflow: hidden;
  clear: both;
}

.link_buttons button[type="submit"], .link_buttons button[type="submit"]:focus, .link_buttons button[type="submit"]:active,
.link_buttons button, .link_buttons button:focus, .link_buttons button:active {
  background: url("/images/sprites/sprite_bullets_small.png") no-repeat scroll 0 5px rgba(0,0,0,0);
  border: none;
  color: #000;
  cursor: pointer;
  display: block;
  font: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 11px;
  outline: none;
  outline-offset: 0;
  line-height: 20px;
}

.link_buttons button[type="submit"]:hover {
  color: #FF0000;
  cursor: pointer;
}

/* Remove extra space inside buttons in Firefox */
.link_buttons button[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.calendar_container #imagePicker { vertical-align: top; }
.calendar_container img {
  height: 20px;
  margin-left: 2px;
}
div.ui-datepicker {
 font-size: 14px;
}

/*******************************************/
/***               TABLES                ***/
/*******************************************/

/* Table full width */
.table {
  border-collapse: collapse;
  width: 100%;
}

/* Table half width */
table.half_width {
  border-collapse: collapse;
  width: 50%;
}

/* Table rows */
table.records tr:nth-child(even) {background-color: #F9F8F7; }
table.records tr:nth-child(odd) {background-color: #FFF; }

.table.records tr.row:hover {
  background-color: #CBCBC8;
  color: #000000;
  cursor: pointer;
}

.table.records tr.selectedrow {
  background-color: #CBCBC8;
  color: #000000;
}
.table.records tr.strongrow { font-weight: bold; }
.table.records tr.strongrow td { padding: 5px 1px 3px 5px; }

/* Table header */
.table tr.table_header {
  background-color: #407BB4;
  color: white;
  overflow: hidden;
}
.table.records tr.table_header {  background-color: #407BB4; }

/* Cells */
table th {
  padding: 4px 1px 4px 5px;
  text-align: left;
  font-weight: inherit;
}
table td {	padding: 3px 1px 3px 5px; }
table td.td_right { text-align: right; } /* Cellcontents to the right */
table th.th_right { text-align: right; } /* Cellcontents to the right */
table td.td_center { text-align: center; } /* Cellcontents centered */
table th.th_center { text-align: center; } /* Cellcontents centered */
table td.td_top { vertical-align: top; } /* Cellcontents to the top */

table.info tr td:first-child {
  width: 40%;
  color: #000B12;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

table.info#selection tr td:first-child { width: 5%; }

table.info_records tr:nth-child(2) {
  color: #000B12;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
}

