/*@font-face {*/
/*font-family: 'Lato-Light';*/
/*font-style: normal;*/
/*font-weight: 300;*/
/*src: url('../../fonts/lato-v11-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *! url('../../fonts/lato-v11-latin-ext_latin-300.woff2') format('woff2'), !* Super Modern Browsers *! url('../../fonts/lato-v11-latin-ext_latin-300.woff') format('woff'), !* Modern Browsers *! url('../../fonts/lato-v11-latin-ext_latin-300.ttf') format('truetype'), !* Safari, Android, iOS *! url('../../fonts/lato-v11-latin-ext_latin-300.svg#Lato') format('svg'); !* Legacy iOS *!*/
/*}*/

/*@font-face {*/
/*font-family: 'Lato-Regular';*/
/*font-style: normal;*/
/*font-weight: 400;*/
/*src: url('../../fonts/lato-v11-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *! url('../../fonts/lato-v11-latin-ext_latin-regular.woff2') format('woff2'), !* Super Modern Browsers *! url('../../fonts/lato-v11-latin-ext_latin-regular.woff') format('woff'), !* Modern Browsers *! url('../../fonts/lato-v11-latin-ext_latin-regular.ttf') format('truetype'), !* Safari, Android, iOS *! url('../../fonts/lato-v11-latin-ext_latin-regular.svg#Lato') format('svg'); !* Legacy iOS *!*/
/*}*/

html, body {
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 14px;
    letter-spacing: 0.3px;
}

body.account-settings-change #root-container,
body.account-settings-change #userlane-react-root,
body.account-settings-change .userlane-base {
    display: none !important;
}

div.info {
    position: absolute;
    top: 32px;
    left: -40px;
    display: block;
    white-space: nowrap;
    font-size: 30px;
    color: white;
    transform: rotate(321deg);
    width: 230px;
    max-width: 230px;
    background: rgba(0, 0, 0, 0.3);
    padding-right: 20px;
    text-align: center;
    overflow: hidden;
}

html {
    overflow-y: scroll;
}

/* Override van jQuery-UI style voor button met witte achtergrond en geen plaatje */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: inherit;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: 0;
}

.ui-button {
    border: none;
}

.scroll-block {
    overflow-y: hidden;
    position: static;
    width: 100%;
    height: 100vh;
}

.main-left-inner,
.main-right-inner {
    position: static;
    -webkit-transform: translateZ(0);
    margin-bottom: 100px;
}

.scrollable {
    -webkit-overflow-scrolling: touch;
}

