/******************************************************************************
* Easyflex Flexwerkers.css                                                    *
******************************************************************************/
* {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: Helvetica,Arial,sans-serif;
}


h1 {
    margin: 0px 0px 5px 0px;
	font-weight:bold;
	font-size:20px;
	color: #105198;
}
h1 a {
    color: #275299;
}
h2 {
    margin: 0px 0px 5px 0px;
	font-weight:bold;
	font-size:18px;
	color: #105198;
}
h3 {
    margin: 0px 0px 5px 0px;
	font-weight:bold;
	font-size:16px;
	color:#105198;
}
h4 {
    margin: 0px 0px 5px 0px;
	font-weight:bold;
	font-size:13px;
	color:#105198;
}
img {
    border: 0px;
}
/******************************************************************************
* Easyflex Table / Grid                                                       *
******************************************************************************/

.efTable {
    border-top: 1px solid #105198;
    border-right: 1px solid #105198;
    border-bottom: 1px solid #105198;
    margin-bottom: 10px;
}

.efTableGrid {
    font-family:Helvetica;
    font-size:10px;
    border-top: 18px solid #105198;
    position: relative;
    overflow: auto;
}

.efColumns {
    position: absolute;
    font-family:Helvetica;
    font-size:10px;
}

.efColumnLabels {
    position: absolute;
    z-index: 1;
    margin-left: -1px;
}

.efColumnLabels .efColumnLabel {
    color: #FFFFFF;
    padding: 1px 2px 0px 3px;
    float: left;
    font-size:12px;
    font-weight: bold;
}

.efColumnLabels .efColumnLabel a {
    color: #FFFFFF;
}

.efColumn {
    margin-right: -1px;
    padding: 2px 3px 16px 2px;
    float: left;
    color: #FFFFFF;
    border-left: 1px solid #105198;
}

.efColumn a {
    color: #FFFFFF;
    position: absolute;
    display: block;
    z-index: 5;
}

.efTableGrid .efRow {
    margin-left: -1px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 16px;
    list-style-type: none;
}

.efTableGrid .efRow li {
    
    padding: 4px 2px 3px 2px;
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    border-left: 1px solid #105198;
}
/**    #F8F8FF    **/
.efTableGrid .odd li {
    background-color: #E8E9EF;
}

.efTableGrid .even li {
    background-color: #FFFFFF;
}
/*******************************************************************************
* The Easyflex main data DIV                                                   *
*******************************************************************************/

.easyflexMain {
    position: absolute;
    left: 150px;
    padding: 10px 10px 0px 10px;
    width: 640px;
    background-color: #FFFFFF;
    overflow: hidden;
    float: left;

    margin-left: 10px;

    border-left: 1px solid #000000;
}

/******************************************************************************
* The Easyflex menubar (Main and Sub)                                         *
******************************************************************************/

.easyflexMenu {
    width: 160px;
    height: 690px;
    float:left;
    background-color: #105198;
}

.easyflexMenu ul {
    margin: 0px;
    padding: 0px;
	  font-family: Helvetica;
    font-size:11px;
	  list-style-type: none;
}

.easyflexMenu a {
   margin: 0px 0px 0px 0px; 
    padding: 3px 0px 3px 20px;
    width: 140px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #105198;
    background-image:url("http://www.fydalo.nl/images/menu_arrow.gif");
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

.easyflexMenu a#active {
    background-image:url("http://www.fydalo.nl/images/menu_arrow.gif");
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-color: #494949;
    color: #FFFFFF;
}

.easyflexMenu a:hover {
    margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	background-image:url("http://www.fydalo.nl/images/menu_arrow.gif");
    background-repeat: no-repeat;
    background-color: #494949;
}

#efmainmenu #uitloggen {
    position: absolute;
    top: 480px;
}

#efsubmenu {
    position: absolute;
    left: 10px;
    height: 10px;
	width:100px;
	top:-5px;
}

#efsubmenu ul {
  font-size: 10px;
}

#efsubmenu a {
  background-position: 12px 2px;
  padding: 3px 0px 3px 30px;
  width: 120px;
}
#efsubmenu a#active {
    background-image:url(http://www.fydalo.nl/images/menu_arrow.gif);
    background-repeat: no-repeat;
    background-position: 12px 2px;
    background-color: #494949;
    color: #FFFFFF;
}

