.___developcontainer {
    position: fixed;
    left: 5px;
    top: 5px;
    z-index: 9999;
    opacity: 0.2;
    cursor: default;
    padding: 5px;
    background-color: #949494;
    border-radius: 3px;
}

.___developcontainer span {
    color: white;
    width: 65px;
    font-size: 9px;
    text-align: center;
}

.___developcontainer:hover {
    opacity: 1;
}

/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a:hover {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.pipe-border {
    border-left: 1px solid #d6d6d6;
    height: 19px;
    transform: translatey(1px);
}

sup {
    font-size: 14px !important;
    margin-left: 1px !important;
}

p {
    margin-bottom: 15px
}

input:focus,
textarea:focus,
select:focus,
:focus {
    outline: none;
}

button:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #999999;
    -webkit-box-shadow: none;
    box-shadow: none;
}

b {
    font-weight: bold;
}

/* /RESET */

html,
body,
#app,
#main-view {
    height: 100%;
    line-height: 1.2;
}

body {
    font-family: proxima-nova, sans-serif;
    color: #424745;
}

.overflow {
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 360px;
    /* align-self: flex-start; */
}

.max-grow {
    max-width: 1660px;
}

.table td,
.table th {
    vertical-align: middle !important;
}

.logo-wrapper {
    width: 244px;
    height: 64px;
    display: inline-block;
    background-image: url('/assets/images/logo/admin_full.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.logo-wrapper.big {
    width: 366px;
    height: 96px;
    background-image: url('/assets/images/logo/admin_full.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.logo-wrapper.small {
    width: 122px;
    height: 32px;
    display: inline-block;
    background-image: url('/assets/images/logo/admin_full.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.logo-sidebar .logo-wrapper {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.login-wrapper {
    max-width: 700px;
    margin: auto;
    margin-top: 10vh;
    margin-bottom: 5vh;
    width: 90%;
    background-color: #fff;
}

h2 {
    /* width: 1240px; */
    /* height: 64px; */
    font-family: 'uni_neuebook', sans-serif;
    font-size: 48px;
    color: #acacac;
    padding-bottom: 10px;
}

h3 {
    font-size: 20px;
    color: #333;
}

h4 {
    /* font-family: UniNeue, sans-serif; */
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

label {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

input {
    border-radius: 2px;
    border: solid 1px #acacac;
    background-color: #ffffff;
}

a.btn,
button.btn,
input[type='button'].btn,
input[type='submit'].btn {
    font-family: proxima-nova, sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 2px rgba(172, 172, 172, 0.5);
    background-color: #008ae3;
}

a.btn.btn-primary,
button.btn.btn-primary {
    padding: 10px 30px;
    font-size: 20px;
}

a.btn.btn-link,
button.btn.btn-link {
    background-color: transparent;
    color: #008ae3;
    box-shadow: none;
}

a.btn.btn-link:hover,
button.btn.btn-link:hover {
    text-decoration: underline;
    color: #008ae3;
}

.btn.btn-link.hiddenLink {
    color: #333333;
    font-size: 18px;
}

.btn:hover {
    background-color: #0178c5;
}

.form-group {
    margin-bottom: 25px;
}

.checkbox-container {
    font-weight: normal;
    /* margin-top: -10px; */
}

.checkbox-container a:not([href]) {
    text-decoration: underline;
}

.checkbox-container input[type='checkbox'] {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.login-field-wrapper {
    position: relative;
    min-width: 250px;
}

.login-field-wrapper .login-show-password {
    position: absolute;
    right: 15px;
    top: 12px;
    top: calc(50% - 7px);
    /* height: 100%; */
    text-align: right;
    color: #00afc3;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

.login-show-password .show-hide {
    transform: none !important;
    transition: none !important;
    display: inline;
}

.error {
    /* display: none; */
    /* width: 100%; */
    margin-top: 0.25rem;
    font-size: 90%;
    color: #d8040d;
}

.error-line-field input {
    border-color: #d8040d !important;
}

.alert.alert-danger {
    background-color: #d8040d;
    color: #fff;
}

.alert.alert-danger button {
    color: #fff;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
}

.alert.alert-danger button:hover {
    opacity: 90% !important;
}

.dashboard-wrapper {
    height: 100%;
}

.dashboard-background {
    background: #f5f5f5;
}


a.passive {
    color: #666 !important;
}

/* nav */

.nav-bar {
    background: #fff;
}

.initial-wrapper {
    display: inline-block;
    width: 128px;
    height: 128px;
    line-height: 128px;
    border-radius: 50%;
    background-color: #008F4F;
    color: #fff;
    font-size: 40px;
}

.nav-bar .user-menu {
    width: 70%;
    margin: 0 auto;
    padding-top: 60px;
}

.nav-bar .user-menu ul li {
    margin: 0 0 40px 0;
    display: block;
}

.nav-bar .user-menu ul li a {
    font-size: 20px;
    padding-left: 40px;
    color: #333;
    white-space: nowrap;
}

.nav-bar .user-menu ul li a:hover,
.nav-bar .user-menu ul li a.active {
    text-decoration: none;
    color: #008F4F;
}

.nav-bar .user-menu ul li a.applications {
    background: url('/assets/images/icons/apps.png') left center no-repeat;
}

.nav-bar .user-menu ul li a.applications.active,
.nav-bar .user-menu ul li a.applications:hover {
    background: url('/assets/images/icons/apps-active.png') left center no-repeat;
}

.nav-bar .user-menu ul li a.profile {
    background: url('/assets/images/icons/profile.png') left center no-repeat;
}

.nav-bar .user-menu ul li a.profile.active,
.nav-bar .user-menu ul li a.profile:hover {
    background: url('/assets/images/icons/profile-active.png') left center no-repeat;
}

.nav-bar .user-menu ul li a.logout {
    background: url('/assets/images/icons/sign-out.png') left center no-repeat;
}

.nav-bar .user-menu ul li a.logout:hover {
    background: url('/assets/images/icons/sign-out-active.png') left center no-repeat;
}

/* \ nav */

#main-view .content {
    overflow-y: scroll;
    padding-bottom: 60px;
}

#main-view .user-card .initial-wrapper,
#main-view .user-card h4 {
    display: inline-block;
    vertical-align: middle;
}

#main-view .user-card .initial-wrapper {
    margin-right: 20px;
    width: 64px;
    height: 64px;
    font-size: 20px;
    line-height: 64px;
}

#main-view .user-card h4 {
    font-size: 28px;
}

/* password requirements */

.password-requirements {
    /* margin-right: 25px; */
    margin: 10px 25px 5px 0;
}

.password-requirements span {
    display: block;
    color: #bebebe;
    text-align: center;
    line-height: normal;
    transition: 0.5s ease;
}

.password-requirements span:first-child {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-weight: 900;
}

.password-requirements span:last-child {
    font-size: 9px;
}

.password-requirements.requirement-met span {
    color: #00af54 !important;
}

/* \ password requirements */

/* applications */

.application-blocks>.flex-column {
    text-align: center;
    max-width: 380px;
}

.application-block {
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(119, 119, 119, 0.81);
    /* border: solid 1px #fafafa; */
    background-color: #ffffff;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 120px;
    /* max-width: 350px; */
    /* margin-bottom: 30px; */
    /* border-bottom: 3px solid #509000; */
}

.application-block .login-link-wrapper {
    /* content: ""; */
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    width: 100%;
    /* background: #509000; */
    text-indent: -9999px;
    transition: height .2s ease;
}

a.portal-link {
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
    margin-bottom: 30px;
}

a.portal-link:hover {
    text-decoration: none;
}

a.portal-link:hover .application-block .login-link-wrapper {
    background: #4f9000;
    text-indent: 0;
    height: 50px;
    padding: 10px 22px;
    font-size: 18px;
    line-height: 30px;
    text-indent: 0;
    color: #fff;
    text-align: left;
}

a.portal-link:hover .company-icon-wrapper {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
}

a.portal-link:hover .application-block .login-link-wrapper {
    background: #4f9000 url("/assets/images/icons/right.png") no-repeat right 24px center;

}

a.portal-link:hover .application-block.groothandel .login-link-wrapper,
.application-block.groothandel .login-link-wrapper {
    background-color: #176cda;
}

a.portal-link:hover .application-block.producent .login-link-wrapper,
.application-block.producent .login-link-wrapper {
    background-color: #8dc63f;
}

a.portal-link:hover .application-block.oci .login-link-wrapper,
.application-block.oci .login-link-wrapper {
    background-color: #06adef;
}

a.portal-link:hover .application-block.slager .login-link-wrapper,
.application-block.slager .login-link-wrapper,
a.portal-link:hover .application-block.distributeur .login-link-wrapper,
.application-block.distributeur .login-link-wrapper {
    background-color: #008a9e;
}

.application-block h5 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    color: #333333;
}

.application-block .company-icon-wrapper {
    height: 130px;
    width: 100%;
    vertical-align: middle;
    filter: grayscale(100%);
    opacity: .5;
    transition: .2s ease;
}

.application-block.slachthuis .company-icon-wrapper {
    background: url('/assets/images/icons/slachthuis.png') no-repeat center center;
    background-size: auto;
}

.portal-link:hover .application-block.slachthuis .company-icon-wrapper {
    background-image: url('/assets/images/icons/slachthuis-active.png');
}

.application-block.producent .company-icon-wrapper {
    background: url('/assets/images/icons/producent-inactive.png') no-repeat center center;
    background-size: auto;
}

.portal-link:hover .application-block.producent .company-icon-wrapper {
    background-image: url('/assets/images/icons/producent-active.png');
}

.application-block.groothandel .company-icon-wrapper,
.application-block.distributeur .company-icon-wrapper {
    background: url('/assets/images/icons/cow.png') no-repeat center center;
    background-size: auto;
}

.portal-link:hover .application-block.groothandel .company-icon-wrapper {
    background-image: url('/assets/images/icons/cow-active.png');
}

.portal-link:hover .application-block.distributeur .company-icon-wrapper {
    background-image: url('/assets/images/icons/grootdistributie-active.png');
}

.application-block.oci .company-icon-wrapper {
    background: url('/assets/images/icons/oci-inactive.png') no-repeat center center;
    background-size: auto;
}

.portal-link:hover .application-block.oci .company-icon-wrapper {
    background-image: url('/assets/images/icons/oci-active.png');
}

.application-block.slager .company-icon-wrapper {
    background: url('/assets/images/icons/slager-inactive.png') no-repeat center center;
    background-size: auto;
}

.portal-link:hover .application-block.slager .company-icon-wrapper {
    background-image: url('/assets/images/icons/slager-active.png');
}

.application-block img.company-icon {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 80px;
    max-height: 80px;
}

/* \ applications */

/* toasts */

.toasts-container {
    position: fixed;
    bottom: 0;
    /* right:20px; */
    z-index: 9999999;
    right: 0;
    padding-right: 20px;
    max-width: 100vw;
    padding-left: 20px;
    box-sizing: border-box;
}

.toast-wrapper {
    margin-bottom: 10px;
    width: 418px;
    box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.5);
    max-width: 100%;
}

.toast-wrapper .toast-body {
    padding: 10px;
}

.toast-wrapper a {
    display: block;
    float: right;
}

.toast-wrapper .toast-icon {
    margin-right: 15px;
}

.toast-wrapper h1 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}

