@font-face{font-family:amsterdam sans;font-style:normal;font-weight:400;
        src:url(../fonts/AmsterdamSans-Regular.woff2) format("woff2"),
        url(../fonts/AmsterdamSans-Regular.woff) format("woff")}
@font-face{font-family:amsterdam sans;font-style:bold;font-weight:700;
        src:url(../fonts/AmsterdamSans-Bold.woff2) format("woff2"),
        url(../fonts/AmsterdamSans-Bold.woff) format("woff")}

html {
    height: 100%;
}

body {
    margin:0;
    background-color: #333;
    background-image: url(../img/kid-adam.jpg);
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    font-family: "amsterdam sans", arial, helvetica, tahoma, sans-serif;
}

img {
    border:0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

header {
    background: #eaeaea;
    box-shadow: 0 4px 10px -2px  rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 10px -2px  rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 4px 10px -2px  rgba(0, 0, 0, 0.5);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    clear:both;
    z-index: 5000;
}

footer {
    padding-top: 20px;
    clear:both;
}

nav {
    padding-top:6px;
}

footer p {
    color:#fff;
    font-size: 10px;
    text-align: center;
}

select {
  max-width: 100% !important;
}

a {
    text-decoration: none;
    color:#416367;
    font-weight: bold;
}

a:hover, a:active {
    color:#5c96a1;
}

a.disguised {
    font-weight: normal;
    text-decoration: none;
    color:#222;
}

a.disguised:hover {
    text-decoration: underline;
}




    .text-red-600 {
      background-color:red !important;
      padding:5px;
      font-weight: 900 !important;
    }

    .text-green-600 {
      padding:5px;
      color:green !important;
      font-weight: 900 !important;
      padding-top:10px;
      padding-bottom: 10px;
    }


.autocomplete-suggestions { font-size: 13px; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }


label, input, select, form .error, form .success, form button {
    float: left;
    margin: 5px;
    font-size:16px;
    font-family: "amsterdam sans", sans-serif;
/*    min-width:150px;*/
}

.error {
    margin:0px !important;
}

input, select, textarea {
    border:1px solid #ccc;
}

textarea {
    margin: 5px;
}


input[type=checkbox], input[type=submit] {
    clear: left;
    float: left;
    margin: 5px;
    min-width:20px;
}

input[type=submit] {
    clear:both;
}

input.disabled, 
select.disabled {
    color:#666;
    border:1px solid #ddd;
}

h2 small {
    font-size: 13px;
}

h2 label {
    margin:0;
    font-weight: bold;
}

.select2-container {
    float: left;
    
}

.select2-selection {
    margin-left: 4px;
    margin-top:4px;
}

.select2-search input {
    margin:0;
}

.select2-dropdown {
    margin-left:4px;
}

.select2-results {
    font-size: 13px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    min-width: 200px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    color:#000;
}

.select2-container ul li {
    padding:0;
}

.select2-container .select2-search--inline .select2-search__field {
    padding:0 !important;
}

label {
    clear: left;
    width: 20%;
}

ul{
    padding: 0;
}

ul li{
    display: block;
    padding: 0 0 5px 0;
}

h2 {
    font-size:20px;
    font-weight: bold;
}

@media screen and (max-width: 800px) {

    
  .tabs {
    /* position: absolute; */
  }
  .tabs  li {
    display: block;
    float: none !important;
  }
  .tabs  li.selected a {
    text-align: left !important;
  }
  .tabs  li.selected a:after {
    /* content: ""; */
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    min-width: 1em;
    margin-left: 1em;
    text-decoration: inherit;
    text-transform: none;
    float: right;
    transform: rotate(90deg);
  }
  .tabs  li:not(.selected) {
    display: none;
  }
  .tabs .expanded li {
    display: block;
  }
  .tabs .expanded li:not(.selected) a {
    text-align: left !important;
  }
  .tabs .expanded li.active a:after {
    content: "";
    transform: rotate(270deg);
  }
}

.column {
    float:left; 
    width:50%;
    padding: 10px;
}

.row {
    padding:2px;
    display: flex;
    flex-wrap: wrap;
    background-color: #eee;
}

.row:after {
    content: "";
    display:table;
    clear:both;
}

.sticky-header.sticky {
    position: fixed;
    top: 54px; 
    z-index: 8000;
    width: auto;
    border-radius: 0;
    padding-bottom: 0;
    width: 1000px;
    min-height: 50px;
}

#tabs-holder.sticky-header.sticky {
    top: 100px; 
    margin-bottom:25px;  
}

#veldwerk-header.sticky {
    padding-bottom: 10px;
}

h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}

h5 {
    font-size: 14px;
    margin-top:10px;
    margin-bottom:10px;
    font-weight: bold;
    color: #999;
}

table {
    width:100%;
}