/*******************************************************************************
* The Easyflex datalist                                                        *
*******************************************************************************/

.efDataList {
    margin: 10px 0px 10px 0px;
    padding: 0px;
	  list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

.efDataList li {
    height: 15px;
}

.efDataList li a {
    position: absolute;
    white-space: nowrap;
    left: 150px;
    color: #000000;
}

.efDataList li b {
    position: absolute;
    float: left;
    font-weight: normal;
    color: #6E8CE6;
}


#logon {
    background-color: #2c5da6;
    background-image: url(http://www.fydalo.nl/images/keyflex.gif);
    background-repeat: no-repeat;
    background-position: 90px 160px;
}

#logon #logonform {
    margin-left: 370px;
    margin-top: 260px;
    color: #FFFFFF;
    font-size: 14px;
}

#logon #logonform * {
  margin-bottom: 10px;
  margin-right: 10px;
}

/*
 * MIJN GEGEVENS
 *****************************************************************************/
#commiddel.efTable { width: 400px; }
#commiddel #type { width: 65px; }
#commiddel #adres { width: 170px; }
#commiddel #aanvul { width: 150px; }


#mijn_gegevens #efsubmenu { top: 200px; }/* 25px*/
#mijn_gegevens #efmainmenu #declaraties { padding-top: 141px; }

#mijn_gegevens #opleidingen.efTable { width: 515px; }
#mijn_gegevens #opleidingen.efTable #periode { width: 200px; }
#mijn_gegevens #opleidingen.efTable #naam { width: 250px; }
#mijn_gegevens #opleidingen.efTable #diploma { width: 50px; }

#mijn_gegevens #werkervaringen.efTable { width: 400px; }
#mijn_gegevens #werkervaringen.efTable #periode { width: 150px; }
#mijn_gegevens #werkervaringen.efTable #functie { width: 155px; }
#mijn_gegevens #werkervaringen.efTable #getuig { width: 80px; }

#mijn_gegevens #beschikbaarheid.efTable { width: 145px; }
#mijn_gegevens #beschikbaarheid.efTable #datum { width: 100px; }
#mijn_gegevens #beschikbaarheid.efTable #link { width: 35px; }

#mijn_gegevens #verhinder.efTable { width: 300px; }
#mijn_gegevens #verhinder.efTable #datum { width: 70px; }
#mijn_gegevens #verhinder.efTable #reden { width: 220px; }

#mijn_gegevens #beschikbaarheid_dagen.efTable { width: 390px; border-bottom: 0px; }
#mijn_gegevens #beschikbaarheid_dagen.efTable #uren { width: 70px; }
#mijn_gegevens #beschikbaarheid_dagen.efTable #dag { width: 40px; text-align: center;}
#mijn_gegevens #beschikbaarheid_dagen.efTable .efRow li { border-bottom: 1px solid #275299; }
#mijn_gegevens #beschikbaarheid_dagen.efTable .efRow #dag {background-color: #FFFFFF;}

#mijn_gegevens #beschikbaarheid_detail div.a { height: 20px; }
#mijn_gegevens #beschikbaarheid_detail div.b {
    height: 20px;
    background-image: url(http://www.fydalo.nl/images/avail.gif);
    background-repeat: no-repeat;
    background-position: 0px -2px;
}

#mijn_gegevens #beschikbaarheid_detail div.legenda {
    display: block;
    height: 25px;
    padding-top: 5px;
}

#mijn_gegevens #beschikbaarheid_detail div.legenda div {
    margin-top: -5px;
    margin-right: 10px;
    border: 1px solid #275299;
    width: 40px;
    float: left;
}

/*
 * DECLARATIES
 *****************************************************************************/
 
#declaraties #efsubmenu { display: none; }
#aanpassing fydalo
#declaraties {display: none;}

#declaraties #list #urendecl.efTable { width: 630px; }
#declaraties #list #urendecl .efTableHeight { height: 400px; }
#declaraties #list #urendecl #periode { width: 83px; }
#declaraties #list #urendecl #relnaam { width: 200px; }
#declaraties #list #urendecl #plid { width: 60px; }
#declaraties #list #urendecl #functie { width: 200px; }
#declaraties #list #urendecl #link { width: 45px; }

