html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#errorBox {
    position: absolute;
    bottom: 3%;
    left: 10%;
    border: 3px solid #267fdd;
    background-color: #00B7FF;
}

#adminPages {
    height: 100%;
    display: block;
}

.page-container {
    left: 11vmin;
    position: relative;
    height: 100%;
    width: calc(100% - 8em);
}

iframe {
    width:100%;
    height:100%;
}

#manageNotifications {
    height: 100%;
}

.article-col-extra-wide {
    min-width: 220px;
    max-width: 350px;
    width: 250px;
}

.article-col-bredare {
    min-width: 250px;
    max-width: 400px;
    width: 300px;
}

.ui-selectmenu-menu {
    z-index: 2002 !important; /* över modalen */
}

.ui-selectmenu-open {
    position: absolute !important;
}