table.overview-list tr:nth-child(even) {background: #f9f9f9}
table.overview-list tr:nth-child(odd) {background: #FFF}

table.overview-list tr:last-child td:first-child {
    border-bottom-left-radius: 7px;
}
table.overview-list tr:last-child td:last-child {
    border-bottom-right-radius: 7px;
}

#overview_table td,
#overview_table th,
.overview_table td,
.overview_table th {
   text-align: right;
}

#overview_table td,
.overview_table td {
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}

th {
    text-align: left;
    background-color: #bbb;
    color:#333;
    padding:5px;
}

td {
    padding:5px;
}

.container {
    background: #fff;
    position: relative;
    margin-bottom: 10px;
}

.container p {
    margin:10px;
    clear:both;
}

.container .content p {
    margin: auto;
    clear: none;
}

.reports-sub .wrapper {
    max-width: 1800px;
    margin-left: 20px;
    margin-right: 20px;
}

.reports-sub table tbody td {
    border-top:1px solid #ccc;
}

.reports-sub #admin-block .tablewrapper,
.reports-sub #admin-block2 .tablewrapper {
    overflow-x: scroll;
}

.reports-sub .block,
.reports-sub .block h2 {
    border-radius:0 !important;
}

.error{
    background-color: #ff0000;

}

.success{
    background-color: #2eb800;
    border:1px solid #3f982b;
}

.error{
    background-color: #d91717;
    border:1px solid #9b0909;
}

.error,
.success {
    color:#fff;
    clear: both;
    
    padding:10px;
    margin-bottom: 0px;
    clear: both;
    display: block;
    position: relative;
}

.success.message {
    margin:0px;
    margin-bottom: 10px !important;
    border:1px solid #008700;
}

.error.message {
    margin:0px;
    margin-bottom: 10px !important;
    border:1px solid #870000;
}

.checkbox{
    float: left;
    clear: none;
    margin: 2px 0 0 5px;
}

#residence_address {
    display: none;
}

.tabs {
    display: block;
    width: 100%;
}

.tabs li,
#tabs-holder .tab-nav {
    background-color: #cdcdcd;
    display: block;
    float: left;
    padding: 10px;
    margin-right: 5px;
}

img.sex{
    float: left;
    margin-top: 4px;
}

.culture.left,
.culture.right
{
    position: relative;
    float: left;
    margin-top: 20px;
}

.culture.left
{
    clear: left;
    margin-right: 20px;
}

.culture.left label
{
    width: 80px;
}

.culture.right,
.problem.right
{
    float: right;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 33%;
    border: 1px solid #c7c7c7;
    overflow: scroll;
}

.culture.right label
{
    line-height: 24px;
    margin: 0px 0px 0px 5px;
    width: auto;
}

.problem
{
    width: 49%;
    position: relative;
    float: left;
}

.problem.right
{
    float: right;
    width: 49%;
    margin-top: 2em;
}

.problem.left label,
.problem.left textarea
{
    width: 100%;
    clear: right;
}

.problem.left textarea
{
    margin-left: 5px;
    min-width: 100%;
    max-width: 100%;
    min-height: 4em;
    height: 4em;
}

.problem.right input
{
    clear: none;
    margin-top: 7px;
}

.problem.right label
{
    clear: none;
    width: 90%;
}

/* 
    End initial element styles Ighmelene
*/


.clearfix {
    clear:both;
}

.left-nav {
    float:right;
}

.right-nav {
    float:right;
    margin-left: 3px;
    margin-right: 0px;
}

nav .button img {
    height:32px;
}

.client-block .right-nav {
    margin-top: -5px;
}

.dark-button {
    cursor: pointer;
}

.dark-button:hover {
    opacity: 0.8;
}

.dark-button img {
    height:32px;
}

.block .button {
    background-color: #333;
}

.wrapper, nav {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
}

.wrapper {
    margin-top: 70px;
    clear:both;
}

.block {
    background-color:#fff; 
    margin-top:10px;
    margin-bottom: 10px;
    position: relative;
}

.block-header, h2 {
    background-color:#363636;
    color:#fff;
    padding:12px; 
}

.block-filter {
    background-color:#767676;
    color:#fff;
    padding:12px; 
}

.block-content {
    padding:12px; 
}

.block-header h2 {
    font-weight:bold;
    font-size: 17px;
}

.button,button {
    font-family:"amsterdam sans", sans-serif;
}

