﻿h1, h2, h3, h4, h5, h6, legend
{
    color: #02acfb;
    font-weight: bold;
}
h1 
{
    font-size: 32px;
    line-height: 32px;
    margin: 10px;
}

img
{
    border: 0px;
}
h2 {
    font-size: 28px;
    font-weight: normal;
    line-height: 34px; display:inline-block; 
    margin:0px;
}
h3 {font-size: 14px; line-height: 18px;}

a {color: #02acfb; text-decoration: none;}
a:hover {color: #02acfb; text-decoration: underline;}

tr, td, th { vertical-align: top;}
em { font-style: italic;}
strong { font-weight: bold;}
dt {font-weight: bold; margin-top: 10px;}

body.loading {
    opacity:.2;
}
/* layout
---------------------------- */
.wrap
{
    width: 94%;
    margin: 0 3%;
}

#header .wrap{
     margin: 0 3% 0px 1%;
}
#header img{
    max-height:50px;
}

.unsaved .extra-info-vraag, .unsaved .verwijder-vraag
{
    display:none;
}
.unsaved .extra-info-onderwerp img, .unsaved .verwijder-onderwerp img
{
    width:0px;
}
.unsaved .extra-info-onderwerp, .unsaved .verwijder-onderwerp 
{
    padding: 0px !important;
}

.button_new
{
    background: url('/icon/black16x16/ic_plus.png') no-repeat left;
    padding:4px 5px 4px 20px;
    font-weight:bold; 
}

.button_save
{
    background: url('/icon/black16x16/ic_ok.png') no-repeat left;
    padding:4px 5px 4px 20px;
    font-weight:bold; 
}

.button_delete
{
    background: url('/icon/black16x16/ic_delete.png') no-repeat left;
    padding:4px 5px 4px 20px;
    font-weight:bold; 
}

.button_new
{
    background: url('/icon/black16x16/ic_plus.png') no-repeat left;
    padding:4px 5px 4px 20px;
    font-weight:bold; 
}

html,
body {
    height: 100%;
}
body 
{
    font-family: Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 20px;
      margin: 0px;
    padding: 0px;
}
#container {
    min-height: 100%;
    position: relative;
}
#header 
{
    background-color: #02acfb;
    padding:10px;
}
    #header .wrap {
        position: relative;
    }
    #header h1 
    {
        color: #fff;
        display: inline-block;
        margin: 5px 0;
    }
    #header h1 a
    {
        color: #fff;
        font-size: 21px;
        line-height: 25px;
        font-weight: bold;
    }

#main {
    padding: 0px 0px ; 
     min-width: 775px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    background-color: #02acfb;
    line-height: 35px;
}
#footer .wrap {
    text-align: right;
    color: #aaa;
}

/* main nav
------------------------ */
#toplink {
    position: fixed;
    z-index: 300;
    top: 350px;
    background: url(../img/scroll_up_button.png) top left no-repeat;
    display: block;
    width: 38px;
    height: 97px;
    text-indent: -9999px;
}
#topnav 
{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 19px;
    bottom: 12px;
}
#topnav, #topnav a {color: #fff;}
#topnav a:hover {text-decoration: underline;}
.heatmapcontainer{

}
.heatmap-canvas
{
   left: 15px !important; top: 15px !important;
}

.list .text_row:hover a{
    color:#ffffff;
}
.xpoint
{
    font-size:70px;
   
    color:#00378d;
}

.cardsavg a:hover{
    color:#ffffff;
}

.cardsavg a{
    color:#000;
    font-size: 70px;
    font-weight:bold;
}

.cards.cardsavg {
    background: url('/img/heatmap2.jpg');
    background-position: center center;
}

.cards
{
    background:url('/img/rainbow.jpg');
    background-position:center center;
    width:825px;
    height:695px;
    padding:0px 20px;
    margin-top: 20px;
    position:relative;
}
.card a{
    color:#565656;
    
}
.card
{
    width:90px;
    height:55px;
    padding:5px 5px 0px 5px;
    border:solid 1px #ccc;
    text-align:center;
    border-radius:3px;
    color:#565656;
    background-color:#fff;
   text-transform:uppercase;
   letter-spacing:-1px;
   font-weight: 600;
    font-family:Verdana;
    font-size:9px;
    line-height:14px;
}
.admincard.nonselected{
   
  opacity:.2
}
.card.selected a {color:#FFF;}
.card.selected
{
   
     
     color:#fff;
     border:0px;
}
.logo
{
    display:inline-block;
    padding:5px;
    border-radius:5px;
    background-color:#fff;
}


#login-form{
    width: 600px;
    padding: 15px;
    margin: 0 auto;
}
#login-btn, .login-btn {
    width: 600px;
}
#modal-login-form #login-btn, #modal-login-form .login-btn {
    width: 370px;
}

