html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */



body {
    background: #fff;
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
    overflow-y: scroll;
}

#grailsLogo {
    padding: 20px;
}

div.header {
    padding: 2px 4px 0px 4px;
    background: #FFFFFF;
}

div.header-oefenomgeving {
    padding: 2px 4px 0px 4px;
    background: #10ff00;
}

div.header-vbdLogo {
    margin: 0px;
    padding: 0px 4px 0px 4px;
    float: left;
}

div.header-text {
    margin: 0px;
    padding: 4px;
    padding-left: 20px;
    float: left;
}

div.header-logoRechts {
    margin: 0px;
    padding: 0px 4px 0px 4px;
    float: right;
}

div.spacer {
    clear: both;
}

.header-main {
    color: #000000;
    font-size: 3em;
    font-weight: bold;
}

.header-sub {
    color: #FF0000;
    font-size: 1.25em;
    font-style: italic;
}

#footer {
    font-size: 1.00em;
    font-style: italic;
    padding: 2em 1em 1em;
    margin-bottom: 1em;
    margin-top: 1em;
    clear: both;
}

a:link,
a:visited,
a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    color: #48802c;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

ul {
    padding-left: 15px;
}

input,
select,
textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}

select.melding {
    width: 200px;
}


.value-eenheid input {
    width: 200px;
    border: 1px solid #ccc;
}

.value-eenheid textarea {
    width: 200px;
    height: 100px;
    vertical-align: top;
}

.value-melding textarea {
    width: 280px;
    height: 100px;
    vertical-align: top;
}

select {
    padding: 2px 2px 2px 0;
}

textarea {
    width: 250px;
    height: 50px;
    vertical-align: top;
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid #b2d1ff;
}

input.lock {
    border: 0px solid #b2d1ff;
    background: transparent;
}

img {
    border: none;
}

.body {
    margin: 0 15px 10px 15px;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;
    margin-top: 0px;
    padding: 7px 0px;
    overflow: auto;
    width: 100%;
}

.nav_net {
    background: #FAFAFA;
    border: 1px solid #ccc;
    border-style: solid none none none;
    margin-top: 0px;
    padding: 4px 0px;
    overflow: auto;
    width: 100%;
}

.nav2 {
    background: #FAFAFA;
    border: 1px solid #ccc;
    border-style: none none solid none;
    margin-top: 0px;
    padding: 4px 0px;
    overflow: auto;
    width: 100%;
}

.menuButton {
    font-size: 10px;
    padding: 5px 5px 5px;
    float: left;

}

.menuButton a {
    color: #333;
    padding: 4px 6px;
}

.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.inloggen {
    background: transparent url('../images/skin/key.png') 5px 50% no-repeat;
    padding-left: 25px;
}

.menuButton a.uitloggen {
    background: transparent url('../images/skin/lock.png') 5px 50% no-repeat;
    padding-left: 25px;
}

.menuButton a.meldingen {
    background: transparent url('../images/skin/application_form.png') 5px 50% no-repeat;
    padding-left: 25px;
}

.menuButton a.meldingen_toevoegen_medisch {
    background: #F2F2F2 url('../images/skin/application_form_add.png') 5px 50% no-repeat;
    padding-left: 25px;
    font-weight: bold;
    border: 1px solid red;
}

.menuButton a.meldingen_toevoegen_brand {
    background: #F2F2F2 url('../images/skin/application_form_add.png') 5px 50% no-repeat;
    padding-left: 25px;
    font-weight: bold;
    border: 1px solid red;
}

.btn-koppel-eenheid {
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}
/*.menuButton button.meldingen_toevoegen_medisch {*/
/*    background: #F2F2F2 url('../images/skin/application_form_add.png') 5px 50% no-repeat;*/
/*    padding-left: 25px;*/
/*    font-weight: bold;
/*    border: 1px solid red;*/
/*    color: #333;*/
/*    font-size: 10px;*/
/*    padding: 4px 6px;*/
/*    cursor: pointer;*/
/*    text-align: left;*/
/*    height: 22px;*/
/*    line-height: normal;*/
/*    display: inline-block;*/
/*    text-decoration: none;*/
/*    border-radius: 2px; !* Ensure same rounded edges *!*/
/*}*/

