
.hidden {
    display: none;
}



a {
    cursor: pointer;
}

table.ssh_list td {
    padding-top: 15px;
    padding-bottom: 5px;
}

table.ssh_list  .glyphicons {
    margin-bottom: 5px;

}

table.ssh_list tr:hover {
    background-color: #c0c0c0;
}

h1 {
    font-size: 15pt;
    padding-top: 15px;
}

h2 {
    font-size: 12pt;
}

nav.sub ul li {
    display: inline;
}

/* Table overzichten */

table.standaard {
    width: 775px;
    margin: 20px 0 0 0;
    border-collapse: collapse;
}

table.standaard th.number, 
table.standaard th.editDelete {
    width: 80px;
}

table.standaard th.date ,
table.standaard th.datum 
{
    width: 100px;
}


table.standaard tr
{
    vertical-align: top;
}

table.standaard tr.odd{
    background: #f4f4f4;
}

table.standaard tr.even{
    background: #fff;
}

table.standaard tr:hover,
table.standaard tr:hover a {
    background: #f8f8f8;
    color: #6C6F75;
}

table.standaard td {
    padding: 2px 10px 2px 10px;
    border-right: 1px solid #fff;
}

table.standaard td.small, table.standaard td.small input {
    width : 100px;
    text-align: center;
    padding : 0;
}

td.bedrag, td.getal, 
table.standaard td.bedrag, table.standaard td.getal
{
    text-align: right;
    padding-right: 30px;
}

#detailswachtlijst, #wachtlijsttoevoegen{
    position: absolute; 
    width:300px; 
    background-color: #c0c0c0;
    padding: 10px; 
    display: none;
    z-index: 1000;
}

#detailswachtlijst ul {
    margin: 5px;
}

#detailswachtlijst ul li {
    margin-top: 5px;
}


#volgendeKandidatenDiv {
    position: absolute;
    margin-left: -100px;
    min-width: 500px;
    background-color: #c0c0c0;
    padding: 10px;
    display: none;
    z-index: 1100;
}

.icon {
    cursor: pointer;
}

#balkontop {
    background: url('/skin/frontend/default/SSH-V2/images/template/Header_BG_landscape.png') repeat-x scroll center;
    min-height: 120px;
}

.buttonstyle {
    max-width: 30%;
    padding: 5px;
    padding-bottom: 10px;
    background-color:  #930E0E;
    color: #fff;
    cursor: pointer;
}

#fotoedit li span {
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
    cursor: pointer;

}

#fotoedit li:hover {
    background-color: #C0C0C0;
}

.modal.in {
    z-index: 2000;
}

table.standaard select {
    height: 30px;
}

table.standaard input {
    height: 20px;
}


.serialnumber.error {
    background-color: #f00;
    color: #fff;
    border-color: #f00;
}