/* Set box model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Set basic structure */
.appContainer {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  width: 100%; }

.appContainer > header, nav, main, aside, footer {
  margin: 0px;
  padding: 0px;
 }

.appContainer > header {
  order: 1;
  height:60px;
  flex: 0 1 100%; }

.appContainer > nav {
  order: 2;
  flex: 0 1 200px; }

.appContainer > main {
  order: 3;
  /*min-height: 400px;*/
  flex: 1; }

.appContainer > footer {   
  order: 5;
  flex: 0 1 100%; }

@media screen and (max-width: 768px) {
    .appContainer {
        display: -webkit-flex;
        display: flex;
        flex-flow: column nowrap;
    } 
}

body {
  font-family: 'Roboto', sans-serif; 
  font-size:100%;
  font-weight:300;
  line-height: 1.4;
  color: #A5A5A5;
  background-color: #1D1D1D;
  background-image: url('../images/ui/zwartevilt.png');
  opacity:0.9;
  width: 100%;
  height:100%;
  margin: 0px;
  padding: 0px;
}

.showBlock{
    display:block;
}

h1, h2, h3, h4, h5, h6, .w3-slim, .w3-wide {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
}

h3, h4{
    font-size:18px;
}

h5, h6{
    font-size:16px;
}

header {
    color:#fff;
    background-color: #2A2A2A;
    box-shadow:  0px 0px 4px 4px rgba(0,0,0,0.1);
    height: 60px;
    position:fixed;
    top:0px;
    left:0px;
    width:100vw;
    z-index:4;  
}
/*app-link*/

a{
    color:white;
    text-decoration:underline;
    cursor:pointer;
}

a:hover{
    color:#2196F3;
}

.element-border-right{
    border:0px solid #313131;
    border-right-width:1px;
    padding-right:6px;
}

.element-border-left{
    border:0px solid #313131;
    border-left-width:1px;
    padding-left:6px;
}

.element-border-top{
    border:0px solid #313131;
    border-top-width:1px;
    padding-top:6px;
}

.element-border-bottom{
    border:0px solid #313131;
    border-bottom-width:1px;
    padding-bottom:6px;
}

nav {
    background-color: #2A2A2A;
    box-shadow:  0px 0px 6px 4px rgba(0,0,0,0.2);
    height: 100%;
    width:270px;
    min-width:270px;
    position: fixed!important;
    z-index: 1;
    overflow: auto;
    display:none;
    left:0;
}

.main-pinned{
    padding-left:270px;
}

.nav-icon{
    margin-right:16px;
    vertical-align: middle;
}

.nav-sub-icon{
    position:relative;
    top:-2px;
    margin:0px;
    vertical-align: middle;
}

.folio-menu-item {
    font-weight:500;
    background-color: #2A2A2A;
    border: 0px solid #2A2A2A;
    border-bottom-width: 1px;
    color: #FFF; /*333333*/
    box-shadow: none;
}

.custom-accordian-button{
    webkit-transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
    transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
}

.folio-menu-item:hover{
    color:#191919;
    font-weight:500;
    background-color: #2196F3;
}

.folio-map-item
{    
    cursor:pointer;     
}
.folio-map-item:hover{
   background-color: #2196F3;
   color:#191919 !important;
}

.folio-map-item a
{
    color:#fff;
    text-decoration:none;
}
.folio-map-item:hover a{
    color:#191919 !important;
    font-weight:500;
    font-size:97.9%;
}


.folio-menu-item-selected{
    background-color: #085492;
}

.folio-submenu-color{
    padding-left:16px;
}

.folio-submenu-color:hover{
    color:#191919;
    background-color: #2196F3;
}

.folio-submenu-color-selected{
    background-color: #085492;
}

.w3-custom-accordion 
{
	width:100%;
	cursor:pointer
}

.hover-cursor 
{
	cursor:pointer
}


.w3-custom-accordion-content
{
    background-color:#191919;
	cursor:auto;
	display:none;
	position:relative;
	width:100%;
	margin:0;
	padding:0
}

.w3-custom-accordion-content a
{
	text-decoration:none!important;
	-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
	transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
	padding:6px 16px 6px 16px;
	display:block;
    cursor:pointer;
}

.w3-custom-accordion-content-highlighted{
    background-color:rgba(8,84,146,0.4);
}

.w3-custom-accordion-content a:hover
{
    color:#191919;    
	background-color:#2196F3;
}