/*.menuButton button.meldingen_toevoegen_medisch:hover {*/
/*    background-color: #eaeaea;*/
/*    border-color: darkred;*/
/*}*/


.menuButton a.meldingen_toevoegen_logistiek {
    background: #F2F2F2 url('../images/skin/package_add.png') 5px 50% no-repeat;
    padding-left: 25px;
    font-weight: bold;
    border: 1px solid lightblue;
}

.menuButton a.meldingen_toevoegen_logging {
    background: #F2F2F2 url('../images/skin/package_add.png') 5px 50% no-repeat;
    padding-left: 25px;
    font-weight: bold;
    border: 1px solid black;
}

.menuButton a.meldingen_afgehandeld {
    background: transparent url('../images/skin/application_form_magnify.png') 5px 50% no-repeat;
    padding-left: 25px;
}

.menuButton a.eenheden {
    background: transparent url('../images/skin/group.png') 5px 50% no-repeat;
    padding-left: 25px;
}

.menuButton a.eenheden_toevoegen {
    background: transparent url('../images/skin/group_add.png') 5px 50% no-repeat;
    padding-left: 25px;
}

.menuButton a.ehbo_eenheden {
    background: transparent url('../images/skin/ehbo_eenheden.png') 5px 50% no-repeat;
    padding-left: 25px;
}

.menuButton a.ondersteunende_eenheden {
    background: transparent url('../images/skin/ondersteunende_eenheden.png') 5px 50% no-repeat;
    padding-left: 25px;
}

.menuButton a.ehbo_post {
    background: transparent url('../images/skin/ehbo_post.png') 5px 50% no-repeat;
    padding-left: 25px;
}

.menuButton a.instellingen {
    background: transparent url('../images/skin/bullet_wrench.png') 5px 50% no-repeat;
    padding-left: 25px;
}

.menuButton a.gebruikers {
    background: transparent url('../images/skin/group_key.png') 5px 50% no-repeat;
    padding-left: 25px;
}

.menuButton a.netten {
    background: transparent url('../images/skin/transmit.png') 5px 50% no-repeat;
    padding-left: 25px;
}

.menuButton a.standaardNet {
    background: blue url('../images/skin/transmit.png') 5px 50% no-repeat;
    padding-left: 25px;
    border: 2px solid black;
    color: white;
}

.menuButton a.rapportage {
    background: transparent url('../images/skin/report_magnify.png') 5px 50% no-repeat;
    padding-left: 25px;
}

.menuButton a.right {
    background: url(../images/skin/key.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.maps {
    background: url(../images/skin/map.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}

div.errors ul {
    list-style: none;
    padding: 0;
}

div.errors li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}

td.errors input {
    border: 1px solid red;
}

td.errors textarea {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
}

table.alarmeren {
    border: 1px solid #000000;
}


tr {
    border: 0;
}

td,
th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}

th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}

th a:link,
th a:visited,
th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}

th.asc a,
th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}

th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}

.even {
    background: #fff;
}

.brandwacht-melding {
    background: #ffcccc !important;
}

/* LIST */

.list table,
.list-eenheid table,
.list-eenheid-scroll table,
.list-sitrap table {
    border-collapse: collapse;
    width: 100%;
}