.button, input[type=submit], button {
    -moz-box-shadow:inset 0px 1px 0px 0px #ddd;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ddd;
    box-shadow:inset 0px 1px 0px 0px #ddd;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccc), color-stop(1, #dfdfdf));
    background:-moz-linear-gradient(top, #ccc 5%, #dfdfdf 100%);
    background:-webkit-linear-gradient(top, #ccc 5%, #dfdfdf 100%);
    background:-o-linear-gradient(top, #ccc 5%, #dfdfdf 100%);
    background:-ms-linear-gradient(top, #ccc 5%, #dfdfdf 100%);
    background:linear-gradient(to bottom, #ccc 5%, #dfdfdf 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dfdfdf',GradientType=0);
    background-color:#ccc;
    border:1px solid #ccc;
    display:inline-block;
    cursor:pointer;
    color:#222;
    margin-bottom: 6px;
    padding:4px 5px 4px 5px;
    outline:0px solid transparent;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}

.button.right {
    position:absolute;
    right:10px;
    top:10px;
}

.button.save, 
input[type=submit].save, 
button.save {

-moz-box-shadow:inset 0px 1px 0px 0px #000;
-webkit-box-shadow:inset 0px 1px 0px 0px #000;
box-shadow:inset 0px 1px 0px 0px #000;
color:#fff;
text-shadow:0px 1px 0px #666666;
border:1px solid #222;
  background-image:url(../img/save.png);
  background-color: black;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 32px;
  margin-bottom: 14px;
}

.button.save:hover, 
input[type=submit].save:hover, 
button.save:hover {
    background-color:#000;
    -moz-box-shadow:inset 0px 1px 0px 0px #000;
    -webkit-box-shadow:inset 0px 1px 0px 0px #000;
    box-shadow:inset 0px 1px 0px 0px #000;
    color:#ddd;
    text-shadow:0px 1px 0px #666666;
    border:1px solid #222;
    background-image:url(../img/save.png);
    background-color:#222;
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

label.agree,
label.fullwidth {
    margin-top: 20px;
    margin-bottom:10px;
    width:100%;
    font-weight: bold;
}

textarea.fullwidth {
    width:100%;
    min-height: 400px;
}

input[type=submit],
button,
input[type=button] {
    padding: 10px;
}

.button img {
  float:right;
}

.button span {
    font-weight:bold;
    line-height: 32px;
    height:32px;
    display: inline-block;
}

.button:hover, input[type=submit]:hover, button:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
    background-color:#dfdfdf;

}

.button:active {
}

#button-logo-small,
#button-logo {
    background: none;
    border: none;
    box-shadow: none
}

#button-logo-small {
    display: none;
}


.employee {
    float: left;
    font-weight: bold;
    margin-right: 10px; 
}

.no-longer-employed {
    text-decoration: line-through;
}

.metadates {
    color:#bbb;
    margin-bottom: 10px;
    visibility: hidden;
}

.action:hover .metadates {
    visibility: visible;
}

#street_number,
#street_number_addition {
    width:50px;
}

.client_details {
    font-size: 70%;
    color:#fff;
}

.client_belongs_to_details,


.client-scope h2
 {
    background-image:url(../img/client-header.png);
}

.leefgebied {
    background:#a2a2a2;
    padding:8px;
    margin:2px;
    margin-top: 0px;
    margin-bottom: 4px;
    border-left:2px solid #ddd;
    margin-left: -2px;
}


.leefgebied.selected,
.leefgebied.active {
    border-right:2px solid #333;
    border-left:0px solid transparent;
    border-bottom:0px solid transparent;
}

.action .leefgebied {
    border-left: 2px solid white;
}

.action .manage-actions {
    float:right;
    z-index:5000;
}


#ui-datepicker-div {
    z-index:5000 !important;
}

/*
TIMELINE STYLING
*/

#timeline-filters select {
    float:right;
}

#timeline {
    padding-top: 0px !important;
}

.action.hidden .bullet {
    display: none;
}

.action.hidden .details {
    border-left:0;
    background-image: url(../img/hidden.png);
    background-repeat: no-repeat;
    background-position: 100px 100px 100px;
}

.action.hidden .details div,
.action.hidden .date,
.action.hidden .employee,
.action.hidden .avatar {
    display: none;
}

#timeline .avatar {
    margin-right: 10px;
    margin-top: 5px;
}

.leefgebieden {
    float:right;
}

.action .details .leefgebieden {
    clear: left;
    float:right;
    margin-right: 6px;
}

.action .details .leefgebied {
    float:left;
    clear:left;
}

.action .details .leefgebied img {
    width:30px;
    height:,30px;
}

.action.ZRM .details .leefgebied img,
.action.DST .details .leefgebied img,
.action.EVA .details .leefgebied img,
.action.INFORMATION .details .leefgebied img {
    width:26px;
    height:24px;
}

.action.ZRM .details .leefgebied,
.action.DST .details .leefgebied,
.action.EVA .details .leefgebied,
.action.INFORMATION .details .leefgebied {
    padding:1px;
}



.action.ZRM .details .content,
.action.EVA .details .content {
    clear:left;
}

.action.ZRM .zrm-line {
    margin-bottom: 2px;
}

#timeline-tab.selected {
    background-color: #eee;
}

.no-access, .read-only {
    background-color: #777;
    color:#fff;
}

.no-access .block {
    background-color: transparent;
}

.bewerken-sub .not-registered.no-access {
    background-color: transparent;
    color:inherit;
}

 #timeline.read-only {
    background-color: #fff;
    color:#777;
}

.read-only #tabs-holder {
    background-color: #000;
}

#leefgebieden-block {
     
}

.registered-indicator {
    margin-top: -7px;
    margin-left: -7px;
    float:left;
}

.not-registered #tabs-holder {
    background-color: #c10000;
}

#deregistered-bar {

    padding-bottom: 7px;
    color:#fff;
}

.client-block form,
.mission-block form {
    margin: 20px;
}

#leefgebieden {
   background-color: #eee;
}

