﻿body, html {
    margin: 0;
    min-height: 100%;
    height: 100%;
}

#app-side-nav-outer-toolbar {
    flex-direction: column;
    display: flex; 
    height: 100%;
    width: 100%;
}

.layout-header {
    flex: 0 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    position: relative;
    z-index: 1501;
}

.dx-toolbar .dx-toolbar-item.menu-button {
    width: 60px;
    text-align: center;
    padding: 0;
}

.dx-toolbar .dx-toolbar-item.menu-button > .dx-toolbar-item-content .dx-icon {
    color: #ff5722;
}

.dx-card {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 4px;
    background-color: #fff;
    margin: 2px 2px 3px;
}

.dx-card.wide-card {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    border-right: 0;
    border-left: 0;
}

.with-footer > div > div > .dx-scrollable-content {
    height: 100%;
}

.with-footer > div > div > .dx-scrollable-content > .dx-scrollview-content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.layout-body {
    background-color: #f2f2f2;
    flex: 1;
    height: 100%;
    min-height: 0;
}

.layout-body .menu-container {
    height: 100%;
    width: 250px;
}

.layout-body .content {
    flex-grow: 1;
    height: 100%;
    line-height: 1.5;
}

.layout-body .content h2 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -.5px;
}

.layout-body .content-block {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.layout-body .content-footer {
    display: block;
    color: rgba(0,0,0,.609);
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 20px;
    padding-bottom: 24px;
}

.layout-body .responsive-paddings {
    padding: 20px;
}

.layout-body-hidden {
    visibility: hidden;
}

@media screen and (min-width: 600px) {
    .layout-body .content-block {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media screen and (min-width: 1280px) {
    .layout-body .responsive-paddings {
        padding: 40px;
    }
}

.menu-container .dx-widget {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: Roboto,RobotoFallback,Helvetica,Arial,sans-serif;
    line-height: 24px;
}

.menu-container .dx-treeview {
    white-space: nowrap;
}

.menu-container .dx-treeview .dx-treeview-item {
    padding-left: 0;
    padding-right: 0;
}

.menu-container .dx-treeview .dx-treeview-item .dx-icon {
    width: 60px !important;
    margin: 0 !important;
}

.menu-container .dx-treeview .dx-treeview-node {
    padding: 0 0 !important;
}

.menu-container .dx-treeview .dx-treeview-toggle-item-visibility {
    right: 10px;
    left: auto;
}

.menu-container .dx-treeview .dx-rtl .dx-treeview-toggle-item-visibility {
    left: 10px;
    right: auto;
}

.menu-container .dx-treeview .dx-treeview-node[aria-level="1"] {
    font-weight: bold;
    border-bottom: 1px solid #515159;
}

.menu-container .dx-treeview .dx-treeview-node[aria-level="2"] .dx-treeview-item-content {
    font-weight: normal;
    padding: 0 60px;
}

.menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node.dx-state-selected:not(.dx-state-focused) > .dx-treeview-item {
    background: transparent;
}

.menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node.dx-state-selected > .dx-treeview-item * {
    color: #FF5722;
}

.menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node:not(.dx-state-focused) > .dx-treeview-item.dx-state-hover {
    background-color: #3F3F4B;
}

/** Edmond
* Version: 21.1.5
* Om de toolbar van het hoofdmenu te splitsen in een deel links en een deel rechts
*/

#block_container {
    text-align: center;
}

#bloc1, #bloc2 {
    width: 49%;
    padding: 1px;
    display: inline-block;
}

.vs_cell_header {
    background-color: black;
    color: white;
    align-content: center;
}
.vs_cell_50 {
    background-color: red;
    align-content: center;
}
.vs_cell_70 {
    background-color: yellow;
    align-content: center;
}
.vs_cell_90 {
    background-color: lightgreen;
    align-content: center;
}
.vs_cell_cross {
    background-color: darkviolet;
    color: white;
    align-content: center;
}
.vs_cell_arrow {
    background-color:  violet;
    color: white;
    align-content: center;
}

/* Hier wat eigen styles voor de weergave van de portaal info in de ol popup */
.locationrequest {
    padding: 5px;
}

.pivot {
    padding: 10px;
}

.mapcontainer {
    width: 100%;
    height: 100%; /*Fallback*/
    height: 100vh;
    padding: 10px;
}

.map {
    width: 100%;
    height: calc(100% - 1.5em);
}

.rotate-north {
    top: 65px;
    left: .5em;
}

.ol-touch .rotate-north {
    top: 80px;
}

.notificationbar-Container {
    display: none;
}

.notification-bar {
    width: 100%;
    height: 1.5em;
    display: table;
    padding: 10px;
}

.notification-bar > div {
    height: 100%;
    display: table-cell;
    border: 1px solid grey;
    width: 34%;
    box-sizing: border-box;
    vertical-align: middle;
}

.notification-bar .message-bar {
    width: 66%;
}

.notification-bar .ol-mouse-position {
    font-family: monospace;
    text-align: center;
    position: static;
}

.toolbar-Container {
    display: none;
}

.toolbar {
    height: 3.5em;
    display: table;
    /*padding-left: .6em; */
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

    .toolbar .control-right {
/*        position: static;
*/      float: right;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 5px 0px 0px;
    }

    .toolbar .control-left {
        /*        position: static;
*/      float: left;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 5px 0px 0px;
    }

.toolbar .ol-control {
    position: static;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.toolbar .ol-control button {
    border-radius: 2px;
    background-color: rgba(219,63,63,.5);
    width: 2em;
    height: 35px;
    display: inline-block;
}

.toolbar .ol-control button:hover {
    background-color: rgba(219,63,63,1);
}

.portal-header {
    min-width: 100px;
    display: flex;
}

.portal-header-text {
    color: white;
}

.portal-image {
    width: 20px;
    height: 20px;
}

#myposition > .ol-mouse-position {
    position: relative;
    margin-left: 20px;
    font-size: 30px;
}

.login-screen {
    width: 50%;
}

/*.memo {
    width: 400px;
    height: 500px;
    margin-left: 250px;
    margin-top: 50px;
    background-color: lightgray;
}
*/
/* The popup memo - hidden by default */
.memo-popup {
    display: none;
    position: fixed;
    width: 1000px;
    border: 3px solid #f1f1f1;
    z-index: 9;
    background-color: lightgray;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 10px 10px 10px;
}

/* Add styles to the memo container */
#memo-container {
    min-width: 500px;
    padding: 10px;
    background-color: white;
}

    /* Full-width input fields */
    .memo-container input[type=text], .memo-container input[type=password] {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
    }

        /* When the inputs get focus, do something */
        .memo-container input[type=text]:focus, .memo-container input[type=password]:focus {
            background-color: #ddd;
            outline: none;
        }

    /* Set a style for the submit/login button */
    .memo-container .btn {
        background-color: #04AA6D;
        color: white;
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
        opacity: 0.8;
    }

    /* Add a red background color to the cancel button */
    .memo-container .cancel {
        background-color: red;
    }

    /* Add some hover effects to buttons */
    .memo-container .btn:hover, .open-button:hover {
        opacity: 1;
    }

/* Tab style */
#tablijst {
    display: block;
}

#tabKaart {
    display: none;
}

#tabText {
    display: none;
}

#tabs {
    margin-top: 5px;
}

.caption {
    font-size: 14px;
    padding-bottom: 3px;
    padding-left: 10px;
}

.left-aligned {
    text-align: left;
}