#declaraties #detail #globaal { margin-top: 20px; }
#declaraties #detail #globaal #relatie { width: 230px; }
#declaraties #detail #globaal #overig { width: 398px; }

#declaraties #detail #regels .efTableHeight { height: 250px; }
#declaraties #detail #regels #datum { width: 70px; }
#declaraties #detail #regels #dag { width: 65px; }
#declaraties #detail #regels #van { width: 40px; }
#declaraties #detail #regels #tot { width: 40px; }
#declaraties #detail #regels #soort { width: 200px; }
#declaraties #detail #regels #linka { width: 60px; }
#declaraties #detail #regels #linkb { width: 55px; }
#declaraties #detail #regels #linkc { width: 50px; }
#detail h3 {color:#000000; font-size: 12px; font-weight:normal;}

#declaraties #detail #eindewerk { position: absolute; margin-left: 0px; margin-top: -5px; }
#declaraties #detail #reservering { position: absolute; margin-left: 105px; margin-top: -5px; }
#declaraties #detail #overwerk { position: absolute; margin-left: 2px; margin-top: 20px; font-weight: bold;}
#declaraties #detail #overwerk ul { list-style-type: none; margin-top: 5px; font-weight: normal;}
#declaraties #detail #overwerk ul li { margin-left: 5px; padding-bottom: 5px; }
#declaraties #detail #opmerking { position: absolute; left: 300px; margin-top: -5px; }
#declaraties #detail #opmerking textarea { height: 70px; width: 347px; }
#declaraties #detail #sluiten { position: absolute; left: 120px; top: 440px; width: 160px; }
#declaraties #detail #verzenden { position: absolute; left: 120px; top: 470px; width: 160px; }

#declaraties #new li, #declaraties #edit li, #declaraties #delete li { height: 25px; }
#declaraties #annuleren { width: 120px; margin-left: 5px;}
#declaraties #toevoegen, #declaraties #wijzigen, #declaraties #verwijderen { width: 120px; margin-left: 30px;}

/*
 * INGEDIENDE DECLARATIES
 *****************************************************************************/
 
#afgw_declaraties #efsubmenu { display: none; }

#afgw_declaraties #list #urendecl.efTable { width: 630px; }
#afgw_declaraties #list #urendecl .efTableHeight { height: 400px; }
#afgw_declaraties #list #urendecl #periode { width: 83px; }
#afgw_declaraties #list #urendecl #relnaam { width: 160px; }
#afgw_declaraties #list #urendecl #functie { width: 160px; }
#afgw_declaraties #list #urendecl #status { width: 140px; }
#afgw_declaraties #list #urendecl #link { width: 45px; }

#afgw_declaraties #detail #globaal { margin-top: 20px; }
#afgw_declaraties #detail #globaal #relatie { width: 230px; }
#afgw_declaraties #detail #globaal #overig { width: 398px; }

#afgw_declaraties #detail #regels .efTableHeight { height: 230px; }
#afgw_declaraties #detail #regels #datum { width: 80px; }
#afgw_declaraties #detail #regels #dag { width: 70px; }
#afgw_declaraties #detail #regels #van { width: 60px; }
#afgw_declaraties #detail #regels #tot { width: 60px; }
#afgw_declaraties #detail #regels #soort { width: 325px; }

#afgw_declaraties #detail #eindewerk { position: absolute; margin-left: 0px; margin-top: -5px; }
#afgw_declaraties #detail #reservering { position: absolute; margin-left: 105px; margin-top: -5px; }
#afgw_declaraties #detail #overwerk { position: absolute; margin-left: 2px; margin-top: 20px; font-weight: bold;}
#afgw_declaraties #detail #overwerk ul { list-style-type: none; margin-top: 5px; font-weight: normal;}
#afgw_declaraties #detail #overwerk ul li { margin-left: 5px; padding-bottom: 5px; }
#afgw_declaraties #detail #opmerking { position: absolute; left: 300px; margin-top: -5px; }
#afgw_declaraties #detail #opmerking textarea { height: 70px; width: 347px; }
#afgw_declaraties #detail #sluiten { position: absolute; left: 120px; top: 470px; width: 160px; }

