/*
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 : 2016.12.12., 16:15:06
    Author     : VageR
*/
#gridEvent, #gridPolicy, #gridPolicyList, #gridFwListTable, #gridFwList,
	#gridServiceTagTasks, #gridServiceTagTasksTable, #gridFaildDeviceTable,
	#gridFaildDevice, .content, .vRgrid {
	margin: 0;
	padding: 0;
	border-width: 0;
	height: 99.99%; /* DO NOT USE !important for setting the Grid height! */
}

.iframeContainerDiv {
	position: relative;
	overflow: hidden;
	/*padding-top: 56.25%;*/
	padding-top: 100%;
}

.iframeContainerDiv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.modal-body-painAdmin {
	/*padding-left: 10px;
	padding-right: 10px;*/
	font-size: 12px;
}



.iframeGraphContainerDiv {
	position: relative;
	overflow-y: auto;
	/*padding-top: 56.25%;*/
	padding-top: 62%;
	/*padding-top: 100%;*/
}

.iframeGraphContainerDiv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.modal-body-painAdminGraph {
	/*padding-left: 10px;
	padding-right: 10px;*/
	font-size: 12px;
}