#leefgebieden .leefgebied {
    padding:8px;
    margin:0px;
    display: inline-block;
    position: relative;
    margin-bottom: 2px;
    cursor: pointer;
}

#leefgebieden .leefgebied-image {
    width: 100%;
}

#leefgebieden .leefgebied-holder {
    position: relative;
    width: 7.15%;
    min-width: 65px;
    float:left;
    margin-right: .5%;
    padding-top: 40px;
}

.leefgebied-info {
    background:#00abeb; color:#fff;border-radius: 50%; width:18px; height:18px; text-align:center; font-size:15px;
    position: absolute;
    top:0px;
}

.leefgebied-info:hover {
    background: green;
}

.leefgebied-name {
    position: absolute;
    top:20px;
    z-index: 200;
    font-size: 10px;
    line-height: 12px;
    background-color: #000;
    color:#fff;
    width: 100%;
    padding:3px;
    padding-left: 4px;
    padding-right:12px;
    font-weight: bold;
    opacity: 0.7;
    overflow: hidden;
    height:17px;
    margin-bottom: 2px;
    width: 100%;
    right:0;
}

.leefgebied-holder {
    cursor: pointer;
}

.leefgebied-holder:hover .leefgebied-name,
.leefgebied.selected .leefgebied-name {
    overflow: hidden;
    height:auto;
}

.leefgebied-name img {
    position: absolute;
    right:3px;
    top:3px;
}


#leefgebieden .leefgebied {
    opacity:0.3;
}

#leefgebieden .leefgebied.active {
    opacity: 0.4;
}


#leefgebieden .leefgebied-holder:hover .leefgebied,
#leefgebieden .leefgebied-holder:hover .leefgebied.selected
#leefgebieden .leefgebied:hover,
#leefgebieden .leefgebied.selected {
    opacity: 1;
}

.leefgebied-holder .leefgebied-name {
    opacity: 0.4;
}
.leefgebied-holder.active .leefgebied-name {
    opacity: 0.8;
    margin-left: 0px;
}

.leefgebied-holder:hover .leefgebied-name {
    opacity: 0.8;
    margin-left: 0px;
}

.leefgebied:hover .leefgebied-name,
.leefgebied.active .leefgebied-name {
    display: block;
}

.financien {
    background-color:#dfa815;
}
.dagbesteding,
.werk {
    background-color:#aa0791;
}
.vrije-tijd {
    background-color:#43941f;
}
.wonen {
    background-color:#8b5e40;
}
.veiligheid {
    background-color:#9d9436;
}
.mentaal-welzijn {
    background-color:#9d3636;
}
.lichamelijk-welzijn {
    background-color:#de0000;
}
.middelengebruik-en-verslaving {
    background-color:#009a07;
}
.activiteiten-dagelijks-leven {
    background-color:#cb6623;
}
.school {
    background-color:blue;
}
.relaties-en-sociaal-netwerk {
    background-color:#36889d;
}
.identiteit-en-seksualiteit {
    background-color:#7c369d;
}
.justitie {
    background-color:#261b91;
}
.vrije-tijd {
    background-color:#43941f;
}
.basale-adl {
    background-color:#cb6623;
}
.instrumentele-adl {
    background-color:#ea8400;
}
.ouderschap-lichamelijke-verzorging {
    background-color:#3f513e;
}
.ouder-en-kind {
    background-color:#514b37;
}
.ouderschap-scholing {
    background-color:#373c51;
}
.ouderschap-opvang {
    background-color:#4d3146;
}


.registered-holder {
    float:left; 
    padding-top:7px; 
    padding-left:5px; 
    padding-right:5px;
}

.bullet {
    display: none;
    float:left;
    height: 36px;
    width: 36px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border:3px solid #333;
    text-align: center;
    color:#fff;
    background-color: #333;
    background-position: -3px;
    margin-top: -1px;
}

.stop_leefgebied .leefgebied{
    background-image: url(../img/leefgebied_removed.png);
}

.VELDWERK_MISSION_START .bullet,
.REGISTER .bullet {
    position: absolute;
}

.VELDWERK_MISSION_END .bullet,
.DEREGISTER .bullet {
    position: absolute;
}

.INFORMATION .bullet {
    position: absolute;
}

.EVA .bullet {
}

.DST .bullet {

}

.ZRM .bullet {
}

.LG_ADD .bullet {
}

.LG_REMOVE .bullet {
}

.VELDWERK_ACTIE .bullet {

}

.VELDWERK_EVA .bullet {

}

.tab .bullet {
    background-color: #aaa;
    border-color: #aaa;
}

.tab .details {
    border-color: #aaa;
    border-style: dotted;
    border-bottom: none;

}

.action {
    margin-top: 30px;
}

.edit.button, .remove.button {
}

.button.add::before {
  font-size:48px; 
  font-weight: normal; 
  line-height: 0.4em; 
  width: 0.67em;
  text-align:center; 
  position:absolute;   
  content:"+";  
  left:3px;                   
}

.button.add {
    position: relative;
    padding:10px;  
    padding-left: 40px;
}