.main-header {
    background: #f044db; /* Old browsers */
    background: -moz-radial-gradient(0% top, circle cover, #f044db 300px, #d746fb 95%); /* FF3.6-15 */
    background: -webkit-radial-gradient(0% top, circle cover, #f044db 300px, #d746fb 95%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(circle at 0% top, #f044db 300px, #d746fb 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4297', endColorstr='#d746fb', GradientType=1); /* IE6-9 fallback on horizontal gradient */

    color: #ffffff;
    width: 100%;
    height: 130px;
}

.main-header .header {
    /*height: 130px;*/
    height: 100%;
}

.main-header .header.header-default {
    background: url(../../5.6.019.2/logos/logo-solvio-wit.svg) 40px 20px / 230px 90px no-repeat;
}

.main-header .transparent-font {
    color: #f044db;
}

.header-menu {
    position: absolute;
    top: 0;
    left: 300px;
    right: 0;
    height: 130px;
    width: calc(100% - 300px - 300px);
}

.main-content {
    min-height: calc(100vh - 130px - 100px);
    display: -webkit-flex;
    display: flex;
    background: #E5E5E5;
}


.no-header .main-content {
    min-height: calc(100vh - 100px);
}

.no-footer .main-content {
    min-height: calc(100vh - 130px);
}

.no-header.no-footer .main-content {
    min-height: 100vh;
}

.main-content .main-middle-container > div,
.main-content .main-middle-container > main{
    float: left;
}

.main-content-header {
    width: 100%;
    clear: both;
    background: #E5E5E5;
}

.no-content-header .main-middle {
    padding-top: 25px;
}

.main-left {
    width: 300px;
    padding: 0;
    background: #f044db url(../../5.6.019.2/platform/component/view/icons-yellow/left-bottom-background.svg) no-repeat center calc(100% + 55px);
    transform: translateZ(0);
}

.ie .main-left {
    min-height: calc(100vh - 130px - 100px);
}

.main-middle-container {
    width: calc(100% - 300px - 300px);
    background-color: #E5E5E5;
}

.main-middle-left {
    width: 150px;
    overflow-x: hidden;
}

.main-middle {
    padding: 25px 25px 25px;
    width: calc(100% - 150px - 150px);
    background-color: #E5E5E5;
}

.main-middle-right {
    width: 150px;
    overflow-x: hidden;
}

.main-right {
    width: 300px;
    padding: 0;
    background: white;
    transform: translateZ(0);
}

.main-footer {
    clear: both;
    width: 100%;
    height: 100px;
    background: white url(../../5.6.019.2/platform/component/view/icons-yellow/left-bottom-background.svg) no-repeat 100px -45px;
}

.firefox .main-footer {
    position: relative;
    top: -0.1px;
}

.no-left .main-footer {
    background: white;
}

.no-header .main-header,
.no-content-header .main-content-header,
.no-left .main-left,
.no-middle-left .main-middle-left,
.no-middle-right .main-middle-right,
.no-right .main-right {
    display: none;
}

.no-left .main-middle-container {
    width: calc(100% - 300px);
}

.no-right .main-middle-container {
    width: calc(100% - 300px);
}

.no-left.no-right .main-middle-container {
    width: 100%;
}

.no-middle-left .main-middle {
    width: calc(100% - 150px);
}

.no-middle-right .main-middle {
    width: calc(100% - 150px);
}

.no-middle-left.no-middle-right .main-middle {
    width: 100%;
}

.no-footer .main-left {
    margin-bottom: 0;
}

.no-footer .main-middle-container {
    margin-bottom: 0;
}

.no-footer .main-right {
    margin-bottom: 0;
}

.no-footer .main-footer {
    display: none;
}

.has-right .main-footer {
    width: calc(100% - 300px);
}

.left-open-close, .main-left {
    transition: left 200ms ease-in;
}

.left-open-close {
    display: none;
    position: fixed;
    top: calc((100vh / 2) - 25px);
    left: 0;
    height: 50px;
    width: 25px;
    z-index: 100;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: none;
    cursor: pointer;
    background: url(../../5.6.019.2/platform/component/view/icons-yellow/open-left.svg) no-repeat left center;
}

.right-open-close {
    display: none;
    position: fixed;
    top: calc((100vh / 2) - 25px);
    right: 0;
    height: 50px;
    width: 25px;
    z-index: 100;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: none;
    cursor: pointer;
    background: url(../../5.6.019.2/platform/component/view/icons-yellow/open-right.svg) no-repeat right center;
}

.left-right-blocker {
    background: transparent;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: background 300ms linear;
}

.show-left .left-right-blocker, .show-right .left-right-blocker {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.show-right .left-open-close {
    left: -13px !important;
}

.show-left .right-open-close {
    right: -13px !important;
}

.has-left .main-middle-container {
    background: #E5E5E5;
}

.has-right .main-middle-container {
    background: #E5E5E5;
}

.has-left.has-right .main-middle-container {
    background: #E5E5E5;
}

.process-allocations > div:first-child {
    margin-bottom: 25px;
}

.process-allocations select {
    width: 100%;
}

.center {
    text-align: center;
}

.buttonRow.center > div {
    float: none;
}

.main-override .main-override-content {
    max-width: 700px;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
}

.has-left .gridViewTable > .tbody > .tr > .td {
    max-width: calc(100vw - 350px);
}

.has-right .gridViewTable > .tbody > .tr > .td {
    max-width: calc(100vw - 350px);
}

.has-left.has-right .gridViewTable > .tbody > .tr > .td {
    max-width: calc(100vw - 650px);
}

.has-breadcrumb .main-content-header {
    margin-top: 48px;
}

.has-breadcrumb.no-content-header .main-middle {
    margin-top: 48px;
}

.has-breadcrumb .main-breadcrumb {
    position: absolute;
    width: 100%;
    height: 48px;
    background: white;
    overflow-x: auto;
    overflow-y: hidden;
}

.has-left .main-breadcrumb {
    width: calc(100% - 300px);
}

.has-breadcrumb .main-right {
    margin-top: 48px;
}

.breadcrumbs {
    margin: 14px 25px 0 25px;
    display: flex;
}

.breadcrumbs > div {
    display: flex;
    padding: 0 0 0 10px;
}

.breadcrumbs > div:first-child {
    padding-left: 0;
}

.breadcrumbs > div > a {
    display: block;
    white-space: nowrap;
}

.breadcrumbs > div:not(:last-child) > a {
    color: #00BBE3;
    padding-right: 10px;
}

.breadcrumbs > div:not(:last-child)::after {
    content: '>';
}

@media screen and (max-width: 1440px) {

    .main-left {
        width: 250px;
    }

    .main-middle-container {
        width: calc(100% - 250px - 250px);
    }

    .main-right {
        width: 250px;
    }

    .no-left .main-middle-container {
        width: calc(100% - 250px);
    }

    .no-right .main-middle-container {
        width: calc(100% - 250px);
    }

    .has-right .main-footer {
        width: calc(100% - 250px);
    }

    .has-left .main-breadcrumb {
        width: calc(100% - 250px);
    }

}

/* Collapse header */
@media screen and (max-height: 700px), screen and (max-width: 1200px) {

    div.info {
        transform: none;
        top: 0px;
        left: 0px;
        font-size: 27px;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
    }

    .main-header {
        height: 38px;
    }

    .main-header > div {
        height: 38px;
        float: left;
    }

    .main-header .header {
        height: 38px;
        width: calc(100% - 55px);
    }

    .header-menu {
        position: static;
        top: auto;
        right: auto;
        width: 50px;
        height: 38px;
    }

    .main-content {
        min-height: calc(100vh - 38px - 100px);
    }

    .no-header .main-content {
        min-height: calc(100vh - 100px);
    }

    .no-footer .main-content {
        min-height: calc(100vh - 38px);
    }

    .no-header.no-footer .main-content {
        min-height: 100vh;
    }

    .has-breadcrumb .main-breadcrumb {
        width: 100%;
    }

    .main-header .header.header-small-default {
        background: url(../../5.6.019.2/logos/logo-solvio-wit.svg) 5px 5px / 72px 28px no-repeat;
    }
}

/* Collapse left */
@media screen and (max-width: 1200px) {
    .main-left {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        height: 100vh;
        overflow-y: auto;
        background: #f044db;
    }

    .ios .main-left-inner {
        min-height: 100vh;
    }

    .ios .main-left {
        overflow-y: scroll;
    }

    .show-left .main-left {
        left: 0;
    }

    .show-left .left-open-close {
        left: 250px;
    }

    .no-show-left .main-left {
        left: -250px;
    }

    .no-show-left .left-open-close {
        left: 0;
    }

    .left-open-close {
        display: block;
    }

    .main-middle-container {
        width: calc(100% - 250px);
    }

    .no-right .main-middle-container {
        width: calc(100% - 250px);
    }

    .no-right .main-middle-container {
        width: 100%;
    }

    .main-footer {
        background: white;
    }

    .has-left .gridViewTable > .tbody > .tr > .td {
        max-width: calc(100vw - 50px);
    }

    .has-left.has-right .gridViewTable > .tbody > .tr > .td {
        max-width: calc(100vw - 350px);
    }
}

/* Collapse right */
@media screen and (max-width: 1024px) {
    .right-open-close, .main-right {
        transition: right 200ms ease-in;
    }

    .main-right {
        position: fixed;
        z-index: 10;
        top: 0;
        right: 0;
        height: 100vh;
        overflow-y: auto;
    }

    .ios .main-right-inner {
        min-height: 100vh;
    }

    .ios .main-right {
        overflow-y: scroll;
    }

    .show-right .main-right {
        right: 0;
    }

    .show-right .right-open-close {
        right: 250px;
    }

    .no-show-right .main-right {
        right: -250px;
    }

    .no-show-right .right-open-close {
        right: 0;
    }

    .right-open-close {
        display: block;
    }

    .main-middle-container {
        width: calc(100% - 250px);
    }

    .no-right .main-middle-container {
        width: calc(100% - 250px);
    }

    .no-right .main-middle-container {
        width: 100%;
    }

    .main-middle-container {
        background: none !important;
    }

    .has-right .gridViewTable > .tbody > .tr > .td {
        max-width: calc(100vw - 50px);
    }

    .has-left.has-right .gridViewTable > .tbody > .tr > .td {
        max-width: calc(100vw - 50px);
    }

    .has-breadcrumb .main-right {
        margin-top: 0;
    }

    .has-right .main-footer {
        width: 100%;
    }

}

/* Collapsed left and right */
@media screen and (max-width: 1024px) {
    .main-middle-container {
        width: 100% !important;
        background: none !important;
    }
}

.no-left .left-open-close,
.no-right .right-open-close {
    display: none;
}

@media screen and (max-width: 700px) {
    .main-middle {
        padding: 10px;
    }
}

@media screen and (max-width: 660px) {
    div.info {
        width: calc(100% - 150px);
    }
}


/* Responsive grids */
.has-left.has-right.small-content .responsive-grid .gridViewTable > .tbody > .tr > .td {
    max-width: 100vw;
}