.input-validation-error {
    border-color: #fddf67;
    background: #feefb3;
}

.center-actions {
    text-align: center !important;
    font-size: 1.3em;
}

.right-actions {
    text-align: right !important;
    font-size: 1.3em;
}

.inline-edit-label {
    float: left;
    width: inherit;
    display: inline-block;
}

.float-right {
    float: right;
}

.v-select {
    background-color: white;
}

nav {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    padding-top: 40px;
    background-color: #009beb;
    z-index: 4;
    width: 70px;
}

nav > a,
nav > span {
    display: block;
    color: white;
    text-decoration: none;
    text-align: center;
    margin: 0 0 1px 0;
    position: relative;
    height: 55px;
}

nav a:link,
nav span:link,
nav a:hover,
nav span:hover,
nav a:focus,
nav span:focus,
nav a:visited,
nav span:visited {
    color: #FFFFFF;
}

nav a.active .menu-icon,
nav span.active .menu-icon {
    background-color: #007DBC;
}

nav a:hover .menu-icon,
nav span:hover .menu-icon,
nav a:focus .menu-icon,
nav span:focus .menu-icon {
    background-color: #007DBC;
}

nav a:hover .menu-text,
nav span:hover .menu-text,
nav a:focus .menu-text,
nav span:focus .menu-text {
    transform: translate(99.8%, 0);
}

nav .menu-icon {
    z-index: 50;
    display: block;
    background-color: #009beb;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 32px;
    transition: background-color 0.2s;
    padding-top: 6px;
}

    nav .menu-icon i {
        font-size: 30px;
    }

nav .menu-text {
    z-index: 5;
    display: block;
    background-color: #007dbc;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 17px 1em;
    transform: translate(0, 0);
    transition: transform 0.3s ease-in;
    font-size: 17px;
    white-space: nowrap;
}

nav span.submenu {
    bottom: auto;
    padding: 0;
    height: auto;
    max-height: 100%;
    overflow: hidden;
}

nav .submenu a {
    text-align: left;
    border-bottom: 1px solid #005078;
    color: #FFFFFF;
    padding: 6px 1em;
    height: auto;
    position: static;
    display: block;
    margin: 0;
    transition: background-color 0.3s;
    background-color: #007DBC;
    text-decoration: none;
}

    nav .submenu a:hover {
        background-color: #005078;
    }

nav span:hover .submenu,
nav span:focus .submenu {
    transform: translate(99.9%, 0);
    transition: transform 0.3s ease-in, max-height 1s 0.3s;
    max-height: 264px;
    /* geeft ruimte voor 8 submenu-items */
}

nav ~ header.page-header {
    z-index: 3;
    margin-left: 70px;
}

.impersonation-header ~ header.page-header, 
.impersonation-header ~ nav { 
    top: 20px;
}

nav ~ div.page-breadcrumb {
    z-index: 2;
    margin-left: 70px;
}

.impersonation-header ~ div.page-breadcrumb { 
    top: 60px;
}

nav ~ main.page-content-wrapper {
    z-index: 1;
    margin-left: 70px;
    min-height: 100vh;
}

    nav ~ main.page-content-wrapper .summary.stick {
        width: calc(100% - 130px);
    }

nav ~ footer.page-footer {
    z-index: 1;
    margin-left: 70px;
}

main .content-wrapper {
    min-height: calc(100vh - 61px - 15px - 15px - 25px);
	min-width: 1350px; /* Causes horizontal Scrollbar on smaller screens to prevent the edit panels to move under the lists */
}

.impersonation-header ~ main .content-wrapper {
    min-height: calc(100vh - 81px - 15px - 15px - 25px);
}

a {
    cursor: pointer;
}

.toolbar {
    margin: 10px 0 10px 0;
    text-align: right;
    font-size: 0;
    overflow: hidden;
}

.toolbar .btn {
    padding: 5px;
}