/*
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 : 04.04.2017, 14:20:06
    Author     : wettstein
*/
body {
	overflow: hidden;
}
.viewMiddle {
    width: calc(100% - 250px);
}
.leftClose .viewMiddle {
    width: calc(100% - 70px) !important;
}

@media (max-width: 1024px) {
	.viewMiddle {
		width: calc(100% - 70px) !important;
	}
}