#login-form fieldset {
    background-color: #f5f5f5;
    padding:20px 5%;
    width:90%;
}
legend
{
     font-size: 18px;
     font-weight: bold;
      text-transform:uppercase;
    margin-left:20px;
}
#login-form fieldset legend {
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc; 
    padding: 15px 10px;
    
}
#login-form fieldset .label {
    font-size: 16px;
    text-align: right;
    margin-right: 10px;
    width: 200px;
    display:inline-block;
}
#login-form fieldset .text {
    padding: 10px;
    width: 300px;
}
#login-form p.info {
    margin: 0px 0px 30px;
}

.set_relative
{
    position:relative;
}

.dialogcontent #treeheader, .dialogcontent #header
{
    display:none;

}
#opgeslagen
{
       
       padding:40px 0px 5px 30px;
       border-radius: 5px;
       background-color: #F7D3E9;  /*e76fb7*/
       color: #02acfb !important;
       font-size:16px;
       font-weight:bold;
       display:none;
       position:absolute;
       top:25px;
       border:solid 1px #02acfb;
       height:60px;
              width: 640px;
            
}

.home #content
{
       max-width:1500px;
}
 .dialogcontent #main
{
         min-width:0px !important;
}
.dialogcontent #content, .dialogcontent fieldset
{
    width:98%;
}
.kandidaat #content
{
         max-width:3000px;
         width:80%;
}

.dialogcontent fieldset{
    border:0px;
}

#content
{
         max-width:1000px;
}

.dashboard
{
     width:45%;
     float:left;
     margin-right:5%;
      margin-bottom:5%;
}
table.list tr td{
    overflow: hidden;
}

.kandidaat fieldset,  body.kandidaatevent fieldset
{
    width:48%;
    float:left;
    margin-left:1%;
    margin-bottom:30px;
}
table.list, fieldset
{
    width:100%;
    padding:0%;
    border:0px;
     border-spacing: 0px;
     border-collapse: separate !important;
     margin:0px;
     border: solid #02acfb 1px;
     -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}

table.list.orange, fieldset.orange
{
         border: solid #e36121 1px;
}

table.list.green, fieldset.green
{
         border: solid #4aab34 1px;
}

 

th {
    background-color:#02acfb !important;
    color:#fff;
    font-size:15px;
    text-align:left;
    padding:5px 5px 5px 30px;
}

.orange th
{
    background-color:#e36121 !important;
}
.green th
{
    background-color:#4aab34 !important;
}


th.titel{
    font-size:24px;
    padding-left:5px;
    padding-top:5px;
    color:#fff;
    	text-shadow: 1px 1px #666;

}

table.list td
{
    padding:10px 30px;
    margin:0;
}
table.list th.zoek input
{
    max-width:250px;
}
table.list th.zoek
{
    
    text-align:right;
}
.text_row:hover, .smalllist_text_row:hover{
background-color: #5ccbff !important;
color:#fff;
}
.text_row, .smalllist_text_row
{
    border-bottom:solid 1px #02acfb;
    padding:3px 3px 3px 30px;
    cursor:pointer;
    width:100%;
}
.text_row:nth-child(even), .smalllist_text_row:nth-child(even) {background-color: #f4f4f4;}
.text_row:nth-child(odd), .smalllist_text_row:nth-child(odd) {background-color: #dedede; }
/*#2ecc71*/
.list .text_row i, .list .smalllist_text_row i{
    margin-right:15px;
}
.menu_text
{
    font-size: 14px;
    line-height: 24px;
    font-weight:bold;
}

#treeheader ul
{
    margin: 30px 0px;
    padding:0px;
    width:100%;
    font-size:15px;
      border-right: solid 1px #8fd8fa;
      border-top: solid 1px #8fd8fa;
}

#treeheader ul li
{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width:100%;
}
#treeheader ul li a span{
    margin-left:10px;
}
#treeheader ul li a div {
     padding: 0px 15px;
}
#treeheader ul li a {
    border-radius: 5px;
     display: inline-block;
     padding: 25px 0px;
    border-bottom: solid 1px #8fd8fa;
   
     width:100%;
}
#treeheader ul li a:hover
    {
        background:#02acfb;
        color:#fff;
        text-decoration:none;
    }