.button.dark {
    background: linear-gradient(to bottom, #777 5%, #000 100%) !important;
    color: white !important;
    box-shadow: inset 0px 0px 0px 0px;
    text-shadow: 0px 1px 0px #000;
}

.button.big {
    position: relative;
    padding:10px; 
}

.details {

    padding:10px;
    border-bottom:1px dotted #ccc;
    /*border-left:4px solid #333;*/
}

.REGISTER .details {
    border-left: 4px solid #fff;
}

.action:last-child .details  {
    border:4px solid #fff;
}

.action:last-child.hidden .details  {
    border:0;
}

.action.REGISTER .content,
.action.DEREGISTER .content {
    padding-left: 0px;
}

.action.todo .details {
    border-left:4px dotted #ff7200;
}
.action.todo .bullet {
    background-color: #ff7200;
    border-color: #ff7200;
}
.action.todo .details {
    padding-top: 0px;
}

.info {
    font-style: italic;
    border-radius: 5px;
    padding: 6px;
    background-color: #999;
    color:#fff;
    margin-bottom: 5px;
}

#timeline .text.info {
    padding:6px;
}

.special {

    border-radius: 5px;
    padding: 6px;
    background-color: #ddd;
    color:#000;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}

#timeline .info {
    background-color: #ddd;
    /* border:1px solid #ccc; */
    display: inline-block;
    color:#444;
    padding: 0;
}

.action.LG-ADD .leefgebied,
.action.LG-REMOVE .leefgebied {

}

.action.todo .content .info {
    background-color: #ff7200;
}

.content .lg-info .start{
    color:#38a900;
    font-weight: bold;
}
.content .lg-info .stop {
    color:#ed3939;
    font-weight: bold;
}

.standout {
    color: #000;
    /* font-weight: bold; */
}

.action .employee {
    color:#999; 
}

.action .employee span {
    font-size: 11px;
    font-weight: bold;
}

.action .date {
    float:left;
    margin-right: 10px;
    font-weight: bold;
    min-width: 30px;
}

.action .date span {
    text-align: center;
    display: block;
    font-weight: 700;
}

.action .date span.date-d {
    font-size:20px;
}

.action .content {
    padding:2px;
    /* padding-left: 70px; */
    display: inline-block;

}

.sub {
    display: none;
}

.competences {
    display: none;
}

.leefgebied.competence {

    display: none;
}

.competence {
    margin-bottom:10px;
    margin-left:200px;
    position: relative;
}

.zrm-line {
    margin-bottom: 10px;
    margin-left: 70px;
    clear:right;
}

.zrm-score {
    padding:7px;
    color:#222;
    display: inline-block;
    opacity: 0.3;
    margin-bottom: 3px;
    font-weight: bold;
}

.score-holder {
    float:left; 
    margin-left:4px; 
    background-color:#dedede; 
    width:28px; 
    height:28px; 
    padding:7px; 
    text-align:right;
}

.score-1 {
    background-color:#dc0503;
}
.score-2 {
    background-color:#ff6203;
}
.score-3 {
    background-color:#ffcc03;
}
.score-4 {
    background-color:#91d311;
}
.score-5 {
    background-color:#0a8d03;
}

.zrm-score.active {
    opacity: 1;
}

#lg-service {
    background-color: #eee;
}

#lg-service.add h3:after {
    content: " en traject starten";
}

#lg-service.disable h3:after {
    content: " en traject beëindigen";
}

#lg-service .info-start-traject {
    display: none;
}

#lg-service.add .info-start-traject {
    display: block;
}

#lg-functions,
#zrm {
    background-color: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    display: none;
    border-bottom:1px dotted #ccc;
    background:#eee;
}

.tab {
    display: none;
    padding:10px;
}

#tab-nav-holder {
    padding-top: 5px;
    margin-top: -4px;
}

textarea#action {
    clear: both;
    display: block;
    width: 100%;
    height: 100px;
}

#additional-lgs {
    float:right;
}

#additional-lgs .leefgebied {
    float:left;
    width:50px;
    opacity: 0.4;
    cursor: pointer;
}

#additional-lgs .leefgebied img {
    width:30px;
}



#additional-lgs .leefgebied.selected {
    opacity: 1;
}

.tab-nav {
    color:#000;
    background-color: #ccc;
    float:left;
    font-size: 15px;
    font-weight: bold;
    padding:7px;
    margin-left: 10px;
    cursor: pointer;
}

.tab-nav.active {
    background:#eee;
}

.tab-nav.disabled {
    display: none;
    opacity: 0.3;
    cursor:default;
}

.arrow-up {
    left: 50%;
    bottom:-10px;
    margin-left: -5px;
    position:absolute;
    width: 0; 
    height: 0; 
    border-left: -10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee;
    display: none;
}

.selected .arrow-up {
    display: block;
}

.lg-name {
    padding:10px;
    padding-top: 5px;
    font-weight:bold;
    color:#fff;
    float:right;
}

#zrm .zrm-line,
#lg-evaluate .zrm-line,
#veldwerk-evaluate .zrm-line {
    float:left; width:auto; padding:0; margin:0;
}