.toast-wrapper p {
    color: #555;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}

.toast-wrapper {
    /* transition: .8s ease; */
    animation: opacityfadein .4s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.toast-fadeout {
    animation: opacityfadeout .8s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.toast-show {
    opacity: 1 !important;
}


/* TOAST SUCCESS */
.toast-success {
    background-color: #f6fcfa;
}

/* TOAST ERROR */
.toast-error {
    background-color: #fff8f8;
}

/* \ toasts */

@media screen and (max-width: 1200px) {
    .application-block .company-icon-wrapper {
        background-size: contain !important;
    }
}
@media only screen and (max-width: 767px) {
    .application-blocks{
        flex-direction: column;
        align-items: center;
    }
    .password-requirements{
        margin: 10px 20px 5px 0;
    }
}
@media only screen and (max-width: 600px) {
    h2 {
        font-size: 38px;
    }
    .alert-danger{
        max-width: 360px;
        display: block;
        margin: auto;
    }
    .login-wrapper {
        margin: auto;
        margin-top: 20px;
        margin-bottom: 5vh;
        width: 100%;
    }
    .logo-wrapper{
        height: 0;
    }
    .main-view-wrap{
        /* padding: 0; */
    }
    .login .form-group {
        margin-bottom: 25px;
        width: 100%;
        max-width: 360px;
    }
    .login-field-wrapper{
        min-width: 0px;
    }
    .login-form{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .btn-link{
        padding-right: 0 !important;
    }
    .form-group>.col-6{
        padding:0;
    }
    .form-group .btn-link{
        font-size: 14px !important;
        text-align: right;
    }
    a.btn.btn-primary, button.btn.btn-primary {
        padding: 10px 20px;
        font-size: 20px;
    }
    #app{
        min-width: 250px;
    }
    .nav-bar .user-menu{
        width: 100%;
        margin-left: 30px;
        margin-left: 0;
    }
}