.list-medisch table,
.list-logistiek table,
.list-rapport table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.list th,
.list-sitrap th {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

.list-medisch th {
    border: 1px solid red;
}

.list-medisch .nummer,
.list-logistiek .nummer {
    width: 57px;
}

.list-medisch .net,
.list-logistiek .net {
    width: 57px;
}

.list-medisch .status,
.list-logistiek .status {
    width: 70px;
}

.list-medisch .datum,
.list-logistiek .datum,
.list .datum {
    width: 90px;
}

.list-medisch .urgentie,
.list-logistiek .urgentie {
    width: 62px;
}

.list-medisch .melder {
    width: 50px;
}

.list-medisch .roepnummer,
.list-logistiek .roepnummer,
.list-medisch .locatie,
.list-logistiek .locatie,
.list-medisch .gebeurtenis,
.list-medisch .aandoening,
.list-medisch .gebruiker,
.list-logistiek .gebruiker {
    width: 107px;
}

.list-logistiek .gebeurtenis {
    width: 227px;
}

.list-medisch .knop,
.list-logistiek .knop {
    width: 25px;
}

.list-logistiek th {
    border: 1px solid lightblue;
}

.list-medisch td,
.list-rapport td {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.list td,
.list-rapport th,
.list-rapport td,
.list-medisch td,
.list-logistiek td {
    border-left: 1px solid #ddd;
}

.list-eenheid td,
.list-eenheid-scroll td {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

}

.list-eenheid .locatie,
.list-eenheid-scroll .locatie {
    border-bottom: 1px solid black;
}

.list-sitrap td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.list-eenheid-scroll {
    height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #000000;
    background: #ddd;
}

.list-eenheid,
.list-eenheid-scroll {
    border: 1px solid #000000;
    background: #ddd;
}

.list th:hover,
.list tr:hover {
    background: #b2d1ff;
}

div.list-meldingen {
    float: left;
    width: 68%;
}

div.list-eenheden {
    float: right;
    padding-left: 20px;
    width: 30%;
}

div.list-eenheden .roepnummer {
    width: 100px;
}

div.list-eenheden .status {
    width: 128px;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}

.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}

.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.dialog-rapport table {
    padding: 5px 0;
    width: 100%
}

.prop {
    padding: 5px;
}

.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}

.prop .name-melding {
    text-align: left;
    width: 9%;
    white-space: nowrap;
    padding-bottom: 0px;
}

.prop .sbar-melding {
    text-align: center;
    width: 15%;
    font-weight: bold;
    color: black;
    white-space: nowrap;
    padding-bottom: 0px;
}

.prop .name-eenheid {
    text-align: left;
    width: 6%;
    white-space: nowrap;
    padding-bottom: 0px;
}

.prop .name-report-gave {
    text-align: left;
    width: 15%;
    white-space: nowrap;
    font-weight: bold;
    color: black;
    padding-bottom: 0px;
}

.prop .name-report {
    text-align: left;
    width: 15%;
    white-space: nowrap;
    font-weight: bold;
    color: black;
}

.prop .label-gave,
.prop .label-sbar {
    color: black;
    font-weight: bold;
}

.prop .value-locatie,
.prop .value-gebeurtenis,
.prop .value-aandoening {
    width: 85%;
    background-color: yellow;
}

.prop .value {
    text-align: left;
    width: 85%;
}

.prop .value-melding,
.value-sitrap {
    text-align: left;
    width: 24%;
    padding-bottom: 0px;
}

.prop .value-eenheid {
    text-align: left;
    width: 30%;
}

.prop .buttons-eenheid {
    text-align: left;
    width: 60%;
}

.prop .value-melding-boolean {
    text-align: left;
    width: 10%;
}

.prop .name-logging {
    text-align: left;
    width: 110px;
}

div.dialog-eenheid {
    float: left;
    width: 350px;
    padding-right: 10px;
}

div.dialog-rapport {
    float: left;
    width: 100%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
    overflow: visible;
    padding: 2px 6px;
    border: 1px solid #ccc;
}

.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
}

.buttons input.cancel {
    background: transparent url(../images/skin/arrow_undo.png) 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 110px;
    float: right;
}

.buttons input.canceled {
    background: transparent url(../images/skin/cancel.png) 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 110px;
}

.buttons input.uitgesteld {
    background: transparent url(../images/skin/date.png) 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 110px;
}

.buttons input.gezien {
    background: transparent url(../images/skin/transmit.png) 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 110px;
}