#zrm .zrm-line .zrm-score,
#lg-evaluate .zrm-line .zrm-score {
    cursor: pointer;
}

#zrm .zrm-line .zrm-score.selected,
#lg-evaluate .zrm-line .zrm-score.selected {
    opacity: 1;
}

#zrm .leefgebied {
    float:left;
    clear:left;
    padding: 1px;
}

#zrm .leefgebied img {
    width: 26px;
    height: 24px;
}

.zrm-desc {
    width:90%;
    height:60px;
    float:left;
    clear:both;
}

#zrm {
    padding:10px;
}


.zrm-desc {
    display: none;
}

.evaluation-desc {
    display: none;
    margin-left: 70px;
    margin-bottom: 5px;
}

.client-block {
   position: relative;
}

#client-block-content {
    margin:10px;
}

#tabs-holder {
    background-color: #777;
    padding:6px;
    padding-left:12px;
    padding-bottom: 0px;
}

.tabs a,
.tabs a:link,
.tabs a:visited {
    color:#444;
}

.tabs  li.selected a,
.tabs  li.selected a:link,
.tabs  li.selected a:visited {
    color:#000;
}

.tabs li,
#tabs-holder .tab-nav {
    color:#444;
    box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.4);
    margin-left: 0;
}

.tabs li.selected {
    background-color: #fff;
    box-shadow: none;
}
#tabs-holder .tab-nav.active {
    background-color: #eee;
    box-shadow: none;
}

.auto-margin-block {
    padding: 10px;
}

.auto-margin-block h2 {
    margin:-10px;
    margin-bottom: 10px;
}

.auto-margin-block .no-margin {
    margin:-10px;
    width: 100% !important;
}

.editing .zrm-score {
    cursor: pointer;
}
 
textarea.editing {
    width: 100%;
    height:60px;
    margin:-3px;
}

.edit-buttons {
    margin-top:10px;
}

.clonable {
    display: none;
}




/* 

    NOTIFICATION

*/

#employee-notifications-page .container {
    background: none;
}

#employee-notifications-page h2 {
    margin-bottom:10px;
}

#employee-notifications-page .notifications {
    margin-bottom:30px;
}

.notifications {
    margin-bottom: 10px;
}

.notification {
    padding:10px;
    margin-bottom: 2px;
    padding-right: 40px;
    position: relative;
    border:1px solid #777;
}

.notification a,
.notification a:link,
.notification a:visited {
    color:#000;
}

.notification a:hover {
    color:#555;
}

.notification .date,
.notification .client {
    float:left;
    margin-right: 10px;
}

.notification .client {
    background-color:#aaa;
    border:1px solid #777;
    padding:2px;
    margin-top: -3px;
    padding-right: 5px;
    padding-left: 5px;
}

.notification .message {
    float:left;
    font-weight: bold;
}

.notification .buttons {
    position: absolute;
    right:6px;
    top:6px;
}

.notification.classification-1 {
    background-color: #ead03e;
}
.notification.classification-2 {
    background-color: #eaa33e;
}
.notification.classification-3 {
    background-color: #ea6b3e;
}
.notification.classification-10 {
    background-color: #aedeee;
}

.notification.classification-20 {
    background-color: #aeeeae;
}


/*
    
    CLIENT OVERVIEW

*/

.overview-list tr .old_reference {
     display: none;
}

.overview-list tr:hover .old_reference {
     display: block;
}

.overview-list td span {
    color:#999;
    font-size:11px;
}

.days-ago-0,
.days-ago-1,
.days-ago-2,
.days-ago-3,
.days-ago-4,
.days-ago-5,
.days-ago-6,
.days-ago-7
{
    color:#008700;
}

.days-ago-8,
.days-ago-9,
.days-ago-10,
.days-ago-11,
.days-ago-12,
.days-ago-13
{
    color:#bb7200;
}

.days-too-long {
    color:#a11b00;
}

.has-ended a.disguised,
.has-ended td,
.not-registered a.disguised ,
.not-registered td {
    color:#999;
    background-color: #eee;
}

.not-registered #leefgebieden {
    display: none;
}

.has-ended .manage-actions,
.not-registered .manage-actions {
    display: none;
}


/*

VELDWERK

*/

.mission_details {
    font-size: 70%;
    color:#ccc;
}

.veldwerk-scope h2 {
    background-image:url(../img/veldwerk-header.png);
    background-color:#337695;
}

.veldwerk-scope h2.has-ended {
    background-image:url(../img/veldwerk-header-has-ended.png);
    background-color:#337695;
}

.mission_description {
    background-color: #e5d3b8;
    padding:10px;
    position: relative;
}

.mission_description span{
    display: block;
    max-width: 90%;
}

#veldwerk-functions {
    background-color: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    display: none;
    border-bottom:1px dotted #ccc;
    background:#eee;
}

.veldwerk-scope .action .content {
    padding-left: 0px;
}

.veldwerk-scope .zrm-line {
    margin-left: 0px;
}

.veldwerk-scope #timeline {
    padding-top: 20px !important;
}