/*
 * LOONSPECIFICATIES
 *****************************************************************************/
 
#loonspec #efsubmenu { display: none; }
#loonspecificaties #loonspec.efTable { width: 354px; margin-left: 10px; margin-top: 20px;}
#loonspecificaties #loonspec .efTableHeight { height: 400px; }
#loonspecificaties #loonspec #jaar { width: 50px; }
#loonspecificaties #loonspec #nummer { width: 50px; }
#loonspecificaties #loonspec #loontijdvak { width: 80px; }
#loonspecificaties #loonspec #periode { width: 80px; }
#loonspecificaties #loonspec #link { width: 50px; }


/*
 * JAAROPGAVEN
 *****************************************************************************/
 
#jaaropgaven #efsubmenu { display: none; }
#jaaropgaven #jaaropgaven.efTable { width: 254px; margin-left: 10px; margin-top: 20px; }
#jaaropgaven #jaaropgaven #jaar { width: 50px; }
#jaaropgaven #jaaropgaven #nummer { width: 60px; }
#jaaropgaven #jaaropgaven #link { width: 129px; }




/***************************************************************************************************
* fydalo.Urenportaal
***************************************************************************************************/

/* Filters voor status / periode / kostenplaats */
#urenportaal #filters label {
	display: block;
	width: 90px;
	margin-top: 7px;
	float: left;
	font-weight: bold;
	font-size:12px;
}

#urenportaal #list #status_select,
#urenportaal #list #periode_select,
#urenportaal #list #kostenplaats_select {
	width: 180px;
	margin-top: 5px;
}

/* De eenvoudige view gebruikt 1 tabel #urendeclaraties waarin alle declaraties getoond worden */
#urenportaal table#urendeclaraties {
	font-family: Helvetica;
	font-size: 10px;
	border: 1px solid #105198; width: 99%;
	margin-bottom: 10px;
}
#urenportaal table#urendeclaraties  thead td {
	height: 20px;
	background-color: #105198;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
}
#urenportaal table#urendeclaraties tr.odd_row {
	background-color: #F1F1F1;
}

#urenportaal table#urendeclaraties tbody td {
	padding: 4px 2px 3px 2px;
	height: 16px;
}

/* Kolom breedtes */
#urenportaal table#urendeclaraties td.col_periode { width: 15%; }
#urenportaal table#urendeclaraties td.col_relatie { width: 30%; }
#urenportaal table#urendeclaraties td.col_status { width: 18%; }
#urenportaal table#urendeclaraties td.col_detail { width: 10%; }
#urenportaal table#urendeclaraties td.col_select { width: 20px; text-align: center; }

#urenportaal table#urendeclaraties tbody td.col_functie {
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

/* Status kleuren */
#urenportaal table#urendeclaraties  tr.status_nieuw td.col_status { }
#urenportaal table#urendeclaraties  tr.status_bezig td.col_status { background-color: #F7E046; }
#urenportaal table#urendeclaraties  tr.status_gereed td.col_status { background-color: #F79646; }
#urenportaal table#urendeclaraties  tr.status_akkoord	td.col_status { background-color: #8064A2; }
#urenportaal table#urendeclaraties  tr.status_behandeling	td.col_status { background-color: #4BACC6; }
#urenportaal table#urendeclaraties  tr.status_verwerkt td.col_status { background-color: #9BBB59; }


/* input elementen hebben verschillende classes afhankelijk wat voor soort invoer het is */

input.ureninput,
input.daginput,
input.stukinput,
input.kminput,
input.geldinput {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

input.ureninput.disabled,
input.daginput.disabled,
input.kminput.disabled,
input.stukinput.disabled,
input.geldinput.disabled {
	background-color: #E0E0E0;
}

input.ureninput.readonly,
input.daginput.readonly,
input.stukinput.readonly,
input.kminput.readonly,
input.geldinput.readonly {
	background-color: #F0F0F0;
}

/* Het uitgebreide overzicht tabel #urenspecificatie_group waarin declaraties per periode gegroepeerd zijn */
#urenspecificatie_group input.button {
	font-size: 11px;
}