.app-page{
    /*background-color: #262626;*/
    /*border:1px solid transparent;*/ /* important */
}

main {
    width: 100%;
    background-color: #262626;
}

#main {
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.2);
}

footer {
  background-color: #1D1D1D;
  box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.3);
  color: #F4F4F4;
  min-height: 200px;
  padding-top:40px;
  padding-bottom:40px;
}

.header-left{
    float:left;
    font-family: 'Rajdhani', sans-serif;
    font-size:2.2em;
    margin: 8px 8px;
}

.header-right{
    float:right;
    font-family: 'Rajdhani', sans-serif;
    font-weight:200;
    font-size:2.0em;
    margin: 8px 8px;
    color: rgba(255,255,255,0.8);
}

.close-button-right{
    color:#fff;
    cursor:pointer;
    float:right;
    font-size:2.2em;
    margin: 16px 22px 16px 4px;    
}

.pin-button-right{
    color:#fff;
    cursor:pointer;
    float:right;
    font-size:2.8em;
    margin: 20px 26px 20px 4px;
}

.pin-button-highlighted{
    color:#2196F3;
}

.pin-button-hidden{
    display:none;
}

.centered-content-area{
     margin: auto;
     max-width:890px;
}

.folio-main {
    /*min-height: 200px;*/  
}

.clearfix {
    overflow: auto;
}

/* Section */

.section-title{
    font-weight:300;
    text-align:center;
    margin:60px 0px 40px 0px;
}
.section {
    padding:20px;
    /* background-color:#262626; */
}

.black-label{
    display:inline-block;
    /*white-space: nowrap;*/
    color:#A5A5A5;
    background-color:rgba(0,0,0,0.8);
    padding:4px 20px;
    margin:0px 0px;
}

.big-black-label{
    color:#000;
    background-color:rgba(255,255,255,0.8); /* rgba(247,213,25,0.8);  rgba(255,255,255,0.8); */
    padding:8px 40px;
    font-size:1.1em;
}

.app-link{
    color:#2196F3;
    text-decoration:underline;
    cursor:pointer;
}

.app-link:hover{
    color:#87CEEB;
}

/* link card*/
.linkCard {
    cursor:pointer;
    margin:2px 1px;
    padding:0px;
    transition: 0.3s;
    border: 2px solid transparent;  
}

.linkCard:hover {
    opacity: 0.8;
    border: 2px solid #2196F3 ;    /* 469F4A 2196F3 #f1c40f*/   
}

.linkCard .label{
    display:block;
    position:relative;    
    bottom:37px;
    height:0px;    
    transition: 0.3s;
    opacity: 0.0;  
}

.linkCard:hover .label {
    opacity: 0.99;    
}

.linkCard .label h6{
    overflow:hidden;
    white-space: nowrap;
    background-color: #2196F3;
    color:#000000;
    margin:0px;
    padding:8px;
    text-align:center;
    font-weight:500;
}

/**
 * Modal image 
 */


.imageZoomCard {
    cursor:pointer;
    cursor:zoom-in;
}


#imageInstance {
    width:100%;
    transition: 0.3s;
}

#imageInstance:hover {
    /*opacity: 0.9;*/ 
}

.fade-in{
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}


/* Modal Content (image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1000px;
}


/* Caption of Modal Image */

#captionContainer {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


/* Add Animation */

.modal-content,
#captionContainer {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/* css animations/transitions */


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Image slideshow */

.slides {
    display: none;
}

.fillwidth {
    width: 100%;
    height: auto;
}

.w3-left,
.w3-right,
.w3-badge {
    cursor: pointer;
}

.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0
}

.smallWidthOnly {
    display: none;
}

@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    .smallWidthOnly {
        display: block;
    }
}

/* Spinner */

/*
$offset: 187;
$duration: 1.4s;
*/

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(270deg); }
}

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation:
    dash 1.4s ease-in-out infinite, 
    colors 5.6s ease-in-out infinite;
}

@keyframes colors {
    0% { stroke: #4285F4; }
    25% { stroke: #DE3E35; }
    50% { stroke: #F7C223; }
    75% { stroke: #1B9A59; }
    100% { stroke: #4285F4; }
}

@keyframes dash {
 0% { stroke-dashoffset: 187; }
 50% {
   stroke-dashoffset: 46.75;
   transform:rotate(135deg);
 }
 100% {
   stroke-dashoffset: 187;
   transform:rotate(450deg);
 }
}