#person_select,
.list_select {
    clear:both;
    float:left;
    background: #f6f6f6;
    border: 1px solid #ccc;
    padding:5px;
    width:100%;
}


#person_select button,
.list_select button {
    padding:1px;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 2px;
}


.action .person{
    margin-right: 10px;
    color:#58680e;
    font-weight: bold;
    background-color: #efebbb;
    padding:4px;
}

#person_select label div,
.action .person {
    float:left;
    margin-top: 2px;
    padding-left: 24px;
    background-image: url(../img/icon_person.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.list_select label div {
    float:left;
    margin-top: 2px;
    display: inline-block;
}
.list_select label {
    width:100%;
}

.action .group {
    float:left;
    padding:7px;
    margin-right: 10px;
    padding-left: 40px;
    background-color:#d1c0a7;
    background-image: url(../img/icon_group.png);
    background-repeat: no-repeat;
    background-position: 3px 6px;
    font-weight: bold;

}

.timeline-hidden-combined {
    position:absolute; 
    margin-top:-8px;
    margin-left:4px;
    color:#999;
}

#timeline .person {
   border: 1px solid #aaa;
   background-color: #bbb;
   padding-top:6px;
   padding-bottom:6px;
   margin-top: 0;
   background-position: 4px;
   color:#000;
}

.action .persons {
    padding-bottom: 10px;
}

.veldwerk-scope .action .content {
    clear:left;
}

#person_select label {
    clear:left;
    float:left;
    width:auto;
    margin:1px;
}

#persons span{
    font-size: 9px;
    font-style: italic;
    color:green;
}

#persons,
.list {
    clear:left;
    max-height: 250px;
    overflow-y: scroll;
}

.block.list {
    max-height: 100%; 
     overflow-y: auto;
}

.autocomplete-suggestion span {
    color:#777;
    font-size: 10px;
}

.autocomplete-selected {
    background-color: #deeef5;
}


.crud-buttons {
    text-align: right;
}


.crud td {
    padding:10px;
}

.crud td.crud-buttons img {
    margin-left:7px;
}

.crud h2 {
   
}


.hide_details {
    cursor:default;
}

.hide_details span {
    border-bottom: 1px dotted #00b0ff;
}

.hide_details .details {
    display: none;
}

.hide_details:hover .details {
    position: absolute;
    display: block;
    background: #eee;
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #ccc;
    border-top-left-radius: 0px;
}



/*
    
    ADMIN STYLING

*/


.employee-sub .container,
#admin-page .container,
.teams-sub  .container{
    background: none;
}

.simple-add-block {
    color:#fff;
    background: #555;
    padding:5px;
}

.simple-add-block input[type="submit"], 
.simple-add-block input {
    padding:2px;
    float:left;
    clear:none;
}

#admin-page li a {
    display: inline-block;
    background-color: #ddd;
    padding:6px;
    border-radius: 7px;
    color:#777;
}

#admin-block h4 {
    font-size: 14px;
    font-style: italic;
    padding-top:10px;
    padding-bottom:10px;
}

#admin-page li a:hover {
    color:#fff;
    background-color: #aaa;

}

.crud.list a {
    cursor: pointer;
}

.crud.list .main_field input {
    margin:0;
    margin-right: 5px;
    min-width:300px;
}

.crud.list .edit  {
    display: none;
}

.crud.list .button {
    margin-top: -3px;
    margin-left: 2px;
    margin-bottom: 0;
}



/* 

SORT

*/

.header { cursor: pointer; }

.header:after {
    padding-left: 5px;
    content: url('../img/sort-neither.png');
}

.headerSortUp::after {
    padding-left: 5px;
    content: url('../img/sort-descending.png');
}

.headerSortDown:after {
    padding-left: 5px;
        content: url('../img/sort-ascending.png');
   
}

/*
    
    RESPONSIVE STYLING

*/



.hover-label {
    padding:3px;
    background: #444;
    border-radius: 5px;
}

.select2-container,
.select2-container input {
    min-width: 200px !important;
}

.select2-dropdown {
    min-width: 200px;
}




/* DROPZONE */


.dropzone .dz-preview .dz-image img {
    width: 100%;
}


body .dropzone {
    border:0;
}

body .dropzone .dz-preview .dz-details {
    position:absolute;
    margin-left: 90px;
    padding:0px;
    text-align: left;
}

body .dropzone .dz-preview .buttons {
    position: absolute;
    right: 10px;
    top:0;
    z-index:5000;
}

body .dropzone .dz-preview {
    display: block;
    margin-top:10px;
    border-bottom: 1px solid #eee;
    min-height:80px;
}

body .dropzone .dz-preview .dz-image  {
    clear:left;
    width: 64px;
    height: 64px;
}

body .dropzone .dz-preview.dz-file-preview .dz-image {
    background:transparent;
    border-radius: 0;
}

body .dropzone .dz-preview .dz-details .dz-size {

    width:150px;

}

body .dropzone .dz-preview .dz-details .dz-size {
    font-size: 12px;
    padding-left: 4px;
    color:#ccc;
    margin-bottom:5px;
}