#urenspecificatie_group input.ureninput {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 35px;
	text-align: center;
	height: 16px;
	font-size: 12px;
}

#urenspecificatie_group td.col_vergoedingen input.ureninput,
#urenspecificatie_group td.col_vergoedingen input.daginput,
#urenspecificatie_group td.col_vergoedingen input.stukinput,
#urenspecificatie_group td.col_vergoedingen input.kminput,
#urenspecificatie_group td.col_vergoedingen input.geldinput {
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 107px;
	text-align: right;
	height: 16px;
    font-size: 12px;
	border-left: 1px solid #105198;
}

#urenspecificatie_group td.col_vergoedingen input.disabled {
	background-color: #E0E0E0;
}

/* Extra notitie boven iedere groep van declaraties */
#urenportaal span.note {
	margin: 0px 0px 5px 0px;
	padding: 1px 2px 2px 2px;
	line-height: 16px;
	text-indent: 19px;
	display: block;
	font-style: italic;
	background-color: #FFFFE1;
	font-size: 12px;
	border: 1px solid #105198;
	background-image: url("http://www.fydalo.nl/images/info.gif");
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

#urenportaal #list span.note {
	width: 624px;
}

#urenportaal #detail span.note {
	width: 624px;
}

#urenportaal span.toelichting {
	display: block;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
}


#urenportaal #list h2 {
	margin-top: 20px;
}

#urenportaal input.btn_accord {
	width: 80px;
	margin: 0px 0px 0px 550px;
	height: 24px;
}

#urenportaal #check_all_declaraties {
	margin: 5px 0px 0px 440px;
	position: absolute;
}

#urenportaal #check_all_declaraties label {
	margin-left: 5px;
}

table#urendeclaraties td.col_select div.acc_done {
	width: 12px;
	height: 12px;
	margin: 0px 2px 0px 4px;
	background-image: url("http://www.fydalo.nl/images/check.png");
	background-position: 0px 0px;
}


table#urendeclaraties td.col_select div.acc_busy {
	width: 12px;
	height: 12px;
	margin: 0px 2px 0px 4px;
	background-image: url("http://www.fydalo.nl/images/spinner_small.gif");
	background-position: 0px 0px;
}

/*
	Tabellen met declaraties per periode
*/
table#urenspecificatie_group {
	border-top: 1px solid #105198;
	border-right: 1px solid #105198;
	width: 630px;
	margin-bottom: 5px;
	color: #ffffff;
	font-size:12px;
}
table#urenspecificatie_group td {
	border-left: 1px solid #105198;
	border-bottom: 1px solid #105198;
}

table#urenspecificatie_group thead {
	height: 30px;
	font-weight: bold;
	font-size:12px;
	background-color: #105198;
}

table#urenspecificatie_group tbody td {
	height: 17px;
	color:#000000;
}
table#urenspecificatie_group tfoot td {
	height: 22px;
	padding-bottom: 2px;
	vertical-align: bottom;
	border-top: 2px solid #E5E5E5;
}

table#urenspecificatie_group td.col_tree {
	width: 19px;
	text-align: center;
}

table#urenspecificatie_group td.col_tree a.treenode {
	display: block;
	width: 9px;
	height: 9px;
	margin: 0px 5px 0px 5px;
	background-image: url("http://www.fydalo.nl/images/treenode.gif");
	background-position: 18px 0px;
	font-size: 0px;
	}
