/*
    Document   : default
    Created on : 6-mrt-2013, 15:19:35
    Author     : branmi
    Description:
        Purpose of the stylesheet follows.
*/

body {
    font-family: Arial;
    font-size: 80%;
    margin: 20px;
}

.container {
    margin: 0 auto;
    width: 980px;
    box-shadow: 0 0 6px 0 #ccc;
}

.header {
    background: url('../images/header.jpg');
    height: 80px;
}

.menubar {
    background-color: #F8AF0A;
}

.maincontent {
    min-height: 350px;
    padding: 52px;
    line-height: 18px;
    padding-top: 20px;
}

.copyright {
    background-color: #cdcdcd;
    padding: 20px;
    text-align: center;
    font-size: 11px;
}

/**************************
  DEFAULT BOOTSTRAP STYLES
**************************/

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 16px;
}
  
.btn-lg {
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/***********************
  RAISED BUTTONS
************************/
.btn-primary.raised {
    box-shadow: 0 3px 0 0 #007299;
}
.btn-primary.raised:active, .btn-primary.raised.active {
    background: #33a6cc;
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}

/***********************
  CUSTON BTN VALUES
************************/

.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #0099cc;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}


h1, h2 {
    color: #929378;
}

h1 {
	margin-bottom: 40px;
}

/* Menuitems */

.menubar ul {
    display: inline-block;
}

.menubar ul li {
    display: block;
    float: left;
    margin-right: 30px;
}

.menubar ul li:after {
    /*content: ' |';*/
}

.menubar a {
    text-transform: uppercase;
    color: #666;
}

.menulink {
    padding: 13px;
    text-decoration: none;
}

.menulink:hover {
    color: #000;
}

.candidateimage {
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 0 4px 0 #ccc;
    background-color: #fff;
    margin-top: 10px;
}

.motivationimage {
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 0 4px 0 #ccc;
    background-color: #fff;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;
}

.candidatephotowrapper {
    display: table;
    text-align: center;
}

.candidatephotowrapper a {
    color: #333;
    font-style: italic;
    font-size: 14px;
}

.photoframe {
    width: 187px;
    float: left;
    padding: 10px;
}

#login {
    background-color: #eee;
    padding: 20px 0 20px 0;
    margin-top: 100px;
    border: 1px solid #ccc;
    box-shadow: 0 0 4px 0 #ccc;
}


/* GENERAL CHECKBOX STYLES */

.check_box {
    display:none;
}

.check_box + label{
    background: no-repeat;
    background-position: 5px 5px;
    height: 175px;
    width: 175px;
    display:inline-block;
    cursor: pointer;
}

.check_box:checked + label{
    background: no-repeat;
    background-position: 5px 5px;
    height: 175px;
    width: 175px;
    display:inline-block;
    cursor: pointer;
}

.error {
	color: red;
}

/* CHECKBOX IMAGES FOR CANDIDATES */

.branmi + label{
    background-image: url('../images/branmi.jpg');
}

.branmi:checked + label{
    background-image: url('../images/branmi.jpg');
    display: list-item;
    list-style-position: inside;
    list-style-type: initial;
	list-style-image: url('../images/checked.png');
}

.ALLAJE + label{
    background-image: url('../images/ALLAJE.jpg');
}

.ALLAJE:checked + label{
    background-image: url('../images/ALLAJE.jpg');
    display: list-item;
    list-style-position: inside;
    list-style-type: initial;
	list-style-image: url('../images/checked.png');
}

.BIJLAN + label{
    background-image: url('../images/BIJLAN.jpg');
}

.BIJLAN:checked + label{
    background-image: url('../images/BIJLAN.jpg');
    display: list-item;
    list-style-position: inside;
    list-style-type: initial;
	list-style-image: url('../images/checked.png');
}

.BOGAJA + label{
    background-image: url('../images/BOGAJA.jpg');
}

.BOGAJA:checked + label{
    background-image: url('../images/BOGAJA.jpg');
    display: list-item;
    list-style-position: inside;
    list-style-type: initial;
	list-style-image: url('../images/checked.png');
}

.BOUWGE + label{
    background-image: url('../images/BOUWGE.jpg');
}

.BOUWGE:checked + label{
    background-image: url('../images/BOUWGE.jpg');
    display: list-item;
    list-style-position: inside;
    list-style-type: initial;
	list-style-image: url('../images/checked.png');
}

.HEIJNA + label{
    background-image: url('../images/HEIJNA.jpg');
}

.HEIJNA:checked + label{
    background-image: url('../images/HEIJNA.jpg');
    display: list-item;
    list-style-position: inside;
    list-style-type: initial;
	list-style-image: url('../images/checked.png');
}

.HOFSAN + label{
    background-image: url('../images/HOFSAN.jpg');
}

.HOFSAN:checked + label{
    background-image: url('../images/HOFSAN.jpg');
    display: list-item;
    list-style-position: inside;
    list-style-type: initial;
	list-style-image: url('../images/checked.png');
}

.MELSMA + label{
    background-image: url('../images/MELSMA.jpg');
}

.MELSMA:checked + label{
    background-image: url('../images/MELSMA.jpg');
    display: list-item;
    list-style-position: inside;
    list-style-type: initial;
	list-style-image: url('../images/checked.png');
}

.PISCTO + label{
    background-image: url('../images/PISCTO.jpg');
}

.PISCTO:checked + label{
    background-image: url('../images/PISCTO.jpg');
    display: list-item;
    list-style-position: inside;
    list-style-type: initial;
	list-style-image: url('../images/checked.png');
}

.ROOIHU + label{
    background-image: url('../images/ROOIHU.jpg');
}

.ROOIHU:checked + label{
    background-image: url('../images/ROOIHU.jpg');
    display: list-item;
    list-style-position: inside;
    list-style-type: initial;
	list-style-image: url('../images/checked.png');
}

.STAMCH + label{
    background-image: url('../images/STAMCH.jpg');
}

.STAMCH:checked + label{
    background-image: url('../images/STAMCH.jpg');
    display: list-item;
    list-style-position: inside;
    list-style-type: initial;
	list-style-image: url('../images/checked.png');
}

.UITZHA + label{
    background-image: url('../images/UITZHA.jpg');
}

.UITZHA:checked + label{
    background-image: url('../images/UITZHA.jpg');
    display: list-item;
    list-style-position: inside;
    list-style-type: initial;
	list-style-image: url('../images/checked.png');
}

.WAALPE + label{
    background-image: url('../images/WAALPE.jpg');
}

.WAALPE:checked + label{
    background-image: url('../images/WAALPE.jpg');
    display: list-item;
    list-style-position: inside;
    list-style-type: initial;
	list-style-image: url('../images/checked.png');
}

.ZWEELE + label{
    background-image: url('../images/ZWEELE.jpg');
}

.ZWEELE:checked + label{
    background-image: url('../images/ZWEELE.jpg');
    display: list-item;
    list-style-position: inside;
    list-style-type: initial;
	list-style-image: url('../images/checked.png');
}