body .dropzone .dz-preview .dz-details .dz-date {
    font-size: 12px;
    padding-left: 6px;
    color:#ccc;
    position:absolute;
    top:0;
    left:100px;
}

body .dropzone .dz-preview .dz-details .dz-user {
    font-size: 12px;
    padding-left: 6px;
    color:#ccc;
    margin-bottom:5px;
}

body .dz-default.dz-message {
    color:#ccc;
    width:60%;
    margin-left: auto;
    margin-right: auto;
    padding:20px;
    border:1px solid #ccc;
    border-radius: 8px;
}

body .dropzone.dz-drag-hover {
    background:#efefef;
    border:1px solid #00abeb;
    border-radius: 8px;
}


body .dropzone .dz-preview .dz-details .dz-filename span {
    font-weight: bold;
    font-size: 16px;
}

body .dropzone .dz-preview:hover .dz-image img {
    webkit-filter:blur(0);
    filter:blur(0);
    -webkit-transform: translateZ(0)
}

body .dropzone .dz-preview .dz-details .dz-filename:hover span {
    border:1px solid transparent;
}

#inactive-lgs.hidden {
    display: none;
}



@media all and (max-width: 1020px) {

    #tab-dropdown:after {
        position: absolute; right:0; width:37px; height: 37px;
        content: ' ⌄ ';
        font-size: 20px;
        font-weight: 700;
    }

    #tab-dropdown.expanded:after {
        content: ' ⌃ ';
        position: absolute; right:0; width:37px; height: 37px;
    }

    .tabs li {
        display: block;
        float:none;
    }

    .tabs li a {
        display: block; 
        width: 100%;
    }

    .tabs li:not(.selected) {
        display: none;
    }

    .wrapper, nav {
        padding-left:10px;
        padding-right:10px;
        margin:0;
    }

    .column {
        width: 100%;
    }

    .zrm-score {
        max-width: 18%;
        overflow: hidden;
    }

    .wrapper {
        margin-top:5px; 
    }

    h2 {
        font-size: 16px;
    }

    header {
        position:static;
    }

    .sticky-header.sticky {
        top: 0px; 
        width: 100%;
        left: 0px !important;
    }
    #tabs-holder.sticky-header.sticky {
        top: 48px; 
        width: 100%;
        left: 0px !important;
    }

}

@media all and (max-width: 650px) {

    label, input, select, textarea {
        clear:both;
        display: block;
        width:100%;
    }

    label {
        margin-top:10px;
        margin-bottom: 0px;
        font-size: 80%;
    }

    body .dropzone .dz-preview .buttons {
        position: relative;
        margin-top: 10px;
        text-align: right;
        z-index:5000;
    }


    #button-logo-small {
        display:inline-block;
    }

    #button-logo {
        display: none;
    }

    #button-logout span {
        display: none;
    }

    .tab-nav {
        border-radius: 5px;
        margin-bottom: 4px;
    }

    .lg-name {
        float:none;
        display: block;
    }

    .leefgebied.selected .arrow-up {
        display: none;
    }

    nav .button img {
        height:24px;
    }

    .zrm-score .desc {
        font-size: 9px;
    }
}

.print {
    display: none;
}


#hidden {
    display: none;
}

@media all and (max-width: 450px) {

    .zrm-score .desc {
        display: none;
    }

}

@media print {

    .loaded-info {
        page-break-after: always;
    }

    .print h2 {
        margin-left: 14px;
        font-size: 20px;
    }

    header {
        display: none;
    }

    h2 {
        margin:0;
        padding-left:0;
        color:#000;
    }

    .print {
        display: block;
    }

    #leefgebieden .leefgebied {
        border:1px solid #000;
    }

    .leefgebied img {
         -webkit-filter: invert(100%);  
    }

    .bullet .print {
         -webkit-filter: invert(100%);  
    }

    .REGISTER .bullet .print,
    .DEREGISTER .bullet .print  {
        -webkit-filter: invert(0%); 
    }

    input,
    textarea,
    select { 
        overflow: visible; 
        font-weight: bold;
        border:none;
    }

    span.client_details {
        color:#000;
        font-size: 15px;
    }

    select {
        width: 400px;
    }

    .list_select label {
        overflow: visible; 
        width: auto;
    }

    #timeline-filters #filter {
        float:left;
        margin-bottom: 20px;
    }

    #leefgebieden .leefgebied {
        opacity: 0.6;
    }
    .leefgebied-holder .leefgebied-name,
    #leefgebieden .leefgebied.active {
        opacity: 1;
        color:#000;
        overflow:none;
    }

    .leefgebied-holder .leefgebied-name {
        position: relative;
        overflow: none;
        height:60px;
    }

    .leefgebied-holder .registered {
        display: none;
    }

    .button,
    input[type="submit"],
    .hide-in-print,
    .list_select select
     {
        display:none;
    }

    .tabs li {
        display:none;
    }

    .tabs li.selected {
        display:block;
    }

    #timeline-tab {
        display: none;
    }

    .right-nav {
        display:none;
    }

}

.green {
    color: green !important;
}

.red {
    color: red !important;
}