table#urenspecificatie_group tr.expanded_row td.col_tree a.treenode {
	background-position: 9px 0px;
}
table#urenspecificatie_group td.col_tree a.treenode.loading {
	width: 12px;
	height: 12px;
	margin: 0px 4px 0px 3px;
	background-image: url("http://www.fydalo.nl/images/loading_small.gif");
	background-position: 0px 0px;
}
table#urenspecificatie_group td.col_declaratie {
	width: 60px;
	padding-left: 0px;
	text-align: center;
}
table#urenspecificatie_group td.col_flexwerker {
	max-width: 183px;
	padding: 1px 3px 0px 3px;
	margin: 0px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
}
table#urenspecificatie_group tr.expanded_row td.col_flexwerker,
table#urenspecificatie_group tr.expanded_row td.col_declaratie {
	font-weight: bold;
}
table#urenspecificatie_group td.col_looncomponent {
	padding-right: 3px;
	text-align: right;
}
table#urenspecificatie_group .col_vergoedingen {
	text-align: left;
	font-size: 11px;
	width: 250px;
}
table#urenspecificatie_group td.col_dag {
	text-align: center;
	width: 35px;
}
table#urenspecificatie_group td.col_week {
	text-align: center;
	width: 50px;
}
table#urenspecificatie_group td.col_hours {
	text-align: center;
	font-size: 12px;
}
table#urenspecificatie_group tbody  td.col_hours.disabled {
	background-color: #E0E0E0;
}

table#urenspecificatie_group tbody  td.col_hours.readonly {
	background-color: #F0F0F0;
}

table#urenspecificatie_group.decl_periode_week tbody td.col_hours {
	color: #606060;
}
table#urenspecificatie_group .col_opgave_fw,
table#urenspecificatie_group .col_opgave_rl {
	width: 32px;
	padding: 0px;
	text-align: center;
	font-style: italic;
	font-size: 11px;
	background-color: #F0F0F0;
	color: #A0A0A0;
}
table#urenspecificatie_group td.col_select {
	width: 20px;
	text-align: center;
}
table#urenspecificatie_group td.col_select input {
	margin: 1px 3px 0px 3px; padding: 0px;
}

table#urenspecificatie_group td.col_select div.acc_busy {
	width: 12px;
	height: 12px;
	margin: 0px 2px 0px 4px;
	background-image: url("http://www.fydalo.nl/images/spinner_small.gif");
	background-position: 0px 0px;
}


table#urenspecificatie_group td.col_select div.acc_done {
	width: 12px;
	height: 12px;
	margin: 0px 2px 0px 4px;
	background-image: url("http://www.fydalo.nl/images/check.png");
	background-position: 0px 0px;
}

table#urenspecificatie_group thead td.col_total {
	text-align: center;
}
table#urenspecificatie_group tbody td.col_total,
table#urenspecificatie_group tfoot td.col_total {
	text-align: right;
	width: 80px;
	padding-right: 3px;
}
table#urenspecificatie_group tr.total_row td.col_hours {
	font-style: italic;
	font-size: 11px;
}
table#urenspecificatie_group tr.total_row td.col_tree,
table#urenspecificatie_group tr.total_row td.col_total {
	font-weight: bold;
	color:#000000;
}

/* Status kleuren */
#urenportaal table#urenspecificatie_group  tr.status_nieuw td.col_declaratie { }
#urenportaal table#urenspecificatie_group  tr.status_bezig td.col_declaratie { background-color: #F7E046; }
#urenportaal table#urenspecificatie_group  tr.status_gereed td.col_declaratie { background-color: #F79646; }
#urenportaal table#urenspecificatie_group  tr.status_akkoord	td.col_declaratie { background-color: #8064A2; }
#urenportaal table#urenspecificatie_group  tr.status_behandeling td.col_declaratie { background-color: #4BACC6; }
#urenportaal table#urenspecificatie_group  tr.status_verwerkt td.col_declaratie { background-color: #9BBB59; }


/* Declaraties detail */
table#urenspecificatie,
table#vergoedingen,
table#reserveringen {
	width: 630px;
	font-size:12px;
	border-top: 1px solid #105198;
}

table#urenspecificatie .table_header,
table#vergoedingen .table_header,
table#reserveringen .table_header {
	height: 30px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	background-color: #105198;
}

table#urenspecificatie #col_detail_grid {
	background-color: white;
}

table#urenspecificatie #col_detail_grid div {
	display: block;
	float: left;
	width: 440px;
	height: 100%;
	border: 0px;
	overflow: auto;
}
table#urenspecificatie .normal_row td.col_start_total,
table#urenspecificatie .total_row td.col_start_total {
	border-left: 1px solid #105198;
	width: 0px;
	
	color:#ffffff;
}

table#urenspecificatie .col_dag {
	border-left: 1px solid #105198;
	border-right: 1px solid #105198;
	color:#ffffff;
}