.buttons input.opPost {
    background: transparent url('../images/skin/bullet_op post.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 100px;
}

.buttons input.thick {
    background: transparent url('../images/skin/tick.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 110px;
}

.buttons input.patrouille {
    background: transparent url('../images/skin/bullet_patrouille.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 100px;
}

.buttons input.uitgemeld {
    background: transparent url('../images/skin/bullet_uitgemeld.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 100px;
}

.buttons input.beschikbaar {
    background: transparent url('../images/skin/bullet_beschikbaar.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 100px;
}

.buttons input.uitgerukt {
    background: transparent url('../images/skin/bullet_uitgerukt.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 100px;
}

.buttons input.uitgerukt-eenheid {
    background: transparent url('../images/skin/bullet_uitgerukt.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #FF0000;
}

.buttons input.terplaatse-eenheid {
    background: transparent url('../images/skin/bullet_ter plaatse.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #FF0000;
}

.buttons input.terplaatse {
    background: transparent url('../images/skin/bullet_ter plaatse.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 100px;
}

.buttons input.sitrap {
    background: transparent url('../images/skin/bullet_sitrap.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 100px;
}

.buttons input.vrijInzetbaar {
    background: transparent url('../images/skin/bullet_beschikbaar.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 150px;
}

.buttons input.ontkoppel {
    background: transparent url('../images/skin/lock_open.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
}

.buttons input.gealarmeerd {
    background: transparent url('../images/skin/bullet_gealarmeerd.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 100px;
}

.buttons input.gealarmeerd-eenheid {
    background: transparent url('../images/skin/bullet_gealarmeerd.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #FF0000;
}

.buttons input.afgehandeld {
    background: transparent url('../images/skin/lock.png') 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.inBehandeling {
    background: transparent url('../images/skin/tag_in behandeling.png') 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.vertrekPatient {
    background: transparent url('../images/skin/bullet_vertrek patiënt.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 150px;
}

.buttons input.retourBLS {
    background: transparent url('../images/skin/bullet_vertrek patiënt.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 120px;
}

.buttons input.retourALS {
    background: transparent url('../images/skin/bullet_bezet.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 120px;
}

.buttons input.aankomstBestemming {
    background: transparent url('../images/skin/bullet_aankomst bestemming.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 160px;
}

.buttons input.post_gesloten {
    background: transparent url('../images/skin/post_gesloten.png') 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.post_open {
    background: transparent url('../images/skin/post_open.png') 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.pauze {
    background: transparent url('../images/skin/bullet_pauze.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 100px;
}

.buttons input.wacht {
    background: transparent url('../images/skin/bullet_wacht.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 100px;
}

.buttons input.bezet {
    background: transparent url('../images/skin/bullet_bezet.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 100px;
}

.buttons input.koppelen-eenheid {
    background: transparent url('../images/skin/package_add.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid lightblue;
}

.buttons input.opslaan {
    background: transparent url('../images/skin/database_save.png') 5px 50% no-repeat;
    padding-left: 28px;
    border: 1px solid #ccc;
    width: 100px;
}

.buttons .pdf {
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}

.buttons .button_pdf {
    vertical-align: middle;
}

/* Linker menu */

#nav {
    margin-top: 20px;
    margin-left: 10px;
    width: 228px;
    float: left;
}

.panelBody li {
    padding-bottom: 10px;
    clear: left;
}

.homePagePanel * {
    margin: 0px;
}

.homePagePanel .panelBody ul {
    list-style-type: none;
    margin-bottom: 10px;
}

.homePagePanel .panelBody h1 {
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.homePagePanel .panelBody {
    background: url(../images/leftnav_midstretch.png) repeat-y top;
    margin: 0px;
    padding: 15px;
}

.homePagePanel .panelBtm {
    background: url(../images/leftnav_btm.png) no-repeat top;
    height: 20px;
    margin: 0px;
}

.homePagePanel .panelTop {
    background: url(../images/leftnav_top.png) no-repeat top;
    height: 11px;
    margin: 0px;
}

h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.2em;
}

#pageBody {
    margin-left: 240px;
    margin-right: 20px;
}

#tabs {}

/* meerdere formulier niet op nieuwe regel beginnen */
form {
    display: inline;
    margin: 0;
    padding: 0;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}