.onderwerp-collection-placeholder
{
    width: 705px;
    margin-left: 50px;
}

    .onderwerp-collection-placeholder input,
    .onderwerp-collection-placeholder textarea
    {
    }

    .onderwerp-collection-placeholder .onderwerp
    {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 10px;
    }


    .onderwerp-collection-placeholder .vraag-toevoegen
    {
        float: right;
        margin-right: 100px;
        display: none;
    }

    .onderwerp-collection-placeholder .vraag
    {
        padding-left: 50px;
        width: 630px;
        margin-bottom: 10px;
    }

        .onderwerp-collection-placeholder .vraag textarea
        {
            width: 576px;
            border-top-right-radius: 0px;
        }

.tab-item.vragenlijst img
{
    vertical-align: middle;
}

.onderwerp-toevoegen img, .vraag-toevoegen img
{
    margin-right: 4px;
    margin-top: -5px;
}

.vraag-toevoegen img
{
    margin-right: 4px;
    margin-top: -2px;
}



.button img
{
    margin-right: 5px;
}



#content{
    float:left;
    width:75%;
    margin-top:30px;
}
#treeheader
{
    float: left;
    text-align: left;
    width: 15%;
   
    margin-right: 20px;
    min-height: 500px;
    height: 100%;
    /*max-width:200px;*/
}





.jqte
{
    box-shadow: none !important;
    transition: none !important;
    border-color: #ccc !important;
}

.hideit
{
    display:none !important;
}



.activated
{
    background-color: #a2dfea;
}

div.pager {
    text-align: center;
    margin: 1em 0;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: #fbd019;
    color: #fff;
    margin-right: 0.5em;
    border-radius:10px;
}

div.pager span.active {
    background: #4aab34;
}

/*Fomr elements*/
button.add, button.verwijder
{
   
    color:#fff;
    border:0px;
     margin-bottom:10px;
     float:right;
      margin-right: 20px;
}
.deletefile
{
    color:red;
    margin-left:10px;
    font-size:20px;
}
button.add
{
    background: #4aab34;
}

button.verwijder
{
    background: #e36121;
}
#error
{
    color:red;
    font-size:18px;
}
input[type='text'], textarea, input[type='password'], input[type='submit'], button, select, fieldset label input[type=password]
{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px;
}
/*
.kaart input[type='text'], .kaart textarea, .kaart input[type='password'], .kaart select, .kaart fieldset label input[type=password]
{
     padding: 0px;
     border: 0px;
     pointer-events:none;
}
.kaart fieldset label span:not(.nolabel){
   font-weight:bold;
}
.kaart abbr, .kaart input[type='submit'],  .kaart button
{
    display:none;
}
    */

.alert{
     border: 1px solid red !important;
}

fieldset label {
    width:100%;
    max-width:800px;
    display:inline-block;
    clear:both;
}
fieldset label.small {
        max-width:300px;
}
#filelist div{
    display:inline-block;
    margin-left:5px;
}
fieldset label .nolabel span {
     width:auto !important;
    min-width:10px !important;
    text-align:left !important;
    margin-right:0px !important;
}
fieldset label span:not(.nolabel){
    display:inline-block;
    width:20%;
    min-width:160px;
    text-align:right;
    margin-right:20px;
    vertical-align: top;
}

input[type='submit'].outer
{
    float:right;
    margin-right: 20px;
}
fieldset label input[type='submit'], input[type='submit'].outer
{
    background:#4aab34;
    color:#fff;
    width:30%;
    border:0px;
    cursor:pointer;
}
fieldset label input[type='submit']:hover, input[type='submit'].outer:hover{
     background:#5ccbff;
}

fieldset label input[type=text],fieldset label input[type=password], fieldset label select, fieldset label textarea{
   width:60%;
}
fieldset label input[type=text].small, fieldset label input[type=text].date{
   width:26%;
}

.right
{
    float:right;
    margin-right:20px;
}