table#urenspecificatie .col_total {
	border-right: 1px solid #105198;
	color:#ffffff;
}

table#urenspecificatie.without_opgave_other .col_total {
	border-left: 1px solid #105198;
	color:#ffffff;
}

table#urenspecificatie .col_opgave_fw,
table#urenspecificatie .col_opgave_rl {
	text-align: center;
	font-size: 11px;
	background-color: #F0F0F0;
	color: #A0A0A0;
	width: 30px;
	min-width: 30px;
	padding: 1px 2px 1px 2px;
}

table#urenspecificatie tr.normal_row td,
table#vergoedingen tr.normal_row td,
table#reserveringen tr.normal_row td {
	border-bottom: 1px solid #105198;
	height: 18px;
	color:#000000;
}

table#urenspecificatie tr.header_row tr.normal_row td {
	height: 15px;
}

table#urenspecificatie tr.total_row td{
	height: 22px;
	font-weight: bold;
	vertical-align: bottom;
	padding-bottom: 1px;
}

table#urenspecificatie .col_datum {
	width: 65px;
	padding-left: 3px;
	text-align: left;
	border-right: 1px solid #105198;
	color:#ffffff;
}

table#urenspecificatie .normal_row .col_dag {
	border-right: 1px solid #105198;
	text-align: left;
	width: 25px;
	padding-left: 3px;
}

table#urenspecificatie .normal_row .col_total {
	text-align: right;
	width: 50px;
	padding-right: 3px;
}

table#urenspecificatie .total_row .col_dag {
	padding-left: 3px;
	text-align: left;
	color:#000000;
}

table#urenspecificatie .total_row .col_total {
	width: 50px;
	padding-right: 3px;
	text-align: right;
}

table#urenspecificatie .table_header .col_total {
	border-left: 1px solid #105198;
	text-align: center;
}

table#urenspecificatie tr.disabled_row td {
	background-color: #E0E0E0;
	color: #909090;
}

table#urenspecificatie tr.scollbar_row td {
	height: 18px;
	border-top: 1px solid #105198;
}

input#reset_urenspecificatie {
	position: absolute;
	margin: -16px 0px 0px 542px;
	width: 89px;
	height: 24px;
}

input#reset_vergoedingen {
	margin: 1px 0px 0px 542px;
	width: 89px;
	height: 24px;
}

input#reset_reserveringen {
	margin: 1px 0px 0px 542px;
	width: 89px;
	height: 24px;
}

table#urenspecificatie_detail {
	border-bottom: 1px solid #105198;
	width: 100%;
}

table#urenspecificatie_detail .col_hours {
	font-size: 11px;
	min-width: 45px;
	text-align: center;
	border-right: 1px solid #105198;
}

table#urenspecificatie_detail .col_hours.last_col {
	border-right: 0px;
}

table#urenspecificatie_detail .table_header .col_hours {
	font-size: 10px;
	min-width: 80px;
	border-left: 1px solid #105198;
	color:#ffffff;
}

table#urenspecificatie .table_header .col_total {
	min-width: 88px;
	
}

table#vergoedingen .col_vergoeding {
	border-left: 1px solid #105198;
	text-align: left;
	padding-left: 3px;
	color:#ffffff;
}

table#vergoedingen .col_aantal {
	width: 80px;
	border-right: 1px solid #105198;
	text-align: right;
	padding-right: 0px;
	color:#ffffff;	
}

table#vergoedingen .col_total {
	width: 80px;
	border-right: 1px solid #105198;
	text-align: right;
	padding-right: 3px;
	color:#ffffff;	
}

table#vergoedingen .col_opgave_fw,
table#vergoedingen .col_opgave_rl {
	text-align: center;
	font-size: 11px;
	background-color: #F0F0F0;
	color: #A0A0A0;
	width: 50px;
	min-width: 40px;
	border-left: 1px solid #105198;
	padding: 1px 2px 1px 2px;
}

table#reserveringen .col_risicogroep {
	border-left: 1px solid #105198;
	text-align: left;
	padding-left: 3px;
	width: 88px;
	color:#ffffff;
}

