/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.10.2016, 10:13:46
    Author     : Nesbigall
*/
/** THIS ONE GETS INJECTED BY THE VIEWPORT DIRECTIVE **/
/*html, body.elo-body-viewport {
    height: 100%;
    min-height: 100%;
}*/
.elo-expanding-viewport {
    height: calc(100% - 2px);
    min-height: calc(100% - 2px);
}

.elo-viewport {
    height: 100%;
    min-height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}

.elo-card-layout, .elo-card-layout>.elo-card {
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.elo-split-layout {
    height: 100%;
    min-height: 100%;
}
.elo-split-layout>.elo-split-left {
    height: 100%;
    min-height: 100%;
    float: left;
}
.elo-split-layout>.elo-split-right {
    height: 100%;
    min-height: 100%;
    float: right;
}

.elo-child-height-100 {
    height: 100%;
}