table#reserveringen .col_reservering {
	border-left: 1px solid #105198;
	text-align: left;
	padding-left: 3px;
	color:#ffffff;
}

table#reserveringen .col_saldo {
	border-left: 1px solid #105198;
	text-align: right;
	padding-right: 3px;
	width: 80px;
	color:#ffffff;
}

table#reserveringen .col_opname {
	text-align: center;
	font-size: 11px;
	width: 80px;
	border-left: 1px solid #105198;
	border-right: 1px solid #105198;
	color:#ffffff;	
}

table#reserveringen .normal_row .col_opname {
	background-color: #E0E0E0;
}

table#reserveringen .opname_job_risicogroep .col_opname {
	background-color: #F0F0F0;
	font-weight: bold;
}

table#reserveringen .col_opname input {
	width: 80px;
	padding: 1px 2px 1px 2px;
	text-align: center;
	font-size: 11px;
}

#urenportaal #decl_options_eindewerk {
	position: absolute;
	margin: -20px 0px 5px 550px;
	text-align: right;
}

#urenportaal #decl_options_eindewerk label {
	margin-left: 5px;
	font-size:12px;
}

#urenportaal #decl_options_overwerk {
	margin: 5px 0px 20px 0px;
	width: 250px;
	font-size:12px;
	display:none;
}

#urenportaal #decl_options_overwerk span {
	font-weight: bold;
	margin-right: 5px;
}

#urenportaal #decl_options_overwerk input {
	margin: 0px 3px 0px 10px;
}

#urenspecificatie_detail input.ureninput {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 45px;
	text-align: center;
	height: 17px;
	font-family: Helvetica;
	font-size: 13px;
}

#urenportaal #detail textarea#decl_opmerking,
#urenportaal #detail div#decl_opmerking {
	font-family: Helvetica;
	font-size: 13px;
	width: 629px;
	height: 85px;
	border: 1px solid #105198;
	background-color: #F1F7F7;
	margin-bottom: 10px;
}

#urenportaal #detail #decl_btn_close {
	width: 70px;
	height: 25px;
	padding: 0px;
}

#urenportaal #detail #decl_btn_save {
	width: 70px;
	height: 25px;
	padding: 0px;
	margin: 0px 10px 0px 10px;
}

#urenportaal #detail #decl_btn_send {
	width: 150px;
	height: 25px;
	padding: 0px;
}

#urenportaal .looncomponent_info {
	display: block;
    float: right;
	width: 16px;
	height: 16px;
	margin: 0px 2px 0px 5px;
	background-image: url("http://www.fydalo.nl/images/help_icon.gif");
	font-size: 0px;
	cursor:help;
	}
	
.print_link {
	display: block;
    position: absolute; 
	right: 10px; 
	top: 15px;
	width: 16px;
	height: 16px;
	background-image: url("http://www.fydalo.nl/images/print-icon.png");
	font-size: 0px;
}

#hint {
	position: absolute;
	max-width: 300px;
	padding: 3px 4px 4px 5px;
	border: 1px solid #767676;
	background-color: #FCFCFE;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 50px;
	margin-top: 40px;
	-moz-box-shadow: 3px 3px 3px #767676;
    -webkit-box-shadow: 3px 3px 3px #767676;
    box-shadow: 3px 3px 3px #767676;

}

#vergoedingen input.ureninput,
#vergoedingen input.daginput,
#vergoedingen input.stukinput,
#vergoedingen input.kminput,
#vergoedingen input.geldinput {
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 79px;
	padding-right: 4px;
	text-align: right;
	height: 17px;
}

#urenportaal input.invalid {
	color: red;
	text-decoration: underline;
}

#urenportaal .warning {
	color: #FF5500;
	text-decoration: underline;
}

/* Bedrag informatie van een vergoeding wordt getoond in een SPAN element, bijvoorbeeld "€ 4,00 per gewerkte dag" */
span.vergoeding_bedrag {
    font-style: italic;
    color: #606060;
    margin: 2px 0px 0px 5px;
}

li#opleiding{display:none;}
li#werkervaringen{display:none;}
li#beschikbaarheid{display:none;}
li#identiteit{display:none;}
li#betaal{display:none;}
